diff --git a/specification/sql/resource-manager/Microsoft.Sql/2014-04-01/capabilities.json b/specification/sql/resource-manager/Microsoft.Sql/2014-04-01/capabilities.json index 20f48722ab58..f9c50f55e1c9 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/2014-04-01/capabilities.json +++ b/specification/sql/resource-manager/Microsoft.Sql/2014-04-01/capabilities.json @@ -180,6 +180,11 @@ "$ref": "#/definitions/ServiceObjectiveCapability" }, "description": "The list of supported service objectives for the edition." + }, + "zoneRedundant": { + "description": "Whether or not zone redundancy is supported for the edition.", + "type": "boolean", + "readOnly": true } }, "description": "The database edition capabilities." @@ -260,6 +265,11 @@ "$ref": "#/definitions/ElasticPoolDtuCapability" }, "description": "The list of supported elastic pool DTU levels for the edition." + }, + "zoneRedundant": { + "description": "Whether or not zone redundancy is supported for the edition.", + "type": "boolean", + "readOnly": true } }, "description": "The elastic pool edition capabilities." diff --git a/specification/sql/resource-manager/Microsoft.Sql/2014-04-01/sql.core.json b/specification/sql/resource-manager/Microsoft.Sql/2014-04-01/sql.core.json index bb07e5bfbf0e..f658012fae5a 100644 --- a/specification/sql/resource-manager/Microsoft.Sql/2014-04-01/sql.core.json +++ b/specification/sql/resource-manager/Microsoft.Sql/2014-04-01/sql.core.json @@ -1566,6 +1566,10 @@ "type": "integer", "format": "int32", "description": "Gets storage limit for the database elastic pool in MB." + }, + "zoneRedundant": { + "description": "Whether or not this database elastic pool is zone redundant, which means the replicas of this database will be spread across multiple availability zones.", + "type": "boolean" } }, "description": "Represents the properties of an elastic pool." @@ -2291,6 +2295,10 @@ "name": "SampleName" }, "x-ms-mutability": [ "create" ] + }, + "zoneRedundant": { + "description": "Whether or not this database is zone redundant, which means the replicas of this database will be spread across multiple availability zones.", + "type": "boolean" } }, "description": "Represents the properties of a database."