azure-powershell
azure-powershell copied to clipboard
Microsoft Azure PowerShell
### 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...
## Description before:  after:  Most of our cmdlets do explicitly check `ShouldProcess`, but the base cmdlet class also does the similar thing - so we end up prompting...
### 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...
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...
### 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...
### 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...
### 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...
### 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...
### 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...
## Description # New-AzIotCentralApp ## SYNOPSIS Creates a new IoT Central Application. ## SYNTAX New-AzIoTCentralApp -Name -ResourceGroupName -Location -SkuName [-SubscriptionId ] [-DisplayName ] [-IdentityType ] [-Subdomain ] [-Tag ] [-Template...