Skip to content

Commit

Permalink
Feature/cplat 2022 03 02 (Azure#18945)
Browse files Browse the repository at this point in the history
* add cross-tenant feature

* fix filename typo

* prettier

* add federatedClientId to diskEncryptionSetUpdateProperties
  • Loading branch information
parkhyukjun89 authored and haagha committed May 17, 2022
1 parent 67c8a68 commit 7cee4de
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,10 @@
"rotationToLatestKeyVersionEnabled": {
"type": "boolean",
"description": "Set this flag to true to enable auto-updating of this disk encryption set to the latest key version."
},
"federatedClientId": {
"type": "string",
"description": "Multi-tenant application client id to access key vault in a different tenant. Setting the value to 'None' will clear the property."
}
},
"description": "disk encryption set resource update properties."
Expand Down

0 comments on commit 7cee4de

Please sign in to comment.