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