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
If I commit a bicep file and a matching ARM template parameter file two deployments will be created by the push pipeline. One deployment for the bicep file and one for the parameter file.
Steps to reproduce
Create a bicep template, storage.bicep
Create an ARM template parameter file for the bicep template, storage.parameters.json
Open a Pull request. (This will generate a PR comment with the WhatIf result duplicated since two deployments are triggered)
Approve PR and merge to main branch
Two deployments will be created:
AzOps-storage
AzOps-storage.parameters
Screenshots
Screenshot shows deployment history for a commit with a bicep template named test1.bicep and a parameter file named test1.parameters.json.
The text was updated successfully, but these errors were encountered:
Describe the bug
If I commit a bicep file and a matching ARM template parameter file two deployments will be created by the push pipeline. One deployment for the bicep file and one for the parameter file.
Steps to reproduce
storage.bicep
storage.parameters.json
AzOps-storage
AzOps-storage.parameters
Screenshots

Screenshot shows deployment history for a commit with a bicep template named
test1.bicep
and a parameter file namedtest1.parameters.json
.The text was updated successfully, but these errors were encountered: