From e323e37840bdf7601b2c08b2f02a8944b01b8cc0 Mon Sep 17 00:00:00 2001 From: Russell Anderson Date: Mon, 10 Feb 2020 16:56:54 -0700 Subject: [PATCH 1/7] #1162 Add Deprecation info to SPExcelServiceApp documentation --- SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/Readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/Readme.md b/SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/Readme.md index e74e432a1..22f379e1b 100644 --- a/SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/Readme.md +++ b/SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/Readme.md @@ -9,3 +9,8 @@ Excel Services Service Application. The default value for the Ensure parameter is Present. When not specifying this parameter, the service application is provisioned. + +Only SharePoint 2013 is supported to deploy Excel Services service applications via DSC, +as SharePoint 2016 and SharePoint 2019 are deprecated this service. See +[What's deprecated or removed from SharePoint Server 2016](https://technet.microsoft.com/en-us/library/mt346112(v=office.16).aspx) +for more info. \ No newline at end of file From 8f3ce2085b73d60d1a96a714bbd9a42f9d24690f Mon Sep 17 00:00:00 2001 From: Russell Anderson Date: Mon, 10 Feb 2020 16:59:46 -0700 Subject: [PATCH 2/7] #1162 Fix grammar --- .../MSFT_SPExcelServiceApp/MSFT_SPExcelServiceApp.psm1 | 4 ++-- SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/Readme.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/MSFT_SPExcelServiceApp.psm1 b/SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/MSFT_SPExcelServiceApp.psm1 index 2733013f2..f984f47eb 100644 --- a/SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/MSFT_SPExcelServiceApp.psm1 +++ b/SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/MSFT_SPExcelServiceApp.psm1 @@ -319,7 +319,7 @@ function Set-TargetResource if ((Get-SPDscInstalledProductVersion).FileMajorPart -ne 15) { throw [Exception] ("Only SharePoint 2013 is supported to deploy Excel Services " + ` - "service applications via DSC, as SharePoint 2016 and SharePoint 2019 are deprecated " + ` + "service applications via DSC, as SharePoint 2016 and SharePoint 2019 have deprecated " + ` "this service. See " + ` "https://technet.microsoft.com/en-us/library/mt346112(v=office.16).aspx " + ` "for more info.") @@ -577,7 +577,7 @@ function Test-TargetResource if ((Get-SPDscInstalledProductVersion).FileMajorPart -ne 15) { throw [Exception] ("Only SharePoint 2013 is supported to deploy Excel Services " + ` - "service applications via DSC, as SharePoint 2016 and SharePoint 2019 are deprecated " + ` + "service applications via DSC, as SharePoint 2016 and SharePoint 2019 have deprecated " + ` "this service. See " + ` "https://technet.microsoft.com/en-us/library/mt346112(v=office.16).aspx " + ` "for more info.") diff --git a/SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/Readme.md b/SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/Readme.md index 22f379e1b..9054c94c6 100644 --- a/SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/Readme.md +++ b/SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/Readme.md @@ -11,6 +11,6 @@ The default value for the Ensure parameter is Present. When not specifying this parameter, the service application is provisioned. Only SharePoint 2013 is supported to deploy Excel Services service applications via DSC, -as SharePoint 2016 and SharePoint 2019 are deprecated this service. See +as SharePoint 2016 and SharePoint 2019 have deprecated this service. See [What's deprecated or removed from SharePoint Server 2016](https://technet.microsoft.com/en-us/library/mt346112(v=office.16).aspx) for more info. \ No newline at end of file From d9806cbcfaacdbf78925dbad61f3c678643b0025 Mon Sep 17 00:00:00 2001 From: Russell Anderson Date: Mon, 10 Feb 2020 16:56:54 -0700 Subject: [PATCH 3/7] #1162 Add Deprecation info to SPExcelServiceApp documentation --- SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/Readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/Readme.md b/SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/Readme.md index e74e432a1..22f379e1b 100644 --- a/SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/Readme.md +++ b/SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/Readme.md @@ -9,3 +9,8 @@ Excel Services Service Application. The default value for the Ensure parameter is Present. When not specifying this parameter, the service application is provisioned. + +Only SharePoint 2013 is supported to deploy Excel Services service applications via DSC, +as SharePoint 2016 and SharePoint 2019 are deprecated this service. See +[What's deprecated or removed from SharePoint Server 2016](https://technet.microsoft.com/en-us/library/mt346112(v=office.16).aspx) +for more info. \ No newline at end of file From c44ad70c337695aa96d47f9f8cc7f0753ea68fb3 Mon Sep 17 00:00:00 2001 From: Russell Anderson Date: Mon, 10 Feb 2020 16:59:46 -0700 Subject: [PATCH 4/7] #1162 Fix grammar --- .../MSFT_SPExcelServiceApp/MSFT_SPExcelServiceApp.psm1 | 4 ++-- SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/Readme.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/MSFT_SPExcelServiceApp.psm1 b/SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/MSFT_SPExcelServiceApp.psm1 index 2733013f2..f984f47eb 100644 --- a/SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/MSFT_SPExcelServiceApp.psm1 +++ b/SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/MSFT_SPExcelServiceApp.psm1 @@ -319,7 +319,7 @@ function Set-TargetResource if ((Get-SPDscInstalledProductVersion).FileMajorPart -ne 15) { throw [Exception] ("Only SharePoint 2013 is supported to deploy Excel Services " + ` - "service applications via DSC, as SharePoint 2016 and SharePoint 2019 are deprecated " + ` + "service applications via DSC, as SharePoint 2016 and SharePoint 2019 have deprecated " + ` "this service. See " + ` "https://technet.microsoft.com/en-us/library/mt346112(v=office.16).aspx " + ` "for more info.") @@ -577,7 +577,7 @@ function Test-TargetResource if ((Get-SPDscInstalledProductVersion).FileMajorPart -ne 15) { throw [Exception] ("Only SharePoint 2013 is supported to deploy Excel Services " + ` - "service applications via DSC, as SharePoint 2016 and SharePoint 2019 are deprecated " + ` + "service applications via DSC, as SharePoint 2016 and SharePoint 2019 have deprecated " + ` "this service. See " + ` "https://technet.microsoft.com/en-us/library/mt346112(v=office.16).aspx " + ` "for more info.") diff --git a/SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/Readme.md b/SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/Readme.md index 22f379e1b..9054c94c6 100644 --- a/SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/Readme.md +++ b/SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/Readme.md @@ -11,6 +11,6 @@ The default value for the Ensure parameter is Present. When not specifying this parameter, the service application is provisioned. Only SharePoint 2013 is supported to deploy Excel Services service applications via DSC, -as SharePoint 2016 and SharePoint 2019 are deprecated this service. See +as SharePoint 2016 and SharePoint 2019 have deprecated this service. See [What's deprecated or removed from SharePoint Server 2016](https://technet.microsoft.com/en-us/library/mt346112(v=office.16).aspx) for more info. \ No newline at end of file From 7c295660f1c07c1dd60d97fd4e7aae552f37ad8a Mon Sep 17 00:00:00 2001 From: Russell Anderson Date: Thu, 13 Feb 2020 18:15:07 -0700 Subject: [PATCH 5/7] #1163 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96d6f1cf9..cd2b8a245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - SharePointDsc - Added automatic release with a new CI pipeline - Updated PULL_REQUEST_TEMPLATE.md to match DSC standard +- SPExcelServiceApp + - Documentation update for SharePoint 2016/2019 deprecation. - SPFarm - Added possibility to set application credential key. - SPTrustedSecurityTokenIssuer From 535de5ff7bf587bf314aacaa884696379c45a685 Mon Sep 17 00:00:00 2001 From: Russell Anderson Date: Mon, 17 Feb 2020 10:43:44 -0700 Subject: [PATCH 6/7] Blank Line EOF --- SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/Readme.md b/SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/Readme.md index 9054c94c6..838468949 100644 --- a/SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/Readme.md +++ b/SharePointDsc/DSCResources/MSFT_SPExcelServiceApp/Readme.md @@ -13,4 +13,4 @@ parameter, the service application is provisioned. Only SharePoint 2013 is supported to deploy Excel Services service applications via DSC, as SharePoint 2016 and SharePoint 2019 have deprecated this service. See [What's deprecated or removed from SharePoint Server 2016](https://technet.microsoft.com/en-us/library/mt346112(v=office.16).aspx) -for more info. \ No newline at end of file +for more info. From c0310b4978ba09ec1dda4b9a18f32b5d04df2cf0 Mon Sep 17 00:00:00 2001 From: Russell Anderson Date: Mon, 17 Feb 2020 13:18:58 -0700 Subject: [PATCH 7/7] #1169 --- CHANGELOG.md | 2 ++ .../MSFT_SPInstallPrereqs.schema.mof | 16 ++++++++-------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd2b8a245..1c3bef3b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated PULL_REQUEST_TEMPLATE.md to match DSC standard - SPExcelServiceApp - Documentation update for SharePoint 2016/2019 deprecation. +- SPInstallPrereqs + - Documentation update for SharePoint 2019 offline install parameters. - SPFarm - Added possibility to set application credential key. - SPTrustedSecurityTokenIssuer diff --git a/SharePointDsc/DSCResources/MSFT_SPInstallPrereqs/MSFT_SPInstallPrereqs.schema.mof b/SharePointDsc/DSCResources/MSFT_SPInstallPrereqs/MSFT_SPInstallPrereqs.schema.mof index 06cc528ab..cff318ff0 100644 --- a/SharePointDsc/DSCResources/MSFT_SPInstallPrereqs/MSFT_SPInstallPrereqs.schema.mof +++ b/SharePointDsc/DSCResources/MSFT_SPInstallPrereqs/MSFT_SPInstallPrereqs.schema.mof @@ -5,20 +5,20 @@ class MSFT_SPInstallPrereqs : OMI_BaseResource [Required, Description("The full path to prerequisiteinstaller.exe")] String InstallerPath; [Required, Description("Should the installer download prerequisites from the internet or not")] Boolean OnlineMode; [Write, Description("The path to the Windows Server Operating System SXS source files, for use in closed environments without access to Windows Update")] String SXSpath; - [Write, Description("The path to the installer for this prerequisite (SP2013 and SP2016)")] String SQLNCli; + [Write, Description("The path to the installer for this prerequisite (SP2013, SP2016 and SP2019)")] String SQLNCli; [Write, Description("The path to the installer for this prerequisite (SP2013 only)")] String PowerShell; [Write, Description("The path to the installer for this prerequisite (SP2013 only)")] String NETFX; [Write, Description("The path to the installer for this prerequisite (SP2013 only)")] String IDFX; - [Write, Description("The path to the installer for this prerequisite (SP2013 and SP2016)")] String Sync; - [Write, Description("The path to the installer for this prerequisite (SP2013 and SP2016)")] String AppFabric; - [Write, Description("The path to the installer for this prerequisite (SP2013 and SP2016)")] String IDFX11; - [Write, Description("The path to the installer for this prerequisite (SP2013 and SP2016)")] String MSIPCClient; + [Write, Description("The path to the installer for this prerequisite (SP2013, SP2016 and SP2019)")] String Sync; + [Write, Description("The path to the installer for this prerequisite (SP2013, SP2016 and SP2019)")] String AppFabric; + [Write, Description("The path to the installer for this prerequisite (SP2013, SP2016 and SP2019)")] String IDFX11; + [Write, Description("The path to the installer for this prerequisite (SP2013, SP2016 and SP2019)")] String MSIPCClient; [Write, Description("The path to the installer for this prerequisite (SP2013 only)")] String WCFDataServices; [Write, Description("The path to the installer for this prerequisite (SP2013 only)")] String KB2671763; - [Write, Description("The path to the installer for this prerequisite (SP2013 and SP2016)")] String WCFDataServices56; - [Write, Description("The path to the installer for this prerequisite (SP2016 only)")] String MSVCRT11; + [Write, Description("The path to the installer for this prerequisite (SP2013, SP2016 and SP2019)")] String WCFDataServices56; + [Write, Description("The path to the installer for this prerequisite (SP2016 and SP2019)")] String MSVCRT11; [Write, Description("The path to the installer for this prerequisite (SP2016 only)")] String MSVCRT14; - [Write, Description("The path to the installer for this prerequisite (SP2016 only)")] String KB3092423; + [Write, Description("The path to the installer for this prerequisite (SP2016 and SP2019)")] String KB3092423; [Write, Description("The path to the installer for this prerequisite (SP2016 only)")] String ODBC; [Write, Description("The path to the installer for this prerequisite (SP2016 only)")] String DotNetFx; [Write, Description("The path to the installer for this prerequisite (SP2019 only)")] String DotNet472;