·
9 commits
to main
since this release
1.26.0 (2026-06-24)
Features Added
- [#8424] Add
azd config sub-filter setandazd config sub-filter removeto save per-tenant subscription filters and apply them automatically in subscription prompts. - [#8599] Add Go support for Azure Functions services, enabling
azd upfor Go Function Apps on Flex Consumption. - [#8656] Add the
validation-providerextension capability so extensions can contribute checks to local Bicep preflight validation. - [#8697] Add self-contained extension bundles with
azd x pack --bundleandazd extension install <bundle.zip>for sharing and installing extensions without a registry. - [#8704] Add
azd tool install azure-skillsandazd tool upgrade azure-skillswith per-host selection for supported agentic CLI hosts.
Bugs Fixed
- [#8649] Fix interactive prompts (for example the
azd initenvironment-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 initrequired extension installation failing when an extension is available from multiple sources by prompting users to choose the source interactively. - [#8679] Fix extension
Project().AddServicecalls overwriting existing top-levelazure.yamlproperties such as hooks when adding services. - [#8681] Fix
azd pipeline configcreating mismatched GitHub OIDC federated credentials for organizations usingcontextorrepoclaim keys. - [#8776] Fix
azd updateand the macOS update banner failing with "Refusing to load cask from untrusted tap" by runningbrew trust azure/azdbefore any Homebrew cask install, upgrade, or uninstall.