3 references to ApplyActiveOperationProperties
Aspire.Hosting.Azure (3)
AzureProvisioningController.cs (3)
3640
await notificationService.PublishUpdateAsync(resource, state =>
ApplyActiveOperationProperties
(resource, state)).ConfigureAwait(false);
3680
await notificationService.PublishUpdateAsync(targetResource, state =>
ApplyActiveOperationProperties
(targetResource, stateFactory(state))).ConfigureAwait(false);
4176
await notificationService.PublishUpdateAsync(azureEnvironmentResource, existingState =>
ApplyActiveOperationProperties
(azureEnvironmentResource, existingState with