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
Describe the bug
When using a Bicep module output as an input for another Bicep module, whatif will not detect any changes. Neither additions nor modifications are shown in the list.
To Reproduce
Steps to reproduce the behavior:
Run the deployment of the main.bicep file (see below) with whatif enabled az deployment group create --resource-group <resource-group> --template-file main.bicep -c
The change list will not include the service bus as a new resource
Describe the bug
When using a Bicep module output as an input for another Bicep module, whatif will not detect any changes. Neither additions nor modifications are shown in the list.
To Reproduce
Steps to reproduce the behavior:
az deployment group create --resource-group <resource-group> --template-file main.bicep -c
File main.bicep:
File module1.bicep:
File module2.bicep:
Expected behavior
The service bus should be listed as a resource to create.
Client
CLI
The text was updated successfully, but these errors were encountered: