Skip to content

Commit

Permalink
CodeGen from PR 15828 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 71e11cd45416d2f49aaadc4f4567ab34ff70afe8 into ea69fef496210478b8a9e2c3f8804f3acfb35891
  • Loading branch information
SDKAuto committed Oct 15, 2021
1 parent 97bc9aa commit 11d04d4
Show file tree
Hide file tree
Showing 4 changed files with 973 additions and 4 deletions.
5 changes: 3 additions & 2 deletions schemas/2020-06-01/Microsoft.Cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,8 @@
"enableNonSslPort": {
"oneOf": [
{
"type": "boolean"
"type": "boolean",
"default": false
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -505,7 +506,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Static IP address. Required when deploying a Redis cache inside an existing Azure Virtual Network."
"description": "Static IP address. Optionally, may be specified when deploying a Redis cache inside an existing Azure Virtual Network; auto assigned by default."
},
"subnetId": {
"oneOf": [
Expand Down
5 changes: 3 additions & 2 deletions schemas/2020-12-01/Microsoft.Cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,8 @@
"enableNonSslPort": {
"oneOf": [
{
"type": "boolean"
"type": "boolean",
"default": false
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -520,7 +521,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Static IP address. Required when deploying a Redis cache inside an existing Azure Virtual Network."
"description": "Static IP address. Optionally, may be specified when deploying a Redis cache inside an existing Azure Virtual Network; auto assigned by default."
},
"subnetId": {
"oneOf": [
Expand Down
Loading

0 comments on commit 11d04d4

Please sign in to comment.