17 references to AzureResourceProperties
Aspire.Hosting.Azure (10)
AzureProvisioningController.cs (7)
120AzureResourceProperties.OperationName, 121AzureResourceProperties.OperationPhase, 122AzureResourceProperties.OperationStatus, 123AzureResourceProperties.OperationTargetLocation, 124AzureResourceProperties.OperationStartedAt, 3623AzureResourceProperties.CreateActiveOperationProperties( 4196return AzureResourceProperties.CreateContextProperties(
Provisioning\Provisioners\BicepProvisioner.cs (3)
136.SetResourcePropertyRange(AzureResourceProperties.CreateContextProperties( 538AzureResourceProperties.CreateContextProperties( 822.SetResourcePropertyRange(AzureResourceProperties.CreateContextProperties(
Aspire.Hosting.Azure.Tests (7)
AzureEnvironmentResourceExtensionsTests.cs (7)
2491Assert.DoesNotContain(storageEvent.Snapshot.Properties, p => p.Name == AzureResourceProperties.OperationName); 2732AssertHighlightedContextProperty(storageSnapshot.Properties, AzureResourceProperties.OperationName, "Change Azure resource location", AzureProvisioningStrings.OperationPropertyNameDisplayName); 2733AssertHighlightedContextProperty(storageSnapshot.Properties, AzureResourceProperties.OperationPhase, "Reprovisioning", AzureProvisioningStrings.OperationPropertyPhaseDisplayName); 2734AssertHighlightedContextProperty(storageSnapshot.Properties, AzureResourceProperties.OperationStatus, "Reprovisioning in westus2", AzureProvisioningStrings.OperationPropertyStatusDisplayName); 2735AssertHighlightedContextProperty(storageSnapshot.Properties, AzureResourceProperties.OperationTargetLocation, "westus2", AzureProvisioningStrings.OperationPropertyTargetLocationDisplayName); 2736AssertHighlightedContextProperty(storageSnapshot.Properties, AzureResourceProperties.OperationStartedAt, operationStartedAt.ToString("O"), AzureProvisioningStrings.OperationPropertyStartedAtDisplayName); 2740Assert.DoesNotContain(storage2Event.Snapshot.Properties, property => property.Name == AzureResourceProperties.OperationName);