ImageTemplateWindowsUpdateCustomizer interface
Installs Windows Updates. Corresponds to Packer Windows Update Provisioner (https://github.com/rgl/packer-provisioner-windows-update)
- Extends
Properties
| filters | Array of filters to select updates to apply. Omit or specify empty array to use the default (no filter). Refer to above link for examples and detailed description of this field. |
| search |
Criteria to search updates. Omit or specify empty string to use the default (search all). Refer to above link for examples and detailed description of this field. |
| type | The type of customization tool you want to use on the Image. For example, "Shell" can be shell customizer |
| update |
Maximum number of updates to apply at a time. Omit or specify 0 to use the default (1000) |
Inherited Properties
| name | Friendly Name to provide context on what this customization step does |
Property Details
filters
Array of filters to select updates to apply. Omit or specify empty array to use the default (no filter). Refer to above link for examples and detailed description of this field.
filters?: string[]
Property Value
string[]
searchCriteria
Criteria to search updates. Omit or specify empty string to use the default (search all). Refer to above link for examples and detailed description of this field.
searchCriteria?: string
Property Value
string
type
The type of customization tool you want to use on the Image. For example, "Shell" can be shell customizer
type: "WindowsUpdate"
Property Value
"WindowsUpdate"
updateLimit
Maximum number of updates to apply at a time. Omit or specify 0 to use the default (1000)
updateLimit?: number
Property Value
number
Inherited Property Details
name
Friendly Name to provide context on what this customization step does
name?: string
Property Value
string
Inherited From ImageTemplateCustomizer.name