Skip to content

Commit

Permalink
fix the az command to list the created entra id role (#89)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Münch <[email protected]>
  • Loading branch information
atomic111 authored Apr 2, 2024
1 parent 5928688 commit 397f84e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Follow these steps, substituting the management group ID(s) you copied in Step A
3. Make sure you successfully created the role:

```
az role assignment list --role mondoo-role --scope /providers/Microsoft.Management/managementGroups/YOUR-GROUP-ID
az role definition list --output json --query '[].{roleName:roleName, description:description}' --name "mondoo-role"
```

4. Assign the created custom role to the app you registered:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Follow these steps, substituting the subscription ID(s) you copied in Step A for
3. Make sure you successfully created the role:

```bash
az role assignment list --role mondoo-role --scope /subscriptions/YOUR-SUBSCRIPTION-ID
az role definition list --output json --query '[].{roleName:roleName, description:description}' --name "mondoo-role"
```

4. Assign the created custom role to the app you registered:
Expand Down

0 comments on commit 397f84e

Please sign in to comment.