Skip to content

Commit 2bf2d1d

Browse files
authored
Merge pull request Azure#9384 from Azure/meetug/ruleSetVersionValidation
Remove RuleSetVersion validation
2 parents 2eb2d61 + 4134bc5 commit 2bf2d1d

File tree

4 files changed

+1
-9
lines changed

4 files changed

+1
-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/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
## Version 1.9.0
6565
* Update ResourceId and InputObject for Nat Gateway
6666
- Add alias for ResourceId and InputObject
67+
* Removed WAF RuleSetVersion validation
6768

6869
## Version 1.8.1
6970
* Add DisableBgpRoutePropagation flag to Effective Route Table output

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)