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

0 commit comments

Comments
 (0)