Skip to content

Commit c0b0ea4

Browse files
author
msftbot[bot]
authored
[ReleasePR synapse] Add storageRedundancy property to Synapse v3 database GET and PUT (#1736)
Create to sync Azure/azure-rest-api-specs#13425 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/master...AzureSDKAutomation:sdkAuto/synapse?expand=1)
2 parents 850e64d + 236561d commit c0b0ea4

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)