Separate out retail components from fallback service models#880
Merged
FH-Inway merged 3 commits intod365collaborative:masterfrom Mar 2, 2025
Merged
Conversation
This pull request was automatically created by the d365fo.tools-Generate-Text action'
Member
Author
|
@Splaxi This pr changes the behavior of Invoke-D365SDPInstall in the following scenario: Installing a Microsoft update on a 10.0.39 VHD image for the first time. In this case, the retail components will no longer be updated. I think this scenario is limited enough in scope to not impact a lot of people. We also have an easy to implement workaround with the new
I'm not really up for spending time on 1 and I'd rather not deal with all the issues caused by 2. |
Collaborator
|
Let's go with this 🤘 |
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.
This pull request introduces a new parameter,
IncludeFallbackRetailServiceModels, to theInvoke-D365SDPInstallfunction and related components. This parameter is designed to support backward compatibility when installing updates on local VHDs where information about installed service models may not be available.Fixes #878
Key changes include:
New Parameter Addition:
IncludeFallbackRetailServiceModelsparameter toInvoke-D365SDPInstallto include fallback retail service models in the topology file. This supports backward compatibility for local VHD installations. [1] [2] [3] [4]Internal Function Updates:
Update-TopologyFileto handle the newIncludeFallbackRetailServiceModelsparameter, ensuring retail service models are included when specified. [1] [2] [3]Script Variables:
Documentation and Tests:
Invoke-D365SDPInstallfunction.