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

{diskpool} Add new module az disk-pool #2882

Merged
merged 30 commits into from
May 25, 2021
Merged

Conversation

Juliehzl
Copy link
Contributor


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
Copy link
Collaborator

yonzhan commented Jan 11, 2021

diskpool

@yonzhan yonzhan modified the milestones: S181, S182 Jan 11, 2021
@yonzhan yonzhan modified the milestones: S182, S183 Feb 23, 2021
Comment on lines 14 to 15
def cf_disk_pool_zones(cli_ctx, *_):
return cf_diskpool_cl(cli_ctx).disk_pool_zones
Copy link
Member

Choose a reason for hiding this comment

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

Why redefine it under manual folder?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

@evelyn-ys
Copy link
Member

Could you remove debug files under _az_debug folder?

@Juliehzl
Copy link
Contributor Author

Could you remove debug files under _az_debug folder?

good catch. It is generated by codegen tool. I will add it in gitignore to avoid other people add it.

Copy link
Member

@evelyn-ys evelyn-ys left a comment

Choose a reason for hiding this comment

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

LGTM

@Juliehzl
Copy link
Contributor Author

Remove generated test file as it is not used and Kai will remove generating test capability in next version

@Juliehzl Juliehzl merged commit 4dd4a09 into Azure:master May 25, 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