From 13dc07975e72d633349c2f0696610f7ddf25fc16 Mon Sep 17 00:00:00 2001 From: Cameron Taggart Date: Thu, 27 May 2021 07:02:59 -0700 Subject: [PATCH 1/2] fix .NET constructors --- .../stable/2021-06-01/vmware.json | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) 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", From 798b4fb7950d914c337dca36542d7998a37e3854 Mon Sep 17 00:00:00 2001 From: Cameron Taggart Date: Thu, 27 May 2021 07:17:10 -0700 Subject: [PATCH 2/2] fix java multiapi --- specification/vmware/resource-manager/readme.java.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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=