You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelogs/CHANGELOG.2023.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,11 @@
1
-
### 4.1.364 (2023-06-30 21:07Z)
1
+
### 4.1.365 (2023-07-03 21:20Z)
2
+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.582.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/master/changelogs/SDK.CHANGELOG.ALL.md.
3
+
* Amazon Batch
4
+
* Modified cmdlet Register-BATJobDefinition: added parameters RuntimePlatform_CpuArchitecture and RuntimePlatform_OperatingSystemFamily.
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.581.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/master/changelogs/SDK.CHANGELOG.ALL.md.
Copy file name to clipboardExpand all lines: changelogs/CHANGELOG.ALL.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,11 @@
1
-
### 4.1.364 (2023-06-30 21:07Z)
1
+
### 4.1.365 (2023-07-03 21:20Z)
2
+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.582.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/master/changelogs/SDK.CHANGELOG.ALL.md.
3
+
* Amazon Batch
4
+
* Modified cmdlet Register-BATJobDefinition: added parameters RuntimePlatform_CpuArchitecture and RuntimePlatform_OperatingSystemFamily.
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.581.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/master/changelogs/SDK.CHANGELOG.ALL.md.
/// Set the update to latest image version (<code>updateToLatestImageVersion</code>) parameter
91
-
/// to <code>true</code>.
91
+
/// to <code>true</code>. The <code>updateToLatestImageVersion</code> parameter is used
92
+
/// when you update a compute environment. This parameter is ignored when you create a
93
+
/// compute environment.
92
94
/// </para></li><li><para>
93
95
/// Don't specify an AMI ID in <code>imageId</code>, <code>imageIdOverride</code> (in
94
96
/// <a href="https://docs.aws.amazon.com/batch/latest/APIReference/API_Ec2Configuration.html"><code>ec2Configuration</code></a>), or in the launch template (<code>launchTemplate</code>).
@@ -194,8 +196,8 @@ public partial class NewBATComputeEnvironmentCmdlet : AmazonBatchClientCmdlet, I
194
196
#region Parameter ComputeResources_DesiredvCpu
195
197
/// <summary>
196
198
/// <para>
197
-
/// <para>The desired number of Amazon EC2 vCPUS in the compute environment. Batch modifies
198
-
/// this value between the minimum and maximum values based on job queue demand.</para><note><para>This parameter isn't applicable to jobs that are running on Fargate resources. Don't
199
+
/// <para>The desired number of vCPUS in the compute environment. Batch modifies this value
200
+
/// between the minimum and maximum values based on job queue demand.</para><note><para>This parameter isn't applicable to jobs that are running on Fargate resources. Don't
199
201
/// specify it.</para></note>
200
202
/// </para>
201
203
/// </summary>
@@ -313,7 +315,7 @@ public partial class NewBATComputeEnvironmentCmdlet : AmazonBatchClientCmdlet, I
313
315
#region Parameter ComputeResources_MaxvCpu
314
316
/// <summary>
315
317
/// <para>
316
-
/// <para>The maximum number of Amazon EC2 vCPUs that a compute environment can reach.</para><note><para>With both <code>BEST_FIT_PROGRESSIVE</code> and <code>SPOT_CAPACITY_OPTIMIZED</code>
318
+
/// <para>The maximum number of vCPUs that a compute environment can support.</para><note><para>With both <code>BEST_FIT_PROGRESSIVE</code> and <code>SPOT_CAPACITY_OPTIMIZED</code>
317
319
/// allocation strategies using On-Demand or Spot Instances, and the <code>BEST_FIT</code>
318
320
/// strategy using Spot Instances, Batch might need to exceed <code>maxvCpus</code> to
319
321
/// meet your capacity requirements. In this event, Batch never exceeds <code>maxvCpus</code>
@@ -329,8 +331,8 @@ public partial class NewBATComputeEnvironmentCmdlet : AmazonBatchClientCmdlet, I
329
331
#region Parameter ComputeResources_MinvCpu
330
332
/// <summary>
331
333
/// <para>
332
-
/// <para>The minimum number of Amazon EC2 vCPUs that an environment should maintain (even if
333
-
/// the compute environment is <code>DISABLED</code>).</para><note><para>This parameter isn't applicable to jobs that are running on Fargate resources. Don't
334
+
/// <para>The minimum number of vCPUs that a compute environment should maintain (even if the
335
+
/// compute environment is <code>DISABLED</code>).</para><note><para>This parameter isn't applicable to jobs that are running on Fargate resources. Don't
/// <para>The vCPU architecture. The default value is <code>X86_64</code>. Valid values are
101
+
/// <code>X86_64</code> and <code> ARM64</code>.</para><note><para>This parameter must be set to <code>X86_64</code> for Windows containers.</para></note>
/// <code>WINDOWS_SERVER_2022_CORE</code>, and <code>WINDOWS_SERVER_2022_FULL</code>.</para><note><para>The following parameters can’t be set for Windows containers: <code>linuxParameters</code>,
/// and <code>efsVolumeConfiguration</code>.</para></note><note><para>The Batch Scheduler checks before registering a task definition with Fargate. If the
410
+
/// job requires a Windows container and the first compute environment is <code>LINUX</code>,
411
+
/// the compute environment is skipped and the next is checked until a Windows-based compute
412
+
/// environment is found.</para></note><note><para>Fargate Spot is not supported for Windows-based containers on Fargate. A job queue
413
+
/// will be blocked if a Fargate Windows job is submitted to a job queue with only Fargate
414
+
/// Spot compute environments. However, you can attach both <code>FARGATE</code> and <code>FARGATE_SPOT</code>
415
+
/// compute environments to the same job queue.</para></note>
Copy file name to clipboardExpand all lines: modules/AWSPowerShell/Cmdlets/Batch/Basic/Update-BATComputeEnvironment-Cmdlet.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -106,8 +106,8 @@ public partial class UpdateBATComputeEnvironmentCmdlet : AmazonBatchClientCmdlet
106
106
#region Parameter ComputeResources_DesiredvCpu
107
107
/// <summary>
108
108
/// <para>
109
-
/// <para>The desired number of Amazon EC2 vCPUS in the compute environment. Batch modifies
110
-
/// this value between the minimum and maximum values based on job queue demand.</para><note><para>This parameter isn't applicable to jobs that are running on Fargate resources. Don't
109
+
/// <para>The desired number of vCPUS in the compute environment. Batch modifies this value
110
+
/// between the minimum and maximum values based on job queue demand.</para><note><para>This parameter isn't applicable to jobs that are running on Fargate resources. Don't
111
111
/// specify it.</para></note><note><para>Batch doesn't support changing the desired number of vCPUs of an existing compute
112
112
/// environment. Don't specify this parameter for compute environments using Amazon EKS
113
113
/// clusters.</para></note><note><para>When you update the <code>desiredvCpus</code> setting, the value must be between the
@@ -266,8 +266,8 @@ public partial class UpdateBATComputeEnvironmentCmdlet : AmazonBatchClientCmdlet
266
266
#region Parameter ComputeResources_MinvCpu
267
267
/// <summary>
268
268
/// <para>
269
-
/// <para>The minimum number of Amazon EC2 vCPUs that an environment should maintain (even if
270
-
/// the compute environment is <code>DISABLED</code>).</para><note><para>This parameter isn't applicable to jobs that are running on Fargate resources. Don't
269
+
/// <para>The minimum number of vCPUs that an environment should maintain (even if the compute
270
+
/// environment is <code>DISABLED</code>).</para><note><para>This parameter isn't applicable to jobs that are running on Fargate resources. Don't
0 commit comments