From d4bfd908427ff75b1b74ea1171d7969266994e9a Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Fri, 24 Jun 2022 04:23:25 +0000 Subject: [PATCH] CodeGen from PR 19566 in Azure/azure-rest-api-specs Merge 13083e25dd51253210982ebf77ccbc4b83c7dd1d into 807be3531d94f102314595541ba826c64e69b3b6 --- schemas/2020-12-01/Microsoft.Cache.json | 8 ++++++++ schemas/2021-06-01/Microsoft.Cache.json | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/schemas/2020-12-01/Microsoft.Cache.json b/schemas/2020-12-01/Microsoft.Cache.json index 1457acaad1..44e3425d39 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." + }, "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..3cf3060d51 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." + }, "maxfragmentationmemory-reserved": { "type": "string", "description": "Value in megabytes reserved for fragmentation per shard"