Skip to content

fix spelling #27893

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 3 commits into from
Jun 10, 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
2 changes: 1 addition & 1 deletion src/Accounts/Accounts/help/About/about_az.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ regularly (a minimum of twice a year).
2. Run your first command. For example, create a resource group in the
east US region.
```powershell
New-AzResourceGroup -Name "MyResoureGroup" -location "eastus"
New-AzResourceGroup -Name "MyResourceGroup" -location "eastus"
```
## SEE ALSO
Azure PowerShell documentation:
Expand Down
4 changes: 2 additions & 2 deletions src/Accounts/Accounts/help/Connect-AzAccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,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 @@ -391,7 +391,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
4 changes: 2 additions & 2 deletions src/Advisor/Advisor/help/Enable-AzAdvisorRecommendation.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Name Category Resource Group Impact ImpactedFi

Enable recommendation by resource Id

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

Enable recommendation byrecommendation name
Enable recommendation by recommendation name

## PARAMETERS

Expand Down
2 changes: 1 addition & 1 deletion src/Aks/Aks/help/Install-AzAksCliTool.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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 src/Aks/Aks/help/New-AzAksCluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,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 src/Aks/Aks/help/New-AzAksNodePool.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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 src/Aks/Aks/help/Set-AzAksCluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,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 @@ -918,7 +918,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 src/Aks/Aks/help/Update-AzAksNodePool.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,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 @@ -133,7 +133,7 @@ Accept wildcard characters: False
```

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

```yaml
Type: System.String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,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 @@ -435,7 +435,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 @@ -451,7 +451,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 @@ -515,7 +515,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 @@ -531,7 +531,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 @@ -563,7 +563,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 @@ -34,7 +34,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 @@ -124,7 +124,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 src/ApiManagement/ApiManagement/help/Az.ApiManagement.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,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
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,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 @@ -8,7 +8,7 @@ schema: 2.0.0
# New-AzApiManagementGatewayHostnameConfiguration

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

## SYNTAX

Expand All @@ -20,7 +20,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 @@ -83,7 +83,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 @@ -18,7 +18,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 @@ -116,7 +116,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 @@ -82,7 +82,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 @@ -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 src/App/App/help/Get-AzContainerAppManagedEnvCert.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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
2 changes: 1 addition & 1 deletion src/App/App/help/Remove-AzContainerAppConnectedEnvDapr.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,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