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 When creating a new Azure vm with new-azvm, the -OSDiskDeleteOption and -DataDiskDeleteOption options do not work. They specify that they will take a string input of Delete or...

Compute - VM
Service Attention
bug
customer-reported

### Description Sometimes, we are not getting the expected outcome from the Get-AzVM commandlet. For e.g. my VM names follow some naming conventions. - rkjsas-svhapa001 - rkjsas-svhapa002 - rkjsas-svhapc001 -...

Compute - VM
bug
customer-reported
needs-author-feedback
CXP Attention

### Description Based off this article: https://docs.microsoft.com/en-us/azure/site-recovery/vmware-azure-disaster-recovery-powershell I should be able to retrieve an ASRProcessServer object from the $ASRFabricObject.FabricSpecificDetails.ProcessServers. ``` PowerShell >$ASRResourceGroup = "MyRG" >$ASRVaultName = "MyVault" >$ASRVaultObject = Get-AzRecoveryServicesVault...

Recovery Services Site-Recovery
bug
customer-reported
CXP Attention

## Description Added commands for managing Managed Instance DNS aliases: New, Get, Set, Move, Remove. Please **do not merge** yet, we need only a review. ## Checklist - [X] I...

Do Not Merge :no_entry_sign:
SQL - Managed Instance
needs-review

Updated help doc for **Set-AzSynapseLinkConnection** and **Set-AzSynapseLinkConnectionLinkTable**, add sample json file to these two cmdlets. ## Checklist - [x] Check this box to confirm: **I have read the [_Submitting Changes_](../blob/main/CONTRIBUTING.md#submitting-changes)...

needs-review

### Description I'm wanting to fail if the connection fails - but using -ErrorAction Stop is not working. If I exclude -ErrorAction then the script continues even though an error...

Container Registry
bug
customer-reported
needs-team-attention
needs-author-feedback
no-recent-activity

## Description This PR was created: https://github.com/Azure/azure-powershell/pull/19013 To resolve a security issue. But this introduced build errors due to a downgrade issue with Azure.Core. This PR is to resolve the...

needs-review

### Description If i understand correctly, the following **advanced query** should work because i set `consistencyLevel eventual`: ``` Get-AzADUser -select 'Department' -AppendSelected -consistencyLevel eventual -Filter "Department ne null" ``` Documentation:...

feature-request
AAD
customer-reported

## Description generated powershell modules for desktopvirtualization api version 2022-04-01-preview and updated modules and tests for scalingplan and scalingplanpooledschedule accordingly ## Checklist - [ X] Check this box to confirm:...

needs-revision

### Description https://docs.microsoft.com/en-us/powershell/module/az.sql/get-azsqldatabaseactivity?view=azps-8.1.0&tryIt=true&source=docs#code-try-1 Code doesn't return all operations for all databases in SQL Pool, instead asks for single database name.

SQL
Service Attention
bug
customer-reported