Skip to content

Conversation

@msyyc
Copy link
Member

@msyyc msyyc commented Mar 30, 2021

Description

#17260
#17482
Testing Guide

test_network_vnet_gateway_multi_auth
History Notes

[Component Name 1] BREAKING CHANGE: az command a: Make some customer-facing breaking change.
[Component Name 2] az command b: Add some customer-facing feature.


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

@msyyc msyyc requested review from jsntcy and kairu-ms as code owners March 30, 2021 03:39
@yonzhan
Copy link
Collaborator

yonzhan commented Mar 30, 2021

Network

@yonzhan yonzhan added this to the S185 milestone Mar 30, 2021
Comment on lines +6382 to +6383
VpnClientRootCertificate(name=root_cert_name,
public_cert_data=root_cert_data)] if root_cert_data else None
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need to throw error if user provide rout_cert_data but forget root_cert_name?

Copy link
Member Author

Choose a reason for hiding this comment

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

root_cert_data is necessary while root_cert_name is not.

Comment on lines +6423 to +6425
if root_cert_data and cmd.supported_api_version(min_api='2020-11-01'):
upsert_to_collection(instance.vpn_client_configuration, 'vpn_client_root_certificates',
VpnClientRootCertificate(name=root_cert_name, public_cert_data=root_cert_data), 'name')
Copy link
Contributor

Choose a reason for hiding this comment

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

Same question as above

Copy link
Member Author

Choose a reason for hiding this comment

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

Same reply as above

@msyyc msyyc merged commit fd47801 into Azure:dev Apr 1, 2021
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.

3 participants