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

[Synapse] az synapse: Add for managed private endpoints commands #19117

Merged
merged 6 commits into from
Aug 18, 2021

Conversation

kevinzz6
Copy link
Member

@kevinzz6 kevinzz6 commented Aug 4, 2021

Description

Add synapse managed private endpoints commands. Included create, show, list and delete managed-private-endpoints.
Add azure-synapse-managedprivateendpoints =0.3.0
Testing Guide

History Notes

[Synapse] az synapse: Add managed private endpoints feature.


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

@ghost
Copy link

ghost commented Aug 4, 2021

CLA assistant check
All CLA requirements met.

@yonzhan
Copy link
Collaborator

yonzhan commented Aug 4, 2021

Synapse

@yonzhan yonzhan requested a review from jsntcy August 4, 2021 08:42
@yonzhan yonzhan added this to the Aug 2021 (2021-09-07) milestone Aug 4, 2021
@kevinzz6 kevinzz6 closed this Aug 5, 2021
@kevinzz6 kevinzz6 reopened this Aug 5, 2021
@evelyn-ys evelyn-ys self-requested a review August 12, 2021 08:46
Comment on lines 489 to 491
g.custom_command('create', 'create_Managed_private_endpoints', supports_no_wait=True)
g.custom_command('list', 'list_Managed_private_endpoints')
g.custom_command('delete', 'delete_Managed_private_endpoints', confirmation=True, supports_no_wait=True)
Copy link
Member

Choose a reason for hiding this comment

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

Both create and delete support no wait but there seems no wait command

Copy link
Member Author

Choose a reason for hiding this comment

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

api doesn't suport wait command, so delete supports_no_wait=True.

@kevinzz6
Copy link
Member Author

@evelyn-ys @idear1203 please take time to review my new commit, thanks.

@jsntcy jsntcy merged commit 66a344e into Azure:dev Aug 18, 2021
@@ -134,6 +134,7 @@
'azure-synapse-accesscontrol~=0.5.0',
'azure-synapse-artifacts~=0.6.0',
'azure-synapse-spark~=0.2.0',
'azure-synapse-managedprivateendpoints~=0.3.0',
Copy link
Member

@jiasli jiasli Oct 8, 2021

Choose a reason for hiding this comment

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

Not sorting dependencies alphabetically can frequently cause merge conflicts (#19560's dependency on azure-synapse-artifacts causes merge conflicts in #19554 (1c5770f)).

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.

6 participants