Skip to content

Commit 3705c02

Browse files
Deprecate tasks [part 2] (#20222)
* Deprecate AzureCloudPowerShellDeployment tasks * Deprecate AzureFileCopy tasks * Deprecate AzureFunctionOnKubernetesV0 * Deprecate AzureNLBManagementV1 and AzureKeyVaultV1 * Deprecate AzurePowerShellV2 and V3 * Deprecate DockerV0 * Deprecate DuffleInstallerV0 and FileTransformV1 * Deprecate GitHubReleaseV0 and HelmInstallerV0 * Bump patch version for FileTransformV1
1 parent d53a951 commit 3705c02

File tree

100 files changed

+4794
-2860
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+4794
-2860
lines changed

Tasks/AzureCloudPowerShellDeploymentV1/task.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "Microsoft Corporation",
1717
"version": {
1818
"Major": 1,
19-
"Minor": 242,
19+
"Minor": 244,
2020
"Patch": 0
2121
},
2222
"demands": [
@@ -30,6 +30,8 @@
3030
"isExpanded": false
3131
}
3232
],
33+
"deprecated": true,
34+
"deprecationMessage": "The AzureCloudPowerShellDeployment task is deprecated as Azure Cloud Services is being retired, see https://aka.ms/cloudservicesretirement",
3335
"inputs": [
3436
{
3537
"name": "ConnectedServiceName",

Tasks/AzureCloudPowerShellDeploymentV1/task.loc.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "Microsoft Corporation",
1717
"version": {
1818
"Major": 1,
19-
"Minor": 242,
19+
"Minor": 244,
2020
"Patch": 0
2121
},
2222
"demands": [
@@ -30,6 +30,8 @@
3030
"isExpanded": false
3131
}
3232
],
33+
"deprecated": true,
34+
"deprecationMessage": "The AzureCloudPowerShellDeployment task is deprecated as Azure Cloud Services is being retired, see https://aka.ms/cloudservicesretirement",
3335
"inputs": [
3436
{
3537
"name": "ConnectedServiceName",

Tasks/AzureCloudPowerShellDeploymentV2/task.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "Microsoft Corporation",
1717
"version": {
1818
"Major": 2,
19-
"Minor": 242,
19+
"Minor": 244,
2020
"Patch": 0
2121
},
2222
"demands": [
@@ -31,6 +31,8 @@
3131
"isExpanded": false
3232
}
3333
],
34+
"deprecated": true,
35+
"deprecationMessage": "The AzureCloudPowerShellDeployment task is deprecated as Azure Cloud Services is being retired, see https://aka.ms/cloudservicesretirement",
3436
"inputs": [
3537
{
3638
"name": "ARMConnectedServiceName",

Tasks/AzureCloudPowerShellDeploymentV2/task.loc.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "Microsoft Corporation",
1717
"version": {
1818
"Major": 2,
19-
"Minor": 242,
19+
"Minor": 244,
2020
"Patch": 0
2121
},
2222
"demands": [
@@ -31,6 +31,8 @@
3131
"isExpanded": false
3232
}
3333
],
34+
"deprecated": true,
35+
"deprecationMessage": "The AzureCloudPowerShellDeployment task is deprecated as Azure Cloud Services is being retired, see https://aka.ms/cloudservicesretirement",
3436
"inputs": [
3537
{
3638
"name": "ARMConnectedServiceName",

Tasks/AzureFileCopyV1/task.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 1,
16-
"Minor": 243,
16+
"Minor": 244,
1717
"Patch": 0
1818
},
1919
"demands": [
@@ -27,6 +27,8 @@
2727
"isExpanded": true
2828
}
2929
],
30+
"deprecated": true,
31+
"deprecationMessage": "This task is deprecated as this version of the AzureFileCopy task uses a retired version of AzCopy. Use the latest version of the AzureFileCopy task. See https://github.com/Azure/azure-storage-azcopy/blob/main/MigrationGuideV8toV10.md",
3032
"inputs": [
3133
{
3234
"name": "SourcePath",

Tasks/AzureFileCopyV1/task.loc.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 1,
16-
"Minor": 243,
16+
"Minor": 244,
1717
"Patch": 0
1818
},
1919
"demands": [
@@ -27,6 +27,8 @@
2727
"isExpanded": true
2828
}
2929
],
30+
"deprecated": true,
31+
"deprecationMessage": "This task is deprecated as this version of the AzureFileCopy task uses a retired version of AzCopy. Use the latest version of the AzureFileCopy task. See https://github.com/Azure/azure-storage-azcopy/blob/main/MigrationGuideV8toV10.md",
3032
"inputs": [
3133
{
3234
"name": "SourcePath",

Tasks/AzureFileCopyV2/task.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 2,
16-
"Minor": 243,
17-
"Patch": 6
16+
"Minor": 244,
17+
"Patch": 0
1818
},
1919
"demands": [
2020
"azureps"
@@ -28,6 +28,8 @@
2828
"isExpanded": true
2929
}
3030
],
31+
"deprecated": true,
32+
"deprecationMessage": "This task is deprecated as this version of the AzureFileCopy task uses a retired version of AzCopy. Use the latest version of the AzureFileCopy task. See https://github.com/Azure/azure-storage-azcopy/blob/main/MigrationGuideV8toV10.md",
3133
"inputs": [
3234
{
3335
"name": "SourcePath",

Tasks/AzureFileCopyV2/task.loc.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 2,
16-
"Minor": 243,
17-
"Patch": 6
16+
"Minor": 244,
17+
"Patch": 0
1818
},
1919
"demands": [
2020
"azureps"
@@ -28,6 +28,8 @@
2828
"isExpanded": true
2929
}
3030
],
31+
"deprecated": true,
32+
"deprecationMessage": "This task is deprecated as this version of the AzureFileCopy task uses a retired version of AzCopy. Use the latest version of the AzureFileCopy task. See https://github.com/Azure/azure-storage-azcopy/blob/main/MigrationGuideV8toV10.md",
3133
"inputs": [
3234
{
3335
"name": "SourcePath",

Tasks/AzureFileCopyV3/task.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 3,
16-
"Minor": 243,
17-
"Patch": 6
16+
"Minor": 244,
17+
"Patch": 0
1818
},
1919
"demands": [
2020
"azureps"
@@ -28,6 +28,8 @@
2828
"isExpanded": true
2929
}
3030
],
31+
"deprecated": true,
32+
"deprecationMessage": "This task is deprecated as this version of the AzureFileCopy task uses a retired version of AzCopy. Use the latest version of the AzureFileCopy task. See https://github.com/Azure/azure-storage-azcopy/blob/main/MigrationGuideV8toV10.md",
3133
"inputs": [
3234
{
3335
"name": "SourcePath",

Tasks/AzureFileCopyV3/task.loc.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 3,
16-
"Minor": 243,
17-
"Patch": 6
16+
"Minor": 244,
17+
"Patch": 0
1818
},
1919
"demands": [
2020
"azureps"
@@ -28,6 +28,8 @@
2828
"isExpanded": true
2929
}
3030
],
31+
"deprecated": true,
32+
"deprecationMessage": "This task is deprecated as this version of the AzureFileCopy task uses a retired version of AzCopy. Use the latest version of the AzureFileCopy task. See https://github.com/Azure/azure-storage-azcopy/blob/main/MigrationGuideV8toV10.md",
3133
"inputs": [
3234
{
3335
"name": "SourcePath",

0 commit comments

Comments
 (0)