Skip to content

Commit

Permalink
Roel name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthebrit committed May 17, 2020
1 parent a0c1045 commit 117c251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AzureRoleOverview/RoleUse.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Get-AzRoleDefinition | FT Name, IsCustom
Get-AzRoleDefinition 'Network Peering' | convertto-json # then write to file to change ID to null, change scope and details
Get-AzRoleDefinition 'Network Peering Target Role' | convertto-json # then write to file to change ID to null, change scope and details
New-AzRoleDefinition -InputFile "networkpeerrole.json"
New-AzRoleDefinition -InputFile "VMReadandRunExtrole.json"

Expand Down

0 comments on commit 117c251

Please sign in to comment.