type Handler Version
Specifies the version of the script handler.
NOTE: 1. When
automatic_upgrade_enabledis set tofalseand notype_handler_versionis specified, thetype_handler_versionchange should be manually ignored byignore_changeslifecycle block. This is because thetype_handler_versionis set by the Azure platform when the extension is created. 2. Whenautomatic_upgrade_enabledis set tofalseandtype_handler_versionis specified, the provider will check whether the version prefix is aligned with user input. For example, if user specifies1.24intype_handler_version,1.24.1will be considered as no diff.