Summary
The Azure Developer CLI extension registry is stale. The registry served from:
https://raw.githubusercontent.com/microsoft/waza/main/registry.json
lists 0.37.0 as the newest available microsoft.azd.waza version, while Waza 0.38.4 is the latest release.
Impact
The Azure Developer CLI installation instructions in README.md instruct users to add this registry and install the extension:
azd ext source add -n waza -t url -l https://raw.githubusercontent.com/microsoft/waza/main/registry.json
azd ext install microsoft.azd.waza
Because the registry does not include 0.38.4, these instructions install 0.37.0 rather than the current release.
Expected behavior
registry.json should include a complete 0.38.4 entry with the correct artifacts, download URLs, checksums, and metadata so azd ext install microsoft.azd.waza resolves to the latest Waza version.
Actual behavior
The highest version currently listed in registry.json is 0.37.0.
Suggested fix
Update and publish registry.json as part of the 0.38.4 release process, and consider adding release automation or validation that verifies the registry's latest version matches the latest Waza release.
Summary
The Azure Developer CLI extension registry is stale. The registry served from:
https://raw.githubusercontent.com/microsoft/waza/main/registry.json
lists
0.37.0as the newest availablemicrosoft.azd.wazaversion, while Waza0.38.4is the latest release.Impact
The Azure Developer CLI installation instructions in
README.mdinstruct users to add this registry and install the extension:azd ext source add -n waza -t url -l https://raw.githubusercontent.com/microsoft/waza/main/registry.json azd ext install microsoft.azd.wazaBecause the registry does not include
0.38.4, these instructions install0.37.0rather than the current release.Expected behavior
registry.jsonshould include a complete0.38.4entry with the correct artifacts, download URLs, checksums, and metadata soazd ext install microsoft.azd.wazaresolves to the latest Waza version.Actual behavior
The highest version currently listed in
registry.jsonis0.37.0.Suggested fix
Update and publish
registry.jsonas part of the0.38.4release process, and consider adding release automation or validation that verifies the registry's latest version matches the latest Waza release.