-
### Description
I created a custom role through a PowerShell script for some use-case testing. After usage, I tried to delete the role, but it seems that I cannot delete it both from the Azure Portal…
-
### Description
# How to reproduce
> $SoftwareUpdateConfigurations = Get-AzAutomationSoftwareUpdateConfiguration -ResourceGroupName $ResourceGroup -AutomationAccountName $AutomationAccount
## …
-
## Description
We've had reports from a customer of late about the `NumberOfVirtualNetworkLinks` property having incorrect values when executed without `-Name` and `-ResourceGroupName` parameters.
…
-
### New issue checklist
- [X] I searched for [existing GitHub issues](https://github.com/microsoft/azure-pipelines-tasks/issues)
- [X] I read [pipeline troubleshooting guide](https://docs.microsoft.c…
-
### Description
Tried using the filter option, but doesn't appear to like anything that is put in the filter portion. No notes in the doc about anything special, so using the same sort of filter syn…
-
## Description
Executing Get-AzMigrateSolution, regardless of Pwsh 7.1 or 7.2, returns the error about key already added.
An item with the same key has already been added. Key: serversOnWind…
-
## Description
Passing inline parameters to **New-AzResourceGroupDeployment** no longer works. Tried with multiple ARM templates.
## Steps to reproduce
```powershell
New-AzResourceGroupD…
-
## Description
After creating a VMSS, I call Update-AzVmss to change the SkuCapacity.
"Update-AzVmss -ResourceGroupName adsandorctrlc -VMScaleSetName vmssctrlc -SkuCapacity 10 -Debug"
The o…
-
## Description
When retrieving a VA baseline using Get-AzSqlInstanceDatabaseVulnerabilityAssessmentRuleBaseline and applying it to another database using Set-AzSqlInstanceDatabaseVulnerabilityAssessm…
-
## Description
I'm currently attempting to resolve the currently logged in user of the Az Powershell context against the actual User object registered in Azure AD for the given tenant that I am…