-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Adding objects necessary for mapping Oracle schemas and tables to PostgreSQL databases and tables #6456
Conversation
Merging from Azure latest
Get latest from Azure
Merging latest from Azure
SDK Automation [Logs] (Generated from 4f5182d)Python: Azure/azure-sdk-for-python [Logs] [Diff]
Go: Azure/azure-sdk-for-go [Logs]
JavaScript: Azure/azure-sdk-for-js [Logs] [Diff]
Java: Azure/azure-sdk-for-java [Logs] [Diff]
|
Automation for azure-sdk-for-rubyNothing to generate for azure-sdk-for-ruby |
Automation for azure-sdk-for-pythonThe initial PR has been merged into your service PR: |
Can one of the admins verify this patch? |
"selectedSchemas" | ||
] | ||
}, | ||
"GetUserTablesOracleTaskOutput": { |
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.
Missing change - Where are these being referred?
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.
Are you referring to the missing parts in Tasks.json? If so, these have been added now.
Automation for azure-sdk-for-goThe initial PR has been merged into your service PR: |
Automation for azure-sdk-for-javaA PR has been created for you based on this PR content. Once this PR will be merged, content will be added to your service PR: |
.../resource-manager/Microsoft.DataMigration/preview/2018-07-15-preview/definitions/Common.json
Outdated
Show resolved
Hide resolved
...ft.DataMigration/preview/2018-07-15-preview/definitions/OracleAzureDbPostgreSqlSyncTask.json
Outdated
Show resolved
Hide resolved
...ft.DataMigration/preview/2018-07-15-preview/definitions/OracleAzureDbPostgreSqlSyncTask.json
Show resolved
Hide resolved
.../resource-manager/Microsoft.DataMigration/preview/2018-07-15-preview/definitions/Common.json
Outdated
Show resolved
Hide resolved
.../resource-manager/Microsoft.DataMigration/preview/2018-07-15-preview/definitions/Common.json
Outdated
Show resolved
Hide resolved
@erich-wang I was told that instead of submitting a new commit for any changes that I should force the new changes onto a single commit. As I am not a git master, do you have guidance on how this is done? |
@vchske I think they "squash merge" when landing PRs, so you should be able to just push the additional commit. If you want to cleanup the commits down to 1, you can use a rebase and squash like http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html and then |
@vchske , please resolve the comments from @huang91shu and @hitenjava. |
…tgreSQL databases and tables 2
@erich-wang Comments have been resolved and the change is approved so I think we are ready for a merge. |
@vchske , I just noticed that you missed the ARM API Review Checklist, so just added WaitForARMFeedback. Of course we could skip this step if @huang91shu is from ARM review board. |
@erich-wang We aren't making a breaking change with this. We aren't adding or removing an API endpoint. Based on this, I don't believe an ARM review is necessary. This is essentially the same as #5801 and that one also did not require an ARM review. |
@vchske , you're adding properties which falls into below checklist:
|
@ravbhatnagar, could you help review this PR from ARM perspective? |
…tgreSQL databases and tables (Azure#6456) * Update MongoDbTasks.json * Update readme.md * Adding objects necessary for mapping Oracle schemas and tables to PostgreSQL databases and tables 2
Latest improvements:
MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.
Contribution checklist:
ARM API Review Checklist
Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs.
Please follow the link to find more details on API review process.