Skip to content

Commit 0609d02

Browse files
gorandomPraveenkumar Ravikumar
authored andcommitted
Swagger correctness fix (Azure#16132)
Co-authored-by: Praveenkumar Ravikumar <[email protected]>
1 parent 551dee4 commit 0609d02

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

specification/redis/resource-manager/Microsoft.Cache/stable/2020-06-01/redis.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1873,6 +1873,7 @@
18731873
},
18741874
"enableNonSslPort": {
18751875
"type": "boolean",
1876+
"default": false,
18761877
"description": "Specifies whether the non-ssl Redis server port (6379) is enabled."
18771878
},
18781879
"replicasPerMaster": {
@@ -1912,6 +1913,7 @@
19121913
"Disabled"
19131914
],
19141915
"type": "string",
1916+
"default": "Enabled",
19151917
"x-ms-enum": {
19161918
"name": "PublicNetworkAccess",
19171919
"modelAsString": true

specification/redis/resource-manager/Microsoft.Cache/stable/2020-12-01/redis.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1880,6 +1880,7 @@
18801880
},
18811881
"enableNonSslPort": {
18821882
"type": "boolean",
1883+
"default": false,
18831884
"description": "Specifies whether the non-ssl Redis server port (6379) is enabled."
18841885
},
18851886
"replicasPerMaster": {
@@ -1923,6 +1924,7 @@
19231924
"Enabled",
19241925
"Disabled"
19251926
],
1927+
"default": "Enabled",
19261928
"type": "string",
19271929
"x-ms-enum": {
19281930
"name": "PublicNetworkAccess",

0 commit comments

Comments
 (0)