Package version:

Interface ContainerAppPropertiesPatchingConfiguration

Container App auto patch configuration.

interface ContainerAppPropertiesPatchingConfiguration {
    patchingMode?: string;
}

Properties

Properties

patchingMode?: string

Patching mode for the container app. Null or default in this field will be interpreted as Automatic by RP. Automatic mode will automatically apply available patches. Manual mode will require the user to manually apply patches. Disabled mode will stop patch detection and auto patching.