Create changelog for 1.24.3#8009
Conversation
Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/d45947bc-4f2d-4c36-a8cf-443bfa9df22b Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Adds the azd CLI release notes and version bumps for the 1.24.3 release, keeping the CLI version, SDK version constant, and changelog in sync.
Changes:
- Added a
1.24.3 (2026-05-01)entry tocli/azd/CHANGELOG.mdwith features, fixes, and other changes linked to their PRs. - Bumped
cli/version.txtandcli/azd/pkg/azdext/version.gofrom1.24.2to1.24.3. - Updated cspell word list to allow
-ojson/-otable.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| cli/version.txt | Bumps CLI version to 1.24.3. |
| cli/azd/pkg/azdext/version.go | Updates azdext SDK Version constant to mirror the CLI version. |
| cli/azd/CHANGELOG.md | Adds release notes section for 1.24.3 with linked PR entries. |
| cli/azd/.vscode/cspell.yaml | Adds ojson and otable to spelling allowlist. |
jongio
left a comment
There was a problem hiding this comment.
Verified all 13 referenced PRs are merged with accurate descriptions. Version bump is consistent across version.txt, azdext/version.go, and CHANGELOG.md. Format matches existing release entries. No missing user-facing PRs.
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash: pwsh: WindowsPowerShell install MSI install Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
|
/check-enforcer override |
Adds the release changelog entry for azd 1.24.3 and bumps version files.
Changes
cli/azd/CHANGELOG.md— new## 1.24.3 (2026-05-01)section:azd extension upgrade --allbatch orchestration with partial failure tolerance and--output json(feat: add batch upgrade orchestration with partial failure tolerance #7852),RegisterFlagOptionsextension SDK API (azdext: addRegisterFlagOptionsfor per-subcommand flag config #7826), extension registry schema versioning (Add registry versioning and schema evolution support #7837)azd pipeline config(fix: respect customized OIDC subject claims in azd pipeline config #7705), infinite polling on stopped Linux web app deploy (fix: handle stopped web app during deploy status tracking #7773), misleading GitHub URL branch-not-found errors for SAML/rate-limit/private repo (Enhance GitHub API error handling #7922),-ojson/-otableshort flag rejection (fix(host): support attached short --output/-o values and surface pre-parse errors #7948),buildArgs/buildEnvsilently dropped for ACR remote builds (PassbuildArgsto ACR remote build task #7997), external auth (AZD_AUTH_ENDPOINT) reporting "not logged in" (Fix LogInDetails() to check for external auth before falling through to local auth config #8004)ActionableErrorDetail(Unify host gRPC error transport with a structured ActionableErrorDetail #7919), GitHub CLI bumped to v2.92.0 (Update GitHub CLI to v2.92.0 #7946)cli/version.txt—1.24.2→1.24.3cli/azd/pkg/azdext/version.go—Versionconstant →"1.24.3"cli/azd/.vscode/cspell.yaml— addedojson,otableto wordlist