作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试按照 docs 列出我的 Azure 订阅中的拒绝语句,但是,我收到此错误:
PS /Users/me> Get-AzDenyAssignment
WARNING: We have migrated the API calls for this cmdlet from Azure Active Directory Graph to Microsoft Graph.
Visit https://go.microsoft.com/fwlink/?linkid=2181475 for any permission issues.
Get-AzDenyAssignment: 'directoryObjectId' cannot be null.
输出中列出的页面没有有关directoryObjectId 的任何信息。
我还尝试过其他组合,例如
PS /Users/me> Get-AzDenyAssignment -ResourceGroupName my-resource-group
WARNING: We have migrated the API calls for this cmdlet from Azure Active Directory Graph to Microsoft Graph.
Visit https://go.microsoft.com/fwlink/?linkid=2181475 for any permission issues.
Get-AzDenyAssignment: 'directoryObjectId' cannot be null.
有什么想法吗?
<小时/>我的环境:
PS /Users/chris.snow> Get-Module
ModuleType Version PreRelease Name ExportedCommands
---------- ------- ---------- ---- ----------------
Script 2.9.0 Az.Accounts {Add-AzEnvironment, Clear-AzConfig, Clear-AzCont…
Script 6.0.1 Az.Resources {Export-AzResourceGroup, Export-AzTemplateSpec, …
Script 1.10.0 Microsoft.Graph.Authentication {Add-MgEnvironment, Connect-MgGraph, Disconnect-…
Script 1.10.0 Microsoft.Graph.DirectoryObjects {Confirm-MgDirectoryObjectMemberGroup, Confirm-M…
Manifest 7.0.0.0 Microsoft.PowerShell.Management {Add-Content, Clear-Content, Clear-Item, Clear-I…
Manifest 7.0.0.0 Microsoft.PowerShell.Utility {Add-Member, Add-Type, Clear-Variable, Compare-O…
Script 1.4.7 PackageManagement {Find-Package, Find-PackageProvider, Get-Package…
Script 2.2.5 PowerShellGet {Find-Command, Find-DscResource, Find-Module, Fi…
Script 2.1.0 PSReadLine {Get-PSReadLineKeyHandler, Get-PSReadLineOption,…
最佳答案
我们可以在Azure Portal或Azure CLI中查看azure订阅的拒绝语句列表 em> 或使用REST API
在检查列表之前,请确保您拥有 MSDoc 中提到的所需权限。
打开Azure 门户 => 订阅 => 选择您的订阅 =>访问控制 (IAM) => 检查访问 => 查看我的访问权限
导航至Azure 门户 => 订阅 => 选择您的订阅 =>访问控制 (IAM) => 点击查看拒绝分配选项卡
Get-AzDenyAssignment
GET https://management.azure.com/{scope}/providers/Microsoft.Authorization/denyAssignments/{deny-assignment-id}?api-version=2018-07-01-preview
Subscriptions/“MySubscriptionID”
关于azure - 获取-AzDenyAssignment : 'directoryObjectId' cannot be null,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/73064210/
我正在尝试按照 docs 列出我的 Azure 订阅中的拒绝语句,但是,我收到此错误: PS /Users/me> Get-AzDenyAssignment WARNING: We have migr
我是一名优秀的程序员,十分优秀!