Skip to content

Documentation is out of sync #272

Description

@SamVanhoutte

Hello,

I am really interested in this action, as it seems to promise exactly what I need... Importing a swagger into Azure APIM.
However, wanted to raise that the documentation is out of sync.

The docs (and also on the Github marketplace) are having this snippet:

- name: Update Azure API Management
  uses: solidify/github-action-update-azapim@master
  with:
    swaggerPath: 'URL/path to Swagger'
    apiManager: ${{ secrets.API_MANAGER_URL }}
    creds: ${{ secrets.AZURE_CREDENTIALS }}

However, it seems I had to change it to the following

  • name: Update Azure API Management
    uses: solidify/github-action-update-azapim@master
    with:
    swaggerUrl: 'URL/path to Swagger'
    apiManagementEndpointUrl: ${{ secrets.API_MANAGER_URL }}
    creds: ${{ secrets.AZURE_CREDENTIALS }}

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions