我正在使用 New-AzResourceGroupDeployment 部署 Azure 工作簿。这在我部署新工作簿时工作正常,但是否可以通过此 cmdlet(或 az deployment group create)更新该工作簿?
如果我在顶部部署(我有相关的访问级别),我会得到以下信息:
Status Message: A Workbook with the same name already exists within this subscription. (Code:Conflict)
门户确实允许编辑现有工作簿,我如何通过代码复制它?我似乎找不到 update- cmdlet 或等效项。
谢谢