Skip to content

Commit

Permalink
bump Subscription-Latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvand committed Nov 15, 2023
1 parent d1fce8c commit 0434c81
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions Templates/SharePoint-ADFS/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
# Change log for Azure template SharePoint-ADFS

## Enhancements & bug-fixes - Unreleased

### Changed

- Template
- Value `Subscription-Latest` for parameter `sharePointVersion` now installs the November 2023 CU for SharePoint Subscription
- Configuration for SPSE
- Configure the SPTrustedBackedByUPAClaimProvider (as much as possible). There are remaining steps needed to finalize its configuration
- Update creation of user profiles to set their PreferredName
- Format the document
- Configuration for most VMs
- Bump DSC modules ActiveDirectoryDsc and SqlServerDsc

## Enhancements & bug-fixes - Published in October 12, 2023

### Changed

- Template
- Value `Subscription-Latest` for parameter `sharePointVersion` now installs the October 2023 CU for SharePoint Subscription
- Configuration for SPSE
- When doing a slipstream install of SharePoint using 2022-10 CU or newer: Fixed the SharePoint configuration wizard hanging at 10% of step 10/10, when executed after

### Fixed
- All SharePoint configurations
Expand Down
2 changes: 1 addition & 1 deletion Templates/SharePoint-ADFS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ There are some differences in the configuration, depending on the SharePoint ver
### Input parameters

- parameter `sharePointVersion` lets you choose which version of SharePoint to install:
- `Subscription-Latest` (default): Same as `Subscription-RTM`, then installs the latest cumulative update available at the time of publishing this version: October 2023 ([KB5002506](https://support.microsoft.com/help/5002506)).
- `Subscription-Latest` (default): Same as `Subscription-RTM`, then installs the latest cumulative update available at the time of publishing this version: November 2023 ([KB5002527](https://support.microsoft.com/help/5002527)).
- `Subscription-23H2`: Same as `Subscription-RTM`, then installs the [Feature Update 23H2](https://learn.microsoft.com/en-us/SharePoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition-23h2-release) (September 2023 CU / [KB5002474](https://support.microsoft.com/help/5002474)).
- `Subscription-23H1`: Same as `Subscription-RTM`, then installs the [Feature Update 23H1](https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition-23h1-release) (March 2023 CU / [KB5002355](https://support.microsoft.com/help/5002355)).
- `Subscription-22H2`: Same as `Subscription-RTM`, then installs the [Feature Update 22H2](https://learn.microsoft.com/en-us/sharepoint/what-s-new/new-and-improved-features-in-sharepoint-server-subscription-edition-22h2-release) (September 2022 CU / [KB5002270](https://support.microsoft.com/help/5002270) and [KB5002271](https://support.microsoft.com/help/5002271)).
Expand Down
2 changes: 1 addition & 1 deletion Templates/SharePoint-ADFS/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@
"Label" : "Latest",
"Packages" : [
{
"DownloadUrl" : "https://download.microsoft.com/download/c/4/9/c492d312-f267-4ead-bfea-5aaad0f817b6/uber-subscription-kb5002506-fullfile-x64-glb.exe"
"DownloadUrl" : "https://download.microsoft.com/download/c/7/b/c7b21b38-a4ff-4060-99b1-edb2e1edc69a/uber-subscription-kb5002527-fullfile-x64-glb.exe"
}
]
}
Expand Down

0 comments on commit 0434c81

Please sign in to comment.