Skip to content
Merged
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
4 changes: 2 additions & 2 deletions src/azure-cli/azure/cli/command_modules/synapse/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@
- name: Create a role assignment using user principal name.
text: |-
az synapse role assignment create --workspace-name testsynapseworkspace \\
--role "Sql Admin" --assignee username@consoso.com
--role "Sql Admin" --assignee username@contoso.com
- name: Create a role assignment using objectId of the User, Group or Service Principal.
text: |-
az synapse role assignment create --workspace-name testsynapseworkspace \\
Expand All @@ -505,7 +505,7 @@
- name: Delete role assignments by user principal name.
text: |-
az synapse role assignment delete --workspace-name testsynapseworkspace \\
--assignee username@consoso.com
--assignee username@contoso.com
- name: Delete role assignments by objectId of the User, Group or Service Principal.
text: |-
az synapse role assignment delete --workspace-name testsynapseworkspace \\
Expand Down