BundleUploadSpec

BundleUploadSpec
BundleUploadSpec

Bundle Upload Specification. This specification is used in the Bundle Upload API

JSON Example
{
    "bundleFilePath": "string",
    "compatibilitySetsFilePath": "string",
    "manifestFilePath": "string",
    "partnerExtensionSpec": {
        "partnerBundleMetadataFilePath": "string",
        "partnerBundleVersion": "string"
    },
    "signatureFilePath": "string"
}
string
bundleFilePath
Required

Bundle Upload File Path

string
compatibilitySetsFilePath
Optional

[Deprecated] Path to the software compatibility sets file

string
manifestFilePath
Required

Bundle Upload Manifest File Path

partnerExtensionSpec
Optional

Specification for partner extensions. This specification is used in the Bundle Upload API

string
signatureFilePath
Optional

Bundle Upload Signature File Path

Parameter To