Skip to content

Commit 5ad9152

Browse files
ArieHeinCopilot
andauthored
fix spelling (#27893)
Co-authored-by: Copilot <[email protected]>
1 parent 3aa769d commit 5ad9152

21 files changed

+31
-31
lines changed

src/Accounts/Accounts/help/About/about_az.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ regularly (a minimum of twice a year).
4545
2. Run your first command. For example, create a resource group in the
4646
east US region.
4747
```powershell
48-
New-AzResourceGroup -Name "MyResoureGroup" -location "eastus"
48+
New-AzResourceGroup -Name "MyResourceGroup" -location "eastus"
4949
```
5050
## SEE ALSO
5151
Azure PowerShell documentation:

src/Accounts/Accounts/help/Connect-AzAccount.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ yyyy-yyyy-yyyy-yyyy Subscription1 xxxx-xxxx-xxxx-xxxx AzureCloud
262262
### Example 9: Connect using certificate file
263263

264264
This example connects to an Azure account using certificate-based service principal authentication.
265-
The certificate file, which is specified by `CertficatePath`, should contains both certificate and private key as the input.
265+
The certificate file, which is specified by `CertificatePath`, should contains both certificate and private key as the input.
266266

267267
```powershell
268268
$SecurePassword = ConvertTo-SecureString -String "****" -AsPlainText -Force
@@ -391,7 +391,7 @@ Accept wildcard characters: False
391391
```
392392

393393
### -CertificatePath
394-
The path of certficate file in pkcs#12 format.
394+
The path of certificate file in pkcs#12 format.
395395

396396
```yaml
397397
Type: System.String

src/Advisor/Advisor/help/Enable-AzAdvisorRecommendation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Name Category Resource Group Impact ImpactedFi
4848

4949
Enable recommendation by resource Id
5050

51-
### Example 2: Enable recommendation byrecommendation name
51+
### Example 2: Enable recommendation by recommendation name
5252
```powershell
5353
Enable-AzAdvisorRecommendation -RecommendationName 42963553-61de-5334-2d2e-47f3a0099d41
5454
```
@@ -59,7 +59,7 @@ Name Category Resource Group Impact ImpactedFi
5959
42963553-61de-5334-2d2e-47f3a0099d41 Security automanagehcrprg High Microsoft.Compute/virtualMachines
6060
```
6161

62-
Enable recommendation byrecommendation name
62+
Enable recommendation by recommendation name
6363

6464
## PARAMETERS
6565

src/Aks/Aks/help/Install-AzAksCliTool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Download and install kubectl and kubelogin.
2323

2424
## EXAMPLES
2525

26-
### Example 1: Install the lateset version of kubectl and kubelogin
26+
### Example 1: Install the latest version of kubectl and kubelogin
2727
```powershell
2828
Install-AzAksCliTool
2929
```

src/Aks/Aks/help/New-AzAksCluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ Accept wildcard characters: False
502502
```
503503
504504
### -EnableOidcIssuer
505-
Whether to enalbe OIDC issuer feature.
505+
Whether to enable OIDC issuer feature.
506506
507507
```yaml
508508
Type: System.Management.Automation.SwitchParameter

src/Aks/Aks/help/New-AzAksNodePool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Create a new node pool in specified cluster.
4747

4848
### Example 1: Create a node pool with default parameters
4949
```powershell
50-
New-AzAksNodePool -ResourceGroupName myResouceGroup -ClusterName myCluster -Name mydefault
50+
New-AzAksNodePool -ResourceGroupName myResourceGroup -ClusterName myCluster -Name mydefault
5151
```
5252

5353
### Example 2: Create Windows Server container on an AKS

src/Aks/Aks/help/Set-AzAksCluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ Accept wildcard characters: False
419419
```
420420
421421
### -EnableOidcIssuer
422-
Whether to enalbe OIDC issuer feature.
422+
Whether to enable OIDC issuer feature.
423423
424424
```yaml
425425
Type: System.Management.Automation.SwitchParameter
@@ -918,7 +918,7 @@ Accept wildcard characters: False
918918
```
919919
920920
### -WindowsProfileAdminUserPassword
921-
The administrator password to use for Windows VMs. Password requirement:At least one lower case, one upper case, one special character !@#$%^&*(), the minimum lenth is 12.
921+
The administrator password to use for Windows VMs. Password requirement:At least one lower case, one upper case, one special character !@#$%^&*(), the minimum length is 12.
922922
923923
```yaml
924924
Type: System.Security.SecureString

src/Aks/Aks/help/Update-AzAksNodePool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Update node pool in a managed cluster.
5353

5454
## EXAMPLES
5555

56-
### Example 1: Change minimun count to 5 for specified node pool
56+
### Example 1: Change minimum count to 5 for specified node pool
5757
```powershell
5858
Update-AzAksNodePool -ResourceGroupName myResourceGroup -ClusterName myCluster -Name linuxpool -MinCount 5
5959
```

src/AlertsManagement/AlertsManagement/help/Measure-AzAlertStatistic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Accept wildcard characters: False
133133
```
134134
135135
### -MonitorService
136-
Filter on Moniter Service
136+
Filter on Monitor Service
137137
138138
```yaml
139139
Type: System.String

src/AlertsManagement/AlertsManagement/help/Set-AzAlertProcessingRule.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ Accept wildcard characters: False
387387
388388
### -ScheduleEndDateTime
389389
End Date Time. Format 2022-09-21 06:00:00
390-
Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly.
390+
Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly.
391391
392392
```yaml
393393
Type: System.String
@@ -435,7 +435,7 @@ Accept wildcard characters: False
435435
436436
### -ScheduleReccurence2EndTime
437437
Reccurence Start Time in the timezone of ScheduleTimeZone parameter. Format 06:00:00
438-
Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly.
438+
Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly.
439439
440440
```yaml
441441
Type: System.String
@@ -451,7 +451,7 @@ Accept wildcard characters: False
451451
452452
### -ScheduleReccurence2StartTime
453453
Reccurence Start Time in the timezone of ScheduleTimeZone parameter. Format 06:00:00
454-
Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly.
454+
Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly.
455455
456456
```yaml
457457
Type: System.String
@@ -515,7 +515,7 @@ Accept wildcard characters: False
515515
516516
### -ScheduleReccurenceEndTime
517517
Reccurence Start Time in the timezone of ScheduleTimeZone parameter. Format 06:00:00
518-
Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly.
518+
Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly.
519519
520520
```yaml
521521
Type: System.String
@@ -531,7 +531,7 @@ Accept wildcard characters: False
531531
532532
### -ScheduleReccurenceStartTime
533533
Reccurence Start Time in the timezone of ScheduleTimeZone parameter. Format 06:00:00
534-
Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly.
534+
Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly.
535535
536536
```yaml
537537
Type: System.String
@@ -563,7 +563,7 @@ Accept wildcard characters: False
563563
564564
### -ScheduleStartDateTime
565565
Start Date Time. Format 2022-09-21 06:00:00
566-
Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly.
566+
Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly.
567567
568568
```yaml
569569
Type: System.String

0 commit comments

Comments
 (0)