-
Notifications
You must be signed in to change notification settings - Fork 4k
Rename WAF cmdlets from *-AzFrontDoor* to *-AzFrontDoorWaf* #9100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename WAF cmdlets from *-AzFrontDoor* to *-AzFrontDoorWaf* #9100
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of minor issues
"Set-AzFrontDoorFireWallPolicy": "Set-AzureRmFrontDoorFireWallPolicy", | ||
"Remove-AzFrontDoorFireWallPolicy": "Remove-AzureRmFrontDoorFireWallPolicy", | ||
"New-AzFrontDoorRuleGroupOverrideObject": "New-AzureRmFrontDoorRuleGroupOverrideObject", | ||
"New-AzFrontDoorWafMatchConditionObject": "New-AzureRmFrontDoorWafMatchConditionObject", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should change only the Az name of the cmdlet here, and not the AzureRm cmdlet name
@@ -18,6 +18,9 @@ | |||
- Additional information about change #1 | |||
--> | |||
## Upcoming Release | |||
## Version 0.7.5 | |||
* Rename WAF cmdlets to include 'Waf' | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please list the cmdlet name changes here
Description
This change is rename of below cmdlets to include feature name WAF. The name is changed from
Get-AzFrontDoorFireWallPolicy --> Get-AzFrontDoorWafPolicy
New-AzFrontDoorCustomRuleObject --> New-AzFrontDoorWafCustomRuleObject
New-AzFrontDoorFireWallPolicy --> New-AzFrontDoorWafPolicy
New-AzFrontDoorManagedRuleObject --> New-AzFrontDoorWafManagedRuleObject
New-AzFrontDoorManagedRuleOverrideObject --> New-AzFrontDoorWafManagedRuleOverrideObject
New-AzFrontDoorMatchConditionObject --> New-AzFrontDoorWafMatchConditionObject
New-AzFrontDoorRuleGroupOverrideObject --> New-AzFrontDoorWafRuleGroupOverrideObject
Remove-AzFrontDoorFireWallPolicy --> Remove-AzFrontDoorWafPolicy
Update-AzFrontDoorFireWallPolicy --> Update-AzFrontDoorWafPolicy
Approved issue - https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/284
Checklist
CONTRIBUTING.md
platyPS
module