6 references to SecondTenantId
Aspire.Hosting.Azure.Tests (6)
AzureEnvironmentResourceExtensionsTests.cs (6)
248Assert.Contains(tenantInput.Options!, option => option.Key == AzureContextOptionsArmClient.SecondTenantId); 251tenantInput.Value = AzureContextOptionsArmClient.SecondTenantId; 258Assert.Equal(AzureContextOptionsArmClient.SecondTenantId, armClient.LastSubscriptionTenantId); 5221new(SecondTenantId, "Second tenant") 5226[SecondTenantId] = [new(SecondSubscriptionId, "Second subscription", SecondTenantId)]