Skip to content

Commit

Permalink
add a new tailoredDeprecationMessage property to the tasks.schema.json (
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisRumyantsev committed Jan 15, 2024
1 parent 54eaa35 commit 1797678
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasks.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
"description": "The date included in the depreciation warning after which the task may no longer be available. Format: YYYY-MM-DD",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$"
},
"deprecationMessage": {
"type": "string",
"description": "A tailored deprecation message containing detailed information about the task deprecation (besides the removal date and the URL leading to the task documentation) in addition to the common deprecation message."
},
"showEnvironmentVariables": {
"type": "boolean",
"description": "Toggles showing the environment variable editor in the task editor UI. Allows passing environment variables to script based tasks."
Expand Down

0 comments on commit 1797678

Please sign in to comment.