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