PatchExtension interface
The Extension Patch Request object.
Properties
auto |
Flag to note if this extension participates in auto upgrade of minor version, or not. |
configuration |
Configuration settings that are sensitive, as name-value pairs for configuring this extension. |
configuration |
Configuration settings, as name-value pairs for configuring this extension. |
release |
ReleaseTrain this extension participates in for auto-upgrade (e.g. Stable, Preview, etc.) - only if autoUpgradeMinorVersion is 'true'. |
version | Version of the extension for this extension, if it is 'pinned' to a specific version. autoUpgradeMinorVersion must be 'false'. |
Property Details
autoUpgradeMinorVersion
Flag to note if this extension participates in auto upgrade of minor version, or not.
autoUpgradeMinorVersion?: boolean
Property Value
boolean
configurationProtectedSettings
Configuration settings that are sensitive, as name-value pairs for configuring this extension.
configurationProtectedSettings?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
configurationSettings
Configuration settings, as name-value pairs for configuring this extension.
configurationSettings?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
releaseTrain
ReleaseTrain this extension participates in for auto-upgrade (e.g. Stable, Preview, etc.) - only if autoUpgradeMinorVersion is 'true'.
releaseTrain?: string
Property Value
string
version
Version of the extension for this extension, if it is 'pinned' to a specific version. autoUpgradeMinorVersion must be 'false'.
version?: string
Property Value
string