File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5959- ` Set-SqlDscDatabaseProperty `
6060 - Updated comment-based help to reference correct enum values.
6161 - Added SQL Server version requirements to version-specific parameter help.
62- - Updated CONTRIBUTING.md error handling documentation to clarify proper usage
63- of ` Write-Error ` vs ` $PSCmdlet.ThrowTerminatingError() ` in public commands
62+ - Updated CONTRIBUTING.md error handling guidelines: recommend ` Write-Error ` for
63+ public commands; clarified that ` -ErrorAction 'Stop' ` alone is insufficient
64+ when calling commands using ` $PSCmdlet.ThrowTerminatingError() ` - callers must
65+ set ` $ErrorActionPreference = 'Stop' ` or use try-catch
6466 ([ issue #2193 ] ( https://github.com/dsccommunity/SqlServerDsc/issues/2193 ) ).
6567
6668### Fixed
You can’t perform that action at this time.
0 commit comments