Skip to content
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

[Network]Support p2s vpn gateway and vpn server configuration #1840

Merged
merged 12 commits into from
Jun 17, 2020

Conversation

mmyyrroonn
Copy link
Contributor


Fix Azure/azure-cli#13020

This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally?

For new extensions:

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your PR is merged into master branch, a new PR will be created to update src/index.json automatically.
The precondition is to put your code inside this repo and upgrade the version in the PR but do not modify src/index.json.

@yonzhan yonzhan added this to the S171 milestone Jun 8, 2020
@yonzhan
Copy link
Collaborator

yonzhan commented Jun 8, 2020

add to S171

@yonzhan yonzhan requested review from haroldrandom and jsntcy June 8, 2020 04:50
@mmyyrroonn mmyyrroonn force-pushed the support-p2s-vpn-gateway branch from b9ebd5b to 000af93 Compare June 8, 2020 05:05
pylintrc Show resolved Hide resolved
@mmyyrroonn mmyyrroonn force-pushed the support-p2s-vpn-gateway branch from 1944516 to 50fe3ac Compare June 16, 2020 07:56
MyronFanQiu added 2 commits June 16, 2020 16:00
Copy link
Member

@jsntcy jsntcy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@mmyyrroonn mmyyrroonn merged commit 32e83ad into Azure:master Jun 17, 2020
@mmyyrroonn mmyyrroonn deleted the support-p2s-vpn-gateway branch June 17, 2020 03:15
vpn_gateway_scale_unit=scale_unit,
vpn_server_configuration=SubResource(id=vpn_server_config) if vpn_server_config else None,
p2_sconnection_configurations=[
P2SConnectionConfiguration(
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here

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

Successfully merging this pull request may close these issues.

CLI for Virtual WAN Point to site feature.
4 participants