-
Notifications
You must be signed in to change notification settings - Fork 4k
Brooklyn Feature: Point To Site IPSec custom policy set on Gateway #5909
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
Changes from 17 commits
83c4ac9
9e31a3f
28d982e
3dc3dbf
bef682b
929bb90
0fba59b
7a6117d
0d6d129
7167152
889886f
20de82c
2c9d4a7
3350cef
3ca204f
b746a9d
223fe0c
0373b7b
5a47a7f
8d80c96
be5d3c4
3cf55cb
ff19e60
6b195db
70e002a
fa4a058
5cf0e9a
a4bace3
2ef49bc
4014464
a4d554a
7111857
c5e31e6
80b9971
aa74ac5
0419b06
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,16 @@ | |
* Add support for DDoS protection plan resource | ||
* Introduced multiple breaking changes | ||
- Please refer to the migration guide for more information | ||
* Updated below commands for feature: Point to Site IPsec custom policy set/remove on Brooklyn Gateway. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Nilambari please move the snippet you are adding to below the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done. |
||
- Updated New-AzureRmVirtualNetworkGateway: Added optional parameter -VpnClientIpsecPolicies [Pass the value from output of newly added command:- New-AzureRmVpnClientIpsecPolicy] | ||
- Updated Set-AzureRmVirtualNetworkGateway: Added optional parameter -VpnClientIPsecParameters [Pass the value from output of newly added command:- New-AzureRmVpnClientIpsecPolicy] | ||
* Added new commands for feature: Point to Site IPsec custom policy set/remove on Brooklyn Gateway. | ||
- New-AzureRmVpnClientIpsecPolicy : Added for passing output from this command to existing commands: New-AzureRmVirtualNetworkGateway & Set-AzureRmVirtualNetworkGateway to set Vpn IPSec policy | ||
- New-AzureRmVpnClientIpsecParameters | ||
- Set-AzureRmVpnClientIpsecParameters | ||
- Get-AzureRmVpnClientIpsecParameters | ||
- Remove-AzureRmVpnClientIpsecParameters | ||
* Added a warning note for existing command: Set-AzureRmVirtualNetworkGatewayVpnClientConfig to let users know of its plan of removal in next release. | ||
|
||
## Version 5.4.2 | ||
* Fix error message with Network cmdlets | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -557,6 +557,9 @@ | |
<None Include="SessionRecords\Commands.Network.Test.ScenarioTests.VirtualNetworkGatewayConnectionTests\TestVirtualNetworkGatewayConnectionwithIpsecPoliciesCRUD.json"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
<None Include="SessionRecords\Commands.Network.Test.ScenarioTests.VirtualNetworkGatewayConnectionTests\TestVirtualNetworkGatewayP2SAndSKU.json"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The path is wrong here. It should be: |
||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
<None Include="SessionRecords\Commands.Network.Test.ScenarioTests.VirtualNetworkGatewayConnectionTests\TestVirtualNetworkGatewayVpnDeviceConfigurationScripts.json"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
|
@@ -617,6 +620,9 @@ | |
<None Include="SessionRecords\Commands.Network.Test.ScenarioTests.VirtualNetworkGatewayTests\VirtualNetworkGatewayRouteApiTest.json"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
<None Include="SessionRecords\Commands.Network.Test.ScenarioTests.VirtualNetworkGatewayTests\VirtualNetworkGatewayVpnCustomIpsecPolicySetTest.json"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
<None Include="SessionRecords\Commands.Network.Test.ScenarioTests.VirtualNetworkTests\TestResourceNavigationLinksOnSubnetCRUD.json"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</None> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Nilambari why are these tests failing? @muwaqar would you mind working with Nilambari to enable these tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Enabled skipped tests back as tests are passing now.