type Handler Version
Parameters
value
Specifies the version of the script handler.
NOTE: 1. When
automatic_upgrade_enabled
is set tofalse
and notype_handler_version
is specified, thetype_handler_version
change should be manually ignored byignore_changes
lifecycle block. This is because thetype_handler_version
is set by the Azure platform when the extension is created. 2. Whenautomatic_upgrade_enabled
is set tofalse
andtype_handler_version
is specified, the provider will check whether the version prefix is aligned with user input. For example, if user specifies1.24
intype_handler_version
,1.24.1
will be considered as no diff.