Last active
August 29, 2022 18:32
-
-
Save vvgsrk/dd8987fa20ca784142ecf9eed10149e8 to your computer and use it in GitHub Desktop.
grant OWNERSHIP on that user to the role AAD_PROVISIONER
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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