-
Notifications
You must be signed in to change notification settings - Fork 4k
Set-AzureRmVmDiskEncryptionExtension makes AAD parameters optional #6040
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -211,8 +252,13 @@ Specifies the client ID of the Azure AD application that has permissions to writ | |||
|
|||
```yaml | |||
Type: String | |||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have yet to fix this merge conflict
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resolved ( ejarvi@a761c28 )
@@ -592,6 +592,7 @@ public virtual Collection<PSObject> RunPowerShellTest(params string[] scripts) | |||
d.Add("Microsoft.Features", null); | |||
d.Add("Microsoft.Authorization", null); | |||
d.Add("Microsoft.Compute", null); | |||
d.Add("Microsoft.Azure.Management.KeyVault", null); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this has no impact, the first parameter is an ARM provider namespace
Description
Changes Set-AzureRmVmDiskEncryptionExtension to make AAD parameters optional
design review notes
Checklist
CONTRIBUTING.md
platyPS
module