Skip to content

Instantly share code, notes, and snippets.

@vvgsrk
Last active August 29, 2022 18:32
Show Gist options
  • Save vvgsrk/dd8987fa20ca784142ecf9eed10149e8 to your computer and use it in GitHub Desktop.
Save vvgsrk/dd8987fa20ca784142ecf9eed10149e8 to your computer and use it in GitHub Desktop.
grant OWNERSHIP on that user to the role AAD_PROVISIONER
USE ROLE USERADMIN;
GRANT OWNERSHIP ON USER USER_ID TO ROLE AAD_PROVISIONER;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment