Skip to content

Commit 236561d

Browse files
author
SDKAuto
committed
CodeGen from PR 13425 in Azure/azure-rest-api-specs
Add storageRedundancy property to Synapse v3 database GET and PUT (#13425) * add storageRedundancy to get and create properties * undo update properties change * add enum storage redundancy type
1 parent 850e64d commit 236561d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

schemas/2020-04-01-preview/Microsoft.Synapse.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,23 @@
169169
}
170170
],
171171
"description": "The max size of the database expressed in bytes."
172+
},
173+
"storageRedundancy": {
174+
"oneOf": [
175+
{
176+
"type": "string",
177+
"enum": [
178+
"Geo",
179+
"GeoZone",
180+
"Local",
181+
"Zone"
182+
]
183+
},
184+
{
185+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
186+
}
187+
],
188+
"description": "Storage redundancy of the database."
172189
}
173190
},
174191
"description": "The sql database's properties."

0 commit comments

Comments
 (0)