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
Thanks for this repo....helped us a bunch! Issue we rant into -: When running the az commands for the admin-consent, this works if you're using a local az user but when running in a pipeline (non-interactively), it fails as the pipeline is using a service principal for auth. Basically, this will not work if using service principals. Our workaround is to use a local user to auth az cli, then run the tf script.
Thanks for this repo....helped us a bunch! Issue we rant into -: When running the az commands for the admin-consent, this works if you're using a local az user but when running in a pipeline (non-interactively), it fails as the pipeline is using a service principal for auth. Basically, this will not work if using service principals. Our workaround is to use a local user to auth az cli, then run the tf script.
Reference: Azure/azure-cli#11159
The text was updated successfully, but these errors were encountered: