You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test-ServiceAccountRequirePassword Move to DscResource.Common as a public command was created in the SqlServerDsc module under Issue 1794. It was determined this function may better serve the DSC community from the DscResource.Common module.
Suggest renaming this public function to Test-AccountRequirePassword
The text was updated successfully, but these errors were encountered:
…d` (#94)
- Added private function `Assert-RequiredCommandParameter` that throws an
exception if a specified parameter is not assigned a value, and optionally
throws only if a specific parameter is passed. - [Issue #92](#92)
- Related to SqlServerDsc [Issue #1796](dsccommunity/SqlServerDsc#1796).
- Added public function `Test-AccountRequirePassword` that returns true or
false whether an account need a password to be passed - [Issue #93](#93)
- Related to SqlServerDsc [Issue #1794](dsccommunity/SqlServerDsc#1794).
- DscResource.Common
- Updated Visual Studio Code project settings to configure testing for Pester 5.
- `Assert-BoundParameter`
- Now has a new parameter set that calls `Assert-RequiredCommandParameter`
which will throw an exception if a specified parameter is not assigned
a value, and optionally throws only if a specific parameter is passed.
- Fixed unit tests for `Assert-ElevatedUser` and `Test-IsNumericType` so
the public function is tested correctly using the exported function.
…1828)
- SqlServerDsc
- Removed `Test-ServiceAccountRequirePassword` from private functions (issue #1794)
- Replaced by `Test-AccountRequirePassword` that was added to _DscResource.Common_
public functions ([issue #93](dsccommunity/DscResource.Common#93)).
- Removed `Assert-RequiredCommandParameter` from private functions (issue #1796).
- Replaced by `Assert-BoundParameter` (part of _DscResource.Common_)
that had a new parameter set added ([issue #92](dsccommunity/DscResource.Common#92)).
Test-ServiceAccountRequirePassword Move to DscResource.Common as a public command was created in the SqlServerDsc module under Issue 1794. It was determined this function may better serve the DSC community from the DscResource.Common module.
Suggest renaming this public function to
Test-AccountRequirePassword
The text was updated successfully, but these errors were encountered: