2 instantiations of ChangeAzureContextIntent
Aspire.Hosting.Azure (2)
AzureProvisioningController.cs (2)
567
return await RunOperationAsync<bool>(model, new
ChangeAzureContextIntent
(Options: null), cancellationToken).ConfigureAwait(false);
575
return await RunOperationAsync<bool>(model, new
ChangeAzureContextIntent
(options), cancellationToken).ConfigureAwait(false);
2 references to ChangeAzureContextIntent
Aspire.Hosting.Azure (2)
AzureProvisioningController.cs (2)
1710
ChangeAzureContextIntent
changeAzureContext => await ExecuteChangeAzureContextAsync(model, changeAzureContext, cancellationToken).ConfigureAwait(false),
1756
private async Task<bool> ExecuteChangeAzureContextAsync(DistributedApplicationModel model,
ChangeAzureContextIntent
intent, CancellationToken cancellationToken)