Skip to content

Commit

Permalink
[DataFactory] Add UAMI to Identity (#13174)
Browse files Browse the repository at this point in the history
* [DataFactory]: Add CMK Properties

* Prettier validation

* Model Identity Type as string

* RemoveEnumChanges

* Add UAMI to Identity
  • Loading branch information
Pacodel authored Mar 2, 2021
1 parent a7810b2 commit 97aa9fa
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 97aa9fa

Please sign in to comment.