Microsoft Azure API Management · Arazzo Workflow
Azure API Management Publish API Release
Version 1.0.0
Confirm an API exists, create a release for it, then list its releases.
View Spec
View on GitHub
A2AAI GatewayAPI CenterAPI GatewayAPI ManagementEnterpriseMCPMicrosoft AzureArazzoWorkflows
Provider
Workflows
publish-api-release
Create a named release for an API and confirm it was recorded.
Reads the API, creates a release record with notes, then lists the API's releases to verify the new release exists.
1
getApi
Api_Get
Read the API to confirm it exists and capture its full resource id for the release record.
2
createRelease
ApiRelease_CreateOrUpdate
Create or update the release record that promotes the current API revision under the supplied release identifier.
3
listReleases
ApiRelease_ListByService
List the releases for the API to confirm the new release was recorded.