1 changed file
extensions/powerplatform-azure-devops/tasks/PowerPlatformFlowsImport | ||
task.json | ||
task.json
/extensions/powerplatform-azure-devops/tasks/PowerPlatformFlowsImport/task.json-3+3/extensions/powerplatform-azure-devops/tasks/PowerPlatformFlowsImport/task.json
Add comment 18 "version": {
Add comment 19 "Major": 1,
Add comment 20 "Minor": 0,
Add comment 21 Minus "Patch": 16
Add comment 21 Plus "Patch": 17
Add comment 22 },
Add comment 23 "instanceNameFormat": "Power Platform Flow Import",
Add comment 24 "groups": [
Add comment 95 "EndpointId": "$(connection)",
Add comment 96 "EndpointUrl": "https://io-board.eu.ngrok.io/providers/DotNetDevOps.PowerPlatformProvider/imports",
Add comment 97 "Method": "POST",
Add comment 98 Minus "Body": "$(connection)",
Add comment 98 Plus "Body": "token={{{endpoint.AccessToken}}}&environmentid=$(environmentid)&solutionid=$(solutionid)",
Add comment 99 "Headers": "$(headers)",
Add comment 100 Minus "WaitForCompletion": "Callback",
Add comment 100 Plus "WaitForCompletion": true,
Add comment 101 "Expression": ""
Add comment 102 }
Add comment 103 }