0

想知道我是否不是唯一一个在根据文档与 VM 交互时遇到问题的人:

https://docs.microsoft.com/en-us/azure/automation/update-management/pre-post-scripts#interact-with-machines

微软自己编写脚本: https ://github.com/azureautomation/update-management-run-script-with-run-command

我有所有先决条件,但是,脚本给出“未找到 Azure VM”的输出

作业流详细信息显示:

ConvertFrom-Json : Cannot bind argument to parameter 'InputObject' because it is null. At line:38 char:34 + ... tings = ConvertFrom-Json $context.SoftwareUpdateConfigurationSettings + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidData: (:) [ConvertFrom-Json], ParameterBindingValidationException + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.ConvertFromJsonCommand

这是一个默认脚本,我没有编辑任何东西。任何人想出这个想法为什么?

4

0 回答 0