Implemented interface member:
method
CompileBicepToArmAsync
Aspire.Hosting.Azure.Provisioning.Internal.IBicepCompiler.CompileBicepToArmAsync(System.String, System.Threading.CancellationToken)
1 reference to CompileBicepToArmAsync
Aspire.Hosting.Azure.Tests (1)
AzureBicepProvisionerTests.cs (1)
110var result = await bicepExecutor.CompileBicepToArmAsync("test.bicep", CancellationToken.None);