From f7c1505c78bf235f03cab75ab375b5102229255c Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Fri, 28 May 2021 02:45:50 +0000 Subject: [PATCH] CodeGen from PR 13425 in Azure/azure-rest-api-specs Merge 7b62f1e22db8674f86820ea9f88528f8793a6057 into 661f7042151e19a1f0be1188e701d48604e97e22 --- .../2020-04-01-preview/Microsoft.Synapse.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/schemas/2020-04-01-preview/Microsoft.Synapse.json b/schemas/2020-04-01-preview/Microsoft.Synapse.json index d3318a2a88..d3fc7099bf 100644 --- a/schemas/2020-04-01-preview/Microsoft.Synapse.json +++ b/schemas/2020-04-01-preview/Microsoft.Synapse.json @@ -169,6 +169,23 @@ } ], "description": "The max size of the database expressed in bytes." + }, + "storageRedundancy": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Geo", + "GeoZone", + "Local", + "Zone" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Storage redundancy of the database." } }, "description": "The sql database's properties."