azd-ext-microsoft-azd-extensions_0.12.0
Pre-release
Pre-release
0.12.0 (2026-06-22)
- [#8697] Add
azd x pack --bundle(alias--zip) to emit a portable bundle.zipcontaining aregistry.jsonwith relative artifact URLs plus the platform artifacts, installable viaazd extension install <bundle.zip>without hosting a registry. - [#8550] Embed language template dotfiles so generated extensions include a
.gitignore(the Go template excludesbin/). - [#8550] Warn during
azd x buildwhen the local extension source registry is missing or does not contain the extension, since the binaries are installed but the extension would not appear inazd extension list. - [#8570] Add
--internaltoazd x initto scaffold first-party Go extensions in theAzure/azure-devrepository, including CI workflows, release pipeline, and a suitable.github/CODEOWNERSentry. - [#8531] [#8660] Bump the
aiohttpdependency in Python extension scaffolding from 3.13.4 to 3.14.1.