Skip to content

Commit 389117d

Browse files
committed
Add new module changes to global changelog
1 parent 6171a86 commit 389117d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

ChangeLog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,26 @@
2323
- Set-AzVMBootDiagnostics is changed to Set-AzVMBootDiagnostic.
2424
- Export-AzLogAnalyticThrottledRequests is changed to Export-AzLogAnalyticThrottledRequests.
2525

26+
#### Az.DeploymentManager
27+
* First Generally Available release of Azure Deployment Manager cmdlets
28+
2629
#### Az.Dns
2730
* Automatic DNS NameServer Delegation
2831
- Create DNS zone cmdlet accepts parent zone name as additional optional parameter.
2932
- Adds NS records in the parent zone for newly created child zone.
3033

34+
#### Az.FrontDoor
35+
* First Generally Available Release of Azure FrontDoor cmdlets
36+
* Rename WAF cmdlets to include 'Waf'
37+
- `Get-AzFrontDoorFireWallPolicy --> Get-AzFrontDoorWafPolicy`
38+
- `New-AzFrontDoorCustomRuleObject --> New-AzFrontDoorWafCustomRuleObject`
39+
- `New-AzFrontDoorFireWallPolicy --> New-AzFrontDoorWafPolicy`
40+
- `New-AzFrontDoorManagedRuleObject --> New-AzFrontDoorWafManagedRuleObject`
41+
- `New-AzFrontDoorManagedRuleOverrideObject --> New-AzFrontDoorWafManagedRuleOverrideObject`
42+
- `New-AzFrontDoorMatchConditionObject --> New-AzFrontDoorWafMatchConditionObject`
43+
- `New-AzFrontDoorRuleGroupOverrideObject --> New-AzFrontDoorWafRuleGroupOverrideObject`
44+
- `Remove-AzFrontDoorFireWallPolicy --> Remove-AzFrontDoorWafPolicy`
45+
- `Update-AzFrontDoorFireWallPolicy --> Update-AzFrontDoorWafPolicy`
3146
#### Az.HDInsight
3247
* Removed two cmdlets:
3348
- Grant-AzHDInsightHttpServicesAccess

0 commit comments

Comments
 (0)