File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
articles/governance/policy/concepts Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ Configuration.
116
116
- The Reasons property must be an array.
117
117
- Each item in the array should be a hashtable with keys named ** Code** and
118
118
** Phrase** .
119
+ - No other values other than the hashtable should be returned.
119
120
120
121
The Reasons property is used by the service to standardize how compliance
121
122
information is presented. You can think of each item in Reasons as a "reason"
@@ -149,6 +150,12 @@ return @{
149
150
}
150
151
```
151
152
153
+ When using commandline tools to get information that will return in Get, you
154
+ might find the tool returns output you didn't expect. Even though you capture
155
+ the output in PowerShell, output might also been written to
156
+ standard error. To avoid this issue, consider redirecting
157
+ output to null.
158
+
152
159
### The Reasons property embedded class
153
160
154
161
In script-based resources (Windows only), the Reasons class is included in the
You can’t perform that action at this time.
0 commit comments