Skip to content

Commit

Permalink
Fix: Better documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Splaxi committed May 16, 2024
1 parent 3f453f6 commit f34367c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Repair-D365BacpacModelFile.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ 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.
It will load the instructions from the 'C:\Temp\RepairBacpac.Replace.Custom.json' file and run those in the Replace section.

### 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.
Expand Down

0 comments on commit f34367c

Please sign in to comment.