From f34367cc8843b494e5d8d7a8d0c9e3e2e47b9889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=B6tz=20Jensen?= Date: Thu, 16 May 2024 10:49:12 +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 744e877e..103fdb2f 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\\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\\Base.xml -KeepFiles -Force +Repair-D365BacpacModelFile -Path C:\Temp\Base.xml -KeepFiles -Force ``` This will process all repair sections.