Skip to content

Conversation

@LGDoor
Copy link
Contributor

@LGDoor LGDoor commented Jun 8, 2022


Fixed a regression bug introduced in the previous refactoring that the commands and arguments aren't split correctly.

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

Related command

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 pull request is merged into main branch, a new pull request will be created to update src/index.json automatically.
The precondition is to put your code inside this repository and upgrade the version in the pull request but do not modify src/index.json.

@yonzhan
Copy link
Collaborator

yonzhan commented Jun 8, 2022

spring cloud

@yonzhan yonzhan added this to the Jun 2022 (2022-07-05) milestone Jun 8, 2022
@LGDoor LGDoor changed the title fix: the incorrect split of byoc commands and args. [Spring] fix: the incorrect split of byoc commands and args. Jun 13, 2022
Comment on lines -367 to +369
Copy link
Contributor

Choose a reason for hiding this comment

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

I would like to ask whether the change will cause breaking change to users?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No. Actually the correct type is string. It's changed to the array accidentally in a previous refactoring.

Copy link
Contributor

Choose a reason for hiding this comment

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

OK

@zhoxing-ms
Copy link
Contributor

Could you add some tests for those change?

@zhoxing-ms
Copy link
Contributor

Please add description of those change to the HISTORY.rst file. By the way, do you need to release a new version of extension for this PR? If so, please also modify the setup.py file

@zhoxing-ms zhoxing-ms requested a review from yuwzho June 13, 2022 07:08
@zhoxing-ms zhoxing-ms changed the title [Spring] fix: the incorrect split of byoc commands and args. [Spring] Fix the incorrect split of byoc commands and args. Jun 29, 2022
@zhoxing-ms zhoxing-ms merged commit f8fe128 into Azure:main Jun 29, 2022
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