Skip to content

Commit 7e51b78

Browse files
author
Alexander (Sasha) Nosov
committed
Convert -Force to switch
1 parent 22fa4c8 commit 7e51b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/manage/azure-arc-enabled-sql-server/modify-license-type/modify-license-type.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ param (
3636
[ValidateSet("Yes","No", IgnoreCase=$false)]
3737
[string] $EnableESU,
3838
[Parameter (Mandatory= $true)]
39-
[boolean] $Force=$false
39+
[switch] $Force
4040
)
4141

4242
function CheckModule ($m) {

0 commit comments

Comments
 (0)