11 references to Location
Aspire.Hosting.Azure (2)
Provisioning\Provisioners\BicepProvisioner.cs (2)
134new("azure.location", context.Location.ToString()), 329resource.Parameters[AzureBicepResource.KnownParameters.Location] = context.Location.Name;
Aspire.Hosting.Azure.Tests (9)
ProvisioningContextProviderTests.cs (6)
53Assert.NotNull(context.Location.DisplayName); 55Assert.Equal("westus2", context.Location.Name); 335Assert.Equal("westus", context.Location.Name); 486Assert.Equal("westus", context.Location.Name); 524Assert.NotNull(context.Location.DisplayName); 526Assert.Equal("westus2", context.Location.Name);
ProvisioningContextTests.cs (3)
27Assert.NotNull(context.Location.Name); 72Assert.Equal("westus2", context.Location.Name); 73Assert.Equal("westus2", context.Location.ToString());