mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Temp change default
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ param (
|
||||
[Parameter (Mandatory= $true)]
|
||||
[string] $LicenseId,
|
||||
[Parameter (Mandatory= $false)]
|
||||
[string] $UseInRunbook = $true
|
||||
[string] $UseInRunbook = $false
|
||||
)
|
||||
|
||||
function CheckModule ($m) {
|
||||
|
||||
Reference in New Issue
Block a user