Skip to content

Commit

Permalink
Updated versions of SqlServerDsc and xRemoteDesktopSessionHost (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
raandree authored Dec 22, 2023
1 parent a644406 commit 5c79e4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated to latest Sampler files and update an vmImage reference to `ubuntu-latest`
- `WindowsOptionalFeatures` and `WindowsFeatures` are using the DSC resource in `xPSDesiredStateConfiguration` now.
- `CertificateRequests` supports multiple certificates with the same issuer and subject by making friendlyName a mandatory (key) parameter.
- Updated versions of `SqlServerDsc` and `xRemoteDesktopSessionHost`.

### Fixed

Expand Down
5 changes: 3 additions & 2 deletions RequiredModules.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
AuditPolicyDsc = '1.4.0.0'
SharePointDSC = '4.8.0'
xExchange = '1.33.0'
SqlServerDsc = '16.1.0-preview0009'
SqlServerDsc = '16.5.0'
UpdateServicesDsc = '1.2.1'
xWindowsEventForwarding = '1.0.0.0'
OfficeOnlineServerDsc = '1.5.0'
Expand All @@ -62,7 +62,8 @@
xRobocopy = '2.0.0.0'
VSTSAgent = '2.0.14'
FileContentDsc = '1.3.0.151'
xRemoteDesktopSessionHost = '2.1.1-preview0001'
xRemoteDesktopSessionHost = '3.0.0-preview0001'
cScom = '1.0.4'
AzureConnectedMachineDsc = '1.4.0'

}

0 comments on commit 5c79e4f

Please sign in to comment.