We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f144aa8 + 4f7e7a7 commit bad70a3Copy full SHA for bad70a3
schemas/2020-11-01-preview/Microsoft.Sql.json
@@ -195,9 +195,6 @@
195
"type": "array",
196
"items": {
197
"oneOf": [
198
- {
199
- "$ref": "#/definitions/managedInstances_databases_childResource"
200
- },
201
{
202
"$ref": "#/definitions/managedInstances_administrators_childResource"
203
},
@@ -221,6 +218,9 @@
221
218
222
219
223
220
"$ref": "#/definitions/managedInstances_sqlAgent_childResource"
+ },
+ {
+ "$ref": "#/definitions/managedInstances_databases_childResource"
224
}
225
]
226
0 commit comments