Skip to content

[BUG] Error 405 in test creation with v1.1.12 action release #47

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/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"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions