azure-powershell
azure-powershell copied to clipboard
Microsoft Azure PowerShell
## Description We need to add new parameter ASN, Geo, ExpressrouteAdvertise to New-AzCustomIpPrefix command. Also make a small change to make noInternetAdvertise nullable. Which was done in a earlier PR...
## Description ## Checklist - [x] Check this box to confirm: **I have read the [_Submitting Changes_](../blob/main/CONTRIBUTING.md#submitting-changes) section of [`CONTRIBUTING.md`](../blob/main/CONTRIBUTING.md) and reviewed the following information:** * **SHOULD** select appropriate branch....
### Description As confirmed by MSFT folks [here](https://docs.microsoft.com/en-us/answers/questions/603468/removing-az-synpase-trigger.html), Remove-AzSynapseTrigger only works on stopped triggers. However, there is a -Force parameter that suggests that it will stop and delete the trigger...
## Description ## Checklist - [ ] Check this box to confirm: **I have read the [_Submitting Changes_](../blob/main/CONTRIBUTING.md#submitting-changes) section of [`CONTRIBUTING.md`](../blob/main/CONTRIBUTING.md) and reviewed the following information:** * **SHOULD** select appropriate...
## Description ## Checklist - [ ] Check this box to confirm: **I have read the [_Submitting Changes_](../blob/main/CONTRIBUTING.md#submitting-changes) section of [`CONTRIBUTING.md`](../blob/main/CONTRIBUTING.md) and reviewed the following information:** * **SHOULD** select appropriate...
### Description Hi, while updating this service principal I get the following error. ### Issue script & Debug output ```PowerShell Connect-AzAccount $appId = "00000015-0000-0000-c000-000000000000" $sp = Get-AzADServicePrincipal -ApplicationId $appId $sp...
…nfig and Get-AzComputeResourceSku ## Description * Added `-EdgeZone` parameter to `New-AzSnapshotUpdateConfig` and `Get-AzComputeResourceSku` cmdlet Link to Powershell Design PR: https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/776 Work Item: https://msazure.visualstudio.com/One/_workitems/edit/9433546 ## Checklist - [x] Check this box...
### Description When run Set-AzSqlServer command on Version 3.11.0, I will encounter the following error: Set-AzSqlServer -ResourceGroupName 'xxx' -ServerName 'xxx' -Force Error message: Set-AzSqlServer: Operation returned an invalid status code...
### Description az resource list command, The values from the Json output should be the same output when I run > Get-azResource |select * It is not the same values,...
## Description ## Checklist - [ ] Check this box to confirm: **I have read the [_Submitting Changes_](../blob/main/CONTRIBUTING.md#submitting-changes) section of [`CONTRIBUTING.md`](../blob/main/CONTRIBUTING.md) and reviewed the following information:** * **SHOULD** select appropriate...