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
If your organization allows it, you can use a command line interactive login method based on oAuth 'device code flow'. Packer will select this method when you only specify a subscription_id in your builder configuration. When you run Packer, it will ask you to visit a web site and input a code. This web site will then authenticate you, satisfying any two-factor authentication policies that your organization might have. The tokens are cached under the .azure/packer directory in your home directory and will be reused if they are still valid on subsequent runs.
Actual behavior
raise ValueError(msg)
ValueError: Resource client_id required in type azure-arm
packerlicious version
1.5.0
Expected behavior
Possibility using only with Subscription_id
https://www.packer.io/docs/builders/azure
Actual behavior
Steps to reproduce
Use Azure builder without setting client_id
The text was updated successfully, but these errors were encountered: