azure-powershell
azure-powershell copied to clipboard
Microsoft Azure PowerShell
### Description Why can the Name parameter not be used with AccountObject parameter? I understand the solution currently would be to separate ResourceGroupName and AccountName from the account object or...
### Description Hi, I'm automating the Azure Image Build process using Azure DevOps pipelines, this takes a couple of steps. Run Invoke-AzResourceAction to start the image build process for a...
### Description of the new feature `Set-AzFirewall` command takes several minutes to finish executing, and I wonder if implementing a `-NoWait` option, similar to `Start-AzVm`, would improve its usability. ###...
### Description All 'AzIpGroup' cmdlets that make changes support the -whatIf parameters. New-AzIpGroup and Remove-AzIpGroup honor this, displaying a "What If: " message and not making changes. Set-AzIpGroup supports -whatif...
Currently, New-AzSqlDatabaseImport accepts -Edition and -ServiceObjectiveName , which allow you to create a DTU-based SQL Database. However, I want to create a vCore-based SQL Database. I'd like to see new...
### Description On different GitHub runners, my action workflow runs the command: WARNING: We have migrated the API calls for this cmdlet from Azure Active Directory Graph to Microsoft Graph....
### Description We have a function app (1) that has a system assigned managed identity. This managed identity has the website contributor RBAC role on an app service (2). 1...
### Description of the new feature Az.KeyVault has a tiny dependency on the BouncyCastle library which is commonly used in other modules relating to cryptography and PKI. Attempting to import...
### Description Hi all! I have been trying to create event subscription using powershell but Im getting following error message: New-AzEventGridSubscription -ResourceId $storageaccountId -EventSubsc … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Invalid Advanced...
### Description When running the command ```PowerShell Get-AzResource -ResourceType 'Microsoft.Web/sites/instances' -Name $($appPlanApps[0].Name) -ResourceGroupName $($appPlanApps[0].ResourceGroup) -Verbose -Debug ``` Nothing is returned to the command output. The debug output shows the following...