Skip to content

Commit

Permalink
CodeGen from PR 13425 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 7b62f1e22db8674f86820ea9f88528f8793a6057 into 661f7042151e19a1f0be1188e701d48604e97e22
  • Loading branch information
SDKAuto committed May 28, 2021
1 parent 850e64d commit f7c1505
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions schemas/2020-04-01-preview/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit f7c1505

Please sign in to comment.