Skip to content

Commit

Permalink
[ReleasePR synapse] Add storageRedundancy property to Synapse v3 data…
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored May 28, 2021
2 parents 850e64d + 236561d commit c0b0ea4
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 c0b0ea4

Please sign in to comment.