Skip to content

Commit

Permalink
add example for new parameter -IncludeFallbackRetailServiceModels
Browse files Browse the repository at this point in the history
  • Loading branch information
FH-Inway committed Feb 22, 2025
1 parent a9ca4f8 commit 5351bd8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion d365fo.tools/functions/invoke-d365sdpinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
Include fallback retail service models in the topology file
This parameter is to support backward compatibility in this scenario:
Installing the first update on a local VHD where the information about the installed service
Installing the first update on a local VHD where the information about the installed service
models may not be available and where the retail components are installed.
More information about this can be found at https://github.com/d365collaborative/d365fo.tools/issues/878
Expand Down Expand Up @@ -129,6 +129,13 @@
PS C:\> Invoke-D365SDPInstall -Path "c:\temp\" -MetaDataDir "c:\MyRepository\Metadata" -UnifiedDevelopmentEnvironment
Install the modules contained in the c:\temp\ directory into the c:\MyRepository\Metadata directory.
.EXAMPLE
Invoke-D365SDPInstall -Path "c:\temp\" -Command RunAll -IncludeFallbackRetailServiceModels
Create Topology XML from current environment. If the current environment does not have the information about the installed service models, a fallback list of known service model names will be used.
This fallback list includes the retail service models.
Using default runbook id 'Runbook' and run all the operations from generate, to import to execute.
.NOTES
Author: Tommy Skaue (@skaue)
Expand Down
2 changes: 1 addition & 1 deletion d365fo.tools/internal/functions/update-topologyfile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
Include fallback retail service models in the topology file
This parameter is to support backward compatibility in this scenario:
Installing the first update on a local VHD where the information about the installed service
Installing the first update on a local VHD where the information about the installed service
models may not be available and where the retail components are installed.
More information about this can be found at https://github.com/d365collaborative/d365fo.tools/issues/878
Expand Down

0 comments on commit 5351bd8

Please sign in to comment.