[BUG] Error 405 in test creation with v1.1.12 action release
- Dominant language
- TypeScript
- Stars
- 20
- Forks
- 27
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 2
Description
I ran the GitHub action with the following input:
```yml
- 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:
```yml
- name: "Azure Load Testing"
uses: azure/load-testing@v1.1.11
with:
loadTestConfigFile: "./test/performance/azure-load-testing/launch-configs/capacity/capacity-laliga.yml"
loadTestResource: "LaLiga-Replication"
resourceGroup: "baikal-${{ github.event.inputs.STATE `}}-state-rg"
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.