data class VMExtensionResponse(val autoUpgradeMinorVersion: Boolean? = null, val name: String, val protectedSettings: Any? = null, val provisionAfterExtensions: List<String>? = null, val publisher: String, val settings: Any? = null, val type: String, val typeHandlerVersion: String? = null)
Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.