Skip to content

Commit

Permalink
fix role.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bitoku committed Oct 11, 2024
1 parent ac4a8ad commit 5b82a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/role/role.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func main() {
if err != nil {
panic(err)
}
roleDefinitions, err := armauthorization.NewArmRoleDefinitionsClient(tokenCredential, nil)
roleDefinitions, err := armauthorization.NewArmRoleDefinitionsClient(tokenCredential, environment.SubscriptionID(), nil)
if err != nil {
panic(err)
}
Expand Down

0 comments on commit 5b82a46

Please sign in to comment.