Skip to content

Commit 87fe548

Browse files
authored
AVS 2021-06-01 fixes for SDKs (#14573)
* fix .NET constructors * fix java multiapi
1 parent 98786a3 commit 87fe548

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

specification/vmware/resource-manager/Microsoft.AVS/stable/2021-06-01/vmware.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5199,14 +5199,6 @@
51995199
"description": "The block of addresses should be unique across VNet in your subscription as well as on-premise. Make sure the CIDR format is conformed to (A.B.C.D/X) where A,B,C,D are between 0 and 255, and X is between 0 and 22",
52005200
"type": "string"
52015201
},
5202-
"externalCloudLinks": {
5203-
"description": "Array of cloud link IDs from other clouds that connect to this one",
5204-
"type": "array",
5205-
"readOnly": true,
5206-
"items": {
5207-
"type": "string"
5208-
}
5209-
},
52105202
"managementNetwork": {
52115203
"description": "Network used to access vCenter Server and NSX-T Manager",
52125204
"type": "string",
@@ -5241,6 +5233,14 @@
52415233
"description": "Thumbprint of the NSX-T Manager SSL certificate",
52425234
"type": "string",
52435235
"readOnly": true
5236+
},
5237+
"externalCloudLinks": {
5238+
"description": "Array of cloud link IDs from other clouds that connect to this one",
5239+
"type": "array",
5240+
"readOnly": true,
5241+
"items": {
5242+
"type": "string"
5243+
}
52445244
}
52455245
}
52465246
},
@@ -5305,15 +5305,15 @@
53055305
"CommonClusterProperties": {
53065306
"description": "The common properties of a cluster",
53075307
"properties": {
5308-
"provisioningState": {
5309-
"description": "The state of the cluster provisioning",
5310-
"$ref": "#/definitions/ClusterProvisioningState"
5311-
},
53125308
"clusterSize": {
53135309
"description": "The cluster size",
53145310
"type": "integer",
53155311
"format": "int32"
53165312
},
5313+
"provisioningState": {
5314+
"description": "The state of the cluster provisioning",
5315+
"$ref": "#/definitions/ClusterProvisioningState"
5316+
},
53175317
"clusterId": {
53185318
"description": "The identity",
53195319
"type": "integer",

specification/vmware/resource-manager/readme.java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Please also specify the `--azure-libraries-for-java-folder=<path to the root dir
2929

3030
``` yaml $(tag) == 'package-2021-06-01' && $(java) && $(multiapi)
3131
java:
32-
namespace: com.microsoft.azure.management.avs.v2020_03_20
33-
output-folder: $(azure-libraries-for-java-folder)/sdk/avs/mgmt-v2020_03_20
32+
namespace: com.microsoft.azure.management.avs.v2021_06_01
33+
output-folder: $(azure-libraries-for-java-folder)/sdk/avs/mgmt-v2021_06_01
3434
regenerate-manager: true
3535
generate-interface: true
3636
```

0 commit comments

Comments
 (0)