-
Notifications
You must be signed in to change notification settings - Fork 909
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 Fabric SQL Mirrored support to the SQL Projects #25772
Conversation
…ldSdk version to 0.2.0-preview
Pull Request Test Coverage Report for Build 10098152752Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
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.
what about here?
if (engineEdition === azdataApi.DatabaseEngineEdition.SqlOnDemand) { |
please verify the new project with the new platform can be created and deployed successfully. |
Update text Co-authored-by: Kim Santiago <[email protected]>
@llali , according to the comment "Update this when Fabric DW gets its own engine edition", we need to add the condition when Sql Fabric has the edition number, As per the docs I don't see the engine edition for the fabric. That's why left as is. https://learn.microsoft.com/en-us/sql/t-sql/functions/serverproperty-transact-sql?view=sql-server-ver16#:~:text=data%20type%3A%20bigint-,EngineEdition,-Database%20Engine%20edition |
it is 12. we use it in dacfx |
@dzsquared , do we have the engine edition number for SqlDwUnified? |
@@ -228,7 +228,8 @@ declare module 'vscode-mssql' { | |||
SqlDataWarehouse = 6, | |||
SqlStretchDatabase = 7, | |||
SqlManagedInstance = 8, | |||
SqlOnDemand = 11 | |||
SqlOnDemand = 11, | |||
SqlDbFabric = 12 |
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.
make sure to also update this in the vscode-mssql repo https://github.com/microsoft/vscode-mssql/blob/main/typings/vscode-mssql.d.ts#L221
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.
created the PR: microsoft/vscode-mssql#17947
Any Idea why CI/macOS check is failing? seeing some storageMainService.test.js test failures |
While verifying all other merged PRs have the same check failed with same test failures. Merging the PR based on the conclusion. |
) * vBumping post release branch split (#25747) * Update to latest STS (#25750) * Bump braces from 3.0.2 to 3.0.3 in /extensions/import (#25745) Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update STS to 5.0.20240718.1 (#25754) * Bump braces from 3.0.2 to 3.0.3 in /extensions/datavirtualization (#25751) Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump braces from 3.0.2 to 3.0.3 in /extensions/data-workspace (#25756) Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump braces from 3.0.2 to 3.0.3 in /extensions/dacpac (#25758) Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fixed column header screen reader bug (#25768) * Revert "fixed column header screen reader bug (#25768)" (#25769) This reverts commit ae652f7. * Fixed column screen reader bug and ensure tests work (#25770) * fixed column header screen reader bug * fixed case of undefined aria label * Bump braces from 3.0.2 to 3.0.3 in /extensions/cms (#25763) Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump openssl from 0.10.60 to 0.10.66 in /cli (#25764) Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.60 to 0.10.66. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-v0.10.60...openssl-v0.10.66) --- updated-dependencies: - dependency-name: openssl dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update STS to 5.0.20240724.1 (#25774) * Bump braces from 3.0.2 to 3.0.3 in /extensions/azurecore (#25771) Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump braces from 3.0.2 to 3.0.3 in /extensions/azcli (#25775) Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Adding Fabric SQL Mirrored support to the SQL Projects (#25772) * Adding Sql fabric platform support to sqlProj extension and vBump BuildSdk version to 0.2.0-preview * updating the display targetPlat text and updaing the buildSDK version in template * Update extensions/sql-database-projects/src/sqldbproj.d.ts Update text Co-authored-by: Kim Santiago <[email protected]> * Adding fabric engine edition * adding missing engine edition to sqlhostType --------- Co-authored-by: Kim Santiago <[email protected]> * sqlProj vbump (#25781) * Fixed text focus/ page item focus issue on forms and wizards (#25782) * fixed column header screen reader bug * fixed case of undefined aria label * added text focus, and added form item focus * Fixed screen reader not announcing table row number (#25784) * fixed column header screen reader bug * fixed case of undefined aria label * added text focus, and added form item focus * fixed row results not getting announced * added punctuation * Fix length bug on row aria labels for tables (#25789) * fixed column header screen reader bug * fixed case of undefined aria label * added text focus, and added form item focus * fixed row results not getting announced * added punctuation * Fix length check bug * remove extra row aria call * trying to fix nls pipeline bug (#25790) * Bump braces from 3.0.2 to 3.0.3 in /extensions/arc (#25776) Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Revert "vBumping post release branch split (#25747)" This reverts commit 5ae6f59. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: erpett <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: laurennat <[email protected]> Co-authored-by: Sai Avishkar Sreerama <[email protected]> Co-authored-by: Kim Santiago <[email protected]>
This PR adds the sql fabric database support to the sql projects extension. And also updating the BuildSdk version to 0.2.0-perview that supports the fabric platform.