Skip to content

Commit 4b6aefb

Browse files
authored
Add storageRedundancy property to Synapse v3 database GET and PUT (Azure#13425)
* add storageRedundancy to get and create properties * undo update properties change * add enum storage redundancy type
1 parent 661f704 commit 4b6aefb

File tree

1 file changed

+18
-0
lines changed
  • specification/synapse/resource-manager/Microsoft.Synapse/preview/2020-04-01-preview

1 file changed

+18
-0
lines changed

specification/synapse/resource-manager/Microsoft.Synapse/preview/2020-04-01-preview/sqlDatabase.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,24 @@
285285
"create"
286286
]
287287
},
288+
"storageRedundancy": {
289+
"description": "Storage redundancy of the database.",
290+
"enum": [
291+
"Geo",
292+
"GeoZone",
293+
"Local",
294+
"Zone"
295+
],
296+
"type": "string",
297+
"x-ms-enum": {
298+
"name": "SqlDatabaseStorageRedundancyType",
299+
"modelAsString": true
300+
},
301+
"x-ms-mutability": [
302+
"read",
303+
"create"
304+
]
305+
},
288306
"maxSizeBytes": {
289307
"format": "int64",
290308
"description": "The max size of the database expressed in bytes.",

0 commit comments

Comments
 (0)