Skip to content

Commit 1d17afe

Browse files
committed
Swagger Correctness fix(s360): Add aof-back-enabled and authnotrequired settings
1 parent 889a0f6 commit 1d17afe

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

cSpell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"version": "0.1",
33
"language": "en",
44
"words": [
5+
"authnotrequired",
56
"Creds",
67
"partiallycompleted",
78
"subchannel",

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1842,6 +1842,10 @@
18421842
"type": "string",
18431843
"description": "The storage account connection string for storing rdb file"
18441844
},
1845+
"aof-backup-enabled": {
1846+
"type": "string",
1847+
"description": "Specifies whether the aof backup is enabled"
1848+
},
18451849
"aof-storage-connection-string-0": {
18461850
"type": "string",
18471851
"description": "First storage account connection string"
@@ -1875,6 +1879,10 @@
18751879
"type": "string",
18761880
"description": "Zonal Configuration",
18771881
"readOnly": true
1882+
},
1883+
"authnotrequired": {
1884+
"type": "string",
1885+
"description": "Specifies whether the authentication is disabled."
18781886
}
18791887
},
18801888
"additionalProperties": {

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1889,6 +1889,10 @@
18891889
"type": "string",
18901890
"description": "The storage account connection string for storing rdb file"
18911891
},
1892+
"aof-backup-enabled": {
1893+
"type": "string",
1894+
"description": "Specifies whether the aof backup is enabled"
1895+
},
18921896
"aof-storage-connection-string-0": {
18931897
"type": "string",
18941898
"description": "First storage account connection string"
@@ -1932,6 +1936,10 @@
19321936
"type": "string",
19331937
"description": "Zonal Configuration",
19341938
"readOnly": true
1939+
},
1940+
"authnotrequired": {
1941+
"type": "string",
1942+
"description": "Specifies whether the authentication is disabled."
19351943
}
19361944
},
19371945
"additionalProperties": {},

0 commit comments

Comments
 (0)