Skip to content

Commit 28786df

Browse files
committed
azure_v2: Enhance help text for subscription selection
CMK-28851 Change-Id: Ic5a8298f0c5eda5a749a53c25d3e2fb5884c0230
1 parent ee957de commit 28786df

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

cmk/plugins/azure_v2/rulesets/azure.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,11 @@ def configuration_authentication() -> Mapping[str, DictElement]:
223223
"subscription": DictElement(
224224
parameter_form=CascadingSingleChoice(
225225
title=Title("Subscriptions to monitor"),
226-
help_text=Help("Select the subscriptions you want to monitor."),
226+
help_text=Help(
227+
"Select the subscriptions containing the ARM resources you want to monitor."
228+
"If you do not wish to monitor ARM resources, select 'Do not monitor subscriptions.'"
229+
"If you proceed with a subscription, you will be able to choose specific resources to monitor in the next step."
230+
),
227231
elements=[
228232
CascadingSingleChoiceElement(
229233
name="no_subscriptions",

0 commit comments

Comments
 (0)