azure-powershell icon indicating copy to clipboard operation
azure-powershell copied to clipboard

Microsoft Azure PowerShell

Results 752 azure-powershell issues
Sort by recently updated
recently updated
newest added

## Description ## Checklist - [x] Check this box to confirm: **I have read the [_Submitting Changes_](../blob/main/CONTRIBUTING.md#submitting-changes) section of [`CONTRIBUTING.md`](../blob/main/CONTRIBUTING.md) and reviewed the following information:** * **SHOULD** select appropriate branch....

needs-revision
Breaking Change Release

### Description Hello, The customers pipeline has multiple tasks : Initial task loads the CosmosDB using the "Install-Module -Name 'CosmosDB' -MinimumVersion '4.5.0' -Force" Another task in the same job Imports...

Cosmos
question
needs-team-attention

### Description Running version 3.11.0 of Az.Sql, calling Set-AzSqlServer seems to always return "Set-AzSqlServer: Operation returned an invalid status code 'BadRequest", no matter what input parameters are passed to Set-AzSqlServer...

SQL
bug
customer-reported
needs-team-attention
CXP Attention

…, `New-AzVmss`,`Update-AzVm`, `Update-AzVmss` * Added Trusted Launch logic to `New-AzVm`, `New-AzVmss`, `Update-AzVm`, `Update-AzVmss` cmdlets. * Configured `-SecurityType`, `-EnableVtpm`, `-EnableSecureBoot` optional parameters for above mentioned cmdlets. * Link to PR Design...

### Description I'm using the Az.Synapse modules within an Azure DevOps Pipeline (Azure PowerShell task version 5.*) to deploy triggers, pipelines and datasets. While deleting and deploying triggers and pipelines...

bug
customer-reported
needs-team-attention
CXP Attention

## Description ## Checklist - [ ] Check this box to confirm: **I have read the [_Submitting Changes_](../blob/main/CONTRIBUTING.md#submitting-changes) section of [`CONTRIBUTING.md`](../blob/main/CONTRIBUTING.md) and reviewed the following information:** * **SHOULD** select appropriate...

Event Hubs

### Description Get-AzConsumptionUsageDetail uses an old API version (2018-01-31), and does not return all data. Specifically billing charges with a Part Number of "-2" are excluded from the results. However,...

bug
customer-reported
needs-author-feedback
CXP Attention

### Description of the new feature In my organisation we are required to add tags for every Azure resource. The mentioned cmdlet doesn't have a -Tag parameter which effectively prevents...

App Services
feature-request
Service Attention
customer-reported

### Description I tried to run Install-Module AzureAD and getting this error message PackageManagement\Install-Package : No match was found for the specified search criteria and module name 'AzureAD'. Try Get-PSRepository...

question
customer-reported
needs-author-feedback

## Description Unable to login to Azure (Public or Government) using Az PowerShell module ## Steps to reproduce ```powershell Set-ExecutionPolicy Bypass -Scope CurrentUser Install-Module Az -Scope CurrentUser -AllowClobber -Force Import-Module...

MSAL
question
Authentication
customer-reported