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 https://docs.microsoft.com/en-us/powershell/module/az.resources/set-azresource?view=azps-8.1.0 The second example will not work for all Azure Objects since the $_.Tags property might return a null value. The PowerShell code below will work since it...

Doc - Reference
ARM - Core
customer-reported
needs-author-feedback
no-recent-activity

## Description before: ![image](https://user-images.githubusercontent.com/49651629/181049432-5c652dcf-e8f1-477c-81d3-1574f130ce85.png) after: ![image](https://user-images.githubusercontent.com/49651629/181050100-9fcb9114-2231-40fe-8160-2ef1491bd8a7.png) Most of our cmdlets do explicitly check `ShouldProcess`, but the base cmdlet class also does the similar thing - so we end up prompting...

needs-review

### Description How should one append a additional secret to an existing container app that is already one or several secrets assigned to it? If I manually configure multiple secrets...

question
customer-reported
ContainerApp

The example had cmdlets with null variables for their parameters which caused those cmdlets to fail. I replaced those variables with string values. ## Checklist - [ ] Check this...

needs-revision

### Description Import-AzApiManagementApi : Error Code: ResourceGroupNotFound i'm trying to import function app to apim using below script and getting above error. though already set the subscription but still getting...

API Management
bug
customer-reported
needs-team-attention
CXP Attention

### Description of the new feature The ImageBuilder API version 2021-10-01 and newer supports adding a user assigned identity to the build VM itself to allow access to resources in...

feature-request
customer-reported
ImageBuilder

### Description I'm having trouble using New-AzImageBuilderTemplate to load my json templates. The error seems to indicate the module cannot extract parameters. Specifically, it seems to fail at extracting the...

question
customer-reported
ImageBuilder

### Description invoke-azcommand removes caret character . I tried to call invoke-azcommand to run a powershell script but my script receives parameter with deleted caret character. $password="test^123456" Invoke-AzVMRunCommand -ResourceGroupName $rg...

Compute - VM
bug
customer-reported
CXP Attention

### Description of the new feature We would like to include Trusted Launch related flags be included into the Simple Parameter Set for the following reasons: - Parity with Az...

feature-request
Compute - VM
Service Attention

## Description # New-AzIotCentralApp ## SYNOPSIS Creates a new IoT Central Application. ## SYNTAX New-AzIoTCentralApp -Name -ResourceGroupName -Location -SkuName [-SubscriptionId ] [-DisplayName ] [-IdentityType ] [-Subdomain ] [-Tag ] [-Template...

Do Not Merge :no_entry_sign: