Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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