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/uninstall-azure-extension-for-sql-server/uninstall-azure-extension-for-sql-server.ps1
+53-27Lines changed: 53 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -7,24 +7,21 @@
7
7
#
8
8
# The script accepts the following command line parameters:
9
9
#
10
-
# -SubId [subscription_id] | [csv_file_name] (Limit scope to specific subscriptions. Accepts a .csv file with the list of subscriptions.
11
-
# If not specified all subscriptions will be scanned)
12
-
# -ResourceGroup [resource_goup] (Limit scope to a specific resoure group)
13
-
# -MachineName [machine_name] (Limit scope to a specific machine)
14
-
# -All (Uninstall Azure extension on all Arc-enabled servers in all subscriptions you have contributor access to).
10
+
# -SubId [subscription_id] | [csv_file_name] | ALL (Limit scope to specific subscriptions. Accepts a .csv file with the list of subscriptions.
11
+
# If ALL is specified, all subscriptions will be scanned)
12
+
# -ResourceGroup [resource_goup] (Limit scope to a specific resoure group)
13
+
# -MachineName [machine_name] (Limit scope to a specific machine)
0 commit comments