-
Notifications
You must be signed in to change notification settings - Fork 796
Description
I fall under this repository trying to kick off the Azure MLOps (v2) solution accelerators.
When trying to run this project on AzureDevOps I get errors like:
Encountered error(s) while parsing pipeline YAML:
A task is missing. The pipeline references a task called 'TerraformTaskV2'. This usually indicates the task isn't installed, and you may be able to install it from the Marketplace: https://marketplace.visualstudio.com. (Task version 2, job 'DeployAMLWorkspace', step ''.)
A task is missing. The pipeline references a task called 'TerraformTaskV2'. This usually indicates the task isn't installed, and you may be able to install it from the Marketplace: https://marketplace.visualstudio.com. (Task version 2, job 'DeployAMLWorkspace', step ''.)
A task is missing. The pipeline references a task called 'TerraformTaskV2'. This usually indicates the task isn't installed, and you may be able to install it from the Marketplace: https://marketplace.visualstudio.com. (Task version 2, job 'DeployAMLWorkspace', step ''.)
A task is missing. The pipeline references a task called 'TerraformTaskV2'. This usually indicates the task isn't installed, and you may be able to install it from the Marketplace: https://marketplace.visualstudio.com. (Task version 2, job 'DeployAMLWorkspace', step ''.)
I believe it is related to this Azure DevOps extension: https://marketplace.visualstudio.com/items?itemName=charleszipp.azure-pipelines-tasks-terraform which is deprecated in favor of https://marketplace.visualstudio.com/items?itemName=JasonBJohnson.azure-pipelines-tasks-terraform.
Should this repository be updated to use the latest available tasks or should it be archived in favor of some more modern or up to date way of bootstrapping MLOps environments?