You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft.Network/applicationGateways@2024-05-01 I observe a permanent plan drift that is not caused by any change but due to a change in the order of the requestRoutingRules compared against API response.
In my case the collection contains 12 rules, and I construct it via flatten([for ... in ... : [ pattern.
I construct the other collection in the same way however only requestRoutingRules reports false drift.
Microsoft.Network/applicationGateways@2024-05-01
I observe a permanent plan drift that is not caused by any change but due to a change in the order of therequestRoutingRules
compared against API response.In my case the collection contains 12 rules, and I construct it via
flatten([for ... in ... : [
pattern.I construct the other collection in the same way however only
requestRoutingRules
reports false drift.It seems it does not fit in this fix: #455
The text was updated successfully, but these errors were encountered: