Skip to content

fix spelling #3617

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions azps-12.5.0/Az.Accounts/Add-AzEnvironment.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ Accept wildcard characters: False
```

### -AzureDataLakeStoreFileSystemEndpointSuffix
Dns Suffix of Azure Data Lake Store FileSystem. Example: azuredatalake.net
Dns Suffix of Azure Data Lake Store FileSystem. Example: `azuredatalake.net`

```yaml
Type: System.String
Expand All @@ -333,7 +333,7 @@ Accept wildcard characters: False
```

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

```yaml
Type: System.String
Expand Down
4 changes: 2 additions & 2 deletions azps-12.5.0/Az.Accounts/Connect-AzAccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ yyyy-yyyy-yyyy-yyyy Subscription1 xxxx-xxxx-xxxx-xxxx AzureCloud
### Example 9: Connect using certificate file

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

```powershell
$SecurePassword = ConvertTo-SecureString -String "****" -AsPlainText -Force
Expand Down Expand Up @@ -394,7 +394,7 @@ Accept wildcard characters: False
```

### -CertificatePath
The path of certficate file in pkcs#12 format.
The path of certificate file in pkcs#12 format.

```yaml
Type: System.String
Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.Accounts/Get-AzAccessToken.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Get access token of Microsoft Graph endpoint for current account
## PARAMETERS

### -AsSecureString
Specifiy to convert output token as a secure string.
Specify to convert output token as a secure string.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down
4 changes: 2 additions & 2 deletions azps-12.5.0/Az.Advisor/Enable-AzAdvisorRecommendation.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 Security automanagehcrprg High Microsoft.

Enable recommendation by resource Id

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

Enable recommendation byrecommendation name
Enable recommendation by recommendation name

## PARAMETERS

Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.Aks/Install-AzAksCliTool.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Download and install kubectl and kubelogin.

## EXAMPLES

### Example 1: Install the lateset version of kubectl and kubelogin
### Example 1: Install the latest version of kubectl and kubelogin
```powershell
Install-AzAksCliTool
```
Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.Aks/New-AzAksCluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ Accept wildcard characters: False
```

### -EnableOidcIssuer
Whether to enalbe OIDC issuer feature.
Whether to enable OIDC issuer feature.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.Aks/New-AzAksNodePool.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Create a new node pool in specified cluster.

### Example 1: Create a node pool with default parameters
```powershell
New-AzAksNodePool -ResourceGroupName myResouceGroup -ClusterName myCluster -Name mydefault
New-AzAksNodePool -ResourceGroupName myResourceGroup -ClusterName myCluster -Name mydefault
```

### Example 2: Create Windows Server container on an AKS
Expand Down
4 changes: 2 additions & 2 deletions azps-12.5.0/Az.Aks/Set-AzAksCluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ Accept wildcard characters: False
```

### -EnableOidcIssuer
Whether to enalbe OIDC issuer feature.
Whether to enable OIDC issuer feature.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down Expand Up @@ -920,7 +920,7 @@ Accept wildcard characters: False
```

### -WindowsProfileAdminUserPassword
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.
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.

```yaml
Type: System.Security.SecureString
Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.Aks/Update-AzAksNodePool.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Update node pool in a managed cluster.

## EXAMPLES

### Example 1: Change minimun count to 5 for specified node pool
### Example 1: Change minimum count to 5 for specified node pool
```powershell
Update-AzAksNodePool -ResourceGroupName myResourceGroup -ClusterName myCluster -Name linuxpool -MinCount 5
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Accept wildcard characters: False
```

### -MonitorService
Filter on Moniter Service
Filter on Monitor Service

```yaml
Type: System.String
Expand Down
12 changes: 6 additions & 6 deletions azps-12.5.0/Az.AlertsManagement/Set-AzAlertProcessingRule.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ Accept wildcard characters: False

### -ScheduleEndDateTime
End Date Time. Format 2022-09-21 06:00:00
Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly.
Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly.

```yaml
Type: System.String
Expand Down Expand Up @@ -437,7 +437,7 @@ Accept wildcard characters: False

### -ScheduleReccurence2EndTime
Reccurence Start Time in the timezone of ScheduleTimeZone parameter. Format 06:00:00
Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly.
Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly.

```yaml
Type: System.String
Expand All @@ -453,7 +453,7 @@ Accept wildcard characters: False

### -ScheduleReccurence2StartTime
Reccurence Start Time in the timezone of ScheduleTimeZone parameter. Format 06:00:00
Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly.
Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly.

```yaml
Type: System.String
Expand Down Expand Up @@ -517,7 +517,7 @@ Accept wildcard characters: False

### -ScheduleReccurenceEndTime
Reccurence Start Time in the timezone of ScheduleTimeZone parameter. Format 06:00:00
Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly.
Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly.

```yaml
Type: System.String
Expand All @@ -533,7 +533,7 @@ Accept wildcard characters: False

### -ScheduleReccurenceStartTime
Reccurence Start Time in the timezone of ScheduleTimeZone parameter. Format 06:00:00
Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly.
Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly.

```yaml
Type: System.String
Expand Down Expand Up @@ -565,7 +565,7 @@ Accept wildcard characters: False

### -ScheduleStartDateTime
Start Date Time. Format 2022-09-21 06:00:00
Should be mentioned in case of Reccurent Schedule - Daily, Weekly or Monthly.
Should be mentioned in case of Recurrent Schedule - Daily, Weekly or Monthly.

```yaml
Type: System.String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Update-AzSmartGroupState -State <String> -InputObject <PSSmartGroup> [-DefaultPr
Update-AzSmartGroupState -SmartGroupId "afbf1b3a-0a6c-4f19-9c9b-644ccd7b1529" -State "Acknowledged"
```

This cmdlet updates the smart group state to Acknowleged.
This cmdlet updates the smart group state to Acknowledged.

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Accept wildcard characters: False
```

### -PublicIpAddressId
Standard SKU PublicIpAddress ResoureId for integration into stv2 Virtual Network Deployments
Standard SKU PublicIpAddress ResourceId for integration into stv2 Virtual Network Deployments

```yaml
Type: System.String
Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.ApiManagement/Az.ApiManagement.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Creates a new diagnostics at the Global scope or Api Scope.
Creates new Gateway entity.

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

### [New-AzApiManagementGroup](New-AzApiManagementGroup.md)
Creates an API management group.
Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.ApiManagement/New-AzApiManagement.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ Accept wildcard characters: False

### -PublicIpAddressId

Standard SKU PublicIpAddress ResoureId for integration into stv2 Virtual Network Deployments
Standard SKU PublicIpAddress ResourceId for integration into stv2 Virtual Network Deployments

```yaml
Type: System.String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
# New-AzApiManagementGatewayHostnameConfiguration

## SYNOPSIS
Creates a hostname configuratin for the existing Gateway.
Creates a hostname configuration for the existing Gateway.

## SYNTAX

Expand All @@ -22,7 +22,7 @@ New-AzApiManagementGatewayHostnameConfiguration -Context <PsApiManagementContext
```

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

## EXAMPLES

Expand Down Expand Up @@ -85,7 +85,7 @@ Accept wildcard characters: False
```

### -GatewayHostnameConfigurationId
Identifier of new gateway hostname confiuration.
Identifier of new gateway hostname configuration.
This parameter is optional.
If not specified will be generated.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ New-AzApiManagementKeyVaultObject -SecretIdentifier <String> [-IdentityClientId
```

## DESCRIPTION
The **New-AzApiManagementKeyVaultObject** cmdlet creates an instance of PsApiManagementKeyVaultObjecte.
The **New-AzApiManagementKeyVaultObject** cmdlet creates an instance of PsApiManagementKeyVaultObject.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Accept wildcard characters: False
```

### -PublicIpAddressId
Standard SKU PublicIpAddress ResoureId for integration into stv2 Virtual Network Deployments.
Standard SKU PublicIpAddress ResourceId for integration into stv2 Virtual Network Deployments.

```yaml
Type: System.String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Accept wildcard characters: False
```

### -PassThru
Indicates that this cmdlet returns a value of $Ture, if it succeeds, or a value of $False, otherwise.
Indicates that this cmdlet returns a value of $True, if it succeeds, or a value of $False, otherwise.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Accept wildcard characters: False
```

### -PublicIpAddressId
Standard SKU PublicIpAddress ResoureId for integration into stv2 Virtual Network Deployments
Standard SKU PublicIpAddress ResourceId for integration into stv2 Virtual Network Deployments

```yaml
Type: System.String
Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.App/Get-AzContainerAppManagedEnvCert.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Get the specified Certificate by name.
### Example 3: Get the specified Certificate.
```powershell
$managedenv = Get-AzContainerAppManagedEnv -Name azps-env -ResourceGroupName azps_test_group_app
Get-AzContainerAppManagGet-AzContainerAppManagedEnvCert -ManagedEnvironmentInputObject $managedenv -Name azps-env-cert
Get-AzContainerAppManagedEnvCert -ManagedEnvironmentInputObject $managedenv -Name azps-env-cert
```

```output
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Delete a Dapr Component from a connected environment.
```powershell
$connectedenvdapr = Get-AzContainerAppConnectedEnvDapr -ConnectedEnvironmentName azps-connectedenv -ResourceGroupName azps_test_group_app -Name azps-connectedenvdapr

Remove-AzContainerAppConnectedEnvDapr -InpitObject $connectedenvdapr
Remove-AzContainerAppConnectedEnvDapr -InputObject $connectedenvdapr
```

Delete a Dapr Component from a connected environment.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ New-AzApplicationInsightsWebTest -ResourceGroupName azpwsh-rg-test -Name 'pingwe
<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`" />
</Items>
<ValidationRules>
<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`">
<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`">
<RuleParameters>
<RuleParameter Name=`"FindText`" Value=`"test&#x20;content&#x20;match`" />
<RuleParameter Name=`"IgnoreCase`" Value=`"False`" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $trustedSigner = Get-Content -Path .\trusted.signer.txt
Add-AzAttestationPolicySigner -Name pshtest -ResourceGroupName psh-test-rg -Signer $trustedSigner
```

Add a trusted signer for the Atteestation Provider named *pshtest*.
Add a trusted signer for the Attestation Provider named *pshtest*.

## PARAMETERS

Expand Down
4 changes: 2 additions & 2 deletions azps-12.5.0/Az.Attestation/Az.Attestation.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ Removes a trusted policy signer for a tenant in Azure Attestation.
Delete Attestation Service.

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

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

### [Update-AzAttestationProvider](Update-AzAttestationProvider.md)
Updates the Attestation Provider.
Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.Attestation/New-AzAttestationProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Accept wildcard characters: False
### -PolicySigningCertificateKeyPath
Specifies the set of trusted signing keys for issuance policy in a single certificate file.
The value of the "keys" parameter is an array of JWK values.
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.
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.
To construct, see NOTES section for POLICYSIGNINGCERTIFICATEKEY properties and create a hash table.

```yaml
Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.Attestation/Reset-AzAttestationPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
# Reset-AzAttestationPolicy

## SYNOPSIS
Resets the policy from a tenant in Azure Attestationn.}
Resets the policy from a tenant in Azure Attestation.

## SYNTAX

Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.Attestation/Set-AzAttestationPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
# Set-AzAttestationPolicy

## SYNOPSIS
Sets the policy from a tenant in Azure Attestationn.
Sets the policy from a tenant in Azure Attestation.

## SYNTAX

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ AzureBestPracticesProduction
AzureBestPracticesDevTest
```

This commmand lists all Automanage best practices under a subscription.
This command lists all Automanage best practices under a subscription.

### Example 2: Get information about a Automanage best practice by name
```powershell
Expand Down