-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SqlRS: Using
Invoke-SqlDscQuery
(#1919)
- SqlServerDsc.Common - `Connect-SQL`. - Add new parameter `Encrypt`. - `Connect-SqlDscDatabaseEngine` - Add new parameter `Encrypt`. - `Invoke-SqlDscQuery` - Add new parameter `Encrypt`. - Now shows the correct instance name when called using a server object (issue #1918). - SqlRS - Now uses the command `Invoke-SqlDscQuery` instead of `Invoke-SqlCmd` (issue #1917). - The parameter `Encrypt` has changed so that `Mandatory` or `Strict` will turn on encryption when connecting to the database instance.
- Loading branch information
Showing
12 changed files
with
233 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,4 +48,5 @@ | |
PSDscResources = '2.12.0.0' | ||
StorageDsc = '4.9.0.0' | ||
NetworkingDsc = '7.4.0.0' | ||
WSManDsc = '3.1.1' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.