Skip to content

Commit

Permalink
Merge branch 'master' into Localization
Browse files Browse the repository at this point in the history
  • Loading branch information
vmapetr committed May 25, 2023
2 parents c49f694 + 2868e43 commit a435fcf
Show file tree
Hide file tree
Showing 345 changed files with 12,668 additions and 18,655 deletions.
2 changes: 0 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ Tasks/AzureKeyVaultV1/ @rvairavelu @manolerazvan

Tasks/AzureKeyVaultV2/ @rvairavelu @manolerazvan

Tasks/AzureMonitorAlertsV0/ @vsebesta @rvairavelu @pipeline-environment-team

Tasks/AzureMonitorV0/ @rvairavelu @manolerazvan

Tasks/AzureMonitorV1/ @rvairavelu @manolerazvan
Expand Down
14 changes: 14 additions & 0 deletions DEPRECATION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Introduction
Creation: 18-05-2023

This page is prepared to list the ADO tasks that are no longer supported or maintained and are marked as deprecated. These tasks were found under https://github.com/microsoft/azure-pipelines-tasks.
The tasks listed below will be marked deprecated, and a banner will be placed 90 days prior to removal.
In addition to that, as a part of consistency and security improvements, we've started to remove these tasks from this repository.

# Deprecated Tasks (latest update: 18-05-2023)

| Task Name | Removal PR | Deprecated Date |
| -------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- |
| AzureMonitorAlertsV0 | [PR](https://github.com/microsoft/azure-pipelines-tasks/pull/18311) | 09-2019 |

[refer https://github.com/microsoft/azure-pipelines-tasks/blob/master/README.md]
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
This repo contains the tasks that are provided out-of-the-box with Azure Pipelines and Team Foundation Server.

This provides open examples on how we write tasks which will help you write other tasks which can be uploaded to your account or server. See **Writing Tasks** below.
Check Deprecation.md file for the list of task which are no longer supported.

## Status
| | Build & Test |
Expand Down
18 changes: 9 additions & 9 deletions Tasks/AzureAppServiceManageV0/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tasks/AzureAppServiceManageV0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/mocha": "^5.2.7",
"@types/node": "^10.17.0",
"@types/q": "1.0.7",
"azure-pipelines-tasks-azure-arm-rest-v2": "^3.221.3",
"azure-pipelines-tasks-azure-arm-rest-v2": "^3.223.3",
"azure-pipelines-tasks-utility-common": "^3.0.3",
"q": "1.4.1",
"xml2js": "^0.5.0"
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureAppServiceManageV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"demands": [],
"version": {
"Major": 0,
"Minor": 221,
"Patch": 104
"Minor": 223,
"Patch": 0
},
"minimumAgentVersion": "1.102.0",
"instanceNameFormat": "$(Action): $(WebAppName)",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureAppServiceManageV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"demands": [],
"version": {
"Major": 0,
"Minor": 221,
"Patch": 104
"Minor": 223,
"Patch": 0
},
"minimumAgentVersion": "1.102.0",
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
Expand Down
18 changes: 9 additions & 9 deletions Tasks/AzureAppServiceSettingsV1/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tasks/AzureAppServiceSettingsV1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/uuid": "^8.3.0",
"azure-devops-node-api": "11.2.0",
"azure-pipelines-task-lib": "^4.1.0",
"azure-pipelines-tasks-azure-arm-rest-v2": "^3.221.1",
"azure-pipelines-tasks-azure-arm-rest-v2": "^3.223.3",
"moment": "^2.29.4",
"q": "1.4.1",
"xml2js": "0.4.13"
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureAppServiceSettingsV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 222,
"Minor": 223,
"Patch": 0
},
"minimumAgentVersion": "2.104.1",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureAppServiceSettingsV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 222,
"Minor": 223,
"Patch": 0
},
"minimumAgentVersion": "2.104.1",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureCloudPowerShellDeploymentV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 222,
"Patch": 0
"Minor": 223,
"Patch": 1
},
"demands": [
"azureps"
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureCloudPowerShellDeploymentV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 222,
"Patch": 0
"Minor": 223,
"Patch": 1
},
"demands": [
"azureps"
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureCloudPowerShellDeploymentV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 222,
"Patch": 0
"Minor": 223,
"Patch": 1
},
"demands": [
"azureps"
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureCloudPowerShellDeploymentV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 222,
"Patch": 0
"Minor": 223,
"Patch": 1
},
"demands": [
"azureps"
Expand Down
Loading

0 comments on commit a435fcf

Please sign in to comment.