Skip to content

Commit

Permalink
CodeGen from PR 12290 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 0d2b704f3c3aaac1be420db584a5142ef08e0c6b into 715ad8152fc6a2970d4f7c712eda3000b49b326f
  • Loading branch information
SDKAuto committed Jan 13, 2021
1 parent 6935382 commit 98f59bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 26 deletions.
2 changes: 1 addition & 1 deletion schemas/2020-03-20/Microsoft.AVS.json
Original file line number Diff line number Diff line change
Expand Up @@ -520,4 +520,4 @@
"description": "The resource model definition representing SKU"
}
}
}
}
30 changes: 5 additions & 25 deletions schemas/2020-07-17-preview/Microsoft.AVS.json
Original file line number Diff line number Diff line change
Expand Up @@ -709,32 +709,12 @@
"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"
},
"nsxtPassword": {
"oneOf": [
{
"type": "string",
"enum": [
"OnetimeRotate"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Indicate to rotate the NSX-T Manager password for the private cloud."
"type": "string",
"description": "Optionally, set the NSX-T Manager password when the private cloud is created"
},
"vcenterPassword": {
"oneOf": [
{
"type": "string",
"enum": [
"OnetimeRotate"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Indicate to rotate the vCenter admin password for the private cloud."
"type": "string",
"description": "Optionally, set the vCenter admin password when the private cloud is created"
}
},
"required": [
Expand Down Expand Up @@ -1290,4 +1270,4 @@
"description": "NSX VM Group Properties"
}
}
}
}

0 comments on commit 98f59bb

Please sign in to comment.