我正在通过 powershell 部署拒绝策略并收到以下错误
New-AzPolicyDefinition : InvalidPolicyRule : Failed to parse policy rule: 'Could not find member 'properties' on object of type
'PolicyRuleDefinition'. Path 'properties'.'.
我使用的代码是: 1 New-AzPolicyDefinition
-name 'externalDeny'
-Policy 'C:\tmp\denyoms-temp.json'
-Parameter 'C:\tmp\denyoms-param.json' `
策略模板如下。
模板文件 - https://pastebin.com/embed_js/HrjUWrvf 参数 - https://pastebin.com/embed_js/QxEX92jf
我想可能是标签,在此先感谢。