diff --git a/registry/azd.toml b/registry/azd.toml new file mode 100644 index 0000000000..c2a7dc98cf --- /dev/null +++ b/registry/azd.toml @@ -0,0 +1,3 @@ +backends = ["aqua:Azure/azure-dev"] +description = "Azure Developer CLI - developer-centric command-line tool for creating Azure applications" +test = { cmd = "azd version", expected = "azd version {{ version | trim_start_matches(pat='azure-dev-cli_') }}" }