11 references to AzureAuthenticationHelpers
Aspire.Deployment.EndToEnd.Tests (11)
AcaStarterDeploymentTests.cs (2)
35
var subscriptionId =
AzureAuthenticationHelpers
.TryGetSubscriptionId();
41
if (!
AzureAuthenticationHelpers
.IsAzureAuthAvailable())
AuthenticationTests.cs (7)
18
var subscriptionId =
AzureAuthenticationHelpers
.TryGetSubscriptionId();
39
var subscriptionId =
AzureAuthenticationHelpers
.TryGetSubscriptionId();
45
var isAuthAvailable =
AzureAuthenticationHelpers
.IsAzureAuthAvailable();
75
if (
AzureAuthenticationHelpers
.IsOidcConfigured())
77
var clientId =
AzureAuthenticationHelpers
.GetClientId();
89
var rgName =
AzureAuthenticationHelpers
.GenerateResourceGroupName("TestScenario");
94
Assert.StartsWith(
AzureAuthenticationHelpers
.GetResourceGroupPrefix(), rgName);
Helpers\DeploymentReporter.cs (2)
57
var azurePortalUrl = $"https://portal.azure.com/#@/resource/subscriptions/{
AzureAuthenticationHelpers
.TryGetSubscriptionId()}/resourceGroups/{resourceGroupName}/overview";
113
var subscriptionId =
AzureAuthenticationHelpers
.TryGetSubscriptionId();