Set D365SqlPackagePath - FH-Inway/d365fo.tools GitHub Wiki
Set the path for SqlPackage.exe
Set-D365SqlPackagePath [-Path] <String> [<CommonParameters>]
Update the path where the module will be looking for the SqlPackage.exe executable
Set-D365SqlPackagePath -Path "C:\Program Files\Microsoft SQL Server\150\DAC\bin\SqlPackage.exe"
This will update the path for the SqlPackage.exe in the modules configuration
Path to the SqlPackage.exe
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Author: Mötz Jensen (@Splaxi)