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."