@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88### Fixed
99
10+ - Updated ` .gitattributes ` to enforce LF line endings for PowerShell files to
11+ ensure cross-platform compatibility.
12+ - Updated GitHub Copilot setup workflow to fix environment variable assignment
13+ in task.
14+ - Updated VS Code tasks configuration to use proper build and test commands
15+ with improved task grouping and problem matchers.
16+ - Updated instruction files to use correct build command (` noop ` instead of
17+ ` build ` ) and fixed file pattern matching syntax.
18+
19+ ## [ 17.2.0] - 2025-09-16
20+
21+ ### Fixed
22+
1023- Make sure tests forcibly imports the module being tested to avoid AI failing
1124 when testing changes.
1225- Fixed Azure DevOps pipeline conditions that were preventing DSC resource
@@ -30,14 +43,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3043 ` Get-SqlDscServerPermission ` , and ` Get-SqlDscTraceFlag ` .
3144- New-SqlDscDatabase: use ` New-ArgumentException ` instead of
3245 ` New-InvalidArgumentException ` for parameter validation errors.
33- - Updated ` .gitattributes ` to enforce LF line endings for PowerShell files to
34- ensure cross-platform compatibility.
35- - Updated GitHub Copilot setup workflow to fix environment variable assignment
36- in task.
37- - Updated VS Code tasks configuration to use proper build and test commands
38- with improved task grouping and problem matchers.
39- - Updated instruction files to use correct build command (` noop ` instead of
40- ` build ` ) and fixed file pattern matching syntax.
4146
4247### Added
4348
0 commit comments