Skip to content

Commit

Permalink
e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
bitoku committed Sep 30, 2024
1 parent 1d6b5fd commit 182e4c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hack/role/role.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ func main() {

options := environment.Environment().EnvironmentCredentialOptions()
tokenCredential, err := azidentity.NewEnvironmentCredential(options)
if err != nil {
panic(err)
}
roleDefinitions, err := armauthorization.NewArmRoleDefinitionsClient(tokenCredential, nil)
if err != nil {
panic(err)
Expand Down

0 comments on commit 182e4c1

Please sign in to comment.