You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setcmd="az account set --subscription \"{}\"".format(config["azure_cluster"]["subscription"])
988
992
setout=utils.exec_cmd_local(setcmd)
989
993
print"Set your subscription to {}, please login.\nIf you want to specify another subscription, please configure azure_cluster.subscription".format(config["azure_cluster"]["subscription"])
0 commit comments