diff --git a/specification/vmware/resource-manager/Microsoft.AVS/stable/2021-06-01/vmware.json b/specification/vmware/resource-manager/Microsoft.AVS/stable/2021-06-01/vmware.json index 884f796b5e32..9e300148abd8 100644 --- a/specification/vmware/resource-manager/Microsoft.AVS/stable/2021-06-01/vmware.json +++ b/specification/vmware/resource-manager/Microsoft.AVS/stable/2021-06-01/vmware.json @@ -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", @@ -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" + } } } }, @@ -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", diff --git a/specification/vmware/resource-manager/readme.java.md b/specification/vmware/resource-manager/readme.java.md index 6b1ae077bf48..2f11ca93ad04 100644 --- a/specification/vmware/resource-manager/readme.java.md +++ b/specification/vmware/resource-manager/readme.java.md @@ -29,8 +29,8 @@ Please also specify the `--azure-libraries-for-java-folder=