diff --git a/schemas/2020-11-01-preview/Microsoft.Sql.json b/schemas/2020-11-01-preview/Microsoft.Sql.json index 42ed01324f..51283ce3e7 100644 --- a/schemas/2020-11-01-preview/Microsoft.Sql.json +++ b/schemas/2020-11-01-preview/Microsoft.Sql.json @@ -164,7 +164,7 @@ "identity": { "oneOf": [ { - "$ref": "#/definitions/ResourceIdentityWithUserAssignedIdentities" + "$ref": "#/definitions/ResourceIdentity" }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -1089,7 +1089,7 @@ "identity": { "oneOf": [ { - "$ref": "#/definitions/ResourceIdentityWithUserAssignedIdentities" + "$ref": "#/definitions/ResourceIdentity" }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -5993,7 +5993,7 @@ "status" ] }, - "ResourceIdentityWithUserAssignedIdentities": { + "ResourceIdentity": { "type": "object", "properties": { "type": { diff --git a/schemas/2021-02-01-preview/Microsoft.Sql.json b/schemas/2021-02-01-preview/Microsoft.Sql.json index f84669f0e5..341a28eb19 100644 --- a/schemas/2021-02-01-preview/Microsoft.Sql.json +++ b/schemas/2021-02-01-preview/Microsoft.Sql.json @@ -164,7 +164,7 @@ "identity": { "oneOf": [ { - "$ref": "#/definitions/ResourceIdentityWithUserAssignedIdentities" + "$ref": "#/definitions/ResourceIdentity" }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -1089,7 +1089,7 @@ "identity": { "oneOf": [ { - "$ref": "#/definitions/ResourceIdentityWithUserAssignedIdentities" + "$ref": "#/definitions/ResourceIdentity" }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" @@ -6109,7 +6109,7 @@ "status" ] }, - "ResourceIdentityWithUserAssignedIdentities": { + "ResourceIdentity": { "type": "object", "properties": { "type": {