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} Fix issue for generation issue #3450

Merged
merged 4 commits into from
Jun 2, 2021
Merged

Conversation

Juliehzl
Copy link
Contributor

@Juliehzl Juliehzl commented Jun 1, 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.

@Juliehzl Juliehzl requested review from kairu-ms, evelyn-ys and jsntcy June 1, 2021 10:41
@yonzhan
Copy link
Collaborator

yonzhan commented Jun 1, 2021

Diskpool

@yonzhan yonzhan added this to the S188 milestone Jun 1, 2021
value_list = []
for chunk in value_chunk_list:
id = chunk
id, = chunk
Copy link
Member

Choose a reason for hiding this comment

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

extra ,?

@jsntcy
Copy link
Member

jsntcy commented Jun 2, 2021

What issue will this PR fix? @Juliehzl

@Juliehzl
Copy link
Contributor Author

Juliehzl commented Jun 2, 2021

What issue will this PR fix? @Juliehzl

discussed offline

@Juliehzl Juliehzl merged commit f3e9c16 into Azure:master Jun 2, 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.

4 participants