Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Correction in readme.md #44

Open
huczas opened this issue May 26, 2020 · 0 comments
Open

Correction in readme.md #44

huczas opened this issue May 26, 2020 · 0 comments

Comments

@huczas
Copy link

huczas commented May 26, 2020

Hi, there is misstake in:
https://github.com/danielsollondon/azvmimagebuilder/blob/master/quickquickstarts/0_Creating_a_Custom_Windows_Managed_Image/readme.md

is:

remove definitions

Remove-AzRoleDefinition -Name "$idenityNamePrincipalId" -Force -Scope "/subscriptions/$subscriptionID/resourceGroups/$imageResourceGroup"

should be:

remove definitions

Remove-AzRoleDefinition -Name "$imageRoleDefName" -Force -Scope "/subscriptions/$subscriptionID/resourceGroups/$imageResourceGroup"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant