Skip to content

Commit e711283

Browse files
authored
fix spelling (#3625)
1 parent 4137397 commit e711283

File tree

42 files changed

+56
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+56
-56
lines changed

azps-12.5.0/Az.Network/Add-AzLoadBalancerRuleConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ $slb | Set-AzLoadBalancer
6060

6161
This enables Gateway Load Balancer to have multiple backend pools
6262
The first command will get the load balancer named MyLoadBalancer, and then stores it in the variable $slb.
63-
The second and thrid command will get the backend address pools to be added the rule
63+
The second and third command will get the backend address pools to be added the rule
6464
The forth command will add a new rule with configured backend pools
6565
the fifth command will update the load balancer in azure with the new Load Balancer Rule Config.
6666

azps-12.5.0/Az.Network/Add-AzRoutingPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Accept wildcard characters: False
116116
```
117117
118118
### -RoutingIntent
119-
The routing intent resource to which this rouing policy has to be added.
119+
The routing intent resource to which this routing policy has to be added.
120120
121121
```yaml
122122
Type: Microsoft.Azure.Commands.Network.Models.PSRoutingIntent

azps-12.5.0/Az.Network/Az.Network.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ Gets the troubleshooting result from the previously run or currently running tro
602602
Gets an existing P2SVpnGateway under VirtualHub.
603603

604604
### [Get-AzP2sVpnGatewayConnectionHealth](Get-AzP2sVpnGatewayConnectionHealth.md)
605-
Gets the current aggregared point to site connections health information from P2SVpnGateway.
605+
Gets the current aggregated point to site connections health information from P2SVpnGateway.
606606

607607
### [Get-AzP2sVpnGatewayDetailedConnectionHealth](Get-AzP2sVpnGatewayDetailedConnectionHealth.md)
608608
Gets the detailed information of current point to site connections from P2SVpnGateway.
@@ -1049,10 +1049,10 @@ Creates a Firewall Application Rule.
10491049
Creates a collection of Firewall application rules.
10501050

10511051
### [New-AzFirewallHubIpAddress](New-AzFirewallHubIpAddress.md)
1052-
Ip addresses assoicated to the firewall on virtual hub
1052+
Ip addresses associated to the firewall on virtual hub
10531053

10541054
### [New-AzFirewallHubPublicIpAddress](New-AzFirewallHubPublicIpAddress.md)
1055-
Public Ip assoicated to the firewall on virtual hub
1055+
Public Ip associated to the firewall on virtual hub
10561056

10571057
### [New-AzFirewallNatRule](New-AzFirewallNatRule.md)
10581058
Creates a Firewall NAT Rule.
@@ -1079,7 +1079,7 @@ Creates a new Azure Firewall Policy
10791079
Create a new Azure Firewall Policy Application Rule
10801080

10811081
### [New-AzFirewallPolicyApplicationRuleCustomHttpHeader](New-AzFirewallPolicyApplicationRuleCustomHttpHeader.md)
1082-
Create a new Azure Firewall Policy Application Rule Custon HTTP Header
1082+
Create a new Azure Firewall Policy Application Rule Custom HTTP Header
10831083

10841084
### [New-AzFirewallPolicyDnsSetting](New-AzFirewallPolicyDnsSetting.md)
10851085
Creates a new DNS Setting for Azure Firewall Policy

azps-12.5.0/Az.Network/Deploy-AzNetworkManagerCommit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ $configIds = @("/subscriptions/f0dc2b34-dfad-40e4-83e0-2309fed8d00b/resourceGrou
3232
Deploy-AzNetworkManagerCommit -ResourceGroupName "psResourceGroup" -Name "psNetworkManager" -TargetLocation $regions -ConfigurationId $configids -CommitType "Connectivity"
3333
```
3434

35-
This example is used to commit connecitivity confguration in East US and West US regions.
35+
This example is used to commit connectivity configuration in East US and West US regions.
3636

3737
### Example 2
3838
```powershell
3939
$regions = @( "westus")
4040
Deploy-AzNetworkManagerCommit -ResourceGroupName "psResourceGroup" -Name "psNetworkManager" -TargetLocation $regions -CommitType "Connectivity"
4141
```
4242

43-
This example is used to uncommit all connecitivity confgurations in West US region.
43+
This example is used to uncommit all connectivity configurations in West US region.
4444

4545
### Example 3
4646
```powershell

azps-12.5.0/Az.Network/Get-AzApplicationGatewayWafDynamicManifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Get-AzApplicationGatewayWafDynamicManifest -Location <String> [-DefaultProfile <
2020
```
2121

2222
## DESCRIPTION
23-
The **Get-AzApplicationGatewayWafDynamicManifest** cmdlet gets athe web application firewall manifest and all the supported rule sets .
23+
The **Get-AzApplicationGatewayWafDynamicManifest** cmdlet gets the web application firewall manifest and all the supported rule sets .
2424

2525
## EXAMPLES
2626

azps-12.5.0/Az.Network/Get-AzBastion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Get-AzBastion -ResourceId <String> [-DefaultProfile <IAzureContextContainer>] [-
3838
```
3939

4040
## DESCRIPTION
41-
The **Get-Bastion** cmdlet gets one or more bastions in a resource group or subscritption.
41+
The **Get-Bastion** cmdlet gets one or more bastions in a resource group or subscription.
4242

4343
## EXAMPLES
4444

azps-12.5.0/Az.Network/Get-AzNetworkManagerRoutingRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ SystemData : {
6969
}
7070
```
7171

72-
Gets a routing rule in a rule rollection.
72+
Gets a routing rule in a rule collection.
7373

7474
### Example 2
7575
```powershell

azps-12.5.0/Az.Network/Get-AzNetworkManagerSecurityAdminRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ SystemData : {
7777
}
7878
```
7979

80-
Gets a security admin rule in a rule rollection.
80+
Gets a security admin rule in a rule collection.
8181

8282
### Example 2
8383
```powershell

azps-12.5.0/Az.Network/Get-AzNetworkManagerSecurityUserRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ SystemData : {
8383
}
8484
```
8585

86-
Gets a security user rule in a rule rollection.
86+
Gets a security user rule in a rule collection.
8787

8888
### Example 2
8989
```powershell

azps-12.5.0/Az.Network/Get-AzP2sVpnGatewayConnectionHealth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1010
# Get-AzP2sVpnGatewayConnectionHealth
1111

1212
## SYNOPSIS
13-
Gets the current aggregared point to site connections health information from P2SVpnGateway.
13+
Gets the current aggregated point to site connections health information from P2SVpnGateway.
1414

1515
## SYNTAX
1616

0 commit comments

Comments
 (0)