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