We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e100e4 commit 7381f00Copy full SHA for 7381f00
1 file changed
reference/docs-conceptual/PSScriptAnalyzer/Rules/UseConstrainedLanguageMode.md
@@ -136,7 +136,8 @@ of disallowed .NET types.
136
137
Use `New-Object PSObject` with `Add-Member` or hashtables instead of classes.
138
139
-**Important**: `[PSCustomObject]@{}` syntax is NOT allowed in CLM because it uses type casting.
+> [!IMPORTANT]
140
+> `[PSCustomObject]@{}` syntax is NOT allowed in CLM because it uses type casting.
141
142
### Avoid XAML
143
0 commit comments