Skip to content

Commit

Permalink
added principal type link
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kovalsky committed Aug 29, 2024
1 parent 787eed9 commit ca5c827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sempy_labs/_list_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2188,7 +2188,7 @@ def add_user_to_workspace(
role_name : str
The `role <https://learn.microsoft.com/rest/api/power-bi/groups/add-group-user#groupuseraccessright>`_ of the user within the workspace.
principal_type : str, default='User'
The principal type
The `principal type <https://learn.microsoft.com/rest/api/power-bi/groups/add-group-user#principaltype>`_.
workspace : str, default=None
The name of the workspace.
Defaults to None which resolves to the workspace of the attached lakehouse
Expand Down Expand Up @@ -2276,7 +2276,7 @@ def update_workspace_user(
role_name : str
The `role <https://learn.microsoft.com/rest/api/power-bi/groups/add-group-user#groupuseraccessright>`_ of the user within the workspace.
principal_type : str, default='User'
The principal type
The `principal type <https://learn.microsoft.com/rest/api/power-bi/groups/add-group-user#principaltype>`_.
workspace : str, default=None
The name of the workspace.
Defaults to None which resolves to the workspace of the attached lakehouse
Expand Down

0 comments on commit ca5c827

Please sign in to comment.