Skip to content

Commit 34f185b

Browse files
authored
Merge branch 'main' into CI
2 parents 6c39b39 + 6d2e71d commit 34f185b

File tree

69 files changed

+103
-103
lines changed

Some content is hidden

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

69 files changed

+103
-103
lines changed

azps-12.5.0/Az.NetAppFiles/Az.NetAppFiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Gets details of an Azure NetApp Files (ANF) VolumeGroup.
8383
Get Group Id List for LDAP User
8484

8585
### [Get-AzNetAppFilesVolumeQuotaRule](Get-AzNetAppFilesVolumeQuotaRule.md)
86-
Gets details of an Azure NetApp Files (ANF) Volume Quouta Rule.
86+
Gets details of an Azure NetApp Files (ANF) Volume Quota Rule.
8787

8888
### [Get-AzNetAppFilesVolumeReplication](Get-AzNetAppFilesVolumeReplication.md)
8989
Get volume's replication

azps-12.5.0/Az.NetAppFiles/Get-AzNetAppFilesNetworkSiblingSet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $retrievedVolume = Get-AzNetAppFilesVolume -ResourceGroupName "MyRG" -AccountNam
3030
Get-AzNetAppFilesNetworkSiblingSet -Location "westus" -NetworkSiblingSetId "$retrievedVolume.NetworkSiblingSetId" -SubnetId "mysubnet"
3131
```
3232

33-
This example gets a volume then uses that volumes NetworkSiblingSetId property to get deatils about that network sibling get.
33+
This example gets a volume then uses that volumes NetworkSiblingSetId property to get details about that network sibling get.
3434

3535
## PARAMETERS
3636

azps-12.5.0/Az.NetAppFiles/Get-AzNetAppFilesSnapshotPolicyVolumeList.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Get-AzNetAppFilesSnapshotPolicyVolumeList -ResourceGroupName <String> -AccountNa
2323

2424
### ByParentObjectParameterSet
2525
```
26-
Get-AzNetAppFilesSnapshotPolicyVolumeList -Name <String> -SnaphotPolicyObject <PSNetAppFilesSnapshotPolicy>
26+
Get-AzNetAppFilesSnapshotPolicyVolumeList -Name <String> -SnapshotPolicyObject <PSNetAppFilesSnapshotPolicy>
2727
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
2828
[<CommonParameters>]
2929
```
@@ -135,7 +135,7 @@ Accept pipeline input: True (ByPropertyName)
135135
Accept wildcard characters: False
136136
```
137137
138-
### -SnaphotPolicyObject
138+
### -SnapshotPolicyObject
139139
The Snapshot Policy object
140140
141141
```yaml

azps-12.5.0/Az.NetAppFiles/Get-AzNetAppFilesVolumeQuotaRule.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-AzNetAppFilesVolumeQuotaRule
1111

1212
## SYNOPSIS
13-
Gets details of an Azure NetApp Files (ANF) Volume Quouta Rule.
13+
Gets details of an Azure NetApp Files (ANF) Volume Quota Rule.
1414

1515
## SYNTAX
1616

azps-12.5.0/Az.NetAppFiles/New-AzNetAppFilesActiveDirectory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $pwd_secure_string = Read-Host "Enter a Password" -AsSecureString
4949
New-AzNetAppFilesActiveDirectory -ResourceGroupName "MyRG" -AccountName "MyAccount" -AdName "MyADName" -Username "AdUserName" -Password $pwd_secure_string -Domain "AdDomain" -Dns "192.0.2.2" -SmbServerName "AdSmbServerName"
5050
```
5151

52-
This command gets the AD password from promt into a secreates the new Active Directory configuration for the ANF account "MyAnfAccount".
52+
This command gets the AD password from prompt into a secreates the new Active Directory configuration for the ANF account "MyAnfAccount".
5353

5454
## PARAMETERS
5555

azps-12.5.0/Az.NetAppFiles/New-AzNetAppFilesExportPolicyObject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Accept wildcard characters: False
5454
```
5555
5656
### -Rule
57-
List of items which need to be included into endpont scope.
57+
List of items which need to be included into endpoint scope.
5858
5959
```yaml
6060
Type: Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]

azps-12.5.0/Az.NetAppFiles/New-AzNetAppFilesSnapshotPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Accept wildcard characters: False
173173
```
174174
175175
### -MonthlySchedule
176-
A hashtable array which represents the montly Schedule
176+
A hashtable array which represents the monthly Schedule
177177
178178
```yaml
179179
Type: Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule
@@ -233,7 +233,7 @@ Accept wildcard characters: False
233233
```
234234
235235
### -WeeklySchedule
236-
A hashtable array which represents the montly Schedule
236+
A hashtable array which represents the monthly Schedule
237237
238238
```yaml
239239
Type: Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule

azps-12.5.0/Az.NetAppFiles/New-AzNetAppFilesVolume.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,6 +875,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
875875
[Get-AzNetAppFilesVolumeRestoreStatus](./Get-AzNetAppFilesVolumeRestoreStatus.md)
876876
[New-AzNetAppFilesVolumeRestoreStatus](./Get-AzNetAppFilesVolumeRestoreStatus.md)
877877
[Approve-AzNetAppFilesReplication](./Approve-AzNetAppFilesReplication.md)
878-
[Inititialize-AzNetAppFilesReplication](./Approve-AzNetAppFilesReplication.md)
878+
[Initialize-AzNetAppFilesReplication](./Approve-AzNetAppFilesReplication.md)
879879
[Resume-AzNetAppFilesReplication](./Resume-AzNetAppFilesReplication.md)
880880
[Remove-AzNetAppFilesReplication](./Remove-AzNetAppFilesReplication.md)

azps-12.5.0/Az.NetAppFiles/New-AzNetAppFilesVolumeGroup.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Accept wildcard characters: False
153153
154154
### -DataBackupPerformance
155155
Specify throughput in MiB/s.
156-
If ommited DataBackupPerformance will be autocalculated or specify an integer value representing throughput.
156+
If omitted DataBackupPerformance will be autocalculated or specify an integer value representing throughput.
157157
158158
```yaml
159159
Type: System.Nullable`1[System.Int32]
@@ -169,7 +169,7 @@ Accept wildcard characters: False
169169
170170
### -DataBackupSize
171171
Specify capacity (in GiB).
172-
If ommited DataSize will be autocalculated or specify an integer value representing size.
172+
If omitted DataSize will be autocalculated or specify an integer value representing size.
173173
174174
```yaml
175175
Type: System.Nullable`1[System.Int64]
@@ -185,7 +185,7 @@ Accept wildcard characters: False
185185
186186
### -DataPerformance
187187
Specify throughput in MiB/s.
188-
If ommited DataPerformance will be autocalculated or specify and integer value representing throughput.
188+
If omitted DataPerformance will be autocalculated or specify and integer value representing throughput.
189189
190190
```yaml
191191
Type: System.Nullable`1[System.Int32]
@@ -201,7 +201,7 @@ Accept wildcard characters: False
201201
202202
### -DataSize
203203
Specify capacity (in GiB).
204-
If ommited DataSize will be autocalculated or specify an integer value representing size.
204+
If omitted DataSize will be autocalculated or specify an integer value representing size.
205205
206206
```yaml
207207
Type: System.Nullable`1[System.Int64]
@@ -291,7 +291,7 @@ Accept wildcard characters: False
291291
```
292292
293293
### -HannaSystemReplication
294-
HANA System Replication (HSR): Replication between the same SID instance on hosts in the same region, or differerent regions.
294+
HANA System Replication (HSR): Replication between the same SID instance on hosts in the same region, or different regions.
295295
This could be Scale-Up or Scale-Out configurations.
296296
297297
```yaml
@@ -341,7 +341,7 @@ Accept wildcard characters: False
341341
342342
### -LogBackupPerformance
343343
Specify throughput in MiB/s.
344-
If ommited LogBackupPerformance will be autocalculated or specify an integer value representing throughput.
344+
If omitted LogBackupPerformance will be autocalculated or specify an integer value representing throughput.
345345
346346
```yaml
347347
Type: System.Nullable`1[System.Int32]
@@ -357,7 +357,7 @@ Accept wildcard characters: False
357357
358358
### -LogBackupSize
359359
Specify capacity (in GiB).
360-
If ommited DataSize will be autocalculated or specify an integer value representing size.
360+
If omitted DataSize will be autocalculated or specify an integer value representing size.
361361
362362
```yaml
363363
Type: System.Nullable`1[System.Int64]
@@ -373,7 +373,7 @@ Accept wildcard characters: False
373373
374374
### -LogPerformance
375375
Specify throughput in MiB/s.
376-
If ommited LogPerformance will be autocalculated or specify and integer value representing throughput.
376+
If omitted LogPerformance will be autocalculated or specify and integer value representing throughput.
377377
378378
```yaml
379379
Type: System.Nullable`1[System.Int32]
@@ -389,7 +389,7 @@ Accept wildcard characters: False
389389
390390
### -LogSize
391391
Specify capacity (in GiB).
392-
If ommited LogSize will be autocalculated or specify an integer value representing size.
392+
If omitted LogSize will be autocalculated or specify an integer value representing size.
393393
394394
```yaml
395395
Type: System.Nullable`1[System.Int64]
@@ -499,7 +499,7 @@ Accept wildcard characters: False
499499
500500
### -SharedPerformance
501501
Specify throughput in MiB/s.
502-
If ommited SharedPerformance will be autocalculated or specify and integer value representing throughput.
502+
If omitted SharedPerformance will be autocalculated or specify and integer value representing throughput.
503503
504504
```yaml
505505
Type: System.Nullable`1[System.Int32]
@@ -515,7 +515,7 @@ Accept wildcard characters: False
515515
516516
### -SharedSize
517517
Specify capacity (in GiB).
518-
If ommited SharedSize will be autocalculated or specify an integer value representing size.
518+
If omitted SharedSize will be autocalculated or specify an integer value representing size.
519519
520520
```yaml
521521
Type: System.Nullable`1[System.Int64]

azps-12.5.0/Az.NetAppFiles/Restore-AzNetAppFilesBackupFile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ $fileList[0] = "/dir1/customer1.db"
5757
Restore-AzNetAppFilesBackupFile -ResourceGroupName "MyRG" -AccountName "MyAnfAccount" -PoolName "MyAnfPool" -VolumeName "MyVolume" -BackupName "MyBackup" -FileList $fileList -DestinationVolumeId "destinationVolumeResourceId"
5858
```
5959

60-
This command Restores the file customer1.db from "MyBackup" to the specified destingation volume
60+
This command Restores the file customer1.db from "MyBackup" to the specified destination volume
6161

6262
## PARAMETERS
6363

azps-12.5.0/Az.NetAppFiles/Restore-AzNetAppFilesVolume.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Restore-AzNetAppFilesVolume -InputObject <PSNetAppFilesVolume> [-PassThru]
4242
```
4343

4444
## DESCRIPTION
45-
Restore/Revert a volume to the snapshot specified in the SnapshotId paramter
45+
Restore/Revert a volume to the snapshot specified in the SnapshotId parameter
4646

4747
## EXAMPLES
4848

azps-12.5.0/Az.NetAppFiles/Resume-AzNetAppFilesReplication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
217217
## RELATED LINKS
218218
219219
[Approve-AzNetAppFilesReplication](./Approve-AzNetAppFilesReplication.md)
220-
[Inititialize-AzNetAppFilesReplication](./Approve-AzNetAppFilesReplication.md)
220+
[Initialize-AzNetAppFilesReplication](./Approve-AzNetAppFilesReplication.md)
221221
[Suspend-AzNetAppFilesReplication](./Suspend-AzNetAppFilesReplication.md)
222222
[Remove-AzNetAppFilesReplication](./Remove-AzNetAppFilesReplication.md)
223223
[Get-AzNetAppFilesReplicationStatus](./Get-AzNetAppFilesReplicationStatus.md)

azps-12.5.0/Az.NetAppFiles/Set-AzNetAppFilesSnapshotPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Accept wildcard characters: False
182182
```
183183
184184
### -MonthlySchedule
185-
A hashtable array which represents the montly Schedule
185+
A hashtable array which represents the monthly Schedule
186186
187187
```yaml
188188
Type: Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule
@@ -257,7 +257,7 @@ Accept wildcard characters: False
257257
```
258258
259259
### -WeeklySchedule
260-
A hashtable array which represents the montly Schedule
260+
A hashtable array which represents the monthly Schedule
261261
262262
```yaml
263263
Type: Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule

azps-12.5.0/Az.NetAppFiles/Update-AzNetAppFilesSnapshotPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Accept wildcard characters: False
190190
```
191191
192192
### -MonthlySchedule
193-
A hashtable array which represents the montly Schedule
193+
A hashtable array which represents the monthly Schedule
194194
195195
```yaml
196196
Type: Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule
@@ -265,7 +265,7 @@ Accept wildcard characters: False
265265
```
266266
267267
### -WeeklySchedule
268-
A hashtable array which represents the montly Schedule
268+
A hashtable array which represents the monthly Schedule
269269
270270
```yaml
271271
Type: Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Accept wildcard characters: False
8787
```
8888
8989
### -RoutingIntent
90-
The routing intent resource to which this rouing policy has to be added.
90+
The routing intent resource to which this routing policy has to be added.
9191
9292
```yaml
9393
Type: Microsoft.Azure.Commands.Network.Models.PSRoutingIntent

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Get-AzVirtualWanVpnServerConfiguration -ResourceId <String> [-DefaultProfile <IA
3333
```
3434

3535
## DESCRIPTION
36-
The **Get-AzVirtualWanVpnServerConfiguration** cmdlet will return the list of all VpnServerConfigurations that are associated with this VirtualWan. i.e. All the VpnServerConfigurations which are attached to any P2SVpnGateways under VirutalHubs of this VirtualWan.
36+
The **Get-AzVirtualWanVpnServerConfiguration** cmdlet will return the list of all VpnServerConfigurations that are associated with this VirtualWan. i.e. All the VpnServerConfigurations which are attached to any P2SVpnGateways under VirtualHubs of this VirtualWan.
3737

3838
## EXAMPLES
3939

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Accept wildcard characters: False
181181
```
182182
183183
### -VpnServerConfigurationId
184-
The id of Vpn server configuraiton object this Virtual wan will be associated with.
184+
The id of Vpn server configuration object this Virtual wan will be associated with.
185185
186186
```yaml
187187
Type: System.String

0 commit comments

Comments
 (0)