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
trafficstars

## 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

### Description There is a special case that a modified module may not be built in CI. For example, [this PR](https://github.com/Azure/azure-powershell/pull/19154) moved StorageMover module from generation branch to main branch,...

Engineering

# Description This is similar to https://github.com/Azure/azure-powershell/issues/10550 possibly. I am using a service principal to manage IAM access to azure resources for which that service account is the owner. Get-AzRoleAssignment...

feature-request
Authorization
Service Attention
question
customer-reported
needs-team-attention

### Description I'm not sure where to raise this issue, but I believe the way that Invoke-AsAksRunCommand works is that it spins up a pod from a Microsoft maintained image...

feature-request
AKS
customer-reported

### Description The documentation for the `Get-AzDeploymentWhatIfResult` returns unsatisfying details about its parameters. For instance, calling `Get-Help 'Get-AzDeploymentWhatIfResult' -Parameter 'ResultFormat'` [returns](https://docs.microsoft.com/en-us/powershell/module/az.resources/get-azdeploymentwhatifresult?view=azps-8.2.0#parameters): ``` Default value None ``` … which isn't true...

question
ARM - Templates
customer-reported
CXP Attention

## Description Writing the response in the write file. Export-AzAutomationDscNodeReportContent : Unable to deserialize the response. #9663 ## Dependency Bug9663 azPowershell Updated AzureOperation Response from Object to String for GetReportContent...

Automation
needs-revision

## 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...

Do Not Merge :no_entry_sign:
needs-revision

### Description Following issues must be fixed ``` "Network","Remove-AzApplicationGatewayBackendSetting","1","NeedDeleting","5051","1","The prompt of example need to be deleted.","Network\help\Remove-AzApplicationGatewayBackendSetting.md","Delete the prompt of example." "Network","Remove-AzApplicationGatewayListener","0","MissingSynopsis","5040","1","Synopsis is missing.","Network\help\Remove-AzApplicationGatewayListener.md","Add Synopsis. Remove any placeholders." "Network","Remove-AzApplicationGatewayListener","0","MissingDescription","5041","1","Description is missing.","Network\help\Remove-AzApplicationGatewayListener.md","Add...

Network

### Description The [documentation on `Test-AzDeployment`](https://docs.microsoft.com/en-us/powershell/module/az.resources/test-azdeployment?view=azps-8.2.0#description ) lacks a clear explanation of what to expect in case of success and what to expect in case of error. So, one has...

Doc - Reference
question
ARM - Templates
customer-reported
CXP Attention

### Description of the new feature Currently, there are four different ARM deployment Cmdlets in the `Az` PowerShell module, all with their individual scopes: - [New-Az***Tenant***Deployment](https://docs.microsoft.com/de-de/powershell/module/az.resources/new-aztenantdeployment) - [New-Az***ManagementGroup***Deployment](https://docs.microsoft.com/de-de/powershell/module/az.resources/new-azmanagementgroupdeployment) - [New-AzDeployment](https://docs.microsoft.com/en-us/powershell/module/az.resources/new-azdeployment)...

feature-request
Service Attention
ARM - Templates
customer-reported