8 references to CreateAzureOptions
Aspire.Hosting.Azure.Tests (8)
DefaultTokenCredentialProviderTests.cs (8)
20
var azureOptions =
CreateAzureOptions
(credentialSource: null);
35
var azureOptions =
CreateAzureOptions
(credentialSource: "Default");
50
var azureOptions =
CreateAzureOptions
(credentialSource: "AzurePowerShell");
65
var azureOptions =
CreateAzureOptions
(credentialSource: "VisualStudio");
80
var azureOptions =
CreateAzureOptions
(credentialSource: "InvalidSource");
95
var azureOptions =
CreateAzureOptions
(credentialSource: "AzureCli");
110
var azureOptions =
CreateAzureOptions
(credentialSource: "AzureDeveloperCli");
125
var azureOptions =
CreateAzureOptions
(credentialSource: "InteractiveBrowser");