Skip to content

Commit 8a90a1d

Browse files
Create changelog for azd 1.24.3 (#8005)
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>
1 parent b0e9e25 commit 8a90a1d

4 files changed

Lines changed: 28 additions & 2 deletions

File tree

cli/azd/.vscode/cspell.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ words:
1818
- Canonicalize
1919
- Chans
2020
- chinacloudapi
21+
- ojson
22+
- otable
2123
- cmds
2224
- Codespace
2325
- Codespaces

cli/azd/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,30 @@
1010

1111
### Other Changes
1212

13+
## 1.24.3 (2026-05-01)
14+
15+
### Features Added
16+
17+
- [[#7795]](https://github.com/Azure/azure-dev/pull/7795) Add interactive cancel prompt when Ctrl+C is pressed during `azd provision`/`azd up` with Bicep; choose to leave the Azure deployment running or cancel it via the ARM Cancel API with status feedback; non-interactive mode defaults to leaving the deployment running.
18+
- [[#7852]](https://github.com/Azure/azure-dev/pull/7852) Improve `azd extension upgrade --all` with continue-on-error batch orchestration: per-extension status display (Upgraded/Skipped/Promoted/Failed) with before→after version, a batch summary line, and `--output json` for machine-readable CI output.
19+
- [[#7826]](https://github.com/Azure/azure-dev/pull/7826) Add `RegisterFlagOptions` to the extension SDK for declaring per-subcommand allowed values, defaults, and validation for inherited persistent flags; drives help text, shell completion, and parse-time validation automatically.
20+
- [[#7837]](https://github.com/Azure/azure-dev/pull/7837) Add extension registry schema versioning: extension registries now carry a `schemaVersion` field and azd shows a clear upgrade-required message when an incompatible registry schema version is encountered.
21+
22+
### Bugs Fixed
23+
24+
- [[#7705]](https://github.com/Azure/azure-dev/pull/7705) Fix `azd pipeline config` always using the default OIDC subject format when creating GitHub federated credentials, causing `AADSTS700213` mismatches for organizations with customized OIDC subject claims; azd now queries the GitHub OIDC customization API and constructs the correct subject string.
25+
- [[#7773]](https://github.com/Azure/azure-dev/pull/7773) Fix `azd deploy` polling indefinitely when deploying to a stopped Linux web app; after 3 consecutive polls with zero running instances, the deployment is treated as complete.
26+
- [[#7922]](https://github.com/Azure/azure-dev/pull/7922) Fix GitHub URL resolution surfacing a misleading "could not find a valid branch" error for SAML SSO blocks, rate limiting, private repos, and server errors; azd now identifies the actual failure mode and shows actionable suggestions with relevant documentation links.
27+
- [[#7948]](https://github.com/Azure/azure-dev/pull/7948) Fix `-ojson`/`-otable` (short `-o` flag with attached value) being rejected with a confusing error; fix pre-cobra parse errors showing nothing on stderr.
28+
- [[#7997]](https://github.com/Azure/azure-dev/pull/7997) Fix `buildArgs` and `buildEnv` in `azure.yaml` being silently dropped when `docker.remoteBuild: true`; build arguments are now forwarded to the ACR remote build task.
29+
- [[#8004]](https://github.com/Azure/azure-dev/pull/8004) Fix `azd auth status` (and provisioning commands) reporting "not logged in" when `AZD_AUTH_ENDPOINT`/`AZD_AUTH_KEY` external auth is active but `azd auth logout` was previously run.
30+
31+
### Other Changes
32+
33+
- [[#7853]](https://github.com/Azure/azure-dev/pull/7853) Improve `azd extension upgrade` edge case handling: delisted extensions report "no longer available" and continue the batch; network failures show actionable retry guidance; extension config writes are now atomic to prevent corruption if interrupted.
34+
- [[#7919]](https://github.com/Azure/azure-dev/pull/7919) Improve extension SDK gRPC error transport: host-returned errors now carry structured suggestion and link data via `ActionableErrorDetail`, so extensions can surface the full error-suggestion UX to users.
35+
- [[#7946]](https://github.com/Azure/azure-dev/pull/7946) Update bundled GitHub CLI to v2.92.0.
36+
1337
## 1.24.2 (2026-04-24)
1438

1539
### Features Added

cli/azd/pkg/azdext/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ package azdext
66
// Version is the semantic version of the azdext SDK package.
77
// This value mirrors the CLI version in cli/version.txt and is
88
// automatically updated by eng/scripts/Update-CliVersion.ps1.
9-
const Version = "1.24.2"
9+
const Version = "1.24.3"

cli/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.2
1+
1.24.3

0 commit comments

Comments
 (0)