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