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