You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.26.0 (2026-06-24)
Features Added
[#8424] Add azd config sub-filter set and azd config sub-filter remove to save per-tenant subscription filters and apply them automatically in subscription prompts.
[#8599] Add Go support for Azure Functions services, enabling azd up for Go Function Apps on Flex Consumption.
[#8656] Add the validation-provider extension capability so extensions can contribute checks to local Bicep preflight validation.
[#8697] Add self-contained extension bundles with azd x pack --bundle and azd extension install <bundle.zip> for sharing and installing extensions without a registry.
[#8704] Add azd tool install azure-skills and azd tool upgrade azure-skills with per-host selection for supported agentic CLI hosts.
Bugs Fixed
[#8649] Fix interactive prompts (for example the azd init environment-name prompt) rendering twice on Windows terminals by rendering prompts with azd's own UX components instead of the archived survey library.
[#8666] Fix azd init required extension installation failing when an extension is available from multiple sources by prompting users to choose the source interactively.
[#8679] Fix extension Project().AddService calls overwriting existing top-level azure.yaml properties such as hooks when adding services.
[#8681] Fix azd pipeline config creating mismatched GitHub OIDC federated credentials for organizations using context or repo claim keys.
[#8776] Fix azd update and the macOS update banner failing with "Refusing to load cask from untrusted tap" by running brew trust azure/azd before any Homebrew cask install, upgrade, or uninstall.
Other Changes
[#8725] Improve stacked table readability by labeling grouped headers, dimming structural lines, and highlighting source URLs.
[#8785] Improve responsive table layouts across azd extension list, azd tool check, azd tool list, and azd template list as part of [#8667].