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
ozbillwang authored and Bill Wang committed Oct 23, 2024
1 parent ec7738f commit ef22f39
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,17 @@ $ az-pim-cli activate group --name my-entra-id-group --duration 5
$ az-pim-cli list roles
== my-entra-id-role ==
- Owner
- contributor
# Activate the first matching role for the Entra role 'my-entra-id-role'
$ az-pim-cli activate role --name my-entra-id-role --duration 5
$ az-pim-cli activate role --name "my-entra-id-role" --duration 30
2024/05/31 15:00:10 Activating role 'Owner' for Entra role 'my-entra-id-role' with reason 'config' (ticket: [])
2024/05/31 15:00:23 The role 'Owner' for Entra role 'my-entra-id-role' is now Active
# Activate nominated role for the Entra role 'my-entra-id-role'
$ az-pim-cli activate role --name "my-entra-id-role" --role "Contributor" --duration 30
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
```
### Configuration options
Expand Down

0 comments on commit ef22f39

Please sign in to comment.