You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/manage/azure-arc-enabled-sql-server/modify-license-type/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ services: Azure Arc-enabled SQL Server
3
3
platforms: Azure
4
4
author: anosov1960
5
5
ms.author: sashan
6
-
ms.date: 6/21/2023
6
+
ms.date: 7/5/2023
7
7
---
8
8
9
9
@@ -32,7 +32,7 @@ The script accepts the following command line parameters:
32
32
|-MachineName |machine_name|Optional: Limits the scope to a specific machine|
33
33
|-LicenceType | "Paid", "PAYG" or "LicenseOnly"| Optional: Sets the license type to the specified value |
34
34
|-EnableESU | "Yes", "No" | Optional. Enables the ESU policy the value is "Yrs" or disables it if the value is "No". To enable, the license type must be "Paid" or "PAYG"|
35
-
|-Force|\$True or \$False (default)|Optional. Forces the change of the license type to the specified value on all installed extensions. If -Force is not specified, the -LicenseType value is set only if undefined. Ignored if -LicenseType is not specified|
35
+
|-Force||Optional. Forces the change of the license type to the specified value on all installed extensions. If -Force is not specified, the -LicenseType value is set only if undefined. Ignored if -LicenseType is not specified|
36
36
37
37
<sup>1</sup>You can create a .csv file using the following command and then edit to remove the subscriptions you don't want to scan.
38
38
```PowerShell
@@ -52,15 +52,15 @@ The following command will scan all the subscriptions to which the user has acce
52
52
The following command will scan the subscription `<sub_id>` and set the license type value to "Paid" on all servers.
The following command will scan resource group <resource_group_name> in the subscription `<sub_id>` and set the license type value to "PAYG" on all servers.
0 commit comments