Skip to content

Commit 05dc076

Browse files
author
SDKAuto
committed
CodeGen from PR 13425 in Azure/azure-rest-api-specs
Merge 7b62f1e22db8674f86820ea9f88528f8793a6057 into e67a1b00eca4d7134fa9ecddcae80893790f495d
1 parent 71cf22c commit 05dc076

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

schemas/2019-06-01-preview/Microsoft.Synapse.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5354,4 +5354,4 @@
53545354
"description": "Microsoft.Synapse/workspaces/vulnerabilityAssessments"
53555355
}
53565356
}
5357-
}
5357+
}

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

Lines changed: 18 additions & 1 deletion
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."
@@ -179,4 +196,4 @@
179196
"description": "The sql pool's properties."
180197
}
181198
}
182-
}
199+
}

schemas/2020-12-01/Microsoft.Synapse.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5451,4 +5451,4 @@
54515451
"description": "Microsoft.Synapse/workspaces/vulnerabilityAssessments"
54525452
}
54535453
}
5454-
}
5454+
}

0 commit comments

Comments
 (0)