Skip to content

Commit

Permalink
docs: improve README for netr0m#66
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Wang committed Oct 23, 2024
1 parent 7811c0f commit 6a173bb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,15 @@ $ az-pim-cli activate role --name "my-entra-id-role" --role "Contributor" --dura
2024/05/31 15:00:10 Activating role 'Contributor' for Entra role 'my-entra-id-role' with reason 'config' (ticket: [])
2024/05/31 15:00:23 The role 'Contributor' for Entra role 'my-entra-id-role' is now Active
```
### Troubleshooting
#### Error: The following policy rules failed: [\"ExpirationRule\"]"
Make sure you set duration (e.g. --duration 30) when activate the group, resource or role.
#### Error: The following policy rules failed: [\"TicketingRule\"]"
Make sure you set ticket number (e.g. -T "ticket") when activate the group, resource or role.
### Configuration options
Expand Down

0 comments on commit 6a173bb

Please sign in to comment.