We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b0ce96 commit 4d1c898Copy full SHA for 4d1c898
1 file changed
functions/Set-PSDCConfiguration.ps1
@@ -57,7 +57,6 @@ function Set-PSDCConfiguration {
57
param(
58
[parameter(Mandatory = $true)]
59
[ValidateNotNullOrEmpty()]
60
- [Alias("ServerInstance", "SqlServerSqlServer")]
61
[object]$SqlInstance,
62
[System.Management.Automation.PSCredential]
63
$SqlCredential,
0 commit comments