Skip to content

Commit 849a4e3

Browse files
committed
Remove RuleSetVersion validation
1 parent f949907 commit 849a4e3

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

src/Network/Network/ApplicationGateway/FirewallConfiguration/AzureApplicationGatewayWebApplicationFirewallConfigurationBase.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ public class AzureApplicationGatewayWebApplicationFirewallConfigurationBase : Ne
4343
[Parameter(
4444
Mandatory = false,
4545
HelpMessage = "The version of the rule set type.")]
46-
[ValidateSet("3.0", "2.2.9")]
4746
public string RuleSetVersion { get; set; }
4847

4948
[Parameter(

src/Network/Network/help/New-AzApplicationGatewayWebApplicationFirewallConfiguration.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,15 +184,11 @@ Accept wildcard characters: False
184184
185185
### -RuleSetVersion
186186
The version of the rule set type.
187-
The acceptable values for this parameter are:
188-
- 3.0
189-
- 2.2.9
190187
191188
```yaml
192189
Type: System.String
193190
Parameter Sets: (All)
194191
Aliases:
195-
Accepted values: 3.0, 2.2.9
196192

197193
Required: False
198194
Position: Named

src/Network/Network/help/Set-AzApplicationGatewayWebApplicationFirewallConfiguration.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,15 +198,11 @@ Accept wildcard characters: False
198198
199199
### -RuleSetVersion
200200
The version of the rule set type.
201-
The acceptable values for this parameter are:
202-
- 3.0
203-
- 2.2.9
204201
205202
```yaml
206203
Type: System.String
207204
Parameter Sets: (All)
208205
Aliases:
209-
Accepted values: 3.0, 2.2.9
210206

211207
Required: False
212208
Position: Named

0 commit comments

Comments
 (0)