Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove preview from ManualValidation task #20093

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"loc.friendlyName": "Manual validation",
"loc.helpMarkDown": "[Learn more about this task](https://aka.ms/manual-validation)",
"loc.description": "[PREVIEW] Pause a pipeline run to wait for manual interaction. Works only with YAML pipelines.",
"loc.description": "Pause a pipeline run to wait for manual interaction. Works only with YAML pipelines.",
"loc.instanceNameFormat": "Manual Validation",
"loc.input.label.notifyUsers": "Notify users",
"loc.input.help.notifyUsers": "Send a manual validation pending email to specific users (or groups). Only users with queue build permission can act on a manual validation.",
Expand Down
5 changes: 2 additions & 3 deletions Tasks/ManualValidationV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "2003AD3A-104A-451A-9238-60474AB294E6",
"name": "ManualValidation",
"friendlyName": "Manual validation",
"description": "[PREVIEW] Pause a pipeline run to wait for manual interaction. Works only with YAML pipelines.",
"description": "Pause a pipeline run to wait for manual interaction. Works only with YAML pipelines.",
"helpUrl": "https://aka.ms/manual-validation",
"helpMarkDown": "[Learn more about this task](https://aka.ms/manual-validation)",
"category": "Deploy",
Expand All @@ -15,10 +15,9 @@
],
"version": {
"Major": 0,
"Minor": 241,
"Minor": 242,
"Patch": 0
},
"preview": true,
"inputs": [
{
"name": "notifyUsers",
Expand Down
3 changes: 1 addition & 2 deletions Tasks/ManualValidationV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@
],
"version": {
"Major": 0,
"Minor": 241,
"Minor": 242,
"Patch": 0
},
"preview": true,
"inputs": [
{
"name": "notifyUsers",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"loc.friendlyName": "Manual validation",
"loc.helpMarkDown": "[Learn more about this task](https://aka.ms/manual-validation)",
"loc.description": "[PREVIEW] Pause a pipeline run to wait for manual interaction. Works only with YAML pipelines.",
"loc.description": "Pause a pipeline run to wait for manual interaction. Works only with YAML pipelines.",
"loc.instanceNameFormat": "Manual Validation",
"loc.input.label.notifyUsers": "Notify users",
"loc.input.help.notifyUsers": "Send a manual validation pending email to specific users (or groups). Only users specified in approvers can act on a manual validation.",
Expand Down
5 changes: 2 additions & 3 deletions Tasks/ManualValidationV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "2003AD3A-104A-451A-9238-60474AB294E6",
"name": "ManualValidation",
"friendlyName": "Manual validation",
"description": "[PREVIEW] Pause a pipeline run to wait for manual interaction. Works only with YAML pipelines.",
"description": "Pause a pipeline run to wait for manual interaction. Works only with YAML pipelines.",
"helpUrl": "https://aka.ms/manual-validation",
"helpMarkDown": "[Learn more about this task](https://aka.ms/manual-validation)",
"category": "Deploy",
Expand All @@ -16,9 +16,8 @@
"version": {
"Major": 1,
"Minor": 242,
"Patch": 0
"Patch": 1
onetocny marked this conversation as resolved.
Show resolved Hide resolved
},
"preview": true,
"inputs": [
{
"name": "notifyUsers",
Expand Down
3 changes: 1 addition & 2 deletions Tasks/ManualValidationV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
"version": {
"Major": 1,
"Minor": 242,
"Patch": 0
"Patch": 1
},
"preview": true,
"inputs": [
{
"name": "notifyUsers",
Expand Down
Loading