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

src/AlertsManagement/AlertsManagement/help/Update-AzSmartGroupState.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Update-AzSmartGroupState -State <String> -InputObject <PSSmartGroup> [-DefaultPr
3434
Update-AzSmartGroupState -SmartGroupId "afbf1b3a-0a6c-4f19-9c9b-644ccd7b1529" -State "Acknowledged"
3535
```
3636

37-
This cmdlet updates the smart group state to Acknowleged.
37+
This cmdlet updates the smart group state to Acknowledged.
3838

3939
## PARAMETERS
4040

src/ApiManagement/ApiManagement/help/Add-AzApiManagementRegion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Accept wildcard characters: False
124124
```
125125
126126
### -PublicIpAddressId
127-
Standard SKU PublicIpAddress ResoureId for integration into stv2 Virtual Network Deployments
127+
Standard SKU PublicIpAddress ResourceId for integration into stv2 Virtual Network Deployments
128128
129129
```yaml
130130
Type: System.String

src/ApiManagement/ApiManagement/help/Az.ApiManagement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Creates a new diagnostics at the Global scope or Api Scope.
198198
Creates new Gateway entity.
199199

200200
### [New-AzApiManagementGatewayHostnameConfiguration](New-AzApiManagementGatewayHostnameConfiguration.md)
201-
Creates a hostname configuratin for the existing Gateway.
201+
Creates a hostname configuration for the existing Gateway.
202202

203203
### [New-AzApiManagementGroup](New-AzApiManagementGroup.md)
204204
Creates an API management group.

src/ApiManagement/ApiManagement/help/New-AzApiManagement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ Accept wildcard characters: False
456456
457457
### -PublicIpAddressId
458458
459-
Standard SKU PublicIpAddress ResoureId for integration into stv2 Virtual Network Deployments
459+
Standard SKU PublicIpAddress ResourceId for integration into stv2 Virtual Network Deployments
460460
461461
```yaml
462462
Type: System.String

src/ApiManagement/ApiManagement/help/New-AzApiManagementGatewayHostnameConfiguration.md

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

1010
## SYNOPSIS
11-
Creates a hostname configuratin for the existing Gateway.
11+
Creates a hostname configuration for the existing Gateway.
1212

1313
## SYNTAX
1414

@@ -20,7 +20,7 @@ New-AzApiManagementGatewayHostnameConfiguration -Context <PsApiManagementContext
2020
```
2121

2222
## DESCRIPTION
23-
The **New-AzApiManagementGatewayHostnameConfiguration** cmdlet creates a hostname configuratin for the existing Gateway.
23+
The **New-AzApiManagementGatewayHostnameConfiguration** cmdlet creates a hostname configuration for the existing Gateway.
2424

2525
## EXAMPLES
2626

@@ -83,7 +83,7 @@ Accept wildcard characters: False
8383
```
8484
8585
### -GatewayHostnameConfigurationId
86-
Identifier of new gateway hostname confiuration.
86+
Identifier of new gateway hostname configuration.
8787
This parameter is optional.
8888
If not specified will be generated.
8989

src/ApiManagement/ApiManagement/help/New-AzApiManagementKeyVaultObject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ New-AzApiManagementKeyVaultObject -SecretIdentifier <String> [-IdentityClientId
1818
```
1919

2020
## DESCRIPTION
21-
The **New-AzApiManagementKeyVaultObject** cmdlet creates an instance of PsApiManagementKeyVaultObjecte.
21+
The **New-AzApiManagementKeyVaultObject** cmdlet creates an instance of PsApiManagementKeyVaultObject.
2222

2323
## EXAMPLES
2424

src/ApiManagement/ApiManagement/help/New-AzApiManagementRegion.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
### -PublicIpAddressId
119-
Standard SKU PublicIpAddress ResoureId for integration into stv2 Virtual Network Deployments.
119+
Standard SKU PublicIpAddress ResourceId for integration into stv2 Virtual Network Deployments.
120120
121121
```yaml
122122
Type: System.String

src/ApiManagement/ApiManagement/help/Remove-AzApiManagementUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Accept wildcard characters: False
8282
```
8383
8484
### -PassThru
85-
Indicates that this cmdlet returns a value of $Ture, if it succeeds, or a value of $False, otherwise.
85+
Indicates that this cmdlet returns a value of $True, if it succeeds, or a value of $False, otherwise.
8686
8787
```yaml
8888
Type: System.Management.Automation.SwitchParameter

src/ApiManagement/ApiManagement/help/Update-AzApiManagementRegion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Accept wildcard characters: False
126126
```
127127
128128
### -PublicIpAddressId
129-
Standard SKU PublicIpAddress ResoureId for integration into stv2 Virtual Network Deployments
129+
Standard SKU PublicIpAddress ResourceId for integration into stv2 Virtual Network Deployments
130130
131131
```yaml
132132
Type: System.String

src/App/App/help/Get-AzContainerAppManagedEnvCert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Get the specified Certificate by name.
7171
### Example 3: Get the specified Certificate.
7272
```powershell
7373
$managedenv = Get-AzContainerAppManagedEnv -Name azps-env -ResourceGroupName azps_test_group_app
74-
Get-AzContainerAppManagGet-AzContainerAppManagedEnvCert -ManagedEnvironmentInputObject $managedenv -Name azps-env-cert
74+
Get-AzContainerAppManagedEnvCert -ManagedEnvironmentInputObject $managedenv -Name azps-env-cert
7575
```
7676

7777
```output

src/App/App/help/Remove-AzContainerAppConnectedEnvDapr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Delete a Dapr Component from a connected environment.
5757
```powershell
5858
$connectedenvdapr = Get-AzContainerAppConnectedEnvDapr -ConnectedEnvironmentName azps-connectedenv -ResourceGroupName azps_test_group_app -Name azps-connectedenvdapr
5959
60-
Remove-AzContainerAppConnectedEnvDapr -InpitObject $connectedenvdapr
60+
Remove-AzContainerAppConnectedEnvDapr -InputObject $connectedenvdapr
6161
```
6262

6363
Delete a Dapr Component from a connected environment.

0 commit comments

Comments
 (0)