azure-powershell
azure-powershell copied to clipboard
Microsoft Azure PowerShell
### Description The Stop-AzDevCenterUserDevBox cmdlet put the Dev Box into hibernation mode without having the -Hibernate. It should stop the Dev Box, even when the Dev Box pool is hibernate...
### Description StepsToReproduce: On Windows 11 (Ent) install PowerShell 7.5.4 Install latest greatest Az modules with `Install-Module -Name Az` All installed\updated components listed below: ``` WARNING: The version '5.3.0' of...
Batch 15.0.0
## Description ## Mandatory Checklist - Please choose the target release of Azure PowerShell. (⚠️**Target release** is a different concept from **API readiness**. Please click below links for details.) -...
### Description Currently does not support whatif and executes anyways https://github.com/Azure/azure-powershell/blob/main/documentation/development-docs/design-guidelines/cmdlet-best-practices.md#shouldprocess ### Issue script & Debug output ```PowerShell https://github.com/Azure/azure-powershell/blob/main/documentation/development-docs/design-guidelines/cmdlet-best-practices.md#shouldprocess ``` ### Environment data ```PowerShell https://github.com/Azure/azure-powershell/blob/main/documentation/development-docs/design-guidelines/cmdlet-best-practices.md#shouldprocess ``` ### Module versions ```PowerShell...
### Type of issue Missing information ### Feedback Unable to determine how to send an Azure Communication Services email using Powershell, or if it is possible. Please provide an example...
## Description ## Mandatory Checklist - Please choose the target release of Azure PowerShell. (⚠️**Target release** is a different concept from **API readiness**. Please click below links for details.) -...
### Type of issue Missing information ### Feedback These are detected in PR validation. Mostly missing examples but also incorrect parameter names. ```csv "Module","Cmdlet","Example","Line","RuleName","ProblemId","Severity","Description","Extent","Remediation" "Az.Sql","Get-AzSqlServerDisasterRecoveryConfiguration","0","0","MissingExample","5042","1","Example is missing.","D:\a\_work\1\s\src\Sql\Sql\help\Get-AzSqlServerDisasterRecoveryConfiguration.md","Add Example. Remove any...
### Description The following commit was added to support adding SshAuthScope to clouds that did not have urls hardcoded in the repo: https://github.com/Azure/azure-powershell/commit/c690c21c318798d4686e70caee1cf22df3acaf4f Unfortunate for clouds that are 'discovered or...
## Description ## Mandatory Checklist - Please choose the target release of Azure PowerShell. (⚠️**Target release** is a different concept from **API readiness**. Please click below links for details.) -...
### Description **Steps to reproduce:** 1. Create Gallery (New-AzGallery) 2. Create Gallery Image Definition (New-AzGalleryImageDefinition) with SecurityType=ConfidentialVM 3. Create Confidential VM 4. Create Gallery Image Version (New-AzGalleryImageVersion) using the Confidential...