Skip to content

Commit a137437

Browse files
committed
fix(tests): Update tests
1 parent bd72e4f commit a137437

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
webApps
2-
| app.bicep:7:1:25:1 | (no string representation) |
3-
| app.bicep:28:1:45:1 | AppService[${appServiceName}-insecure] |
4-
| app.bicep:48:1:70:1 | AppService[${appServiceName}-secure] |
5-
| app.bicep:73:1:84:1 | DeploymentSlot[${MemberExpression}/staging] |
6-
| app.bicep:87:1:100:1 | (no string representation) |
7-
| app.bicep:103:1:115:1 | AppService[${appServiceName}-function] |
8-
| test-sites.bicep:9:1:16:1 | (no string representation) |
9-
| test-sites.bicep:19:1:72:1 | (no string representation) |
10-
| test-sites.bicep:75:1:107:1 | (no string representation) |
2+
| app.bicep:7:1:25:1 | AppServicePlan[appServicePlan] |
3+
| app.bicep:28:1:45:1 | AppService[insecureAppService] |
4+
| app.bicep:48:1:70:1 | AppService[secureAppService] |
5+
| app.bicep:73:1:84:1 | DeploymentSlot[testSlot] |
6+
| app.bicep:87:1:100:1 | StaticWebApp[staticSite] |
7+
| app.bicep:103:1:115:1 | AppService[functionApp] |
8+
| test-sites.bicep:9:1:16:1 | AppServicePlan[appServicePlan] |
9+
| test-sites.bicep:19:1:72:1 | AppService[webApp] |
10+
| test-sites.bicep:75:1:107:1 | AppService[functionApp] |
1111
webSites
12-
| app.bicep:28:1:45:1 | AppService[${appServiceName}-insecure] |
13-
| app.bicep:48:1:70:1 | AppService[${appServiceName}-secure] |
14-
| app.bicep:103:1:115:1 | AppService[${appServiceName}-function] |
15-
| test-sites.bicep:19:1:72:1 | (no string representation) |
16-
| test-sites.bicep:75:1:107:1 | (no string representation) |
12+
| app.bicep:28:1:45:1 | AppService[insecureAppService] |
13+
| app.bicep:48:1:70:1 | AppService[secureAppService] |
14+
| app.bicep:103:1:115:1 | AppService[functionApp] |
15+
| test-sites.bicep:19:1:72:1 | AppService[webApp] |
16+
| test-sites.bicep:75:1:107:1 | AppService[functionApp] |
1717
webSlots
18-
| app.bicep:73:1:84:1 | DeploymentSlot[${MemberExpression}/staging] |
18+
| app.bicep:73:1:84:1 | DeploymentSlot[testSlot] |
1919
webServerFarms
20-
| app.bicep:7:1:25:1 | (no string representation) |
21-
| test-sites.bicep:9:1:16:1 | (no string representation) |
20+
| app.bicep:7:1:25:1 | AppServicePlan[appServicePlan] |
21+
| test-sites.bicep:9:1:16:1 | AppServicePlan[appServicePlan] |

0 commit comments

Comments
 (0)