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
In the parent bicep. If I use instrumentationId and connectionId as input for appservice.bicep, the what-if will not display output for app service. If I use a non-readonly field from applicationInsights.properties, it is working well. The issue is not related with any RP and it looks like a general issue because I tested storage account as well.
Using resource properties that are not specified in the template as input to a module will cause the module to be short-circuited. This is the same issue as #157, and the remediation is being tracked there.
For example, I have a file appinsight.bicep as module A, the output has two read-only fields
In the parent bicep. If I use instrumentationId and connectionId as input for appservice.bicep, the what-if will not display output for app service. If I use a non-readonly field from applicationInsights.properties, it is working well. The issue is not related with any RP and it looks like a general issue because I tested storage account as well.
The text was updated successfully, but these errors were encountered: