Skip to content

Commit e495aaf

Browse files
committed
Ensure the parameter Rule its alias Expression are properly documented
1 parent 60fb323 commit e495aaf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

NetScaler/Public/New-NSRewritePolicy.ps1

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,19 @@ function New-NSRewritePolicy {
4141
4242
Default value: ""
4343
44+
.PARAMETER Rule
45+
The rule/expression that has to be matched for this policy to apply.
46+
47+
Minimum length: 0
48+
Maximum length: 8191
49+
Alias: Expression
50+
4451
.PARAMETER Expression
4552
The rule/expression that has to be matched for this policy to apply.
4653
4754
Minimum length: 0
4855
Maximum length: 8191
56+
Alias for: Rule
4957
5058
.PARAMETER Comment
5159
Any information about the rewrite policy.

0 commit comments

Comments
 (0)