[tests] Update tests to not depend on bicep compiler
Open
area-deployment
testing ☑️
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
Some tests depend on the bicep compiler:
- DeployAsync_WithAzureFunctionsProject_Works
- DeployAsync_WithDockerfile_Works
- DeployAsync_WithProjectResource_Works
- DeployAsync_WithContainer_Works
- DeployAsync_WithOnlyAzureResources_PrintsDashboardUrl
- DeployAsync_WithBuildOnlyContainers
These are currently conditional on the `az` cli being available: https://github.com/dotnet/aspire/pull/13420 .
These should be updated to not depend on running the `az` cli.
Suggestions from @eerhardt - https://github.com/dotnet/aspire/pull/13420#issuecomment-3642798213
.. and @joperezr - https://github.com/dotnet/aspire/pull/13420#pullrequestreview-3668025082
Contributor guide
Assessment
This issue has not been assessed yet.