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

                    
                     
                      
                                                                                          
                                                                                                                                                                     


                       


                    



                                                                                                                 





                                



                                                 
 
{
  "id": "azure-cli",
  "version": "1.0.5",
  "name": "Azure CLI",
  "documentationURL": "https://github.com/devcontainers/features/tree/main/src/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.)"
    }
  },
  "customizations": {
      "vscode": {
          "extensions": [
            "ms-vscode.azurecli"
          ]
      }
  },
  "installsAfter": [
    "ghcr.io/devcontainers/features/common-utils"
  ]
}