Skip to content

Commit 29aa2bb

Browse files
authored
Merge pull request #1207 from lcwright/lcwright-patch-1
Update and rename set-monitoring.ps1 to set-feature-flags.ps1
2 parents 76db1cf + 32363e2 commit 29aa2bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/manage/azure-arc-enabled-sql-server/monitoring/set-monitoring.ps1 renamed to samples/manage/azure-arc-enabled-sql-server/monitoring/set-feature-flags.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
.EXAMPLE
2828
To enable the SqlManagement and AG discovery features in your subscription
2929
in resource group contoso-rg for machine contoso-sql-host, the command would be:
30-
SetArcSqlServerFeatureFlags.ps1 `
30+
set-feature-flags.ps1 `
3131
-Subscription "<Your-subscription-ID>" `
3232
-ResourceGroup "contoso-rg" `
3333
-MachineName "contoso-sql-host" `
34-
-FeatureFlagsToEnable ("AvailabilityGroupDiscovery", "SqlManagement")
34+
-FeatureFlagsToEnable ("SqlManagement")
3535
3636
.NOTES
3737
Author: Sarah Feitler

0 commit comments

Comments
 (0)