From ead34485f0be910bbe091ae0494ea10db0beae64 Mon Sep 17 00:00:00 2001 From: Priyankar Gupta Date: Fri, 21 Jan 2022 16:42:51 +0530 Subject: [PATCH] Swagger correctness fix : add zonal-configuration property --- .../Microsoft.Cache/stable/2021-06-01/redis.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/specification/redis/resource-manager/Microsoft.Cache/stable/2021-06-01/redis.json b/specification/redis/resource-manager/Microsoft.Cache/stable/2021-06-01/redis.json index e492dac1b7f0..9e6e97040f10 100644 --- a/specification/redis/resource-manager/Microsoft.Cache/stable/2021-06-01/redis.json +++ b/specification/redis/resource-manager/Microsoft.Cache/stable/2021-06-01/redis.json @@ -1877,6 +1877,11 @@ "type": "string", "description": "Preferred auth method to communicate to storage account used for data persistence, specify SAS or ManagedIdentity, default value is SAS", "readOnly": true + }, + "zonal-configuration": { + "type": "string", + "description": "Zonal Configuration", + "readOnly": true } }, "additionalProperties": {},