diff --git a/schemas/2021-05-01-preview/Microsoft.Sql.json b/schemas/2021-05-01-preview/Microsoft.Sql.json index 8641ea631b..47726d764b 100644 --- a/schemas/2021-05-01-preview/Microsoft.Sql.json +++ b/schemas/2021-05-01-preview/Microsoft.Sql.json @@ -1204,9 +1204,6 @@ "type": "array", "items": { "oneOf": [ - { - "$ref": "#/definitions/servers_databases_childResource" - }, { "$ref": "#/definitions/servers_connectionPolicies_childResource" }, @@ -1216,6 +1213,9 @@ { "$ref": "#/definitions/servers_auditingSettings_childResource" }, + { + "$ref": "#/definitions/servers_databases_childResource" + }, { "$ref": "#/definitions/servers_elasticPools_childResource" },