-
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
Remove Oracle To Pg scenario support #3289
Conversation
Don't make changes to the vendored_sdk folder - this folder contains generated file from autorest. |
Make changes to the _help.py to update the documentations for the commands. |
Make sure to update the version of the extension. See previous PRs on how to do that. |
Refer to this page on how to build your changes to be tested locally. |
@jsntcy to help with |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@sumitdvlp, @temandr, please rebase on |
@@ -3,28 +3,27 @@ | |||
# Licensed under the MIT License. See License.txt in the project root for license information. | |||
# -------------------------------------------------------------------------------------------- | |||
|
|||
from azure.cli.command_modules.dms.commands import dms_api_exception_handler |
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.
dms_api_exception_handler
does not exist in azure-cli repo
We need to remove Oracle to PG scenario, part of the process is to remove the support to upload OCI driver using the extension and all modules related to Oracle to PG scenario.
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
.