Skip to content

Commit

Permalink
docs: improve README for #66
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Wang authored and netr0m committed Nov 6, 2024
1 parent 18f9ab0 commit 16b79c6
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 @@ -288,6 +288,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 16b79c6

Please sign in to comment.