1 write to IsTenantScope
Aspire.Hosting.Azure (1)
AzureBicepResourceScope.cs (1)
43
IsTenantScope
= true;
8 references to IsTenantScope
Aspire.Hosting.Azure (7)
AzureBicepResource.cs (1)
289
if (Scope.
IsTenantScope
)
AzureProvisioningResource.cs (3)
204
expected.
IsTenantScope
== actual.
IsTenantScope
;
219
if (scope.
IsTenantScope
)
AzurePublishingContext.cs (1)
271
if (scope.
IsTenantScope
)
Provisioning\BicepUtilities.cs (1)
94
if (targetScope.
IsTenantScope
)
Provisioning\Provisioners\BicepProvisioner.cs (1)
512
var isTenantScoped = targetScope?.
IsTenantScope
== true;
Aspire.Hosting.Azure.Kubernetes (1)
AzureKubernetesEnvironmentResource.AksPipeline.cs (1)
589
return Scope.
IsTenantScope