-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[Synapse] Add Support for SqlPoolsV3 and SqlDatabases #12600
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
Conversation
|
Can one of the admins verify this patch? |
|
Please DO NOT merge this PR. Currently we are using a self-built SDK, we will switch to a official bit that will be available next week. Other than this issue, the PR is ready for a review. |
isra-fel
left a comment
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.
Looks great. Just need to replace the SDK
|
@isra-fel I switched to the official SDK package. Could you please take a look again? |
|
/azp run azure-powershell - powershell-core |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Description
This change introduces a version parameter for Sql Pools to allow customers to provision the latest version of SqlPools. It also introduces the SqlDatabase resource and allows basic CRUD operations for it. Sql Pools make up the compute and can be scaled, connected to, and used to issue queries. The queries operate on the data contained in the SqlDatabase. SqlPools can be used to query different Sql Databases within the same Synapse workspace.
Design review link: https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/673
Checklist
CONTRIBUTING.mdChangeLog.mdfile(s) has been updated:ChangeLog.mdfile can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md## Upcoming Releaseheader -- no new version header should be added