-
Notifications
You must be signed in to change notification settings - Fork 18
Add AZURE_LOCATION
as default --location
in capi create
#143
Conversation
changed the order to:
for existing rg, maybe it would make more sense to just take the rg loaction. but i used the above order because: a. before my pr, the config file is used first |
Hello @tal66 The order that you presented is correct to set value for
After looking at bit more I see that there might be a bug on You are definitely in the right track. However, this change should take place on
Thank you for your contribution 👍 |
I moved it to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
) Signed-off-by: James Sturtevant <[email protected]>
Hi, this closes #120.
When --location isn't specified, it's now determined by:
Did I miss anything?
Edit: actually when i think about it, maybe it makes more sense to have config file [defaults] and AZURE_LOCATION both either before resource-group or both after..