I'm running an Azure DevOps pipeline that uses the "Azure API Management API Utility" task (from the Azure API Management DevOps Marketplace) to deploy APIs.
The pipeline fails with the following error in the task:
2025-12-12T01:51:56.0826581Z ##[error]A supported task execution handler was not found. The task does not carry an implementation that is compatible with your current operating system 'Windows(X64)'. Contact the task author for more details.
Here is the YAML script to reproduce the error:
variables:
ApiDefURL: 'https://link_da_sua_aplicacao/swagger/1.0/swagger.json'
steps:
- task: pauldevops.azure-apim-import.azure-apim-importtask.AzureAPIMImport@1
displayName: 'API Import'
inputs:
ConnectedServiceNameARM: 'your_service_name'
resourceGroupName: 'your_rsg'
serviceName: yourservicename
specificationUrl: '$(ApiDefURL)'
apiPath: path
enableSelfHostedGateway: false
Could you please tell me which operating systems are compatible with this specific task version?
⚠️Obs.: I'm using self-hosted agent with the following characteristics:
- Operating system (VM): Windows (Windows Server 2022 Datacenter Azure Edition)
- VM architecture: x64
- Agent version: 2.7.41491.1183