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