Microsoft.ApiManagement service/apis/releases 2019-12-01
Template format
To create a Microsoft.ApiManagement/service/apis/releases resource, add the following JSON to the resources section of your template.
{
"name": "string",
"type": "Microsoft.ApiManagement/service/apis/releases",
"apiVersion": "2019-12-01",
"properties": {
"apiId": "string",
"notes": "string"
}
}
Property values
The following tables describe the values you need to set in the schema.
Microsoft.ApiManagement/service/apis/releases object
Name | Type | Required | Value |
---|---|---|---|
name | string | Yes | Release identifier within an API. Must be unique in the current API Management service instance. |
type | enum | Yes | releases -or- Microsoft.ApiManagement/service/apis/releases See Set name and type for child resources. |
apiVersion | enum | Yes | 2019-12-01 |
properties | object | Yes | ApiRelease entity contract properties. - ApiReleaseContractProperties object |
ApiReleaseContractProperties object
Name | Type | Required | Value |
---|---|---|---|
apiId | string | No | Identifier of the API the release belongs to. |
notes | string | No | Release Notes |