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

[vmware] global reach connections #3528

Merged
merged 5 commits into from
Jun 30, 2021
Merged

Conversation

ctaggart
Copy link
Contributor

@ctaggart ctaggart commented Jun 21, 2021


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 S189 milestone Jun 21, 2021
@yonzhan
Copy link
Collaborator

yonzhan commented Jun 21, 2021

vmware

@ctaggart ctaggart marked this pull request as ready for review June 21, 2021 17:52
@ctaggart
Copy link
Contributor Author

Hi @Juliehzl, can I please get a review?

with self.command_group('vmware global-reach-connection', vmware_sdk, client_factory=cf_vmware) as g:
g.custom_command('create', 'globalreachconnection_create')
g.custom_command('list', 'globalreachconnection_list')
g.custom_command('delete', 'globalreachconnection_delete')
Copy link
Contributor

Choose a reason for hiding this comment

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

what about add confirmation for delete command?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm going to assume no. I've asked the PM. The only delete that confirms right now is private-cloud. If the PM comes back with a different answer, I'll put in another PR.

@@ -11,6 +11,7 @@ Other changes:
- Add `az vmware addon hcx` command group to manage a HCX addon
- Add `az vmware addon srm` command group to manage a Site Recovery Manager (SRM) addon
- Add `az vmware addon vr` command group to manage a vSphere Replication (VR) addon
- Add `az vmware global-reach-connection` command group to manage Global Reach Connections
Copy link
Contributor

Choose a reason for hiding this comment

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

I see there are many features in 3.0, but not released. Do you still have new features to add? If not, recommend to upgrade version in setup.py here. Or will you raise a new PR to upgrade the version in setup.py tp trigger our extension release pipeline?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The new API is still behind a feature flag in production. After the feature flag is removed, I'll create a new PR to upgrade the version in setup.py to trigger the release.

@ctaggart
Copy link
Contributor Author

@Juliehzl, are you able to merge this? Are there any outstanding concerns?

@Juliehzl Juliehzl merged commit fd7b48a into Azure:main Jun 30, 2021
@ctaggart ctaggart deleted the globalreach3 branch July 1, 2021 15:14
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.

None yet

4 participants