-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[ConnectedK8s] Added update command (#3) #2091
Conversation
ConnectedK8s |
hi @fengzhou-msft could you pls review this PR? thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🕐
c.argument('https_proxy', options_list=['--proxy-https'], help='Https proxy URL to be used.') | ||
c.argument('http_proxy', options_list=['--proxy-http'], help='Http proxy URL to be used.') | ||
c.argument('no_proxy', options_list=['--proxy-skip-destinations'], help='List of URLs/CIDRs for which proxy should not to be used.') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a breaking change. Please evaulate the impact to customers. You may need to keep the old option and add deprecation message before finally removing it if necessary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the last version was not published, so there are no customers that would be using it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#1878, this was the last PR in which the change was added. The version had not been upgraded in setup.py, so i guess it would not have been published right?
@fengzhou-msft , @arrownj , Everything is set from our side. Could you review as well? If possible could we get this merged today? We wanted to release this feature next week for customers. |
@Anumita version 0.2.3 is released. |
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
azdev style <YOUR_EXT>
locally? (pip install azdev
required)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
.