azure-powershell
azure-powershell copied to clipboard
Microsoft Azure PowerShell
Fixed a bug that does not return HubIPAddresses' PrivateIPAddress during a Get-AzFirewall command
## 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 Hello, The customers pipeline has multiple tasks : Initial task loads the CosmosDB using the "Install-Module -Name 'CosmosDB' -MinimumVersion '4.5.0' -Force" Another task in the same job Imports...
### Description Running version 3.11.0 of Az.Sql, calling Set-AzSqlServer seems to always return "Set-AzSqlServer: Operation returned an invalid status code 'BadRequest", no matter what input parameters are passed to Set-AzSqlServer...
…, `New-AzVmss`,`Update-AzVm`, `Update-AzVmss` * Added Trusted Launch logic to `New-AzVm`, `New-AzVmss`, `Update-AzVm`, `Update-AzVmss` cmdlets. * Configured `-SecurityType`, `-EnableVtpm`, `-EnableSecureBoot` optional parameters for above mentioned cmdlets. * Link to PR Design...
### Description I'm using the Az.Synapse modules within an Azure DevOps Pipeline (Azure PowerShell task version 5.*) to deploy triggers, pipelines and datasets. While deleting and deploying triggers and pipelines...
## 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 Get-AzConsumptionUsageDetail uses an old API version (2018-01-31), and does not return all data. Specifically billing charges with a Part Number of "-2" are excluded from the results. However,...
### Description of the new feature In my organisation we are required to add tags for every Azure resource. The mentioned cmdlet doesn't have a -Tag parameter which effectively prevents...
### Description I tried to run Install-Module AzureAD and getting this error message PackageManagement\Install-Package : No match was found for the specified search criteria and module name 'AzureAD'. Try Get-PSRepository...
## Description Unable to login to Azure (Public or Government) using Az PowerShell module ## Steps to reproduce ```powershell Set-ExecutionPolicy Bypass -Scope CurrentUser Install-Module Az -Scope CurrentUser -AllowClobber -Force Import-Module...