File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
samples/manage/azure-arc-enabled-sql-server/modify-license-type Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
# -LicenseType [license_type_value] (Optional. Sets the license type to the specified value)
15
15
# -EnabelESU [Yes or No] (Optional. Enables the ESU policy the value is "Yes" or disables it if the value is "No"
16
16
# To enable, the license type must be "Paid" or "PAYG"
17
- # -Force [$true or $false] (Optional. Forces the chnahge of the license type to the specified value on all installed extensions.
17
+ # -Force (Optional. Forces the chnahge of the license type to the specified value on all installed extensions.
18
18
# If Force is not specified, the -LicenseType value is set only if undefined. Ignored if -LicenseType is not specified
19
19
#
20
20
# This script uses a function ConvertTo-HashTable that was created by Adam Bertram (@adam-bertram).
@@ -35,7 +35,7 @@ param (
35
35
[Parameter (Mandatory = $false )]
36
36
[ValidateSet (" Yes" , " No" , IgnoreCase= $false )]
37
37
[string ] $EnableESU ,
38
- [Parameter (Mandatory = $true )]
38
+ [Parameter (Mandatory = $false )]
39
39
[switch ] $Force
40
40
)
41
41
You can’t perform that action at this time.
0 commit comments