azure-powershell
azure-powershell copied to clipboard
Microsoft Azure PowerShell
## Description Completely split the function into two parts. One is for searching markdowns and extract the code into one script. The other is for analyzing scripts. If the script...
## 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 #17347 When using the Import-AzWebAppKeyVaultCertificate, the Microsoft.Web\Certificates created use the name standard "Keyvalt-Secret" to import the certificate. In case there are multiple App Service Plans from different webspace...
## Description Fix for GetAzRecoveryServicesVaultSettingsFile cmdlet. It includes change in the way vault cred file being generated. ## Checklist - [x] Check this box to confirm: **I have read the...
Connect-AzContainerRegistry command fails for system user on windows ADO agent it works fine when I login and run command as admin. Commands: - Connect-AzAccount -ServicePrincipal -TenantId $tenantid -ApplicationId $appid -CertificateThumbprint...
### Description Hi team, I was checking the commands for Azure SQL, Azure Postgress and storage and all of them has an option to change the PublicNetworkAccess however for [Az.MySql](https://docs.microsoft.com/en-us/powershell/module/az.mysql/?view=azps-8.2.0)...
## Description Dynamic parameter `PrivateLinkResourceType` is required for the following cmdlets: - `Get-AzPrivateEndpointConnection` - `Set-AzPrivateEndpointConnection` - `Remove-AzPrivateEndpointConnection` - `Approve-AzPrivateEndpointConnection` - `Deny-AzPrivateEndpointConnection` Updated help docs for these cmdlets as well. [Fixed...
## 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 Get-AzAutomationJob failed for some jobIds with the error - "Conversion from JSON failed with error: Unexpected character encountered while parsing value: D. Path '', line 0, position 0."...
### Description We noted that the _az network firewall show_ command will display _privateIpAddress_ of the Firewall instance, while the Get-AzFirewall command will not. Example outputs: ``` az CLI> az...