Skip to content

Commit

Permalink
AVS 2021-06-01 fixes for SDKs (Azure#14573)
Browse files Browse the repository at this point in the history
* fix .NET constructors

* fix java multiapi
  • Loading branch information
cataggar authored May 28, 2021
1 parent 98786a3 commit 87fe548
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
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

0 comments on commit 87fe548

Please sign in to comment.