我正在尝试Azure Resource Manager API
使用java
sdk 连接。我有一个启用了“Windows 服务管理 API”权限的 AD 应用程序。运行测试样本时,我在对特定资源组执行 get 调用时遇到以下错误。
Exception in thread "main" com.microsoft.windowsazure.exception.ServiceException: AuthorizationFailed: The client '1111-5a7b-4384-9fee-3a593a8c6875' with object id '1111115-5a7b-4384-9fee-3a593a8c6875' does not have authorization to perform action 'Microsoft.Resources/subscriptions/resourcegroups/read' over scope '/subscriptions/zzzzzzzzzzzz-ae67-ed0926abfe0d/resourcegroups/Group'.
at com.microsoft.windowsazure.exception.ServiceException.createFromJson
如何为用于连接资源管理的 AD 中的应用程序分配读写权限API
?