4 references to ReprovisionAllCommandName
Aspire.Hosting.Azure (2)
AzureProvisioningController.cs (2)
175
ReprovisionAllCommandName
,
766
() => CreateEnvironmentCommandResultDataAsync(
ReprovisionAllCommandName
, model, context.CancellationToken),
Aspire.Hosting.Azure.Tests (2)
AzureEnvironmentResourceExtensionsTests.cs (2)
103
Assert.Equal(AzureProvisioningController.
ReprovisionAllCommandName
, command.Name);
3401
var reprovisionAllCommand = Assert.Single(environmentResource.Annotations.OfType<ResourceCommandAnnotation>(), c => c.Name == AzureProvisioningController.
ReprovisionAllCommandName
);