Skip to content

Update registry.json for Waza 0.38.4 #505

Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions