kipriz/Update Azure API Management Services
This GitHub Action allows you to update your Azure API Management using Management API and endpoint to OpenApi URL
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 21, 2020
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: kipriz/update-azure-api-management@ac214b1ec670440057ea86b0e3c497742aadc622 # v1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| subscriptionId | Your Azure Subscription Id | yes | — |
| resourceGroup | Resource Group of your API Management | yes | — |
| serviceName | Resource Name of your API Management | yes | — |
| apiName | Unique identifier your API | yes | — |
| apiPath | Path to API in Api Management. E.g. "portal-stage" | yes | — |
| authorization | Access Token from Management API | yes | — |
| format | Format of OpenApi. Default is "openapi+json-link" | no | — |
| openApiLink | Link to OpenApi URL | yes | — |
| versionOfApiManagement | Version of Azure API Management. Default is "2020-06-01-preview" | no | — |
Outputs
no outputs