diff --git a/schemas/2014-04-01/Microsoft.Sql.json b/schemas/2014-04-01/Microsoft.Sql.json index f1f68e98a1..08c70f65ac 100644 --- a/schemas/2014-04-01/Microsoft.Sql.json +++ b/schemas/2014-04-01/Microsoft.Sql.json @@ -36,9 +36,6 @@ "type": "array", "items": { "oneOf": [ - { - "$ref": "#/definitions/servers_connectionPolicies_childResource" - }, { "$ref": "#/definitions/servers_databases_childResource" }, @@ -48,6 +45,9 @@ { "$ref": "#/definitions/servers_communicationLinks_childResource" }, + { + "$ref": "#/definitions/servers_connectionPolicies_childResource" + }, { "$ref": "#/definitions/servers_firewallRules_childResource" }, diff --git a/schemas/2021-05-01-preview/Microsoft.Sql.json b/schemas/2021-05-01-preview/Microsoft.Sql.json index e4960f2ed7..7e55f71b02 100644 --- a/schemas/2021-05-01-preview/Microsoft.Sql.json +++ b/schemas/2021-05-01-preview/Microsoft.Sql.json @@ -1204,6 +1204,9 @@ "type": "array", "items": { "oneOf": [ + { + "$ref": "#/definitions/servers_connectionPolicies_childResource" + }, { "$ref": "#/definitions/servers_extendedAuditingSettings_childResource" }, @@ -1240,9 +1243,6 @@ { "$ref": "#/definitions/servers_azureADOnlyAuthentications_childResource" }, - { - "$ref": "#/definitions/servers_connectionPolicies_childResource" - }, { "$ref": "#/definitions/servers_devOpsAuditingSettings_childResource" },