2 references to GetEnvironmentCommandState
Aspire.Hosting.Azure (1)
AzureEnvironmentResourceExtensions.cs (1)
67UpdateState = context => context.Services.GetRequiredService<AzureProvisioningController>().GetEnvironmentCommandState()
Aspire.Hosting.Azure.Tests (1)
AzureEnvironmentResourceExtensionsTests.cs (1)
2343Assert.Equal(ResourceCommandState.Enabled, controller.GetEnvironmentCommandState());