Manifests/MicrosoftAzureCLI.json
{ "Name": "Microsoft Azure CLI", "Source": "https://learn.microsoft.com/en-au/cli/azure/", "Get": { "Update": { "Uri": "https://api.github.com/repos/Azure/azure-cli/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", "MatchFileTypes": "\\.exe$|\\.msi$|\\.msp$" }, "Download": { "Uri": [ "https://aka.ms/installazurecliwindows", "https://aka.ms/installazurecliwindowsx64" ] } }, "Install": { "Setup": "", "Preinstall": "", "Physical": { "Arguments": "", "PostInstall": [] }, "Virtual": { "Arguments": "", "PostInstall": [] } } } |