aboutsummaryrefslogblamecommitdiff
path: root/src/azure-cli/devcontainer-feature.json
blob: db4eadb78da1382fe26f59a69ce3178532a57073 (plain) (tree)
1
2
3
4
5
6
7
8

                    
                     
                      
                                                                                                                                                                     


                       


                    



                                                                                                                 

                        

   
{
  "id": "azure-cli",
  "version": "1.0.0",
  "name": "Azure CLI",
  "description": "Installs the Azure CLI along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.",
  "options": {
    "version": {
      "type": "string",
      "proposals": [
        "latest"
      ],
      "default": "latest",
      "description": "Select or enter an Azure CLI version. (Available versions may vary by Linux distribution.)"
    }
  },
  "extensions": [
    "ms-vscode.azurecli"
  ]
}