azure-powershell
azure-powershell copied to clipboard
Microsoft Azure PowerShell
## Description Updated cmdlets to enable verification on client certificate revocation by using a new property VerifyClientRevocation in ApplicationGatewayClientAuthConfiguration - `New-AzApplicationGatewayClientAuthConfiguration` - `Set-AzApplicationGatewayClientAuthConfiguration` ## Checklist - [x] Check this box...
## 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 Upgrade Azure.Identity to 1.6.1. Use API of ClientAssertion login in Azure.Identity rather than separate implementation in Azure PowerShell ## Checklist - [ ] Check this box to confirm:...
## Description Following #17428 , we will officially stop support netcoreapp2.1 and PowerShell Core 6. ## Checklist - [x] Check this box to confirm: **I have read the [_Submitting Changes_](../blob/main/CONTRIBUTING.md#submitting-changes)...
## Description Due to Azure PowerShell includes service client (SDK for track 1) code, pipeline needs to sign them correctly. ## Checklist - [x] Check this box to confirm: **I...
### Description Unable to add, get, or remove email addresses using the Add-AzKeyVaultCertificateContact cmdlet. If I run the cmd: Add-AzKeyVaultCertificateContact -VaultName mykvt01 It will prompt for an email address to...
### Description When applying the Key vault access policy -PermissionsToSecrets and -PermissionsToKeys the GUI adds and displays them correctly. Once I add the -PermissionsToCertificates, the GUI appears to add all...
### Description Connect-AzConnectedMachine throws errors if multiple sessions are used. This is due to how the output is being processed. This line https://github.com/Azure/azure-powershell/blob/482a460d705dd2aef9b1106c556acf363a2579cd/src/ConnectedMachine/custom/Connect-AzConnectedMachine.ps1#L244 should not process `$ShowResult` but should use...
## 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 Adding new AdvancedThreatProtectionSetting cmdlets that make use of the new advancedThreatProtectionSettings ARM API (in 2021-11-01-preview and 2022-02-01-preview). Removed old cmdlets that used the old securityAlertsPolicies API (which have...