Skip to content

Commit 625ed86

Browse files
docs: update changelogs for 2026-03-25 merged PRs
- Add Unreleased section to cli/azd/CHANGELOG.md documenting: - Azure#7236: azd auth status --output json agent-friendly improvements - Azure#7223: Function App .funcignore-aware remoteBuild defaulting - Azure#7293: Windows PowerShell daily install suggestion fix - Azure#7250: Container Apps and ARM error suggestion improvements - Add azure.ai.models extension v0.0.5-preview CHANGELOG entry for Azure#7279: 403 error handling improvements in custom create Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5ada4d9 commit 625ed86

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

cli/azd/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Release History
22

3+
## Unreleased
4+
5+
### Features Added
6+
7+
- [[#7236]](https://github.com/Azure/azure-dev/pull/7236) `azd auth status --output json` now exits with a non-zero exit code when the user is unauthenticated (interactive mode is unchanged) and includes an `expiresOn` field in JSON output for proactive re-authentication. AI agents can use this command as a structured auth validation endpoint: `azd auth status --output json` returns exit 0 with `{"status":"authenticated","expiresOn":"..."}` when valid, or exit 1 with `{"status":"unauthenticated"}` when not logged in. Thanks @spboyer for the contribution!
8+
9+
### Bugs Fixed
10+
11+
- [[#7223]](https://github.com/Azure/azure-dev/pull/7223) Fix flex-consumption function app deployments failing when the project's `.funcignore` file is not compatible with `remoteBuild: true`. `remoteBuild` is now defaulted intelligently based on `.funcignore` contents, and setting `remoteBuild: true` explicitly will fail fast if `.funcignore` contains `node_modules`.
12+
- [[#7293]](https://github.com/Azure/azure-dev/pull/7293) Fix `azd update --channel daily` error suggestion on Windows to suggest the PowerShell install command instead of `curl`/`bash` when azd is installed via WinGet.
13+
14+
### Other Changes
15+
16+
- [[#7250]](https://github.com/Azure/azure-dev/pull/7250) Add targeted error suggestions for Container Apps (`ContainerAppOperationError`, `InvalidTemplateDeployment`) and ARM (`RoleAssignmentExists`, `InvalidResourceGroupLocation`) deployment failures with actionable guidance. Thanks @spboyer for the contribution!
17+
318
## 1.23.10 (2026-03-16)
419

520
### Bugs Fixed

cli/azd/extensions/azure.ai.models/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Release History
22

33

4+
## 0.0.5-preview (2026-03-24)
5+
6+
- Improved error handling for 403 (Forbidden) errors during `custom create` with a clear error message, guidance on required Azure RBAC roles, and links to prerequisite and RBAC documentation to help resolve permission issues.
7+
48
## 0.0.4-preview (2026-03-17)
59

610
- Added async model registration with server-side validation and polling support

0 commit comments

Comments
 (0)