azure-powershell
azure-powershell copied to clipboard
Microsoft Azure PowerShell
## Description Added custom script for get traffic collector ## 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...
## Description We use PowerShell and the Az module to deploy our services to Azure, running off a docker image via Azure Container Instances, and since updating our image around...
### Description Hello The Connect-AzAccount is correctly recognized : ``` PS /> [root@server user]# docker run -it mcr.microsoft.com/azure-powershell PowerShell 7.2.4 Copyright (c) Microsoft Corporation. https://aka.ms/powershell Type 'help' to get help....
## Description Fixed an issue in Enable-AzRecoveryServicesBackupProtection cmdlet Fixed issue in Disable-AzRecoveryServicesBackupProtection cmdlet Added support for Enabling/Disabling the AzureMonitor and Classic alerts for RS vault ## Checklist - [x] Check...
## 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 - [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 https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/1188 ## 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...
## Description The execution of `RunVersionController.ps1` deletes the `Az.KeyVault.Extension.psd1` and `Az.KeyVault.Extension.psm1` under folder `artifacts\Az.KeyVault\Az.KeyVault.Extension`. It leads `RunVersionController.ps1` is not idempotent. Developer needs to build all modules again if they want...
## Description This PR adds the Confidential VM functionality to the cmdlets: 1. Set-AzVMOSDisk 2. New-AzDiskEncryptionSetConfig 3. Set-AzDiskSecurityProfile 4. Set-AzVmSecurityProfile 5. Set-AzVmssSecurityProfile 6. Set-AzVmssStorageProfile The SecurityType parameter was either added...
### Description of the new feature In short I would want Set-AzActivityLogAlert, to be on par with New-AzMetricAlertRuleV2Criteria. I assume once it does it will get it's own page in...