Skip to content

Commit ae3bde9

Browse files
authored
fix spelling (MicrosoftDocs#3617)
1 parent a86d00f commit ae3bde9

29 files changed

+41
-41
lines changed

azps-12.5.0/Az.Accounts/Add-AzEnvironment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ Accept wildcard characters: False
318318
```
319319
320320
### -AzureDataLakeStoreFileSystemEndpointSuffix
321-
Dns Suffix of Azure Data Lake Store FileSystem. Example: azuredatalake.net
321+
Dns Suffix of Azure Data Lake Store FileSystem. Example: `azuredatalake.net`
322322

323323
```yaml
324324
Type: System.String
@@ -333,7 +333,7 @@ Accept wildcard characters: False
333333
```
334334

335335
### -AzureKeyVaultDnsSuffix
336-
Dns suffix of Azure Key Vault service. Example is vault-int.azure-int.net
336+
Dns suffix of Azure Key Vault service. Example is `vault-int.azure-int.net`
337337

338338
```yaml
339339
Type: System.String

azps-12.5.0/Az.Accounts/Connect-AzAccount.md

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

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

269269
```powershell
270270
$SecurePassword = ConvertTo-SecureString -String "****" -AsPlainText -Force
@@ -394,7 +394,7 @@ Accept wildcard characters: False
394394
```
395395

396396
### -CertificatePath
397-
The path of certficate file in pkcs#12 format.
397+
The path of certificate file in pkcs#12 format.
398398

399399
```yaml
400400
Type: System.String

azps-12.5.0/Az.Accounts/Get-AzAccessToken.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Get access token of Microsoft Graph endpoint for current account
5555
## PARAMETERS
5656

5757
### -AsSecureString
58-
Specifiy to convert output token as a secure string.
58+
Specify to convert output token as a secure string.
5959

6060
```yaml
6161
Type: System.Management.Automation.SwitchParameter

azps-12.5.0/Az.Advisor/Enable-AzAdvisorRecommendation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 Security automanagehcrprg High Microsoft.
5050

5151
Enable recommendation by resource Id
5252

53-
### Example 2: Enable recommendation byrecommendation name
53+
### Example 2: Enable recommendation by recommendation name
5454
```powershell
5555
Enable-AzAdvisorRecommendation -RecommendationName b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2
5656
```
@@ -61,7 +61,7 @@ Name Category Resource Group Impact ImpactedFi
6161
b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 Security automanagehcrprg High Microsoft.Compute/virtualMachines
6262
```
6363

64-
Enable recommendation byrecommendation name
64+
Enable recommendation by recommendation name
6565

6666
## PARAMETERS
6767

azps-12.5.0/Az.Aks/Install-AzAksCliTool.md

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

2626
## EXAMPLES
2727

28-
### Example 1: Install the lateset version of kubectl and kubelogin
28+
### Example 1: Install the latest version of kubectl and kubelogin
2929
```powershell
3030
Install-AzAksCliTool
3131
```

azps-12.5.0/Az.Aks/New-AzAksCluster.md

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

azps-12.5.0/Az.Aks/New-AzAksNodePool.md

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

5050
### Example 1: Create a node pool with default parameters
5151
```powershell
52-
New-AzAksNodePool -ResourceGroupName myResouceGroup -ClusterName myCluster -Name mydefault
52+
New-AzAksNodePool -ResourceGroupName myResourceGroup -ClusterName myCluster -Name mydefault
5353
```
5454

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

azps-12.5.0/Az.Aks/Set-AzAksCluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ Accept wildcard characters: False
421421
```
422422
423423
### -EnableOidcIssuer
424-
Whether to enalbe OIDC issuer feature.
424+
Whether to enable OIDC issuer feature.
425425
426426
```yaml
427427
Type: System.Management.Automation.SwitchParameter
@@ -920,7 +920,7 @@ Accept wildcard characters: False
920920
```
921921
922922
### -WindowsProfileAdminUserPassword
923-
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.
923+
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.
924924
925925
```yaml
926926
Type: System.Security.SecureString

azps-12.5.0/Az.Aks/Update-AzAksNodePool.md

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

5656
## EXAMPLES
5757

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

azps-12.5.0/Az.AlertsManagement/Measure-AzAlertStatistic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Accept wildcard characters: False
135135
```
136136
137137
### -MonitorService
138-
Filter on Moniter Service
138+
Filter on Monitor Service
139139
140140
```yaml
141141
Type: System.String

azps-12.5.0/Az.AlertsManagement/Set-AzAlertProcessingRule.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ Accept wildcard characters: False
389389
390390
### -ScheduleEndDateTime
391391
End Date Time. Format 2022-09-21 06:00:00
392-
Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly.
392+
Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly.
393393
394394
```yaml
395395
Type: System.String
@@ -437,7 +437,7 @@ Accept wildcard characters: False
437437
438438
### -ScheduleReccurence2EndTime
439439
Reccurence Start Time in the timezone of ScheduleTimeZone parameter. Format 06:00:00
440-
Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly.
440+
Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly.
441441
442442
```yaml
443443
Type: System.String
@@ -453,7 +453,7 @@ Accept wildcard characters: False
453453
454454
### -ScheduleReccurence2StartTime
455455
Reccurence Start Time in the timezone of ScheduleTimeZone parameter. Format 06:00:00
456-
Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly.
456+
Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly.
457457
458458
```yaml
459459
Type: System.String
@@ -517,7 +517,7 @@ Accept wildcard characters: False
517517
518518
### -ScheduleReccurenceEndTime
519519
Reccurence Start Time in the timezone of ScheduleTimeZone parameter. Format 06:00:00
520-
Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly.
520+
Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly.
521521
522522
```yaml
523523
Type: System.String
@@ -533,7 +533,7 @@ Accept wildcard characters: False
533533
534534
### -ScheduleReccurenceStartTime
535535
Reccurence Start Time in the timezone of ScheduleTimeZone parameter. Format 06:00:00
536-
Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly.
536+
Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly.
537537
538538
```yaml
539539
Type: System.String
@@ -565,7 +565,7 @@ Accept wildcard characters: False
565565
566566
### -ScheduleStartDateTime
567567
Start Date Time. Format 2022-09-21 06:00:00
568-
Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly.
568+
Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly.
569569
570570
```yaml
571571
Type: System.String

azps-12.5.0/Az.AlertsManagement/Update-AzSmartGroupState.md

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

39-
This cmdlet updates the smart group state to Acknowleged.
39+
This cmdlet updates the smart group state to Acknowledged.
4040

4141
## PARAMETERS
4242

azps-12.5.0/Az.ApiManagement/Add-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

azps-12.5.0/Az.ApiManagement/Az.ApiManagement.md

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

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

205205
### [New-AzApiManagementGroup](New-AzApiManagementGroup.md)
206206
Creates an API management group.

azps-12.5.0/Az.ApiManagement/New-AzApiManagement.md

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

azps-12.5.0/Az.ApiManagement/New-AzApiManagementGatewayHostnameConfiguration.md

Lines changed: 3 additions & 3 deletions
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
# New-AzApiManagementGatewayHostnameConfiguration
1111

1212
## SYNOPSIS
13-
Creates a hostname configuratin for the existing Gateway.
13+
Creates a hostname configuration for the existing Gateway.
1414

1515
## SYNTAX
1616

@@ -22,7 +22,7 @@ New-AzApiManagementGatewayHostnameConfiguration -Context <PsApiManagementContext
2222
```
2323

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

2727
## EXAMPLES
2828

@@ -85,7 +85,7 @@ Accept wildcard characters: False
8585
```
8686
8787
### -GatewayHostnameConfigurationId
88-
Identifier of new gateway hostname confiuration.
88+
Identifier of new gateway hostname configuration.
8989
This parameter is optional.
9090
If not specified will be generated.
9191

azps-12.5.0/Az.ApiManagement/New-AzApiManagementKeyVaultObject.md

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

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

2525
## EXAMPLES
2626

azps-12.5.0/Az.ApiManagement/New-AzApiManagementRegion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Accept wildcard characters: False
118118
```
119119
120120
### -PublicIpAddressId
121-
Standard SKU PublicIpAddress ResoureId for integration into stv2 Virtual Network Deployments.
121+
Standard SKU PublicIpAddress ResourceId for integration into stv2 Virtual Network Deployments.
122122
123123
```yaml
124124
Type: System.String

azps-12.5.0/Az.ApiManagement/Remove-AzApiManagementUser.md

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

azps-12.5.0/Az.ApiManagement/Update-AzApiManagementRegion.md

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

azps-12.5.0/Az.App/Get-AzContainerAppManagedEnvCert.md

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

7979
```output

azps-12.5.0/Az.App/Remove-AzContainerAppConnectedEnvDapr.md

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

6565
Delete a Dapr Component from a connected environment.

azps-12.5.0/Az.ApplicationInsights/New-AzApplicationInsightsWebTest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ New-AzApplicationInsightsWebTest -ResourceGroupName azpwsh-rg-test -Name 'pingwe
137137
<Request Method=`"GET`" Guid=`"a2025e53-0702-d03e-f311-5774ec16893d`" Version=`"1.1`" Url=`"https://www.bing.com`" ThinkTime=`"0`" Timeout=`"90`" ParseDependentRequests=`"True`" FollowRedirects=`"True`" RecordResult=`"True`" Cache=`"False`" ResponseTimeGoal=`"0`" Encoding=`"utf-8`" ExpectedHttpStatusCode=`"200`" ExpectedResponseUrl=`"`" ReportingName=`"`" IgnoreHttpStatusCode=`"False`" />
138138
</Items>
139139
<ValidationRules>
140-
<ValidationRule Classname=`"Microsoft.VisualStudio.TestTools.WebTesting.Rules.ValidationRuleFindText, Microsoft.VisualStudio.QualityTools.WebTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`" DisplayName=`"Find Text`" Description=`"Verifies the existence of the specified text in the response.`" Level=`"High`" ExectuionOrder=`"BeforeDependents`">
140+
<ValidationRule Classname=`"Microsoft.VisualStudio.TestTools.WebTesting.Rules.ValidationRuleFindText, Microsoft.VisualStudio.QualityTools.WebTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`" DisplayName=`"Find Text`" Description=`"Verifies the existence of the specified text in the response.`" Level=`"High`" ExecutionOrder=`"BeforeDependents`">
141141
<RuleParameters>
142142
<RuleParameter Name=`"FindText`" Value=`"test&#x20;content&#x20;match`" />
143143
<RuleParameter Name=`"IgnoreCase`" Value=`"False`" />

azps-12.5.0/Az.Attestation/Add-AzAttestationPolicySigner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $trustedSigner = Get-Content -Path .\trusted.signer.txt
3939
Add-AzAttestationPolicySigner -Name pshtest -ResourceGroupName psh-test-rg -Signer $trustedSigner
4040
```
4141

42-
Add a trusted signer for the Atteestation Provider named *pshtest*.
42+
Add a trusted signer for the Attestation Provider named *pshtest*.
4343

4444
## PARAMETERS
4545

azps-12.5.0/Az.Attestation/Az.Attestation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ Removes a trusted policy signer for a tenant in Azure Attestation.
3838
Delete Attestation Service.
3939

4040
### [Reset-AzAttestationPolicy](Reset-AzAttestationPolicy.md)
41-
Resets the policy from a tenant in Azure Attestationn.}
41+
Resets the policy from a tenant in Azure attestation.}
4242

4343
### [Set-AzAttestationPolicy](Set-AzAttestationPolicy.md)
44-
Sets the policy from a tenant in Azure Attestationn.
44+
Sets the policy from a tenant in Azure Attestation.
4545

4646
### [Update-AzAttestationProvider](Update-AzAttestationProvider.md)
4747
Updates the Attestation Provider.

azps-12.5.0/Az.Attestation/New-AzAttestationProvider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Accept wildcard characters: False
101101
### -PolicySigningCertificateKeyPath
102102
Specifies the set of trusted signing keys for issuance policy in a single certificate file.
103103
The value of the "keys" parameter is an array of JWK values.
104-
Bydefault, the order of the JWK values within the array does not implyan order of preference among them, although applications of JWK Setscan choose to assign a meaning to the order for their purposes, ifdesired.
104+
By default, the order of the JWK values within the array does not imply an order of preference among them, although applications of JWK Sets can choose to assign a meaning to the order for their purposes, if desired.
105105
To construct, see NOTES section for POLICYSIGNINGCERTIFICATEKEY properties and create a hash table.
106106
107107
```yaml

azps-12.5.0/Az.Attestation/Reset-AzAttestationPolicy.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
# Reset-AzAttestationPolicy
1111

1212
## SYNOPSIS
13-
Resets the policy from a tenant in Azure Attestationn.}
13+
Resets the policy from a tenant in Azure Attestation.
1414

1515
## SYNTAX
1616

azps-12.5.0/Az.Attestation/Set-AzAttestationPolicy.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
# Set-AzAttestationPolicy
1111

1212
## SYNOPSIS
13-
Sets the policy from a tenant in Azure Attestationn.
13+
Sets the policy from a tenant in Azure Attestation.
1414

1515
## SYNTAX
1616

azps-12.5.0/Az.Automanage/Get-AzAutomanageBestPractice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ AzureBestPracticesProduction
4343
AzureBestPracticesDevTest
4444
```
4545

46-
This commmand lists all Automanage best practices under a subscription.
46+
This command lists all Automanage best practices under a subscription.
4747

4848
### Example 2: Get information about a Automanage best practice by name
4949
```powershell

0 commit comments

Comments
 (0)