From 97aa9fadf213a4343924d5322c5fe67b6988457d Mon Sep 17 00:00:00 2001 From: Pacodel Date: Mon, 1 Mar 2021 19:16:50 -0800 Subject: [PATCH] [DataFactory] Add UAMI to Identity (#13174) * [DataFactory]: Add CMK Properties * Prettier validation * Model Identity Type as string * RemoveEnumChanges * Add UAMI to Identity --- .../stable/2018-06-01/datafactory.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json index f1aa3baf0d91..37b2f6332449 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json @@ -5098,11 +5098,13 @@ "type": "string", "description": "The identity type.", "enum": [ - "SystemAssigned" + "SystemAssigned", + "UserAssigned", + "SystemAssigned,UserAssigned" ], "x-ms-enum": { "name": "FactoryIdentityType", - "modelAsString": false + "modelAsString": true } }, "principalId": {