azure-cli-extensions icon indicating copy to clipboard operation
azure-cli-extensions copied to clipboard

Public Repository for Extensions of Azure CLI.

Results 357 azure-cli-extensions issues
Sort by recently updated
recently updated
newest added

Trying to use this now, and the az process is OOMing even with a tiny "length" ### Related command ``` pg_basebackup -D - -X fetch --format tar --gzip --compress=3 --max-rate...

bug
customer-reported
Storage
Service Attention
Auto-Assign
Azure CLI Team

I have two data factories. The "shared" data factory has an integration runtime that I'd like to share with the "client" data factory via az cli. I am able to...

customer-reported
Data Factory
feature-request
Azure CLI Team

### Related command az monitor app-insights web-test create ### Extension name (the extension in question) application-insights ### Description of issue (in as much detail as possible) Running the 'az monitor...

bug
customer-reported
Monitor
Service Attention
Auto-Assign
Azure CLI Team

## Describe the bug **Command Name** `az storage blob directory download Extension Name: storage-preview. Version: None.` **Errors:** ``` 'NoneType' object has no attribute '__name__' Traceback (most recent call last): python3/dist-packages/knack/cli.py,...

bug
customer-reported
Storage
Auto-Assign
Azure CLI Team

$query = 'AzureDiagnostics | where action_s == "Blocked" | count' $w = 'valid--id' Invoke-AzOperationalInsightsQuery -WorkspaceId $w -Query $query -ErrorAction Stop -Timespan (New-TimeSpan -Hours 2)| Select-Object -ExpandProperty Results --> produces Count...

customer-reported
Monitor
feature-request
Auto-Assign
Azure CLI Team

### Related command ``` az monitor app-insights query --app myapp -g mygroup --analytics-query 'traces | where message contains "bla"' --start-time date "2022-07-21" time "09:18:00.0000Z" timezone "+02:00" -o table ``` ###...

customer-reported
Monitor
feature-request
Auto-Assign
Azure CLI Team

Hi friends, I ran into some trouble with `application-insights: 0.1.16` extension recently. Could you give me some advice? ## Describe the bug I was attempting to change a request URL...

bug
customer-reported
Monitor
Auto-Assign
Azure CLI Team

- If the issue is to do with Azure CLI 2.0 in-particular, create an issue here at [Azure/azure-cli](https://github.com/Azure/azure-cli/issues) ### Related command az ml job create ### Extension name (the extension...

extension/ml
customer-reported
Machine Learning
CXP Attention
Auto-Assign

--- This checklist is used to make sure that common guidelines for a pull request are followed. https://github.com/Azure/azure-cli/issues/21404 ### Related command ### General Guidelines - [ ] Have you run...

### Related command ```pwsh $deployment = $(az ml online-deployment update --file deployment.yml --resource-group $ResourceGroupName --workspace-name $WorkspaceName --output json | ConvertFrom-Json) ``` ### Extension name (the extension in question) ml ###...

extension/ml
customer-reported
Machine Learning
CXP Attention
Auto-Assign