-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Tesha/azure firewall support dns proxy #11807
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
tejasshah7
wants to merge
10,000
commits into
Azure:network-april
from
tejasshah7:tesha/AzureFirewallSupportDNSProxy
Closed
Tesha/azure firewall support dns proxy #11807
tejasshah7
wants to merge
10,000
commits into
Azure:network-april
from
tejasshah7:tesha/AzureFirewallSupportDNSProxy
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update sql server AAD Admin to use 2019-06-01-preview API
Fix ps metric definition
DataFactory: Add optional parameters to Invoke-AzDataFactoryV2Pipeline to support rerun
Added support for retry policy update for failed items
[HDInsight] Support customers specify min TLS version when creating cluster
Network release
…rsion cmdlet Add the following parameters to New-AzDiskConfig: DiskIOPSReadOnly, DiskMBpsReadOnly, MaxSharesCount, GalleryImageReference Fix tempDisk issue
Update Docker readme.md
Added option of Byte encoding for New-AzDataLakeStoreItem, Add-AzDAtaLakeStoreItemContent, Get-AzDAtaLakeStoreItemContent
[CosmosDB] Allow Account creation with ApiKind in Cassandra, Gremlin, Table + Bug Fixes
[Compute] March release
Replace Sql management client using generic rest client
VirtualNetworkGateway: Enabling connection on private IP.
Collaborator
|
Can one of the admins verify this patch? |
Contributor
Author
|
Against master instead of network-april so closing this. |
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
These changes are to add support for DNS Proxy options to Azure Firewall command. 3 new parameters are added.
Allowed:
New-AzFirewall -Name "azFw" -ResourceGroupName $rgName -Location centralus -VirtualNetwork $vnet -PublicIpAddress $pip -DNSEnableProxy true -DNSServers @("10.10.10.1", "20.20.20.2")
Allowed only if no Network Rules have FQDNs:
New-AzFirewall -Name "azFw" -ResourceGroupName $rgName -Location centralus -VirtualNetwork $vnet -PublicIpAddress $pip -DNSRequireProxyForNetworkRules false
Only validation required is
Checklist
CONTRIBUTING.mdChangeLog.mdfile(s) has been updated:ChangeLog.mdfile can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md## Upcoming Releaseheader -- no new version header should be added