Skip to content

Documentation is out of sync #272

@SamVanhoutte

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 }}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions