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