Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Implement support for customized private range setup #8

Open
kostapsimoulis opened this issue Mar 30, 2020 · 1 comment
Open

Implement support for customized private range setup #8

kostapsimoulis opened this issue Mar 30, 2020 · 1 comment

Comments

@kostapsimoulis
Copy link

Hello,

Since the new features were added on the latest merge, I was wondering if it would be easy to add support for a customized private range setup.

e.g.

$rgName = "resourceGroupName"
$vnet = Get-AzVirtualNetwork -ResourceGroupName $rgName -Name "vnet"
$pip = Get-AzPublicIpAddress -ResourceGroupName $rgName -Name "publicIpName"

New-AzFirewall -Name "azFw" -ResourceGroupName $rgName -Location centralus -VirtualNetwork $vnet -PublicIpAddress $pip -PrivateRange @("99.99.99.0/24", "66.66.0.0/16")

https://docs.microsoft.com/en-us/powershell/module/az.network/new-azfirewall?view=azps-3.6.1&viewFallbackFrom=azps-3.3.0

@arnaudlh I am willing to contribute into this implementation if you could provide some quick guidelines about what needs to be done.

Thank you.

@arnaudlh
Copy link
Member

hi @kostapsimoulis, this is still pending TF implementation as per: hashicorp/terraform-provider-azurerm#7504

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants