Release changelog for azd 1.23.8 - #7021
Conversation
Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
|
Copilot include this change - #7016 planning to get this merged today Shayne Boyer (@spboyer) |
There was a problem hiding this comment.
Pull request overview
Prepares the azd CLI for the 1.23.8 patch release by updating the release metadata (version stamp + changelog) to reflect the shipped changes.
Changes:
- Bump
cli/version.txtto1.23.8. - Add a
1.23.8 (2026-03-06)entry tocli/azd/CHANGELOG.mdwith Features, Bugs Fixed, and Other Changes. - Update
cspelldictionary entries to accommodate new/referenced terms used in the release notes/codebase.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| cli/version.txt | Updates the stamped CLI version to 1.23.8 for the patch release. |
| cli/azd/CHANGELOG.md | Adds the 1.23.8 release notes section documenting included PRs. |
| cli/azd/.vscode/cspell-azd-dictionary.txt | Adds/removes spelling dictionary entries to reduce false positives for release-related terminology. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
Added PR #7016 to the |
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash: pwsh: WindowsPowerShell install MSI install Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
Wallace Breza (wbreza)
left a comment
There was a problem hiding this comment.
Code Review Summary
TL;DR
Changelog and version bump for the 1.23.8 patch release. Content is comprehensive, covering container app jobs, SRE agent display, no-prompt defaults, and several bug fixes. PR links are accurate and �zd update WIP PRs are correctly excluded.
✅ What Looks Good
- Comprehensive changelog with proper PR links and contributor credits
- Version bump consistent with changelog entry
- Clean exclusion of WIP features per release policy
Minor Notes
- Missing unreleased section — After merge there's no placeholder section for future changes. Fine if release automation handles this.
- Dictionary re-sort — The cspell dictionary re-sort is a nice cleanup but has a large diff footprint that may cause merge conflicts with in-flight PRs.
LGTM! 🚀
|
/check-enforcer override |
* Initial plan * Release changelog for azd 1.23.8 Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com> * changelog: add PR #7016 to 1.23.8 release notes Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
Adds the changelog and bumps the version for the
1.23.8patch release.Changes
cli/azd/CHANGELOG.md— Added1.23.8 (2026-03-06)entry covering:Microsoft.App/jobs), SRE Agent resource type display (Microsoft.App/agents), sensible defaults for--no-promptmode (azd env new/azd init), improved--no-promptbulk error reportingRetry-Afterin Functions polling, Ctrl+C during remote ACR builds, extension version sort orderingcli/version.txt— Bumped to1.23.8Original prompt
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.