1 instantiation of DetectDriftIntent
Aspire.Hosting.Azure (1)
AzureProvisioningController.cs (1)
617await QueueAndWaitForOperationAsync(model, new DetectDriftIntent(), cancellationToken).ConfigureAwait(false);
4 references to DetectDriftIntent
Aspire.Hosting.Azure (4)
AzureProvisioningController.cs (4)
1494if (operation.Intent is DetectDriftIntent) 1516if (operation.Intent is DetectDriftIntent) 1527var updatesCommandState = queuedOperation.Intent is not DetectDriftIntent; 1718DetectDriftIntent => await ExecuteDetectDriftAsync(model, cancellationToken).ConfigureAwait(false),