Skip to content

Commit

Permalink
Docs: Updated doc files
Browse files Browse the repository at this point in the history
  • Loading branch information
Splaxi committed May 12, 2023
1 parent ce916a1 commit 5c5d5d4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docs/Clear-D365BacpacObject.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ As we are manipulating the bacpac file, we can only handle 1 ObjectType per run
If you want to remove SqlView and SqlIndex, you will have to run the cmdlet 1 time for SqlViews and 1 time for SqlIndex
Supported types are:
"SqlView", "SqlTable", "SqlIndex", "SqlCheckConstraint"
```yaml
Type: String
Parameter Sets: (All)
Expand Down
12 changes: 9 additions & 3 deletions docs/Invoke-D365InstallSqlPackage.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ Invoke-D365InstallSqlPackage [[-Path] <String>] [-SkipExtractFromPage] [[-Url] <
## DESCRIPTION
Download and extract the DotNet/.NET core x64 edition of the SqlPackage.exe to your machine

It parses the raw html page and tries to extract the latest download link
It parses the raw html page and tries to extract the latest download link.
As of 12th April 2022, no .NET Core link is available on the download page.
The cmdlet will always use the Url parameter.

## EXAMPLES

Expand Down Expand Up @@ -99,7 +101,11 @@ Accept wildcard characters: False
### -Url
Url/Uri to where the latest SqlPackage download is located
The default value is for v18.4.1 (15.0.4630.1) as of writing
The default value is for v19.1 (16.0.6161.0) as of writing.
This is the last version of SqlPackage based on .NET Core.
According to the Microsoft documentation, a .NET Core version of SqlPackage should be used.
https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/database/import-database
Further discussion can be found here: https://github.com/d365collaborative/d365fo.tools/issues/708
```yaml
Type: String
Expand All @@ -108,7 +114,7 @@ Aliases:

Required: False
Position: 2
Default value: Https://go.microsoft.com/fwlink/?linkid=2113704
Default value: Https://go.microsoft.com/fwlink/?linkid=2196334
Accept pipeline input: False
Accept wildcard characters: False
```
Expand Down

0 comments on commit 5c5d5d4

Please sign in to comment.