diff --git a/schemas/2020-12-01/Microsoft.Cache.json b/schemas/2020-12-01/Microsoft.Cache.json index 1457acaad1..8a70034edc 100644 --- a/schemas/2020-12-01/Microsoft.Cache.json +++ b/schemas/2020-12-01/Microsoft.Cache.json @@ -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" @@ -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" diff --git a/schemas/2021-06-01/Microsoft.Cache.json b/schemas/2021-06-01/Microsoft.Cache.json index 74f2452e91..d291e936e5 100644 --- a/schemas/2021-06-01/Microsoft.Cache.json +++ b/schemas/2021-06-01/Microsoft.Cache.json @@ -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" @@ -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"