Skip to content

Commit

Permalink
Test-IsNumericType: Function moved to DscResource.Common Module (#1823)
Browse files Browse the repository at this point in the history
  • Loading branch information
hollanjs authored Dec 18, 2022
1 parent 92612af commit a7b6834
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 141 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- SqlServerDsc
- Removed `Assert-ElevatedUser` from private functions - [Issue #1797](https://github.com/dsccommunity/SqlServerDsc/issues/1797)
- `Assert-ElevatedUser` added to _DscResource.Common_ public functions - [Issue #82](https://github.com/dsccommunity/DscResource.Common/issues/82)
- Removed `Test-IsNumericType` from private functions - [Issue #1795](https://github.com/dsccommunity/SqlServerDsc/issues/1795)
- `Test-IsNumericType` added to _DscResource.Common_ public functions - [Issue #87](https://github.com/dsccommunity/DscResource.Common/issues/87)

### Added

- SqlServerDsc
- The following private functions were added to the module (see comment-based
help for more information):
- `Assert-ElevatedUser`
- `Assert-RequiredCommandParameter`
- `Test-IsNumericType`
- `Assert-SetupActionProperties`
- `Invoke-SetupAction`
- The following public functions were added to the module (see comment-based
Expand Down
50 changes: 0 additions & 50 deletions source/Private/Test-IsNumericType.ps1

This file was deleted.

89 changes: 0 additions & 89 deletions tests/Unit/Private/Test-IsNumericType.Tests.ps1

This file was deleted.

0 comments on commit a7b6834

Please sign in to comment.