Skip to content

Commit

Permalink
Deprecate tasks [part 3] (#20231)
Browse files Browse the repository at this point in the history
* Deprecate KubernetesV0, KubernetesManifestV0, MysqlDeploymentOnMachineGroupV1

* Deprecate PowerShellOnTargetMachinesV1/V2 and ServiceFabricComposeDeployV0

* Deprecate AutomatedAnalysisV0, AzureContainerAppsV0, AzureRmWebAppDeploymentV3, CacheBetaV0

* Deprecate PublishCodeCoverageResultsV1, PackerBuildV0, DownloadPipelineArtifactV0, VsTestV1 tasks

* Commit generated changes for PowerShellOnTargetMachinesV1

* Bump patch for MysqlDeployment task

---------

Co-authored-by: Dmitrii Bobreshev <[email protected]>
Co-authored-by: Kirill Ivlev <[email protected]>
  • Loading branch information
3 people authored Aug 6, 2024
1 parent 4c75cb4 commit d42cd68
Show file tree
Hide file tree
Showing 74 changed files with 2,168 additions and 1,357 deletions.
4 changes: 3 additions & 1 deletion Tasks/AutomatedAnalysisV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"version": {
"Major": 0,
"Minor": 198,
"Minor": 244,
"Patch": 0
},
"preview": true,
Expand Down Expand Up @@ -54,6 +54,8 @@
"isExpanded": false
}
],
"deprecated": true,
"deprecationMessage": "The AutomatedAnalysis@0 task is deprecated",
"inputs": [
{
"name": "connectedServiceNameARM",
Expand Down
4 changes: 3 additions & 1 deletion Tasks/AutomatedAnalysisV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"version": {
"Major": 0,
"Minor": 198,
"Minor": 244,
"Patch": 0
},
"preview": true,
Expand Down Expand Up @@ -54,6 +54,8 @@
"isExpanded": false
}
],
"deprecated": true,
"deprecationMessage": "The AutomatedAnalysis@0 task is deprecated",
"inputs": [
{
"name": "connectedServiceNameARM",
Expand Down
Loading

0 comments on commit d42cd68

Please sign in to comment.