1 write to IsTenantScope
Aspire.Hosting.Azure (1)
ExistingAzureResourceAnnotation.cs (1)
38
IsTenantScope
= isTenantScope;
8 references to IsTenantScope
Aspire.Hosting.Azure (1)
AzureBicepResourceScope.cs (1)
108
if (annotation.
IsTenantScope
)
Aspire.Hosting.Azure.Kubernetes (1)
AzureKubernetesEnvironmentResource.AksPipeline.cs (1)
594
if (this.TryGetLastAnnotation<ExistingAzureResourceAnnotation>(out var existing) && !existing.
IsTenantScope
)
Aspire.Hosting.Azure.Tests (6)
ExistingAzureResourceExtensionsTests.cs (4)
162
Assert.False(existingAzureResourceAnnotation.
IsTenantScope
);
177
Assert.False(existingAzureResourceAnnotation.
IsTenantScope
);
199
Assert.False(existingAzureResourceAnnotation.
IsTenantScope
);
219
Assert.True(existingAzureResourceAnnotation.
IsTenantScope
);
ExistingAzureResourceTests.cs (2)
523
Assert.False(existingAzureResourceAnnotation.
IsTenantScope
);
543
Assert.True(existingAzureResourceAnnotation.
IsTenantScope
);