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