Skip to content

Commit

Permalink
update readme (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
demoray authored Jun 27, 2024
1 parent bfada77 commit 1b2ff9a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ Options:
```
$ az-pim activate role Owner "My Subscription" "developing pim"
2024-06-27T16:55:27.676291Z INFO az_pim: activating Owner in My Subscription (/subscriptions/00000000-0000-0000-0000-000000000000)
2024-06-27T16:55:32.580059Z INFO az_pim: submitted request: 01905a9f-9abc-7870-8726-9ebbe4f14655
$
```

Expand Down Expand Up @@ -186,7 +185,6 @@ Options:
```
$ az-pim activate set 'continued development' --role 'Owner=My Subscription'
2024-06-27T17:23:03.981067Z INFO azure_pim_cli: activating Owner in My Subscription (/subscriptions/00000000-0000-0000-0000-000000000000)
2024-06-27T17:23:08.568263Z INFO azure_pim_cli: submitted request: 01905ab8-e0ad-7c62-8ec7-9c5d7a2f1a13
$ cat config.json
[
{
Expand Down
2 changes: 0 additions & 2 deletions src/bin/az-pim.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,13 @@ $
r#"
$ az-pim activate role Owner "My Subscription" "developing pim"
2024-06-27T16:55:27.676291Z INFO az_pim: activating Owner in My Subscription (/subscriptions/00000000-0000-0000-0000-000000000000)
2024-06-27T16:55:32.580059Z INFO az_pim: submitted request: 01905a9f-9abc-7870-8726-9ebbe4f14655
$
"#,
),
"az-pim activate set <JUSTIFICATION>" => Some(
r#"
$ az-pim activate set 'continued development' --role 'Owner=My Subscription'
2024-06-27T17:23:03.981067Z INFO azure_pim_cli: activating Owner in My Subscription (/subscriptions/00000000-0000-0000-0000-000000000000)
2024-06-27T17:23:08.568263Z INFO azure_pim_cli: submitted request: 01905ab8-e0ad-7c62-8ec7-9c5d7a2f1a13
$ cat config.json
[
{
Expand Down

0 comments on commit 1b2ff9a

Please sign in to comment.