You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 Managementuses: solidify/github-action-update-azapim@masterwith:
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 }}
The text was updated successfully, but these errors were encountered:
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:
However, it seems I had to change it to the following
uses: solidify/github-action-update-azapim@master
with:
swaggerUrl: 'URL/path to Swagger'
apiManagementEndpointUrl: ${{ secrets.API_MANAGER_URL }}
creds: ${{ secrets.AZURE_CREDENTIALS }}
The text was updated successfully, but these errors were encountered: