Skip to content

Commit 81e3358

Browse files
mds (#25448)
Co-authored-by: Lior Stauber <[email protected]>
1 parent 9f5c933 commit 81e3358

6 files changed

+33
-33
lines changed

src/Network/Network/help/Deploy-AzFirewallPolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Deploy-AzFirewallPolicy
99

1010
## SYNOPSIS
11-
Deploys the drafts (policy and rule collection group) associated with the azure firewall policy.
11+
Deploys the Azure Firewall Policy draft and all Rule Collection Group drafts associated with this Azure Firewall Policy.
1212

1313
## SYNTAX
1414

@@ -38,7 +38,7 @@ The **Deploy-AzFirewallPolicy** cmdlet deploys the azure firewall policy draft a
3838
Deploy-AzFirewallPolicy -Name firewallPolicy -ResourceGroupName TestRg
3939
```
4040

41-
This example deploys the firewall policy draft to the firewallPolicy
41+
This example deploys the firewall policy draft to the firewallPolicy.
4242

4343
## PARAMETERS
4444

@@ -103,7 +103,7 @@ Accept wildcard characters: True
103103
```
104104
105105
### -InputObject
106-
The Firewall Policy
106+
The Firewall Policy.
107107
108108
```yaml
109109
Type: Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicy

src/Network/Network/help/Get-AzFirewallPolicyDraft.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Get-AzFirewallPolicyDraft
99

1010
## SYNOPSIS
11-
Gets an Azure Firewall Policy Draft
11+
Gets an Azure Firewall Policy Draft.
1212

1313
## SYNTAX
1414

@@ -29,7 +29,7 @@ Get-AzFirewallPolicyDraft -FirewallPolicyObject <PSAzureFirewallPolicy> [-Defaul
2929
```
3030

3131
## DESCRIPTION
32-
The **Get-AzFirewallPolicyDraft** cmdlet gets the firewall policy draft associated with a given firewall policy in a resource group
32+
The **Get-AzFirewallPolicyDraft** cmdlet gets the Azure Firewall Policy draft associated with a given Azure Firewall Policy policy in a resource group.
3333

3434
## EXAMPLES
3535

@@ -38,7 +38,7 @@ The **Get-AzFirewallPolicyDraft** cmdlet gets the firewall policy draft associat
3838
Get-AzFirewallPolicyDraft -AzureFirewallPolicyName firewallPolicy -ResourceGroupName TestRg
3939
```
4040

41-
This example gets a firewall policy draft associated with a policy named "firewallPolicy" in the resource group "TestRg"
41+
This example gets a firewall policy draft associated with a policy named "firewallPolicy" in the resource group "TestRg".
4242

4343
## PARAMETERS
4444

src/Network/Network/help/Get-AzFirewallPolicyRuleCollectionGroupDraft.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Get-AzFirewallPolicyRuleCollectionGroup
99

1010
## SYNOPSIS
11-
Gets an Azure Firewall Policy Rule Collection Group Draft
11+
Gets an Azure Firewall Policy Rule Collection Group Draft.
1212

1313
## SYNTAX
1414

@@ -31,7 +31,7 @@ Get-AzFirewallPolicyRuleCollectionGroupDraft -ResourceId <String> [-DefaultProfi
3131
```
3232

3333
## DESCRIPTION
34-
The **Get-AzFirewallPolicyRuleCollectionGroupDraft** cmdlet gets the RuleCollectionGroup draft associated with the RuleCollectionGroup mentioned, from a Firewall Policy
34+
The **Get-AzFirewallPolicyRuleCollectionGroupDraft** cmdlet gets the RuleCollectionGroup draft associated with the RuleCollectionGroup mentioned, from an Azure Firewall Policy.
3535

3636
## EXAMPLES
3737

@@ -40,7 +40,7 @@ The **Get-AzFirewallPolicyRuleCollectionGroupDraft** cmdlet gets the RuleCollect
4040
Get-AzFirewallPolicyRuleCollectionGroupDraft -AzureFirewallPolicyRuleCollectionGroupName rg1 -FirewallPolicyObject $fp
4141
```
4242

43-
This example get the rule collection group draft associated with rule collection group rg1 in the firewall policy $fp
43+
This example get the rule collection group draft associated with rule collection group rg1 in the firewall policy $fp.
4444

4545
### Example 2
4646

@@ -71,7 +71,7 @@ Accept wildcard characters: False
7171
```
7272
7373
### -AzureFirewallPolicyName
74-
The Firewall policy name
74+
The Firewall policy name.
7575
7676
```yaml
7777
Type: System.String
@@ -101,7 +101,7 @@ Accept wildcard characters: False
101101
```
102102
103103
### -AzureFirewallPolicyRuleCollectionGroupName
104-
The name of the Firewall Policy Rule Collection Group, associated with the draft. For example: "DefaultNetworkRuleCollectionGroup"
104+
The name of the Firewall Policy Rule Collection Group, associated with the draft. For example: "DefaultNetworkRuleCollectionGroup".
105105
106106
```yaml
107107
Type: System.String

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# New-AzFirewallPolicyRuleCollectionGroupDraft
99

1010
## SYNOPSIS
11-
Create a new Azure Firewall Policy Rule Collection Group draft
11+
Create a new Azure Firewall Policy Rule Collection Group draft.
1212

1313
## SYNTAX
1414

@@ -28,7 +28,7 @@ New-AzFirewallPolicyRuleCollectionGroupDraft -AzureFirewallPolicyRuleCollectionG
2828
```
2929

3030
## DESCRIPTION
31-
The **New-AzFirewallPolicyRuleCollectionGroupDraft** cmdlet creates a rule collection group in a Azure Firewall Policy.
31+
The **New-AzFirewallPolicyRuleCollectionGroupDraft** cmdlet creates a Rule Collection Group draft in an Azure Firewall Policy.
3232

3333
## EXAMPLES
3434

@@ -37,7 +37,7 @@ The **New-AzFirewallPolicyRuleCollectionGroupDraft** cmdlet creates a rule colle
3737
New-AzFirewallPolicyRuleCollectionGroupDraft -AzureFirewallPolicyRuleCollectionGroupName rg1 -Priority 200 -RuleCollection $filterRule1 -FirewallPolicyObject $fp
3838
```
3939

40-
This example creates a rule collection group draft associated with the a rule collection group rg1 in the firewall policy $fp
40+
TThis example creates a Rule Collection Group draft associated with the a Rule Collection Group rg1 in the Azure Firewall Policy $fp.
4141

4242
### Example 2
4343

@@ -68,7 +68,7 @@ Accept wildcard characters: False
6868
```
6969
7070
### -FirewallPolicyName
71-
The name of the firewall policy
71+
The name of the firewall policy.
7272
7373
```yaml
7474
Type: System.String
@@ -98,7 +98,7 @@ Accept wildcard characters: False
9898
```
9999
100100
### -AzureFirewallPolicyRuleCollectionGroupName
101-
The name of the Rule Group associated with the draft
101+
The name of the Rule Group associated with the draft.
102102
103103
```yaml
104104
Type: System.String
@@ -113,7 +113,7 @@ Accept wildcard characters: False
113113
```
114114
115115
### -Priority
116-
The priority of the rule group
116+
The priority of the rule group.
117117
118118
```yaml
119119
Type: System.UInt32
@@ -143,7 +143,7 @@ Accept wildcard characters: False
143143
```
144144
145145
### -RuleCollection
146-
The list of rules
146+
The list of rules.
147147
148148
```yaml
149149
Type: Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]

src/Network/Network/help/Remove-AzFirewallPolicyRuleCollectionGroupDraft.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Remove-AzFirewallPolicyRuleCollectionGroupDraft
99

1010
## SYNOPSIS
11-
Removes a Azure Firewall Policy Rule Collection Group draft in a Azure firewall policy
11+
Removes an Azure Firewall Policy Rule Collection Group draft in an Azure firewall policy.
1212

1313
## SYNTAX
1414

@@ -49,19 +49,19 @@ The **Remove-AzFirewallPolicyRuleCollectionGroupDraft** cmdlet removes a rule co
4949
Remove-AzFirewallPolicyRuleCollectionGroupDraft -AzureFirewallPolicyRuleCollectionGroupName testRcGroup -FirewallPolicyObject $fp
5050
```
5151

52-
This example removes the firewall policy rule collection group draft named "testRcGroup" in the firewall policy object $fp
52+
This example removes the firewall policy rule collection group draft named "testRcGroup" in the firewall policy object $fp.
5353

5454
### Example 2
5555
```powershell
5656
Remove-AzFirewallPolicyRuleCollectionGroupDraft -AzureFirewallPolicyRuleCollectionGroupName testRcGroup -ResourceGroupName testRg -AzureFirewallPolicyName fpName
5757
```
5858

59-
This example removes the firewall policy rule collection group draft named "testRcGroup" in the firewall named "fpName" from the resource group named "testRg"
59+
This example removes the firewall policy rule collection group draft named "testRcGroup" in the firewall named "fpName" from the resource group named "testRg".
6060

6161
## PARAMETERS
6262

6363
### -AsJob
64-
Run cmdlet in the background
64+
Run cmdlet in the background.
6565

6666
```yaml
6767
Type: System.Management.Automation.SwitchParameter
@@ -76,7 +76,7 @@ Accept wildcard characters: False
7676
```
7777
7878
### -AzureFirewallPolicyName
79-
The name of the firewall policy
79+
The name of the firewall policy.
8080
8181
```yaml
8282
Type: System.String
@@ -136,7 +136,7 @@ Accept wildcard characters: False
136136
```
137137
138138
### -InputObject
139-
Firewall Policy Rule collection group draft object
139+
Firewall Policy Rule collection group draft object.
140140
141141
```yaml
142142
Type: Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraftWrapper
@@ -209,7 +209,7 @@ Accept wildcard characters: False
209209
```
210210
211211
### -ResourceId
212-
The resource Id of the Rule collection groupy
212+
The resource Id of the Rule collection group.
213213
214214
```yaml
215215
Type: System.String

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Set-AzFirewallPolicyRuleCollectionGroupDraft
99

1010
## SYNOPSIS
11-
saves a modified azure firewall policy rule collection group draft
11+
Sets a modified Azure Firewall Policy Rule Collection Group draft.
1212

1313
## SYNTAX
1414

@@ -50,11 +50,11 @@ The **Set-AzFirewallPolicyRuleCollectionGroupDraft** cmdlet updates a rule colle
5050
Set-AzFirewallPolicyRuleCollectionGroupDraft -AzureFirewallPolicyRuleCollectionGroupName rg1 -ResourceGroupName TestRg -Priority 200 -RuleCollection $filterRule1 -AzureFirewallPolicyName "firewallPolicy"
5151
```
5252

53-
This example updates a rule collection group draft in the firewall policy $fp
53+
This example updates a rule collection group draft in the firewall policy $fp.
5454

5555
### Example 2
5656

57-
saves a modified azure firewall policy rule collection group draft. (autogenerated)
57+
Sets a modified Azure Firewall Policy Rule Collection Group draft. (autogenerated)
5858

5959
<!-- Aladdin Generated Example -->
6060

@@ -81,7 +81,7 @@ Accept wildcard characters: False
8181
```
8282
8383
### -FirewallPolicyName
84-
The name of the firewall policy
84+
The name of the firewall policy.
8585
8686
```yaml
8787
Type: System.String
@@ -111,7 +111,7 @@ Accept wildcard characters: False
111111
```
112112
113113
### -InputObject
114-
The rule collection group draft
114+
The rule collection group draft.
115115
116116
```yaml
117117
Type: Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyRuleCollectionGroupDraftWrapper
@@ -153,7 +153,7 @@ Accept wildcard characters: False
153153
```
154154
155155
### -Priority
156-
The priority of the rule group
156+
The priority of the rule group.
157157
158158
```yaml
159159
Type: System.UInt32
@@ -195,7 +195,7 @@ Accept wildcard characters: False
195195
```
196196
197197
### -ResourceId
198-
The resource Id of the Rule collection group
198+
The resource Id of the Rule collection group.
199199
200200
```yaml
201201
Type: System.String
@@ -210,7 +210,7 @@ Accept wildcard characters: False
210210
```
211211
212212
### -RuleCollection
213-
The list of rule collections
213+
The list of rule collections.
214214
215215
```yaml
216216
Type: Microsoft.Azure.Commands.Network.Models.PSAzureFirewallPolicyBaseRuleCollection[]

0 commit comments

Comments
 (0)