Hi Pulumi community, I'm having a bit of trouble d...
# azure
m
Hi Pulumi community, I'm having a bit of trouble deploying my ScheduledQueryRule I'm setting the
LogMetricTriggerArgs
with a
ThresholdOperator
of
ConditionOperator.GreaterThanOrEqual.ToString()
with a
Threshold
of 1 The rule gets deployed but in Azure, the rule changes to simply be Greater than 1
g
I think it's supposed to be
ConditionalOperator
rather than
ConditionOperator
m
oh wow, you're right! That's such a silly mistake on my part! Thanks!!!
🙌 1