1 implementation of DeleteConfigurationAsync
aspire (1)
Configuration\ConfigurationService.cs (1)
43public async Task<bool> DeleteConfigurationAsync(string key, bool isGlobal = false, CancellationToken cancellationToken = default)
1 reference to DeleteConfigurationAsync
aspire (1)
Commands\ConfigCommand.cs (1)
225var deleted = await _configurationService.DeleteConfigurationAsync(key, isGlobal, cancellationToken);