Skip to content

AzureRm.Network.6.4.0-preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@praries880 praries880 released this 02 Jul 22:48
aa67b0f

Install

Link to AzureRM.Network module in PowerShell Gallery

To install this version of AzureRM.Network from the PowerShell Gallery, run the following command:

Install-Module -Name AzureRM.Network -Repository PSGallery -RequiredVersion 6.4.0-preview -AllowPrerelease -Force

If you have an older version of AzureRM.Network installed on your machine and want to upgrade to this version, run the following command:

Update-Module -Name AzureRM.Network -RequiredVersion 6.4.0-preview -AllowPrerelease

Change Log

  • Added new commands for feature: Azure Firewall via ARM
    • Added Get-AzureRmFirewall
    • Added Set-AzureRmFirewall
    • Added New-AzureRmFirewall
    • Added Remove-AzureRmFirewall
    • Added New-AzureRmFirewallApplicationRuleCollection
    • Added New-AzureRmFirewallApplicationRule
    • Added New-AzureRmFirewallNetworkRuleCollection
    • Added New-AzureRmFirewallNetworkRule