-
Notifications
You must be signed in to change notification settings - Fork 233
Confirm before automatically setting a new environment as the default #4832
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…y un-changed default environment
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash:
pwsh:
WindowsPowerShell install
MSI install
Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
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.
Streamlined some of the wording. @vhvb1989 for awareness
Co-authored-by: Sophia Carpenter <[email protected]>
Co-authored-by: Sophia Carpenter <[email protected]>
Co-authored-by: Sophia Carpenter <[email protected]>
Co-authored-by: Sophia Carpenter <[email protected]>
Co-authored-by: Sophia Carpenter <[email protected]>
Co-authored-by: Sophia Carpenter <[email protected]>
Co-authored-by: Sophia Carpenter <[email protected]>
Co-authored-by: Sophia Carpenter <[email protected]>
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.
One spelling check (that was probably my fault), otherwise looks good to me!
Co-authored-by: Sophia Carpenter <[email protected]>
Fix issue #4800.
Before setting a new environment as the default, we prompt the user to confirm whether to set it. If this is the first environment, it is set as the default without asking. As shown in the figure below:
azd env new
command, the design is as follows:azd provision -e new-env
, the design is as follows:@rajeshkamal5050 and @vhvb1989 for notification.