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

                    
                     
                      
                                                                                          
                                                                                                                                                                     


                       


                    

                                                                                                                 




                                                                                                   




                                                      

     
                     




                            



                                                 
 
{
  "id": "azure-cli",
  "version": "1.1.0",
  "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.)"
    },
    "extensions": {
      "type": "string",
      "default": "",
      "description": "Optional comma separated list of Azure CLI extensions to install in profile."
    },
    "installBicep": {
      "type": "boolean",
      "description": "Optionally install Azure Bicep",
      "default": false
    }
  },
  "customizations": {
    "vscode": {
      "extensions": [
        "ms-vscode.azurecli"
      ]
    }
  },
  "installsAfter": [
    "ghcr.io/devcontainers/features/common-utils"
  ]
}