Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/command_modules/util/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- name: Get Audit log through Microsoft Graph
text: >
az rest --method get --url https://graph.microsoft.com/beta/auditLogs/directoryAudits
- name: Update a Azure Active Directory Graph User's display name
- name: Update an Azure Active Directory Graph User's display name
text: |
(Bash or CMD)
az rest --method patch --url "https://graph.microsoft.com/v1.0/users/johndoe@azuresdkteam.onmicrosoft.com" --body "{\\"displayName\\": \\"johndoe2\\"}"
Expand Down