标签: c# xaml
我编辑AzureTemplate.XAML。在参数上,我创建了 ServiceName 并设置了Argument type:String []。在工作流程中我设置了
String.Format("-ServiceName {0}",ServiceName)
但是在Powershell中,这个ServiceName设置为String []而不是数组。那它是如何修复的?