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