[Synapse] Add Support for SqlPoolsV3 and SqlDatabases#12600
Merged
isra-fel merged 11 commits intoAzure:masterfrom Aug 12, 2020
Merged
[Synapse] Add Support for SqlPoolsV3 and SqlDatabases#12600isra-fel merged 11 commits intoAzure:masterfrom
isra-fel merged 11 commits intoAzure:masterfrom
Conversation
Collaborator
|
Can one of the admins verify this patch? |
Contributor
Author
|
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. |
phkanekal
previously approved these changes
Aug 7, 2020
isra-fel
reviewed
Aug 11, 2020
Member
isra-fel
left a comment
There was a problem hiding this comment.
Looks great. Just need to replace the SDK
Contributor
Author
|
@isra-fel I switched to the official SDK package. Could you please take a look again? |
Member
|
/azp run azure-powershell - powershell-core |
Contributor
|
Azure Pipelines successfully started running 1 pipeline(s). |
isra-fel
approved these changes
Aug 11, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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