Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5199,14 +5199,6 @@
"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",
"type": "string"
},
"externalCloudLinks": {
"description": "Array of cloud link IDs from other clouds that connect to this one",
"type": "array",
"readOnly": true,
"items": {
"type": "string"
}
},
"managementNetwork": {
"description": "Network used to access vCenter Server and NSX-T Manager",
"type": "string",
Expand Down Expand Up @@ -5241,6 +5233,14 @@
"description": "Thumbprint of the NSX-T Manager SSL certificate",
"type": "string",
"readOnly": true
},
"externalCloudLinks": {
"description": "Array of cloud link IDs from other clouds that connect to this one",
"type": "array",
"readOnly": true,
"items": {
"type": "string"
}
}
}
},
Expand Down Expand Up @@ -5305,15 +5305,15 @@
"CommonClusterProperties": {
"description": "The common properties of a cluster",
"properties": {
"provisioningState": {
"description": "The state of the cluster provisioning",
"$ref": "#/definitions/ClusterProvisioningState"
},
"clusterSize": {
"description": "The cluster size",
"type": "integer",
"format": "int32"
},
"provisioningState": {
"description": "The state of the cluster provisioning",
"$ref": "#/definitions/ClusterProvisioningState"
},
"clusterId": {
"description": "The identity",
"type": "integer",
Expand Down
4 changes: 2 additions & 2 deletions specification/vmware/resource-manager/readme.java.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Please also specify the `--azure-libraries-for-java-folder=<path to the root dir

``` yaml $(tag) == 'package-2021-06-01' && $(java) && $(multiapi)
java:
namespace: com.microsoft.azure.management.avs.v2020_03_20
output-folder: $(azure-libraries-for-java-folder)/sdk/avs/mgmt-v2020_03_20
namespace: com.microsoft.azure.management.avs.v2021_06_01
output-folder: $(azure-libraries-for-java-folder)/sdk/avs/mgmt-v2021_06_01
regenerate-manager: true
generate-interface: true
```
Expand Down