Update and rename set-monitoring.ps1 to set-feature-flags.ps1

Updates the file name for the Feature Flag PS Script
This commit is contained in:
Lance Wright
2023-10-02 15:54:55 -07:00
committed by GitHub
parent 76db1cf1c3
commit 32363e2a0d
@@ -27,11 +27,11 @@
.EXAMPLE
To enable the SqlManagement and AG discovery features in your subscription
in resource group contoso-rg for machine contoso-sql-host, the command would be:
SetArcSqlServerFeatureFlags.ps1 `
set-feature-flags.ps1 `
-Subscription "<Your-subscription-ID>" `
-ResourceGroup "contoso-rg" `
-MachineName "contoso-sql-host" `
-FeatureFlagsToEnable ("AvailabilityGroupDiscovery", "SqlManagement")
-FeatureFlagsToEnable ("SqlManagement")
.NOTES
Author: Sarah Feitler