Skip to content

Commit

Permalink
Merge pull request #1909 from AzureSDKAutomation/sdkAuto/redis
Browse files Browse the repository at this point in the history
[ReleasePR redis] Modify module-name released
  • Loading branch information
azcloudfarmer committed Oct 15, 2021
2 parents 7c8051a + 3b0f53a commit 0f3a0f9
Show file tree
Hide file tree
Showing 2 changed files with 6 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

0 comments on commit 0f3a0f9

Please sign in to comment.