We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb9b01 commit 5e3d915Copy full SHA for 5e3d915
src/deployment/deploy.py
@@ -613,6 +613,9 @@ def assign_scaleset_identity_role(self) -> None:
613
)
614
615
def assign_user_access(self) -> None:
616
+ if self.upgrade:
617
+ logger.info("Upgrading: Skipping assignment of current user to app role")
618
+ return
619
logger.info("assinging user access to service principal")
620
app = get_application(
621
display_name=self.application_name,
0 commit comments