1 write to GetDeploymentException
Aspire.Hosting.Azure.Tests (1)
AzureBicepProvisionerTests.cs (1)
1667
GetDeploymentException
= new global::Azure.Identity.CredentialUnavailableException("Credential unavailable.")
2 references to GetDeploymentException
Aspire.Hosting.Azure.Tests (2)
ProvisioningTestHelpers.cs (2)
424
if (
GetDeploymentException
is not null)
426
return Task.FromException<AzureDeploymentState?>(
GetDeploymentException
);