Skip to content

Commit

Permalink
Swagger correctness fix (Azure#16132)
Browse files Browse the repository at this point in the history
Co-authored-by: Praveenkumar Ravikumar <prravikumar@microsoft.com>
  • Loading branch information
2 people authored and LeiWang3 committed Mar 31, 2022
1 parent 4ada4ea commit 8c9e168
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1873,6 +1873,7 @@
},
"enableNonSslPort": {
"type": "boolean",
"default": false,
"description": "Specifies whether the non-ssl Redis server port (6379) is enabled."
},
"replicasPerMaster": {
Expand Down Expand Up @@ -1912,6 +1913,7 @@
"Disabled"
],
"type": "string",
"default": "Enabled",
"x-ms-enum": {
"name": "PublicNetworkAccess",
"modelAsString": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1880,6 +1880,7 @@
},
"enableNonSslPort": {
"type": "boolean",
"default": false,
"description": "Specifies whether the non-ssl Redis server port (6379) is enabled."
},
"replicasPerMaster": {
Expand Down Expand Up @@ -1923,6 +1924,7 @@
"Enabled",
"Disabled"
],
"default": "Enabled",
"type": "string",
"x-ms-enum": {
"name": "PublicNetworkAccess",
Expand Down

0 comments on commit 8c9e168

Please sign in to comment.