File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616 - ` Connect-Sql ` create connection and server objects as per documentation.
1717 - ` Invoke-SqlDscQuery ` remove disconnect as there is not an explicit connect.
1818
19+ ### Fixed
20+
21+ - SqlServerDsc
22+ - Fixed PowerShell Gallery badge URL in README to correctly show preleases.
23+
1924## [ 17.4.0] - 2026-01-19
2025
2126### Added
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ configuration of Microsoft SQL Server.
77![ Azure DevOps coverage (branch)] ( https://img.shields.io/azure-devops/coverage/dsccommunity/SqlServerDsc/11/main )
88[ ![ codecov] ( https://codecov.io/gh/dsccommunity/SqlServerDsc/branch/main/graph/badge.svg )] ( https://codecov.io/gh/dsccommunity/SqlServerDsc )
99[ ![ Azure DevOps tests] ( https://img.shields.io/azure-devops/tests/dsccommunity/SqlServerDsc/11/main )] ( https://dsccommunity.visualstudio.com/SqlServerDsc/_test/analytics?definitionId=11&contextType=build )
10- [ ![ PowerShell Gallery (with prereleases)] ( https://img.shields.io/powershellgallery/vpre /SqlServerDsc?label=SqlServerDsc%20Preview )] ( https://www.powershellgallery.com/packages/SqlServerDsc/ )
10+ [ ![ PowerShell Gallery (with prereleases)] ( https://img.shields.io/powershellgallery/v /SqlServerDsc?label=SqlServerDsc%20Preview&include_prereleases )] ( https://www.powershellgallery.com/packages/SqlServerDsc/ )
1111[ ![ PowerShell Gallery] ( https://img.shields.io/powershellgallery/v/SqlServerDsc?label=SqlServerDsc )] ( https://www.powershellgallery.com/packages/SqlServerDsc/ )
1212
1313## Code of Conduct
You can’t perform that action at this time.
0 commit comments