Skip to content

Commit 9ea87d9

Browse files
committed
Refactor GitHub Copilot setup workflow for improved script handling and robustness
1 parent e4de724 commit 9ea87d9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
- Switch the workflow to use Linux.
2020
- Attempt to unshallow the Copilot branch
2121
- Improved AI instructions.
22+
- Refactor to use improved script ([issue #2127](https://github.com/dsccommunity/SqlServerDsc/issues/2127)).
2223
- `Assert-SqlDscLogin`
2324
- Added new public command to validate that a specified SQL Server principal
2425
exists as a login, throwing a terminating error if it doesn't exist.
@@ -53,10 +54,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5354
- Module now outputs a verbose message instead of a warning when the SMO
5455
dependency module is missing during import to work around a DSC v3 issue.
5556
- VS Code tasks configuration was improved to support AI.
56-
- `.github/workflows/copilot-setup-steps.yml` (fixes [issue #2127](https://github.com/dsccommunity/SqlServerDsc/issues/2127))
57-
- Ensure full Git history/tags for GitVersion with a robust shallow check.
58-
- Generalize workflow via `MODULE_NAME` env var and Linux‑friendly paths.
59-
- Make .NET tool install idempotent and tighten module import verification.
6057
- `Prerequisites` tests
6158
- Added creation of `SqlIntegrationTest` local Windows user for integration testing.
6259
- `tests/Integration/Commands/README.md`

0 commit comments

Comments
 (0)