[Windows] Updating Windows-Service-Fabric Runtime and SDK version to latest (11.7.157.1/8.7.157) - #14614
Open
MarkIanHolland wants to merge 4 commits into
Open
[Windows] Updating Windows-Service-Fabric Runtime and SDK version to latest (11.7.157.1/8.7.157)#14614MarkIanHolland wants to merge 4 commits into
MarkIanHolland wants to merge 4 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Windows image toolset pins for Azure Service Fabric to supported versions (runtime 11.7.157.1 and SDK 8.7.157) and adjusts the Windows 2025 + VS 2026 toolset to install the Service Fabric Visual Studio extension via VSIX, aligning with current Visual Studio packaging.
Changes:
- Bump Service Fabric runtime/SDK versions (and checksums) in Windows toolset JSON files for Windows Server 2022/2025 and Windows 11 ARM64 toolsets.
- Add
ms-azuretools.MicrosoftVisualStudioAzureFabricVsixto the VS 2026 VSIX list in the Windows Server 2025 + VS 2026 toolset. - Update Windows Server Readmes to reflect the new reported Service Fabric version.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| images/windows/Windows2025-VS2026-Readme.md | Updates the Service Fabric entry in the published software list. |
| images/windows/Windows2025-Readme.md | Updates the Service Fabric entry in the published software list. |
| images/windows/Windows2022-Readme.md | Updates the Service Fabric entry in the published software list. |
| images/windows/toolsets/toolset-win-11-vs2026-arm64.json | Updates Service Fabric runtime/SDK version pins and checksums for Win11 VS2026 ARM64 toolset. |
| images/windows/toolsets/toolset-win-11-arm64.json | Updates Service Fabric runtime/SDK version pins and checksums for Win11 ARM64 toolset. |
| images/windows/toolsets/toolset-2025.json | Updates Service Fabric runtime/SDK version pins and checksums for Windows Server 2025 toolset. |
| images/windows/toolsets/toolset-2025-vs2026.json | Updates Service Fabric runtime/SDK pins and adds the Service Fabric VSIX extension for VS 2026 toolset. |
| images/windows/toolsets/toolset-2022.json | Updates Service Fabric runtime/SDK version pins and checksums for Windows Server 2022 toolset. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
Replaced by #14653 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Updating Windows-Service-Fabric Runtime and SDK version to latest (11.7.157.1/8.7.157) as the version specified is out of support as of June 30, 2026, https://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-versions?tabs=windows#listed-versions.
Also added
ms-azuretools.MicrosoftVisualStudioAzureFabricVsixas the Service Fabric workload for Visual Studio 2026 is an extension, see microsoft/service-fabric#1541.I feel like it has potential to be a breaking change if any users are on similarly old/unsupported version.
Many thanks
Related issue:
#14612
Check list