Commit 0422e73
Sync Repos: sync for release 170.0.44.0 (#132)
* [Security] Update .NET SDK to latest patch version
* [Security] Update .NET SDK to latest patch version
* Merged PR 1627236: Adding New Grammar File: TSqlFabricDW.g
In this PR we add a new Grammar File and Parser specifically targeting Fabric DW platform.
Currently we use TSql160 grammar and parser and hence we have simply cloned them in this PR before adding any changes in subsequent iterations.
This would help in the development of a few features in Fabric DW DMS team.
**Our PM Specs for these features**:
[DacFx & ScriptDom support CI/CD in Fabric Web and Client Tools](https://microsoft-my.sharepoint.com/:w:/p/salilkanade/ES9gX3CH06xKmMny3fgr0r4BAjKCObgS3lCJ9qf97q8y6A?e=h76P3r&ovuser=72f988bf-86f1-41af-91ab-2d7cd011db47%2Cdhrelwan%40microsoft.com)
[DacFx integration for Fabric DW CI/CD](https://microsoft-my.sharepoint.com/:w:/p/salilkanade/ES9gX3CH06xKmMny3fgr0r4BAjKCObgS3lCJ9qf97q8y6A?e=h76P3r&ovuser=72f988bf-86f1-41af-91ab-2d7cd011db47%2Cdhrelwan%40microsoft.com)
**Fabric DW Contacts**:
Dev: @<Dhruv Relwani>
EM: @<Don Reamey>
PM: @<Pradeep Srikakolapu>
Related work items: #4093147
* Merged PR 1634415: Adding new Event types with 170
Adding new Event types with 170
----
#### AI description (iteration 1)
#### PR Classification
New feature
#### PR Summary
This pull request adds new event types to the `EventNotificationEventType` enumeration.
- `EventNotificationEventType.cs`: Added `AddInformationProtection` and `DropInformationProtection` event types.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
* Merged PR 1661745: Fabric DW Parser - Scalar Function tests
Adding tests for scalar function support for the newly added TSqlFabricDW parser.
Related work items: #4161090
* [Security] Update .NET SDK to latest patch version
* Merged PR 1684141: Adding release notes for 170.0.44.0
# Pull Request Template for ScriptDom
## Description
Adding release notes for 170.0.44.0
Before submitting your pull request, please ensure you have completed the following:
## Code Change
- [ ] The [Common checklist](https://msdata.visualstudio.com/SQLToolsAndLibraries/_git/Common?path=/Templates/PR%20Checklist%20for%20SQLToolsAndLibraries.md&version=GBmain&_a=preview) has been reviewed and followed
- [ ] Code changes are accompanied by appropriate unit tests
- [ ] Identified and included SMEs needed to review code changes
- [ ] Follow the [steps](https://msdata.visualstudio.com/SQLToolsAndLibraries/_wiki/wikis/SQLToolsAndLibraries.wiki/33838/Adding-or-Extending-TSql-support-in-Sql-Dom?anchor=make-the-changes-in) here to make changes in the code
## Testing
- [ ] Follow the [steps](https://msdata.visualstudio.com/SQLToolsAndLibraries/_wiki/wikis/SQLToolsAndLibraries.wiki/33838/Adding-or-Extending-TSql-support-in-Sql-Dom?anchor=to-extend-the-tests-do-the-following%3A) here to add new tests for your feature
## Documentation
- [ ] Update relevant documentation in the [wiki](https://dev.azure.com/msdata/SQLToolsAndLibraries/_wiki/wikis/SQLToolsAndLibraries.wiki) and the README.md file
## Additional Information
Please provide any additional information that might be helpful for the reviewers
Adding release notes for 170.0.44.0
---------
Co-authored-by: MerlinBot <MerlinBot>
Co-authored-by: Dhruv Relwani <[email protected]>1 parent f481c6f commit 0422e73
File tree
24 files changed
+35433
-42
lines changed- SqlScriptDom
- Parser/TSql
- ScriptDom/SqlServer
- ScriptGenerator
- Test/SqlDom
- BaselinesFabricDW
- TestScripts
- release-notes/170
24 files changed
+35433
-42
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1096 | 1096 | | |
1097 | 1097 | | |
1098 | 1098 | | |
| 1099 | + | |
| 1100 | + | |
| 1101 | + | |
| 1102 | + | |
| 1103 | + | |
| 1104 | + | |
| 1105 | + | |
| 1106 | + | |
| 1107 | + | |
| 1108 | + | |
1099 | 1109 | | |
1100 | 1110 | | |
1101 | 1111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
131 | 133 | | |
132 | 134 | | |
133 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
43 | | - | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
0 commit comments