Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
contents: read

steps:
- name: Set Environment Variables
shell: bash
run: |
echo "MODULE_NAME=SqlServerDsc" >> "$GITHUB_ENV"

- name: Checkout Repository
uses: actions/checkout@v5
with:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Attempt to unshallow the Copilot branch
- Improved AI instructions.
- Enhanced workflow with proper environment variable configuration and DSCv3 verification.
- Fixed environment variable persistence by using $GITHUB_ENV instead of
job-level env declaration.
- `Assert-SqlDscLogin`
- Added new public command to validate that a specified SQL Server principal
exists as a login, throwing a terminating error if it doesn't exist.
Expand Down
Loading