Skip to content

Commit edf3f8a

Browse files
author
SDKAuto
committed
CodeGen from PR 32516 in Azure/azure-rest-api-specs
Merge 1de072dd4838489b9d649dc23d19bc9e6eb3fa21 into a59f51a4e5b212d17ee90bc797b0bc477a7eecfa
1 parent 4839265 commit edf3f8a

25 files changed

+244
-246
lines changed

sdk/batch/azure-compute-batch/src/main/java/com/azure/compute/batch/BatchAsyncClient.java

Lines changed: 39 additions & 39 deletions
Large diffs are not rendered by default.

sdk/batch/azure-compute-batch/src/main/java/com/azure/compute/batch/BatchClient.java

Lines changed: 39 additions & 39 deletions
Large diffs are not rendered by default.

sdk/batch/azure-compute-batch/src/main/java/com/azure/compute/batch/implementation/BatchClientImpl.java

Lines changed: 94 additions & 94 deletions
Large diffs are not rendered by default.

sdk/batch/azure-compute-batch/src/main/java/com/azure/compute/batch/models/BatchJobManagerTask.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public final class BatchJobManagerTask implements JsonSerializable<BatchJobManag
6060
* features, you should invoke the shell in the command line, for example using "cmd /c MyCommand" in Windows or
6161
* "/bin/sh -c MyCommand" in Linux. If the command line refers to file paths, it should use a relative path
6262
* (relative to the Task working directory), or use the Batch provided environment variable
63-
* (https://docs.microsoft.com/azure/batch/batch-compute-node-environment-variables).
63+
* (https://learn.microsoft.com/azure/batch/batch-compute-node-environment-variables).
6464
*/
6565
@Generated
6666
private final String commandLine;
@@ -229,7 +229,7 @@ public BatchJobManagerTask setDisplayName(String displayName) {
229229
* to take advantage of such features, you should invoke the shell in the command line, for example using "cmd /c
230230
* MyCommand" in Windows or "/bin/sh -c MyCommand" in Linux. If the command line refers to file paths, it should use
231231
* a relative path (relative to the Task working directory), or use the Batch provided environment variable
232-
* (https://docs.microsoft.com/azure/batch/batch-compute-node-environment-variables).
232+
* (https://learn.microsoft.com/azure/batch/batch-compute-node-environment-variables).
233233
*
234234
* @return the commandLine value.
235235
*/

sdk/batch/azure-compute-batch/src/main/java/com/azure/compute/batch/models/BatchJobNetworkConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public final class BatchJobNetworkConfiguration implements JsonSerializable<Batc
3232
* must be enabled for inbound communication from the Azure Batch service. For Pools created with a Virtual Machine
3333
* configuration, enable ports 29876 and 29877, as well as port 22 for Linux and port 3389 for Windows. Port 443 is
3434
* also required to be open for outbound connections for communications to Azure Storage. For more details see:
35-
* https://docs.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.
35+
* https://learn.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.
3636
*/
3737
@Generated
3838
private final String subnetId;
@@ -52,7 +52,7 @@ public final class BatchJobNetworkConfiguration implements JsonSerializable<Batc
5252
* enabled for inbound communication from the Azure Batch service. For Pools created with a Virtual Machine
5353
* configuration, enable ports 29876 and 29877, as well as port 22 for Linux and port 3389 for Windows. Port 443 is
5454
* also required to be open for outbound connections for communications to Azure Storage. For more details see:
55-
* https://docs.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.
55+
* https://learn.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.
5656
*
5757
* @return the subnetId value.
5858
*/

sdk/batch/azure-compute-batch/src/main/java/com/azure/compute/batch/models/BatchJobPreparationTask.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public final class BatchJobPreparationTask implements JsonSerializable<BatchJobP
6060
* features, you should invoke the shell in the command line, for example using "cmd /c MyCommand" in Windows or
6161
* "/bin/sh -c MyCommand" in Linux. If the command line refers to file paths, it should use a relative path
6262
* (relative to the Task working directory), or use the Batch provided environment variable
63-
* (https://docs.microsoft.com/azure/batch/batch-compute-node-environment-variables).
63+
* (https://learn.microsoft.com/azure/batch/batch-compute-node-environment-variables).
6464
*/
6565
@Generated
6666
private final String commandLine;
@@ -176,7 +176,7 @@ public BatchJobPreparationTask setId(String id) {
176176
* to take advantage of such features, you should invoke the shell in the command line, for example using "cmd /c
177177
* MyCommand" in Windows or "/bin/sh -c MyCommand" in Linux. If the command line refers to file paths, it should use
178178
* a relative path (relative to the Task working directory), or use the Batch provided environment variable
179-
* (https://docs.microsoft.com/azure/batch/batch-compute-node-environment-variables).
179+
* (https://learn.microsoft.com/azure/batch/batch-compute-node-environment-variables).
180180
*
181181
* @return the commandLine value.
182182
*/

sdk/batch/azure-compute-batch/src/main/java/com/azure/compute/batch/models/BatchJobReleaseTask.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public final class BatchJobReleaseTask implements JsonSerializable<BatchJobRelea
5252
* features, you should invoke the shell in the command line, for example using "cmd /c MyCommand" in Windows or
5353
* "/bin/sh -c MyCommand" in Linux. If the command line refers to file paths, it should use a relative path
5454
* (relative to the Task working directory), or use the Batch provided environment variable
55-
* (https://docs.microsoft.com/azure/batch/batch-compute-node-environment-variables).
55+
* (https://learn.microsoft.com/azure/batch/batch-compute-node-environment-variables).
5656
*/
5757
@Generated
5858
private final String commandLine;
@@ -155,7 +155,7 @@ public BatchJobReleaseTask setId(String id) {
155155
* to take advantage of such features, you should invoke the shell in the command line, for example using "cmd /c
156156
* MyCommand" in Windows or "/bin/sh -c MyCommand" in Linux. If the command line refers to file paths, it should use
157157
* a relative path (relative to the Task working directory), or use the Batch provided environment variable
158-
* (https://docs.microsoft.com/azure/batch/batch-compute-node-environment-variables).
158+
* (https://learn.microsoft.com/azure/batch/batch-compute-node-environment-variables).
159159
*
160160
* @return the commandLine value.
161161
*/

sdk/batch/azure-compute-batch/src/main/java/com/azure/compute/batch/models/BatchNode.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public final class BatchNode implements JsonSerializable<BatchNode> {
8989
/*
9090
* The size of the virtual machine hosting the Compute Node. For information about available sizes of virtual
9191
* machines in Pools, see Choose a VM size for Compute Nodes in an Azure Batch Pool
92-
* (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes).
92+
* (https://learn.microsoft.com/azure/batch/batch-pool-vm-sizes).
9393
*/
9494
@Generated
9595
private String vmSize;
@@ -284,7 +284,7 @@ public String getAffinityId() {
284284
/**
285285
* Get the vmSize property: The size of the virtual machine hosting the Compute Node. For information about
286286
* available sizes of virtual machines in Pools, see Choose a VM size for Compute Nodes in an Azure Batch Pool
287-
* (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes).
287+
* (https://learn.microsoft.com/azure/batch/batch-pool-vm-sizes).
288288
*
289289
* @return the vmSize value.
290290
*/

sdk/batch/azure-compute-batch/src/main/java/com/azure/compute/batch/models/BatchPool.java

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,9 @@ public final class BatchPool implements JsonSerializable<BatchPool> {
9292

9393
/*
9494
* The size of virtual machines in the Pool. All virtual machines in a Pool are the same size. For information about
95-
* available VM sizes, see Sizes for Virtual Machines (Linux)
96-
* (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) or Sizes for Virtual Machines
97-
* (Windows) (https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). Batch supports
98-
* all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2
99-
* series).
95+
* available VM sizes, see Sizes for Virtual Machines in Azure
96+
* (https://learn.microsoft.com/azure/virtual-machines/sizes/overview). Batch supports all Azure VM sizes except
97+
* STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
10098
*/
10199
@Generated
102100
private String vmSize;
@@ -382,11 +380,9 @@ public OffsetDateTime getAllocationStateTransitionTime() {
382380

383381
/**
384382
* Get the vmSize property: The size of virtual machines in the Pool. All virtual machines in a Pool are the same
385-
* size. For information about available VM sizes, see Sizes for Virtual Machines (Linux)
386-
* (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) or Sizes for Virtual Machines
387-
* (Windows) (https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). Batch supports
388-
* all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2
389-
* series).
383+
* size. For information about available VM sizes, see Sizes for Virtual Machines in Azure
384+
* (https://learn.microsoft.com/azure/virtual-machines/sizes/overview). Batch supports all Azure VM sizes except
385+
* STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
390386
*
391387
* @return the vmSize value.
392388
*/

sdk/batch/azure-compute-batch/src/main/java/com/azure/compute/batch/models/BatchPoolCreateContent.java

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,9 @@ public final class BatchPoolCreateContent implements JsonSerializable<BatchPoolC
4040
/*
4141
* The size of virtual machines in the Pool. All virtual machines in a Pool are the same size. For information about
4242
* available VM sizes for Pools using Images from the Virtual Machines Marketplace (pools created with
43-
* virtualMachineConfiguration), see Sizes for Virtual Machines (Linux)
44-
* (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) or Sizes for Virtual Machines
45-
* (Windows) (https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). Batch supports
46-
* all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2
47-
* series).
43+
* virtualMachineConfiguration), see Sizes for Virtual Machines in Azure
44+
* (https://learn.microsoft.com/azure/virtual-machines/sizes/overview). Batch supports all Azure VM sizes except
45+
* STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
4846
*/
4947
@Generated
5048
private final String vmSize;
@@ -102,7 +100,7 @@ public final class BatchPoolCreateContent implements JsonSerializable<BatchPoolC
102100
* enableAutoScale is set to false. It is required if enableAutoScale is set to true. The formula is checked for
103101
* validity before the Pool is created. If the formula is not valid, the Batch service rejects the request with
104102
* detailed error information. For more information about specifying this formula, see 'Automatically scale Compute
105-
* Nodes in an Azure Batch Pool' (https://azure.microsoft.com/documentation/articles/batch-automatic-scaling/).
103+
* Nodes in an Azure Batch Pool' (https://learn.microsoft.com/azure/batch/batch-automatic-scaling).
106104
*/
107105
@Generated
108106
private String autoScaleFormula;
@@ -246,11 +244,9 @@ public BatchPoolCreateContent setDisplayName(String displayName) {
246244
/**
247245
* Get the vmSize property: The size of virtual machines in the Pool. All virtual machines in a Pool are the same
248246
* size. For information about available VM sizes for Pools using Images from the Virtual Machines Marketplace
249-
* (pools created with virtualMachineConfiguration), see Sizes for Virtual Machines (Linux)
250-
* (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) or Sizes for Virtual Machines
251-
* (Windows) (https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). Batch supports
252-
* all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2
253-
* series).
247+
* (pools created with virtualMachineConfiguration), see Sizes for Virtual Machines in Azure
248+
* (https://learn.microsoft.com/azure/virtual-machines/sizes/overview). Batch supports all Azure VM sizes except
249+
* STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
254250
*
255251
* @return the vmSize value.
256252
*/
@@ -424,7 +420,7 @@ public BatchPoolCreateContent setEnableAutoScale(Boolean enableAutoScale) {
424420
* formula is checked for validity before the Pool is created. If the formula is not valid, the Batch service
425421
* rejects the request with detailed error information. For more information about specifying this formula, see
426422
* 'Automatically scale Compute Nodes in an Azure Batch Pool'
427-
* (https://azure.microsoft.com/documentation/articles/batch-automatic-scaling/).
423+
* (https://learn.microsoft.com/azure/batch/batch-automatic-scaling).
428424
*
429425
* @return the autoScaleFormula value.
430426
*/
@@ -439,7 +435,7 @@ public String getAutoScaleFormula() {
439435
* formula is checked for validity before the Pool is created. If the formula is not valid, the Batch service
440436
* rejects the request with detailed error information. For more information about specifying this formula, see
441437
* 'Automatically scale Compute Nodes in an Azure Batch Pool'
442-
* (https://azure.microsoft.com/documentation/articles/batch-automatic-scaling/).
438+
* (https://learn.microsoft.com/azure/batch/batch-automatic-scaling).
443439
*
444440
* @param autoScaleFormula the autoScaleFormula value to set.
445441
* @return the BatchPoolCreateContent object itself.

0 commit comments

Comments
 (0)