File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ func TestSnapshotsForAspire(t *testing.T) {
16
16
// Check all resources.bicep snapshots to ensure they don't have explicitContributorUserRoleAssignment
17
17
snapshotFiles := []string {
18
18
"testdata/snaps/aspire-full/infra/resources.bicep" ,
19
+ "/home/runner/work/azure-dev/azure-dev/cli/azd/pkg/apphost/testdata/TestAspireBicepGeneration-resources.bicep.snap" ,
20
+ "/home/runner/work/azure-dev/azure-dev/cli/azd/pkg/apphost/testdata/TestAspireContainerGeneration-resources.bicep.snap" ,
21
+ "/home/runner/work/azure-dev/azure-dev/cli/azd/pkg/apphost/testdata/TestAspireDashboardGeneration-resources.bicep.snap" ,
22
+ "/home/runner/work/azure-dev/azure-dev/cli/azd/pkg/apphost/testdata/TestAspireDockerGeneration-resources.bicep.snap" ,
23
+ "/home/runner/work/azure-dev/azure-dev/cli/azd/pkg/apphost/testdata/TestAspireProjectV1Generation-resources.bicep.snap" ,
19
24
}
20
25
21
26
for _ , file := range snapshotFiles {
You can’t perform that action at this time.
0 commit comments