Skip to content

Spelling Fixes #27914

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 5 commits into from
Jun 11, 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
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Get-AzApplicationInsightsWebTest
```output
Name Location WebTestKind ResourceGroupName
---- -------- ----------- -----------------
bsaic-portal-appinsights-portal01 westus2 ping azpwsh-rg-test
basic-portal-appinsights-portal01 westus2 ping azpwsh-rg-test
basic-portal02-appinsights-portal01 westus2 ping azpwsh-rg-test
basic-portal03-appinsights-portal01 westus2 ping azpwsh-rg-test
standard-portal-appinsights-portal01 westus2 standard azpwsh-rg-test
Expand All @@ -73,7 +73,7 @@ Get-AzApplicationInsightsWebTest -ResourceGroupName azpwsh-rg-test
```output
Name Location WebTestKind ResourceGroupName
---- -------- ----------- -----------------
bsaic-portal-appinsights-portal01 westus2 ping azpwsh-rg-test
basic-portal-appinsights-portal01 westus2 ping azpwsh-rg-test
basic-portal02-appinsights-portal01 westus2 ping azpwsh-rg-test
basic-portal03-appinsights-portal01 westus2 ping azpwsh-rg-test
standard-portal-appinsights-portal01 westus2 standard azpwsh-rg-test
Expand All @@ -90,7 +90,7 @@ Get-AzApplicationInsightsWebTest -ResourceGroupName azpwsh-rg-test -AppInsightsN
```output
Name Location WebTestKind ResourceGroupName Enabled
---- -------- ----------- ----------------- -------
bsaic-portal-appinsights-portal01 westus2 ping azpwsh-rg-test True
basic-portal-appinsights-portal01 westus2 ping azpwsh-rg-test True
basic-portal02-appinsights-portal01 westus2 ping azpwsh-rg-test True
basic-portal03-appinsights-portal01 westus2 ping azpwsh-rg-test True
standard-portal-appinsights-portal01 westus2 standard azpwsh-rg-test True
Expand Down
2 changes: 1 addition & 1 deletion src/ArizeAI/ArizeAI/help/Get-AzArizeAIOrganization.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ UserPhoneNumber :
UserUpn : aggarwalsw@microsoft.com
```

This command will get all organization details in a given Resoure group.
This command will get all organization details in a given Resource group.

### Example 2: Get a specific Organization in a Resource Group
```powershell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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
2 changes: 1 addition & 1 deletion src/Automation/Automation/help/New-AzAutomationAccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Accept wildcard characters: False
```

### -KeyVaultEncryption
Specifiy whether set Automation Account KeySource to Microsoft.KeyVault (enable CMK) or not.
Specify whether set Automation Account KeySource to Microsoft.KeyVault (enable CMK) or not.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down
4 changes: 2 additions & 2 deletions src/Automation/Automation/help/New-AzAutomationConnection.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ This ConnectionTypeName=AzureServicePrincipal is mainly used for Azure Run As Ac
```powershell
$SubscriptionName = "MyTestSubscription"
$SubscriptionId = "81b59010-dc55-45b7-89cd-5ca26db62472"
$ClassicRunAsAccountCertifcateAssetName = "AzureClassicRunAsCertificate"
$ClassicRunAsAccountConnectionFieldValues = @{"SubscriptionName" = $SubscriptionName; "SubscriptionId" = $SubscriptionId; "CertificateAssetName" = $ClassicRunAsAccountCertifcateAssetName}
$ClassicRunAsAccountCertificateAssetName = "AzureClassicRunAsCertificate"
$ClassicRunAsAccountConnectionFieldValues = @{"SubscriptionName" = $SubscriptionName; "SubscriptionId" = $SubscriptionId; "CertificateAssetName" = $ClassicRunAsAccountCertificateAssetName}
New-AzAutomationConnection -Name "Connection14" -ConnectionTypeName AzureClassicCertificate -ConnectionFieldValues $ClassicRunAsAccountConnectionFieldValues -ResourceGroupName "ResourceGroup01" -AutomationAccountName "AutomationAccount01"
```

Expand Down
2 changes: 1 addition & 1 deletion src/Billing/Billing/help/Get-AzBillingInvoice.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Get latest invoice by billing account name and billing profile name and include
Get-AzBillingInvoice -BillingAccountName 00000000-0000-0000-0000-000000000000:00000000-0000-0000-0000-000000000000_0000-00-00 -BillingProfileName 0000-0000-000-000 -PeriodStartDate 0000-00-00 -PeriodEndDate 0000-00-00
```

Get invoices by billing account name and billing profile name for a billing period specified by perioStart date and periodEnd date.
Get invoices by billing account name and billing profile name for a billing period specified by periodStart date and periodEnd date.


## PARAMETERS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Name PrincipalId RoleDe

Elevate savings plan order

### Example 2: Elevate savings plan order via identiy
### Example 2: Elevate savings plan order via identity
```powershell
$identity = @{
SavingsPlanOrderId = "e45905d2-9207-4f24-8549-f615c203b49b"
Expand Down
2 changes: 1 addition & 1 deletion src/Blueprint/Blueprint/help/New-AzBlueprintAssignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Assign a blueprint definition to a subscription.
$rg = @{ResourceGroup=@{name='storage_rg';location='eastus'}}
$params = @{applytaganditsdefaultvalue_tagName="Department_Cost_Center"; applytaganditsdefaultvalue_tagValue="Contoso/RnD/Dev/986754"}
$blueprintObject = Get-AzBlueprint -SubscriptionId "00000000-1111-0000-1111-000000000000" -Name "myBlueprintName"
$secureString = @{mySecureStringParam=@{keyVaultId='/subscriptions/00000000-1111-0000-1111-000000000000/rsourcegroups/myResourceGroup/providers/Microsoft.Keyvault/Vaults/myKeyVault';secretName='mySecret';secretVersion='1.0'}}
$secureString = @{mySecureStringParam=@{keyVaultId='/subscriptions/00000000-1111-0000-1111-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.Keyvault/Vaults/myKeyVault';secretName='mySecret';secretVersion='1.0'}}
New-AzBlueprintAssignment -Name "myAssignment" -Blueprint $blueprintObject -SubscriptionId "00000000-1111-0000-1111-000000000000" -Location "West US" -ResourceGroupParameter $rg -Parameter $params -SecureStringParameter $secureString
```

Expand Down
4 changes: 2 additions & 2 deletions src/Cdn/Cdn/help/Enable-AzFrontDoorCdnProfileMigration.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ Enable-AzFrontDoorCdnProfileMigration -ProfileName name-migrated -ResourceGroupN

Commit the migrated Azure Front Door(Standard/Premium) profile.

### Example 2: Commit the migrated Azure Front Door(Standard/Premium) profile., when the subscription of the profile is different from the local subscrition
### Example 2: Commit the migrated Azure Front Door(Standard/Premium) profile., when the subscription of the profile is different from the local subscription
```powershell
Enable-AzFrontDoorCdnProfileMigration -ProfileName name-migrated -ResourceGroupName rgName -SubscriptionId testSubId01
```

Commit the migrated Azure Front Door(Standard/Premium) profile, when the subscription of the profile is different from the local subscrition
Commit the migrated Azure Front Door(Standard/Premium) profile, when the subscription of the profile is different from the local subscription

## PARAMETERS

Expand Down
4 changes: 2 additions & 2 deletions src/Cdn/Cdn/help/Get-AzCdnEndpointResourceUsage.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Checks the quota and usage of geo filters and custom domains under the given end

## EXAMPLES

### Example 1: List resource useages of an AzureCDN Endpoint under the AzureCDN profile
### Example 1: List resource usages of an AzureCDN Endpoint under the AzureCDN profile
```powershell
Get-AzCdnEndpointResourceUsage -ResourceGroupName testps-rg-da16jm -ProfileName cdn001 -EndpointName endptest001
```
Expand All @@ -41,7 +41,7 @@ CurrentValue Limit ResourceType Unit
1 10 originsPerOriginGroup count
```

List resource useages of an AzureCDN Endpoint under the AzureCDN profile
List resource usages of an AzureCDN Endpoint under the AzureCDN profile

## PARAMETERS

Expand Down
4 changes: 2 additions & 2 deletions src/Cdn/Cdn/help/Get-AzFrontDoorCdnEndpointResourceUsage.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Checks the quota and actual usage of endpoints under the given Azure Front Door

## EXAMPLES

### Example 1: List resource useages of an AzureFrontDoor endpoint under the profile
### Example 1: List resource usages of an AzureFrontDoor endpoint under the profile
```powershell
Get-AzFrontDoorCdnEndpointResourceUsage -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -EndpointName end001
```
Expand All @@ -34,7 +34,7 @@ CurrentValue Limit Unit
1 100 count
```

List resource useages of an AzureFrontDoor endpoint under the profile
List resource usages of an AzureFrontDoor endpoint under the profile

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Checks the quota and actual usage of endpoints under the given Azure Front Door

## EXAMPLES

### Example 1: List resource useages of an AzureFrontDoor origin group under the profile
### Example 1: List resource usages of an AzureFrontDoor origin group under the profile
```powershell
Get-AzFrontDoorCdnOriginGroupResourceUsage -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -OriginGroupName org001
```
Expand All @@ -34,7 +34,7 @@ CurrentValue Limit Unit
1 50 count
```

List resource useages of an AzureFrontDoor origin group under the profile
List resource usages of an AzureFrontDoor origin group under the profile

## PARAMETERS

Expand Down
6 changes: 3 additions & 3 deletions src/Cdn/Cdn/help/Get-AzFrontDoorCdnRoute.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ $originGroup = Get-AzFrontDoorCdnOriginGroup -ResourceGroupName testps-rg-da16jm
$ruleSet = Get-AzFrontDoorCdnRuleSet -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -RuleSetName ruleset001
$customdomain = Get-AzFrontDoorCdnCustomDomain -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -CustomDomainName domain001

$ruleSetResoure = New-AzFrontDoorCdnResourceReferenceObject -Id $ruleSet.Id
$customdomainResoure = New-AzFrontDoorCdnResourceReferenceObject -Id $customdomain.Id
$ruleSetResource = New-AzFrontDoorCdnResourceReferenceObject -Id $ruleSet.Id
$customdomainResource = New-AzFrontDoorCdnResourceReferenceObject -Id $customdomain.Id

New-AzFrontDoorCdnRoute -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -EndpointName end001 -Name route001 -OriginGroupId $originGroup.Id -RuleSet @($ruleSetResoure) -PatternsToMatch "/*" -LinkToDefaultDomain "Enabled" -EnabledState "Enabled" -CustomDomain @($customdomainResoure) | Get-AzFrontDoorCdnRoute
New-AzFrontDoorCdnRoute -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -EndpointName end001 -Name route001 -OriginGroupId $originGroup.Id -RuleSet @($ruleSetResource) -PatternsToMatch "/*" -LinkToDefaultDomain "Enabled" -EnabledState "Enabled" -CustomDomain @($customdomainResource) | Get-AzFrontDoorCdnRoute
```

```output
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Invoke-AzCdnCommitProfileToAFDMigration -ProfileName name-migrated -ResourceGrou
Commit the Migration, the Microsoft CDN (classic) profile will be upgraded AFD.
After migration/upgrade, you won't be able to view CDN resources.

### Example 2: Commit the migrated Microsoft CDN (classic) profile, when the subscription of the profile is different from the local subscrition
### Example 2: Commit the migrated Microsoft CDN (classic) profile, when the subscription of the profile is different from the local subscription
```powershell
Invoke-AzCdnCommitProfileToAFDMigration -ProfileName name-migrated -ResourceGroupName rgName -SubscriptionId testSubId01
```
Expand Down
4 changes: 2 additions & 2 deletions src/Cdn/Cdn/help/New-AzFrontDoorCdnCustomDomain.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ create a new domain within the specified profile.
### Example 1: Creates an AzureFrontDoor domain within the specified AzureFrontDoor profile
```powershell
$secret = Get-AzFrontDoorCdnSecret -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -Name secret001
$secretResoure = New-AzFrontDoorCdnResourceReferenceObject -Id $secret.Id
$tlsSetting = New-AzFrontDoorCdnCustomDomainTlsSettingParametersObject -CertificateType "CustomerCertificate" -MinimumTlsVersion "TLS12" -Secret $secretResoure
$secretResource = New-AzFrontDoorCdnResourceReferenceObject -Id $secret.Id
$tlsSetting = New-AzFrontDoorCdnCustomDomainTlsSettingParametersObject -CertificateType "CustomerCertificate" -MinimumTlsVersion "TLS12" -Secret $secretResource
New-AzFrontDoorCdnCustomDomain -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -CustomDomainName domain001 -HostName "pstest001.dev.cdn.azure.cn" -TlsSetting $tlsSetting
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Create an in-memory object for AfdDomainHttpsParameters.
### Example 1: Create an in-memory object for AFDDomainHttpsParameters
```powershell
$secret = Get-AzFrontDoorCdnSecret -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -Name secret001
$secretResoure = New-AzFrontDoorCdnResourceReferenceObject -Id $secret.Id
New-AzFrontDoorCdnCustomDomainTlsSettingParametersObject -CertificateType "CustomerCertificate" -MinimumTlsVersion "TLS12" -Secret $secretResoure
$secretResource = New-AzFrontDoorCdnResourceReferenceObject -Id $secret.Id
New-AzFrontDoorCdnCustomDomainTlsSettingParametersObject -CertificateType "CustomerCertificate" -MinimumTlsVersion "TLS12" -Secret $secretResource
```

```output
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RequestIPAddress EqualsAny Enabled

Create an in-memory object for ProfileScrubbingRules and the value of matchVariable is RequestIPAddress

### Example 2: Create an in-memory object for ProfileScrubbingRules and disbale the Scrubbing rule
### Example 2: Create an in-memory object for ProfileScrubbingRules and disable the Scrubbing rule
```powershell
New-AzFrontDoorCdnProfileScrubbingRulesObject -MatchVariable RequestUri -State Disabled
```
Expand All @@ -46,7 +46,7 @@ MatchVariable Selector SelectorMatchOperator State
RequestUri EqualsAny Disabled
```

Create an in-memory object for ProfileScrubbingRules and disbale the Scrubbing rule
Create an in-memory object for ProfileScrubbingRules and disable the Scrubbing rule

## PARAMETERS

Expand Down
6 changes: 3 additions & 3 deletions src/Cdn/Cdn/help/New-AzFrontDoorCdnRoute.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ $originGroup = Get-AzFrontDoorCdnOriginGroup -ResourceGroupName testps-rg-da16jm
$ruleSet = Get-AzFrontDoorCdnRuleSet -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -RuleSetName ruleset001
$customdomain = Get-AzFrontDoorCdnCustomDomain -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -CustomDomainName domain001

$ruleSetResoure = New-AzFrontDoorCdnResourceReferenceObject -Id $ruleSet.Id
$customdomainResoure = New-AzFrontDoorCdnResourceReferenceObject -Id $customdomain.Id
$ruleSetResource = New-AzFrontDoorCdnResourceReferenceObject -Id $ruleSet.Id
$customdomainResource = New-AzFrontDoorCdnResourceReferenceObject -Id $customdomain.Id

New-AzFrontDoorCdnRoute -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -EndpointName end001 -Name route001 -OriginGroupId $originGroup.Id -RuleSet @($ruleSetResoure) -PatternsToMatch "/*" -LinkToDefaultDomain "Enabled" -EnabledState "Enabled" -CustomDomain @($customdomainResoure)
New-AzFrontDoorCdnRoute -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -EndpointName end001 -Name route001 -OriginGroupId $originGroup.Id -RuleSet @($ruleSetResource) -PatternsToMatch "/*" -LinkToDefaultDomain "Enabled" -EnabledState "Enabled" -CustomDomain @($customdomainResource)
```

```output
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ When a classic AFD instance associated with more than one WAF policy and has no
Migrate the classic AFD to Azure Front Door(Standard/Premium) profile..
The change need to be committed after this.

### Example 5: When a classic AFD instance not associated with WAF and has no customer certificate, and the subscription of the classic AFD instance is different from the local subscrition.
### Example 5: When a classic AFD instance not associated with WAF and has no customer certificate, and the subscription of the classic AFD instance is different from the local subscription.
```powershell
Start-AzFrontDoorCdnProfilePrepareMigration -ResourceGroupName rgName -ClassicResourceReferenceId /subscriptions/testSubId01/resourcegroups/rgName/providers/Microsoft.Network/Frontdoors/name -ProfileName name-migrated -SkuName Standard_AzureFrontDoor -SubscriptionId testSubId01
```
Expand All @@ -117,7 +117,7 @@ MigratedProfileResourceId
/subscriptions/testSubId/resourceGroups/rgName/providers/Microsoft.Cdn/profiles/name-migrated
```

When a classic AFD instance not associated with WAF and has no customer certificate, and the subscription of the classic AFD instance is different from the local subscrition.
When a classic AFD instance not associated with WAF and has no customer certificate, and the subscription of the classic AFD instance is different from the local subscription.
Migrate the classic AFD to Azure Front Door(Standard/Premium) profile..
The change need to be committed after this.

Expand Down
4 changes: 2 additions & 2 deletions src/Cdn/Cdn/help/Stop-AzFrontDoorCdnProfileMigration.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ Stop-AzFrontDoorCdnProfileMigration -ProfileName name-migrated -ResourceGroupNam
Abort classic CDN migrate to AFDx.
This will delete all the AFD Standard or Premium configurations

### Example 2: Abort classic CDN migrate to AFDx, when the subscription of the classic CDN is different from the local subscrition
### Example 2: Abort classic CDN migrate to AFDx, when the subscription of the classic CDN is different from the local subscription
```powershell
Stop-AzFrontDoorCdnProfileMigration -ProfileName name-migrated -ResourceGroupName rgName -SubscriptionId testSubId01
```

Abort classic CDN migrate to AFDx.
When the subscription of the classic CDN is different from the local subscrition, You need to set the value of the subscription parameter.
When the subscription of the classic CDN is different from the local subscription, You need to set the value of the subscription parameter.
This will delete all the AFD Standard or Premium configurations.

## PARAMETERS
Expand Down
4 changes: 2 additions & 2 deletions src/Cdn/Cdn/help/Test-AzCdnNameAvailability.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This is needed for resources where name is globally unique, such as a CDN endpoi

## EXAMPLES

### Example 1: Check AzureCDN endpint name availability
### Example 1: Check AzureCDN endpoint name availability
```powershell
Test-AzCdnNameAvailability -Name endptest001 -Type Microsoft.Cdn/Profiles/Endpoints
```
Expand All @@ -54,7 +54,7 @@ Message NameAvailable Reason
Name not available False Name is already in use
```

Check AzureCDN endpint name availability
Check AzureCDN endpoint name availability

## PARAMETERS

Expand Down
4 changes: 2 additions & 2 deletions src/Cdn/Cdn/help/Test-AzFrontDoorCdnProfileMigration.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ True Standard_AzureFrontDoor {}

Checks if a classic AFD instance can be migrated to Azure Front Door(Standard/Premium) profile.

### Example 2: Checks if a classic AFD instance can be migrated to Azure Front Door(Standard/Premium) profile, when the subscription of the CDN profile is different from the local subscrition.
### Example 2: Checks if a classic AFD instance can be migrated to Azure Front Door(Standard/Premium) profile, when the subscription of the CDN profile is different from the local subscription.
```powershell
Test-AzFrontDoorCdnProfileMigration -ResourceGroupName testrg -ClassicResourceReferenceId /subscriptions/testSubId01/resourcegroups/testrg/providers/Microsoft.Network/Frontdoors/frontdoorName -SubscriptionId testSubId01
```
Expand All @@ -47,7 +47,7 @@ CanMigrate DefaultSku Error
True Standard_AzureFrontDoor {}
```

Checks if a classic AFD instance can be migrated to Azure Front Door(Standard/Premium) profile, when the subscription of the CDN profile is different from the local subscrition.
Checks if a classic AFD instance can be migrated to Azure Front Door(Standard/Premium) profile, when the subscription of the CDN profile is different from the local subscription.

You need to set the value of the subscription parameter.

Expand Down
Loading