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

Deprecate tasks [part 2] #20222

Merged
merged 11 commits into from
Aug 5, 2024
4 changes: 3 additions & 1 deletion Tasks/AzureCloudPowerShellDeploymentV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 242,
"Minor": 244,
"Patch": 0
},
"demands": [
Expand All @@ -30,6 +30,8 @@
"isExpanded": false
}
],
"deprecated": true,
"deprecationMessage": "The AzureCloudPowerShellDeployment task is deprecated as Azure Cloud Services is being retired, see https://aka.ms/cloudservicesretirement",
"inputs": [
{
"name": "ConnectedServiceName",
Expand Down
4 changes: 3 additions & 1 deletion Tasks/AzureCloudPowerShellDeploymentV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 242,
"Minor": 244,
"Patch": 0
},
"demands": [
Expand All @@ -30,6 +30,8 @@
"isExpanded": false
}
],
"deprecated": true,
"deprecationMessage": "The AzureCloudPowerShellDeployment task is deprecated as Azure Cloud Services is being retired, see https://aka.ms/cloudservicesretirement",
"inputs": [
{
"name": "ConnectedServiceName",
Expand Down
4 changes: 3 additions & 1 deletion Tasks/AzureCloudPowerShellDeploymentV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 242,
"Minor": 244,
"Patch": 0
},
"demands": [
Expand All @@ -31,6 +31,8 @@
"isExpanded": false
}
],
"deprecated": true,
"deprecationMessage": "The AzureCloudPowerShellDeployment task is deprecated as Azure Cloud Services is being retired, see https://aka.ms/cloudservicesretirement",
"inputs": [
{
"name": "ARMConnectedServiceName",
Expand Down
4 changes: 3 additions & 1 deletion Tasks/AzureCloudPowerShellDeploymentV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 242,
"Minor": 244,
"Patch": 0
},
"demands": [
Expand All @@ -31,6 +31,8 @@
"isExpanded": false
}
],
"deprecated": true,
"deprecationMessage": "The AzureCloudPowerShellDeployment task is deprecated as Azure Cloud Services is being retired, see https://aka.ms/cloudservicesretirement",
"inputs": [
{
"name": "ARMConnectedServiceName",
Expand Down
4 changes: 3 additions & 1 deletion Tasks/AzureFileCopyV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 243,
"Minor": 244,
"Patch": 0
},
"demands": [
Expand All @@ -27,6 +27,8 @@
"isExpanded": true
}
],
"deprecated": true,
"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",
"inputs": [
{
"name": "SourcePath",
Expand Down
4 changes: 3 additions & 1 deletion Tasks/AzureFileCopyV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 243,
"Minor": 244,
"Patch": 0
},
"demands": [
Expand All @@ -27,6 +27,8 @@
"isExpanded": true
}
],
"deprecated": true,
"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",
"inputs": [
{
"name": "SourcePath",
Expand Down
6 changes: 4 additions & 2 deletions Tasks/AzureFileCopyV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 243,
"Patch": 6
"Minor": 244,
"Patch": 0
},
"demands": [
"azureps"
Expand All @@ -28,6 +28,8 @@
"isExpanded": true
}
],
"deprecated": true,
"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",
"inputs": [
{
"name": "SourcePath",
Expand Down
6 changes: 4 additions & 2 deletions Tasks/AzureFileCopyV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 243,
"Patch": 6
"Minor": 244,
"Patch": 0
},
"demands": [
"azureps"
Expand All @@ -28,6 +28,8 @@
"isExpanded": true
}
],
"deprecated": true,
"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",
"inputs": [
{
"name": "SourcePath",
Expand Down
6 changes: 4 additions & 2 deletions Tasks/AzureFileCopyV3/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 3,
"Minor": 243,
"Patch": 6
"Minor": 244,
"Patch": 0
},
"demands": [
"azureps"
Expand All @@ -28,6 +28,8 @@
"isExpanded": true
}
],
"deprecated": true,
"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",
"inputs": [
{
"name": "SourcePath",
Expand Down
6 changes: 4 additions & 2 deletions Tasks/AzureFileCopyV3/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 3,
"Minor": 243,
"Patch": 6
"Minor": 244,
"Patch": 0
},
"demands": [
"azureps"
Expand All @@ -28,6 +28,8 @@
"isExpanded": true
}
],
"deprecated": true,
"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",
"inputs": [
{
"name": "SourcePath",
Expand Down

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

Loading
Loading