From d31bd6ac3aa082c0964d62aced3ba26a902ef701 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Thu, 23 Jun 2022 09:46:08 +0000 Subject: [PATCH] CodeGen from PR 19566 in Azure/azure-rest-api-specs Merge 1d17afedb288334f12a7c3b53ca232715bba1a62 into bf82b74acfa933165e8e30d3403195043d1149d5 --- 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"