From 5c79e4f590fb776f9607927e2feb587982b59ab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Andr=C3=A9e=20=5BMSFT=5D?= Date: Fri, 22 Dec 2023 18:04:50 +0100 Subject: [PATCH] Updated versions of SqlServerDsc and xRemoteDesktopSessionHost (#221) --- CHANGELOG.md | 1 + RequiredModules.psd1 | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edbe55a..f7f7177 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/RequiredModules.psd1 b/RequiredModules.psd1 index e494d7e..14b561b 100644 --- a/RequiredModules.psd1 +++ b/RequiredModules.psd1 @@ -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' @@ -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' + }