Open
Description
I ran the GitHub action with the following input:
- name: "Azure Load Testing"
uses: azure/load-testing@v1
with:
loadTestConfigFile: "./test/performance/azure-load-testing/launch-configs/capacity/capacity-laliga.yml"
loadTestResource: "LaLiga-Replication"
resourceGroup: "baikal-${{ github.event.inputs.STATE `}}-state-rg"
This uses the action version v1.1.12 and returns:
Unable to fetch the response. Please re-run or contact support if the issue persists. Status code: 405
When I run the previous version everything works as expected:
- name: "Azure Load Testing"
uses: azure/[email protected]
with:
loadTestConfigFile: "./test/performance/azure-load-testing/launch-configs/capacity/capacity-laliga.yml"
loadTestResource: "LaLiga-Replication"
resourceGroup: "baikal-${{ github.event.inputs.STATE `}}-state-rg"