Skip to content

Commit

Permalink
Fix: Extend samples, for the unit tests to be satisfied.
Browse files Browse the repository at this point in the history
  • Loading branch information
Splaxi committed May 15, 2024
1 parent 9c23706 commit 1436479
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion d365fo.tools/functions/repair-d365bacpacmodelfile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,16 @@
.EXAMPLE
PS C:\> Repair-D365BacpacModelFile -Path C:\Temp\INOX\Bacpac\Base.xml -PathRepairSimple '' -PathRepairQualifier '' -PathRepairReplace 'C:\Temp\RepairBacpac.Replace.Custom.json'
This will only process the Replace section, as the other repair paths are empty - indicating to skip them
This will only process the Replace section, as the other repair paths are empty - indicating to skip them.
It will load the instructions from the 'C:\Temp\RepairBacpac.Replace.Custom.json' file and run those in the Replace section.
.EXAMPLE
PS C:\> Repair-D365BacpacModelFile -Path C:\Temp\INOX\Bacpac\Base.xml -KeepFiles -Force
This will process all repair sections.
It will keep the files in the temporary work directory, for the user to analyze the files further.
It will Force overwrite the output file, if it exists already.
.NOTES
Author: Mötz Jensen (@Splaxi)
Author: Florian Hopfner (@FH-Inway)
Expand Down

0 comments on commit 1436479

Please sign in to comment.