mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	As identified in, e.g., [the Azure Go SDK][1] and [other Azure SDKs][2],
the Azure CLI program can be resolved using an environment variable
called AzureCLIPath or AZURE_CLI_PATH if the program is not installed to
the default locations. Setting this environment variable allows programs
such as Pulumi which (ultimately) build on the Azure SDKs to resolve the
CLI program when it has been installed with Scoop.
  [1]: afe17657e2/autorest/azure/cli/token.go (L151)
  [2]: https://github.com/search?q=org%3AAzure+AzureCLIPath&type=code
		
	
			
		
			
				
	
	
		
			22 lines
		
	
	
		
			694 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			694 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "description": "Microsoft Azure CLI 2.0",
 | 
						|
    "homepage": "https://aka.ms/cli",
 | 
						|
    "version": "2.13.0",
 | 
						|
    "license": "MIT",
 | 
						|
    "url": "https://azurecliprod.azureedge.net/msi/azure-cli-2.13.0.msi",
 | 
						|
    "hash": "3ff4fdd99fd32eb5dfed9c6040cc2bfbe41f137467240fa33e0306598156e93c",
 | 
						|
    "extract_dir": "Microsoft SDKs\\Azure\\CLI2",
 | 
						|
    "bin": "wbin\\az.cmd",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/Azure/azure-cli",
 | 
						|
        "regex": "/releases/tag/azure-cli-([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://azurecliprod.azureedge.net/msi/azure-cli-$version.msi"
 | 
						|
    },
 | 
						|
    "env_set": {
 | 
						|
        "AzureCLIPath": "$dir",
 | 
						|
        "AZURE_CLI_PATH": "$dir"
 | 
						|
    }
 | 
						|
}
 |