From 3f453f69f3a8f6855834314a2fbeedc72d117fed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=B6tz=20Jensen?= Date: Thu, 16 May 2024 10:46:04 +0200 Subject: [PATCH] Fix: Better documentation --- docs/Repair-D365BacpacModelFile.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Repair-D365BacpacModelFile.md b/docs/Repair-D365BacpacModelFile.md index 4e7382b4..744e877e 100644 --- a/docs/Repair-D365BacpacModelFile.md +++ b/docs/Repair-D365BacpacModelFile.md @@ -24,7 +24,7 @@ As the backend of the Azure SQL infrastructure keeps evolving, the bacpac file c ### EXAMPLE 1 ``` -Repair-D365BacpacModelFile -Path C:\Temp\INOX\Bacpac\Base.xml -PathRepairSimple '' -PathRepairQualifier '' -PathRepairReplace 'C:\Temp\RepairBacpac.Replace.Custom.json' +Repair-D365BacpacModelFile -Path C:\Temp\\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. @@ -32,7 +32,7 @@ It will load the instructions from the 'C:\Temp\RepairBacpac.Replace.Custom.json ### EXAMPLE 2 ``` -Repair-D365BacpacModelFile -Path C:\Temp\INOX\Bacpac\Base.xml -KeepFiles -Force +Repair-D365BacpacModelFile -Path C:\Temp\\Base.xml -KeepFiles -Force ``` This will process all repair sections.