Azure API Management API Release

This page shows how to write Terraform and Azure Resource Manager for API Management API Release and write them securely.

azurerm_api_management_api_release (Terraform)

The API Release in API Management can be configured in Terraform with the resource name azurerm_api_management_api_release. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for Azure best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

The following arguments are supported:

  • name - (Required) The name which should be used for this API Management API Release. Changing this forces a new API Management API Release to be created.

  • api_id - (Required) The ID of the API Management API. Changing this forces a new API Management API Release to be created.


  • notes - (Optional) The Release Notes.

In addition to the Arguments listed above - the following Attributes are exported:

  • id - The ID of the API Management API Release.

Explanation in Terraform Registry

Manages a API Management API Release.

Microsoft.ApiManagement/service/apis/releases (Azure Resource Manager)

The service/apis/releases in Microsoft.ApiManagement can be configured in Azure Resource Manager with the resource name Microsoft.ApiManagement/service/apis/releases. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Parameters

  • apiVersion required - string
  • name required - string

    Release identifier within an API. Must be unique in the current API Management service instance.

  • properties required
      • apiId optional - string

        Identifier of the API the release belongs to.

      • notes optional - string

        Release Notes

  • type required - string

Frequently asked questions

What is Azure API Management API Release?

Azure API Management API Release is a resource for API Management of Microsoft Azure. Settings can be wrote in Terraform.