Im not entirely sure which category this goes in.
We’ve recently deployed the Plugin for Azure and i am trying to create a rule for Azure Tag: “update_management::Patch_Me_Schedule1a” to equal the tag we use for Patch policy in BigFix. Lets say its “EverySecondTuesday”.
Azure Tags are listed with “(key of it & “::” & value of it) of tags” script in the Console.
To write it somewhat out, im trying to enable the following relevance:
"(key of it & “::” & value contains “Patch_Me_Schedule1a” of it) of tags"
(The above does not work, but its what i am trying to accomplish)
The Endgame here, is to enable an Auto rule, that at the time of discovery and installation of the BES Client through Azure, automatically applies the correct Patch Policy in BigFix so we can move the patching from runbooks in Azure to BigFix Patch Management.
What am i missing? Is there another way to do this i am missing completely?
Regards,
Edit:
Examples i cant get to work:
“exists (value of it contains “Patch_Me_Schedule1a”) of tags” Just shows True on everything
Almost works:
(value of it contains “Patch_Me_Schedule1a”) of tags
Results in multiple results of True/false.
Im just not sure how to get it to only check the key i want it to check.
How do i get it to only check the “update_management” key?