Skip to content

azd-ext-microsoft-azd-extensions_0.12.0

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 22 Jun 17:36
38d259b

0.12.0 (2026-06-22)

  • [#8697] Add azd x pack --bundle (alias --zip) to emit a portable bundle .zip containing a registry.json with relative artifact URLs plus the platform artifacts, installable via azd extension install <bundle.zip> without hosting a registry.
  • [#8550] Embed language template dotfiles so generated extensions include a .gitignore (the Go template excludes bin/).
  • [#8550] Warn during azd x build when the local extension source registry is missing or does not contain the extension, since the binaries are installed but the extension would not appear in azd extension list.
  • [#8570] Add --internal to azd x init to scaffold first-party Go extensions in the Azure/azure-dev repository, including CI workflows, release pipeline, and a suitable .github/CODEOWNERS entry.
  • [#8531] [#8660] Bump the aiohttp dependency in Python extension scaffolding from 3.13.4 to 3.14.1.