diff --git a/schemas/2018-06-01/Microsoft.DataFactory.json b/schemas/2018-06-01/Microsoft.DataFactory.json index a28367cb20..5b11665689 100644 --- a/schemas/2018-06-01/Microsoft.DataFactory.json +++ b/schemas/2018-06-01/Microsoft.DataFactory.json @@ -25583,7 +25583,8 @@ "type": "string", "enum": [ "ServicePrincipal", - "ManagedIdentity" + "ManagedIdentity", + "UserAssignedManagedIdentity" ] }, { @@ -25592,6 +25593,17 @@ ], "description": "Sql always encrypted AKV authentication type. Type: string (or Expression with resultType string)." }, + "credential": { + "oneOf": [ + { + "$ref": "#/definitions/CredentialReference" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Credential reference type." + }, "servicePrincipalId": { "type": "object", "properties": {},