Skip to content

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

Merged
merged 15 commits into from
Apr 27, 2018

Conversation

ejarvi
Copy link
Contributor

@ejarvi ejarvi commented Apr 24, 2018

Description

Changes Set-AzureRmVmDiskEncryptionExtension to make AAD parameters optional

design review notes

Checklist

@@ -211,8 +252,13 @@ Specifies the client ID of the Azure AD application that has permissions to writ

```yaml
Type: String
<<<<<<< HEAD
Copy link
Contributor

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

resolved ( ejarvi@a761c28 )

vermashi
vermashi previously approved these changes Apr 24, 2018
@@ -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);
Copy link
Member

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

@markcowl markcowl changed the base branch from preview to release-6.0.0 April 27, 2018 03:36
@markcowl
Copy link
Member

@markcowl markcowl assigned ejarvi and unassigned vermashi Apr 27, 2018
@markcowl markcowl merged commit 5098317 into Azure:release-6.0.0 Apr 27, 2018
@ejarvi ejarvi deleted the singlepass branch May 1, 2018 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants