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