Set-AzureRmAppServicePlan - 输入字符串的格式不正确
Set-AzureRmAppServicePlan - Input string was not in a correct format
当 运行 此命令作为 Runbook 时:
Set-AzureRmAppServicePlan -ResourceGroupName "mygroup" -Name "myname" -Tier "Premium" -WorkerSize "Small" -NumberofWorkers 1 -PerSiteScaling $FALSE
我收到错误:"Input string was not in a correct format."
我注意到其他人在早期版本的 AzureRM 上报告了此问题,并且似乎已在 5.0.0 中得到修复:
https://github.com/Azure/azure-powershell/issues/5181
所以这个bug有没有可能还存在?如何找出自动化 Runbook 中使用的 AzureRM 版本?
根据我的测试,该命令在我这边的本地运行良好。
So is it possible that this bug still exists? How do I find out what version of AzureRM is being used within the automation Runbooks?
我认为这可能是由错误引起的,您可以在您的自动化帐户 -> 模块中检查runbook的powershell模块版本.
当 运行 此命令作为 Runbook 时:
Set-AzureRmAppServicePlan -ResourceGroupName "mygroup" -Name "myname" -Tier "Premium" -WorkerSize "Small" -NumberofWorkers 1 -PerSiteScaling $FALSE
我收到错误:"Input string was not in a correct format."
我注意到其他人在早期版本的 AzureRM 上报告了此问题,并且似乎已在 5.0.0 中得到修复:
https://github.com/Azure/azure-powershell/issues/5181
所以这个bug有没有可能还存在?如何找出自动化 Runbook 中使用的 AzureRM 版本?
根据我的测试,该命令在我这边的本地运行良好。
So is it possible that this bug still exists? How do I find out what version of AzureRM is being used within the automation Runbooks?
我认为这可能是由错误引起的,您可以在您的自动化帐户 -> 模块中检查runbook的powershell模块版本.