Merge pull request #24872 from awanlin/topic/task-schedule-definition-deprecation-correction

Task Schedule Definition Config Deprecation Correction
This commit is contained in:
Fredrik Adelöw
2024-05-22 16:14:49 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-tasks': patch
---
Updated the `TaskScheduleDefinitionConfig` deprecated comment to point to `SchedulerServiceTaskScheduleDefinitionConfig`
+1 -1
View File
@@ -157,7 +157,7 @@ export interface TaskScheduleDefinition {
* that control the scheduling of a task.
*
* @public
* @deprecated Please import `SchedulerServiceTaskDefinitionConfig` from `@backstage/backend-plugin-api` instead
* @deprecated Please import `SchedulerServiceTaskScheduleDefinitionConfig` from `@backstage/backend-plugin-api` instead
*/
export interface TaskScheduleDefinitionConfig {
/**