From f5a1c0a16acebbc3213ddfd2d550b36626ed4af7 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Wed, 8 Sep 2021 03:30:14 +0000 Subject: [PATCH] CodeGen from PR 15950 in Azure/azure-rest-api-specs Merge 4ed6e5213b6b28a6ac2c34074f490b2d46e8c0aa into 7f3c455dd3f3d8fcfb42e20a428799b5c0452241 --- schemas/2018-06-01/Microsoft.DataFactory.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/schemas/2018-06-01/Microsoft.DataFactory.json b/schemas/2018-06-01/Microsoft.DataFactory.json index d513e17890..7a1b2928c2 100644 --- a/schemas/2018-06-01/Microsoft.DataFactory.json +++ b/schemas/2018-06-01/Microsoft.DataFactory.json @@ -25966,7 +25966,8 @@ "type": "string", "enum": [ "ServicePrincipal", - "ManagedIdentity" + "ManagedIdentity", + "UserAssignedManagedIdentity" ] }, { @@ -25975,6 +25976,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": {},