From e250cd8854ce7da072d0043e66261985ed1bdffa Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Tue, 9 Nov 2021 18:28:14 +0000 Subject: [PATCH] CodeGen from PR 16716 in Azure/azure-rest-api-specs Merge 9893aa5afa2b4b04b4ca6f5945d9ff543719470b into aa023775478d1d141b456f9831685188ce6d13ab --- schemas/2014-04-01/Microsoft.Sql.json | 6 +++--- schemas/2021-05-01-preview/Microsoft.Sql.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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" },