Skip to content

Commit

Permalink
status
Browse files Browse the repository at this point in the history
  • Loading branch information
meganbradley committed Nov 28, 2024
1 parent 0a167e8 commit 8e92e49
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ Create an in-memory object for WorkspaceProviderAuthorization.

### Example 1: Create an in-memory object for WorkspaceProviderAuthorization.
```powershell
New-AzDatabricksWorkspaceProviderAuthorizationObject -PrincipalId 024d7367-0890-4ad3-8140-e37374722820 -RoleDefinitionId 2124844c-7e23-48cc-bc52-a3af25f7a4ae
New-AzDatabricksWorkspaceProviderAuthorizationObject -PrincipalId aaaaaaaa-bbbb-cccc-1111-222222222222 -RoleDefinitionId bbbbbbbb-cccc-dddd-2222-333333333333
```

```output
PrincipalId RoleDefinitionId
----------- ----------------
024d7367-0890-4ad3-8140-e37374722820 2124844c-7e23-48cc-bc52-a3af25f7a4ae
aaaaaaaa-bbbb-cccc-1111-222222222222 bbbbbbbb-cccc-dddd-2222-333333333333
```

Create an in-memory object for WorkspaceProviderAuthorization.
Expand Down

0 comments on commit 8e92e49

Please sign in to comment.