azure-powershell
azure-powershell copied to clipboard
Microsoft Azure PowerShell
## Description Work done in the PR: - Improved performance for generating TestEnvironment object multiple times - Instantiated the TestEnvironment based on the testcredential.json file only once - For each...
### Description EdgeZone now supports Flexible orchestration VMSS. But while using Azure PowerShell to create Flexible orchestration VMSS in EdgeZone, it fails with the following error: > New-AzVmss : Resource...
### Description I can't figure out how to use `Set-AzAutomationModule` to upload a module that targets Powershell 7.1. Our module .psd1 contains: ``` PowerShellVersion = '7.1' CompatiblePSEditions = 'Core' ```...
### Description Running `Get-AzADServicePrincipal -ObjectId XXX` returns MicrosoftGraphServicePrincipal which has an AppRoleAssignedTo property. But this property is empty. Trying to encourage the retrieval of AppRoleAssignedTo data I tried `Get-AzADServicePrincipal -ObjectId...
## Description `Connect-AzAccount -MaxContextPopulation` not working when called with existing contexts. ## Steps to reproduce First delete `~/.azure`. ```powershell > Connect-AzAccount # Returned 1 item in total > Get-AzContext -ListAvailable...
## Description We needed to change the format of the schedule object attached to scaling plans in Desktop Virtualization. We are in public preview, and the changes have been added...
## Description Fixing the issue with the -Force parameter, which was asking from confirmation even after -Force and -Confirm were given ## Checklist - [x] I have read the [_Submitting...
### Description Thanks @jack-cloud-platform catching this bug, parameter OptimizationType for New-AzCdnEndpoint is actually mandatory, please plan to fix this in next major release. @ChenglongLiu ### Issue script & Debug output...
## Description [Network]Onboard KubernetesConfiguration to Private Link Common cmdlets ## Checklist - [x] I have read the [_Submitting Changes_](../blob/master/CONTRIBUTING.md#submitting-changes) section of [`CONTRIBUTING.md`](../blob/master/CONTRIBUTING.md) - [x] The title of the PR is...
## Description ## Checklist - [ ] I have read the [_Submitting Changes_](../blob/master/CONTRIBUTING.md#submitting-changes) section of [`CONTRIBUTING.md`](../blob/master/CONTRIBUTING.md) - [ ] The title of the PR is clear and informative - [...