-
Notifications
You must be signed in to change notification settings - Fork 236
compose beta: Rename azd infra synth
and remove alpha.infraSynth
flag
#5260
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
compose beta: Rename azd infra synth
and remove alpha.infraSynth
flag
#5260
Conversation
azd infra synth
to azd infra generate
and remove `alpha.infraSynth flagazd infra synth
and remove `alpha.infraSynth flag
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.
Can we add a deprecated/warning message when running azd infra synth. Something similar go azd login?
azd infra synth
and remove `alpha.infraSynth flagazd infra synth
and remove alpha.infraSynth
flag
That's probably an anti-patern. Adding a deprecation warning to an alpha feature XD. |
Updated wording 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.
Added some suggestions that I think will be clearer wording, but otherwise this looks good!
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash:
pwsh:
WindowsPowerShell install
MSI install
Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
Closes #5238
Closes #4582
Important
azd infra synth
will continue to work as an alias ofazd infra generate
to avoid a breaking change.This PR renames the
azd infra synth
command toazd infra generate
as agreed upon by the team internally, and removes thealpha.infraSynth
config flag.azd infra gen
is the shorthand version.This PR also improves

azd add
error message and behaviour, such as when an Aspire app host is detected:Screenshots
azd infra synth
warning messageazd init
azd help
azd infra --help
azd infra gen --help
/azd infra synth --help