azure-cli
azure-cli copied to clipboard
Azure Command-Line Interface
The following **BUG** in your software is breaking our automated testing of resources in Azure. Our automation has not changed for a few months. And our automation worked perfectly before...
**Related command** `az bicep` **Description** The `az bicep` commands check for the latest version of Bicep by sending an HTTP request, but when it doesn't respect `AZURE_CLI_DISABLE_CONNECTION_VERIFICATION` and always validate...
> ### `az feedback` auto-generates most of the information requested below, as of CLI version 2.0.62 **Describe the bug** I am trying to get credentials list of my APP using...
**Related command** az acr manifest show **Description** Improve performance by eliminating unnecessary REST call **Testing Guide** az acr manifest show -h **History Notes** [ACR] `az acr manifest show`: Improve performance...
**Describe the bug** I am trying to install Azure CLI on an Ubuntu 22.04 VM in Azure, as part of a Custom Script Extension for Linux setup script. I have...
**Related command** az ml model deploy **Describe the bug** Upon deploy from Azure DevOps, command exits with exit code 1 with the following error ``` 2022-08-12T11:07:14.3500930Z ERROR: {'Azure-cli-ml Version': '1.41.0',...
> ### `az feedback` auto-generates most of the information requested below, as of CLI version 2.0.62 az appservice plan create --resource-group testrg --name testasp--app-service-environment ase1 --location southcentralus --number-of-workers 3 --sku...
**Related command** **Describe the bug** I want to run an azure ml pipeline using azure-cli v2. The steps should be non-deterministic (in sdk = 'allow_reuse'=False). Based on the pipeline schema,...
…ce gpu **Related command** az aks create --gpu-instance-profile az aks nodepool add --gpu-instance-profile **Description** Support multi instance gpus for AKS. **Testing Guide** see live test **History Notes** [Component Name 1]...
**Related command** - `az webapp up` - `az webapp deploy` - `az webapp deployment source config-zip` **Description** Uses the new Web App deployment status API to give the user updates...