10 references to CreateAzureOptions
Aspire.Hosting.Azure.Tests (10)
DefaultTokenCredentialProviderTests.cs (10)
20
var azureOptions =
CreateAzureOptions
(credentialSource: null);
37
var azureOptions =
CreateAzureOptions
(credentialSource: null);
54
var azureOptions =
CreateAzureOptions
(credentialSource: "Default");
71
var azureOptions =
CreateAzureOptions
(credentialSource: "Default");
88
var azureOptions =
CreateAzureOptions
(credentialSource: "AzurePowerShell");
105
var azureOptions =
CreateAzureOptions
(credentialSource: "VisualStudio");
122
var azureOptions =
CreateAzureOptions
(credentialSource: "InvalidSource");
139
var azureOptions =
CreateAzureOptions
(credentialSource: "AzureCli");
156
var azureOptions =
CreateAzureOptions
(credentialSource: "AzureDeveloperCli");
173
var azureOptions =
CreateAzureOptions
(credentialSource: "InteractiveBrowser");