Skip to content

Commit 664e4e9

Browse files
authored
Merge pull request #1143 from anosov1960/master
Modified parameters
2 parents ec8b042 + 751b7a2 commit 664e4e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

samples/manage/azure-arc-enabled-sql-server/uninstall-azure-extension-for-sql-server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ The script accepts the following command line parameters:
2525

2626
| **Parameter**                                         | **Value**                                                                       | **Description** |
2727
|:--|:--|:--|
28-
|-SubId|subscription_id *or* a file_name|Optional: subscription id or a .csv file with the list of subscriptions<sup>1</sup>. |
28+
|-SubId|subscription_id *or* a file_name *or* ALL |Required: modify a specific subscription id, a list of subscriptions in a .csv file<sup>1</sup>, or ALL subscriptions |
2929
|-ResourceGroup |resource_group_name|Optional: Limit the scope to a specific resource group|
3030
|-MachineName |machine_name|Optional: Limit the scope to a specific machine|
31-
|-All|\$True or \$False (default)|Optional. Uninstall Azure extension on all Arc-enabled servers in all subscriptions you have contributor access to.|
31+
3232

3333
<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.
3434
```PowerShell

samples/manage/azure-arc-enabled-sql-server/uninstall-azure-extension-for-sql-server/uninstall-azure-extension-for-sql-server.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ param (
1919
[string] $SubId,
2020
[Parameter (Mandatory= $false)]
2121
[string] $ResourceGroup,
22-
[Parameter (Mandatory= $true)]
22+
[Parameter (Mandatory= $false)]
2323
[string] $MachineName
2424
)
2525

0 commit comments

Comments
 (0)