Skip to content

Commit f7c1505

Browse files
author
SDKAuto
committed
CodeGen from PR 13425 in Azure/azure-rest-api-specs
Merge 7b62f1e22db8674f86820ea9f88528f8793a6057 into 661f7042151e19a1f0be1188e701d48604e97e22
1 parent 850e64d commit f7c1505

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)