Skip to content

Commit

Permalink
SqlServerDsc: Update pipeline files from Sampler (#1964)
Browse files Browse the repository at this point in the history
- SqlServerDsc
  - Updated pipeline files to support ModuleFast.
- SqlRs
- Updated examples to use xPSDesiredStateConfiguration instead of
PSDScResources.
- Updated integration tests to use xPSDesiredStateConfiguration instead
of PSDScResources.
- SqlScript
- Updated examples to use xPSDesiredStateConfiguration instead of
PSDScResources.
- Updated integration tests to use xPSDesiredStateConfiguration instead
of PSDScResources.
- SqlScriptQuery
- Updated examples to use xPSDesiredStateConfiguration instead of
PSDScResources.
- SqlSetup
- Updated examples to use xPSDesiredStateConfiguration instead of
PSDScResources.
- Updated integration tests to use xPSDesiredStateConfiguration instead
of PSDScResources.
- SqlAlwaysOnService
- Updated integration tests to use xPSDesiredStateConfiguration instead
of PSDScResources.
- SqlLogin
- Updated integration tests to use xPSDesiredStateConfiguration instead
of PSDScResources.
- SqlReplication
- Updated integration tests to use xPSDesiredStateConfiguration instead
of PSDScResources.
- SqlRSSetup
- Updated integration tests to use xPSDesiredStateConfiguration instead
of PSDScResources.
- SqlServiceAccount
- Updated integration tests to use xPSDesiredStateConfiguration instead
of PSDScResources.
- SqlWindowsFirewall
- Updated integration tests to use xPSDesiredStateConfiguration instead
of PSDScResources.
  • Loading branch information
johlju authored Aug 24, 2023
1 parent ca239e3 commit 8047f7c
Show file tree
Hide file tree
Showing 25 changed files with 564 additions and 317 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- SqlServerDsc
- Updated pipeline files to support ModuleFast.

### Changed

- SqlRs
- Updated examples to use xPSDesiredStateConfiguration instead of PSDScResources.
- Updated integration tests to use xPSDesiredStateConfiguration instead of PSDScResources.
- SqlScript
- Updated examples to use xPSDesiredStateConfiguration instead of PSDScResources.
- Updated integration tests to use xPSDesiredStateConfiguration instead of PSDScResources.
- SqlScriptQuery
- Updated examples to use xPSDesiredStateConfiguration instead of PSDScResources.
- SqlSetup
- Updated examples to use xPSDesiredStateConfiguration instead of PSDScResources.
- Updated integration tests to use xPSDesiredStateConfiguration instead of PSDScResources.
- SqlAlwaysOnService
- Updated integration tests to use xPSDesiredStateConfiguration instead of PSDScResources.
- SqlLogin
- Updated integration tests to use xPSDesiredStateConfiguration instead of PSDScResources.
- SqlReplication
- Updated integration tests to use xPSDesiredStateConfiguration instead of PSDScResources.
- SqlRSSetup
- Updated integration tests to use xPSDesiredStateConfiguration instead of PSDScResources.
- SqlServiceAccount
- Updated integration tests to use xPSDesiredStateConfiguration instead of PSDScResources.
- SqlWindowsFirewall
- Updated integration tests to use xPSDesiredStateConfiguration instead of PSDScResources.

## [16.4.0] - 2023-08-22

### Added
Expand Down
20 changes: 11 additions & 9 deletions RequiredModules.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@
If preview release of Pester prevents release we should temporary shift
back to stable.
#>
Pester = @{
Version = 'latest'
Parameters = @{
AllowPrerelease = $true
}
}
# Pester = @{
# Version = 'latest'
# Parameters = @{
# AllowPrerelease = $true
# }
# }

Pester = 'latest'

Plaster = 'latest'
ModuleBuilder = 'latest'
Expand All @@ -47,8 +49,8 @@
PSPKI = '3.7.2'

# Prerequisites modules needed for examples or integration tests
PSDscResources = '2.12.0.0'
StorageDsc = '4.9.0.0'
NetworkingDsc = '7.4.0.0'
xPSDesiredStateConfiguration = '9.1.0'
StorageDsc = '5.1.0'
NetworkingDsc = '9.0.0'
WSManDsc = '3.1.1'
}
Loading

0 comments on commit 8047f7c

Please sign in to comment.