Update Azure API Management
ActionsThis GitHub Action allows you to update your Azure API Management api from an OpenAPI endpoint or file
v0.9.5
LatestBy solidify
Verified creator
Tags
(2)Verified
This GitHub Action allows you to update your Azure API Management api from an OpenAPI endpoint or file.
swaggerPath
: URL/path to SwaggerapiManager
: APIM endpoint URLcreds
: APIM credentials. Expexted to be in json format
- 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 }}
The scripts and documentation in this project are released under the MIT License
Update Azure API Management is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.