Skip to content

Commit

Permalink
CodeGen from PR 13425 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 7b62f1e22db8674f86820ea9f88528f8793a6057 into e67a1b00eca4d7134fa9ecddcae80893790f495d
  • Loading branch information
SDKAuto committed Mar 19, 2021
1 parent 71cf22c commit 05dc076
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion schemas/2019-06-01-preview/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -5354,4 +5354,4 @@
"description": "Microsoft.Synapse/workspaces/vulnerabilityAssessments"
}
}
}
}
19 changes: 18 additions & 1 deletion schemas/2020-04-01-preview/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,23 @@
}
],
"description": "The max size of the database expressed in bytes."
},
"storageRedundancy": {
"oneOf": [
{
"type": "string",
"enum": [
"Geo",
"GeoZone",
"Local",
"Zone"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Storage redundancy of the database."
}
},
"description": "The sql database's properties."
Expand All @@ -179,4 +196,4 @@
"description": "The sql pool's properties."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2020-12-01/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -5451,4 +5451,4 @@
"description": "Microsoft.Synapse/workspaces/vulnerabilityAssessments"
}
}
}
}

0 comments on commit 05dc076

Please sign in to comment.