【发布时间】:2022-01-22 03:16:21
【问题描述】:
我已创建自定义模块并将其上传到 Azure 自动化模块部分。现在,当我尝试运行命令来获取模块列表时,它没有显示在那里。我也使用了 PowerShell 命令和 REST API,但它只给了我默认模块的值。有什么方法可以获取自定义模块的详细信息?
我尝试了以下两种方法-
-
Powershell - https://docs.microsoft.com/en-us/powershell/module/az.automation/get-azautomationmodule?view=azps-7.0.0
-
API
请帮忙。
【问题讨论】:
标签: azure powershell api powershell-3.0 azure-automation