3 references to CreateCommandResultJsonAsync
Aspire.Hosting.Azure (3)
AzureProvisioningController.cs (3)
2430var json = await CreateCommandResultJsonAsync(commandName, resourceName: null, cancellationToken).ConfigureAwait(false); 2464var json = await CreateCommandResultJsonAsync(commandName, resourceName, cancellationToken).ConfigureAwait(false); 2484var json = await CreateCommandResultJsonAsync(GetAzureResourceCommandName, resourceName, cancellationToken).ConfigureAwait(false);