Skip to content

Commit

Permalink
Switch to update permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgeorge-db committed Sep 7, 2023
1 parent 7a26702 commit 9a61b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/databricks/labs/ucx/providers/mixins/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def create(
permission_level=permission_level,
)
]
ws.permissions.set(resource_type, object_id, access_control_list=access_control_list)
ws.permissions.update(resource_type, object_id, access_control_list=access_control_list)
return _PermissionsChange(object_id, initial, access_control_list)

def remove(change: _PermissionsChange):
Expand Down

0 comments on commit 9a61b31

Please sign in to comment.