Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions schemas/2020-12-01/Microsoft.Cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,10 @@
],
"description": "Unmatched properties from the message are deserialized this collection"
},
"aof-backup-enabled": {
"type": "string",
"description": "Specifies whether the aof backup is enabled"
},
"aof-storage-connection-string-0": {
"type": "string",
"description": "First storage account connection string"
Expand All @@ -371,6 +375,10 @@
"type": "string",
"description": "First storage account connection string"
},
"authnotrequired": {
"type": "string",
"description": "Specifies whether the authentication is disabled. Setting this property is highly discouraged from security point of view."
},
"maxfragmentationmemory-reserved": {
"type": "string",
"description": "Value in megabytes reserved for fragmentation per shard"
Expand Down
8 changes: 8 additions & 0 deletions schemas/2021-06-01/Microsoft.Cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,10 @@
],
"description": "Unmatched properties from the message are deserialized this collection"
},
"aof-backup-enabled": {
"type": "string",
"description": "Specifies whether the aof backup is enabled"
},
"aof-storage-connection-string-0": {
"type": "string",
"description": "First storage account connection string"
Expand All @@ -423,6 +427,10 @@
"type": "string",
"description": "First storage account connection string"
},
"authnotrequired": {
"type": "string",
"description": "Specifies whether the authentication is disabled. Setting this property is highly discouraged from security point of view."
},
"maxfragmentationmemory-reserved": {
"type": "string",
"description": "Value in megabytes reserved for fragmentation per shard"
Expand Down