The service/apis/issues/attachments resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a Microsoft.ApiManagement/service/apis/issues/attachments resource, add the following JSON to your template.
{
"type": "Microsoft.ApiManagement/service/apis/issues/attachments",
"apiVersion": "2023-05-01-preview",
"name": "string",
"properties": {
"content": "string",
"contentFormat": "string",
"title": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.ApiManagement/service/apis/issues/attachments' |
apiVersion | The resource api version | '2023-05-01-preview' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) Character limit: 1-80 Valid characters: Alphanumerics and hyphens. Start with letter and end with alphanumeric. |
properties | Properties of the Issue Attachment. | IssueAttachmentContractProperties |
Name | Description | Value |
---|---|---|
content | An HTTP link or Base64-encoded binary data. | string (required) |
contentFormat | Either 'link' if content is provided via an HTTP link or the MIME type of the Base64-encoded binary data provided in the 'content' property. | string (required) |
title | Filename by which the binary data will be saved. | string (required) |