Skip to content

Commit 8739c0b

Browse files
authored
Fix Spelling (MicrosoftDocs#3608)
1 parent feafe94 commit 8739c0b

32 files changed

+56
-56
lines changed

azps-14.0.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-14.0.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-14.0.0/Az.ArizeAI/Get-AzArizeAIOrganization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ UserPhoneNumber :
9090
UserUpn : aggarwalsw@microsoft.com
9191
```
9292

93-
This command will get all organization details in a given Resoure group.
93+
This command will get all organization details in a given resource group.
9494

9595
### Example 2: Get a specific Organization in a Resource Group
9696
```powershell

azps-14.0.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-14.0.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-14.0.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-14.0.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-14.0.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-14.0.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

azps-14.0.0/Az.Automation/New-AzAutomationAccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Accept wildcard characters: False
149149
```
150150
151151
### -KeyVaultEncryption
152-
Specifiy whether set Automation Account KeySource to Microsoft.KeyVault (enable CMK) or not.
152+
Specify whether set Automation Account KeySource to Microsoft.KeyVault (enable CMK) or not.
153153
154154
```yaml
155155
Type: System.Management.Automation.SwitchParameter

azps-14.0.0/Az.Automation/New-AzAutomationConnection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ This ConnectionTypeName=AzureServicePrincipal is mainly used for Azure Run As Ac
5353
```powershell
5454
$SubscriptionName = "MyTestSubscription"
5555
$SubscriptionId = "81b59010-dc55-45b7-89cd-5ca26db62472"
56-
$ClassicRunAsAccountCertifcateAssetName = "AzureClassicRunAsCertificate"
57-
$ClassicRunAsAccountConnectionFieldValues = @{"SubscriptionName" = $SubscriptionName; "SubscriptionId" = $SubscriptionId; "CertificateAssetName" = $ClassicRunAsAccountCertifcateAssetName}
56+
$ClassicRunAsAccountCertificateAssetName = "AzureClassicRunAsCertificate"
57+
$ClassicRunAsAccountConnectionFieldValues = @{"SubscriptionName" = $SubscriptionName; "SubscriptionId" = $SubscriptionId; "CertificateAssetName" = $ClassicRunAsAccountCertificateAssetName}
5858
New-AzAutomationConnection -Name "Connection14" -ConnectionTypeName AzureClassicCertificate -ConnectionFieldValues $ClassicRunAsAccountConnectionFieldValues -ResourceGroupName "ResourceGroup01" -AutomationAccountName "AutomationAccount01"
5959
```
6060

azps-14.0.0/Az.Automation/New-AzAutomationUpdateManagementAzureQuery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ List of locations for azure virtual machines.
128128
```yaml
129129
Type: System.String[]
130130
Parameter Sets: (All)
131-
Aliases: Locaton
131+
Aliases: Location
132132

133133
Required: False
134134
Position: Named

azps-14.0.0/Az.Billing/Get-AzBillingInvoice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Get latest invoice by billing account name and billing profile name and include
112112
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
113113
```
114114

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

117117

118118
## PARAMETERS

azps-14.0.0/Az.BillingBenefits/Invoke-AzBillingBenefitsElevateSavingPlanOrder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Name PrincipalId RoleDe
4444

4545
Elevate savings plan order
4646

47-
### Example 2: Elevate savings plan order via identiy
47+
### Example 2: Elevate savings plan order via identity
4848
```powershell
4949
$identity = @{
5050
SavingsPlanOrderId = "e45905d2-9207-4f24-8549-f615c203b49b"

azps-14.0.0/Az.Blueprint/New-AzBlueprintAssignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Assign a blueprint definition to a subscription.
4040
$rg = @{ResourceGroup=@{name='storage_rg';location='eastus'}}
4141
$params = @{applytaganditsdefaultvalue_tagName="Department_Cost_Center"; applytaganditsdefaultvalue_tagValue="Contoso/RnD/Dev/986754"}
4242
$blueprintObject = Get-AzBlueprint -SubscriptionId "00000000-1111-0000-1111-000000000000" -Name "myBlueprintName"
43-
$secureString = @{mySecureStringParam=@{keyVaultId='/subscriptions/00000000-1111-0000-1111-000000000000/rsourcegroups/myResourceGroup/providers/Microsoft.Keyvault/Vaults/myKeyVault';secretName='mySecret';secretVersion='1.0'}}
43+
$secureString = @{mySecureStringParam=@{keyVaultId='/subscriptions/00000000-1111-0000-1111-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.Keyvault/Vaults/myKeyVault';secretName='mySecret';secretVersion='1.0'}}
4444
New-AzBlueprintAssignment -Name "myAssignment" -Blueprint $blueprintObject -SubscriptionId "00000000-1111-0000-1111-000000000000" -Location "West US" -ResourceGroupParameter $rg -Parameter $params -SecureStringParameter $secureString
4545
```
4646

azps-14.0.0/Az.Cdn/Enable-AzFrontDoorCdnProfileMigration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ Enable-AzFrontDoorCdnProfileMigration -ProfileName name-migrated -ResourceGroupN
3232

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

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

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

4242
## PARAMETERS
4343

azps-14.0.0/Az.Cdn/Get-AzCdnEndpointResourceUsage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Checks the quota and usage of geo filters and custom domains under the given end
2525

2626
## EXAMPLES
2727

28-
### Example 1: List resource useages of an AzureCDN Endpoint under the AzureCDN profile
28+
### Example 1: List resource usagesof an AzureCDN Endpoint under the AzureCDN profile
2929
```powershell
3030
Get-AzCdnEndpointResourceUsage -ResourceGroupName testps-rg-da16jm -ProfileName cdn001 -EndpointName endptest001
3131
```
@@ -43,7 +43,7 @@ CurrentValue Limit ResourceType Unit
4343
1 10 originsPerOriginGroup count
4444
```
4545

46-
List resource useages of an AzureCDN Endpoint under the AzureCDN profile
46+
List resource usages of an AzureCDN Endpoint under the AzureCDN profile
4747

4848
## PARAMETERS
4949

azps-14.0.0/Az.Cdn/Get-AzFrontDoorCdnEndpointResourceUsage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Checks the quota and actual usage of endpoints under the given Azure Front Door
2525

2626
## EXAMPLES
2727

28-
### Example 1: List resource useages of an AzureFrontDoor endpoint under the profile
28+
### Example 1: List resource usages of an AzureFrontDoor endpoint under the profile
2929
```powershell
3030
Get-AzFrontDoorCdnEndpointResourceUsage -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -EndpointName end001
3131
```
@@ -36,7 +36,7 @@ CurrentValue Limit Unit
3636
1 100 count
3737
```
3838

39-
List resource useages of an AzureFrontDoor endpoint under the profile
39+
List resource usages of an AzureFrontDoor endpoint under the profile
4040

4141
## PARAMETERS
4242

azps-14.0.0/Az.Cdn/Get-AzFrontDoorCdnOriginGroupResourceUsage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Checks the quota and actual usage of endpoints under the given Azure Front Door
2525

2626
## EXAMPLES
2727

28-
### Example 1: List resource useages of an AzureFrontDoor origin group under the profile
28+
### Example 1: List resource usages of an AzureFrontDoor origin group under the profile
2929
```powershell
3030
Get-AzFrontDoorCdnOriginGroupResourceUsage -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -OriginGroupName org001
3131
```
@@ -36,7 +36,7 @@ CurrentValue Limit Unit
3636
1 50 count
3737
```
3838

39-
List resource useages of an AzureFrontDoor origin group under the profile
39+
List resource usages of an AzureFrontDoor origin group under the profile
4040

4141
## PARAMETERS
4242

azps-14.0.0/Az.Cdn/Get-AzFrontDoorCdnRoute.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ $originGroup = Get-AzFrontDoorCdnOriginGroup -ResourceGroupName testps-rg-da16jm
8686
$ruleSet = Get-AzFrontDoorCdnRuleSet -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -RuleSetName ruleset001
8787
$customdomain = Get-AzFrontDoorCdnCustomDomain -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -CustomDomainName domain001
8888
89-
$ruleSetResoure = New-AzFrontDoorCdnResourceReferenceObject -Id $ruleSet.Id
90-
$customdomainResoure = New-AzFrontDoorCdnResourceReferenceObject -Id $customdomain.Id
89+
$ruleSetResource = New-AzFrontDoorCdnResourceReferenceObject -Id $ruleSet.Id
90+
$customdomainResource = New-AzFrontDoorCdnResourceReferenceObject -Id $customdomain.Id
9191
92-
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
92+
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
9393
```
9494

9595
```output

azps-14.0.0/Az.Cdn/Invoke-AzCdnCommitProfileToAFDMigration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Invoke-AzCdnCommitProfileToAFDMigration -ProfileName name-migrated -ResourceGrou
3333
Commit the Migration, the Microsoft CDN (classic) profile will be upgraded AFD.
3434
After migration/upgrade, you won't be able to view CDN resources.
3535

36-
### Example 2: Commit the migrated Microsoft CDN (classic) profile, when the subscription of the profile is different from the local subscrition
36+
### Example 2: Commit the migrated Microsoft CDN (classic) profile, when the subscription of the profile is different from the local subscription
3737
```powershell
3838
Invoke-AzCdnCommitProfileToAFDMigration -ProfileName name-migrated -ResourceGroupName rgName -SubscriptionId testSubId01
3939
```

azps-14.0.0/Az.Cdn/New-AzCdnResponseBasedOriginErrorDetectionParametersObject.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ Create an in-memory object for ResponseBasedOriginErrorDetectionParameters.
2727

2828
### Example 1: Create an in-memory object for ResponseBasedOriginErrorDetectionParameters
2929
```powershell
30-
New-AzCdnResponseBasedOriginErrorDetectionParametersObject -ResponseBasedDetectedErrorType testDetctedError -ResponseBasedFailoverThresholdPercentage 6
30+
New-AzCdnResponseBasedOriginErrorDetectionParametersObject -ResponseBasedDetectedErrorType testDetectedError -ResponseBasedFailoverThresholdPercentage 6
3131
```
3232

3333
```output
3434
ResponseBasedDetectedErrorType ResponseBasedFailoverThresholdPercentage
3535
------------------------------ ----------------------------------------
36-
testDetctedError 6
36+
testDetectedError 6
3737
```
3838

3939
Create an in-memory object for ResponseBasedOriginErrorDetectionParameters

azps-14.0.0/Az.Cdn/New-AzFrontDoorCdnCustomDomain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ create a new domain within the specified profile.
6161
### Example 1: Creates an AzureFrontDoor domain within the specified AzureFrontDoor profile
6262
```powershell
6363
$secret = Get-AzFrontDoorCdnSecret -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -Name secret001
64-
$secretResoure = New-AzFrontDoorCdnResourceReferenceObject -Id $secret.Id
65-
$tlsSetting = New-AzFrontDoorCdnCustomDomainTlsSettingParametersObject -CertificateType "CustomerCertificate" -MinimumTlsVersion "TLS12" -Secret $secretResoure
64+
$secretResource = New-AzFrontDoorCdnResourceReferenceObject -Id $secret.Id
65+
$tlsSetting = New-AzFrontDoorCdnCustomDomainTlsSettingParametersObject -CertificateType "CustomerCertificate" -MinimumTlsVersion "TLS12" -Secret $secretResource
6666
New-AzFrontDoorCdnCustomDomain -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -CustomDomainName domain001 -HostName "pstest001.dev.cdn.azure.cn" -TlsSetting $tlsSetting
6767
```
6868

azps-14.0.0/Az.Cdn/New-AzFrontDoorCdnCustomDomainTlsSettingParametersObject.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Create an in-memory object for AfdDomainHttpsParameters.
2929
### Example 1: Create an in-memory object for AFDDomainHttpsParameters
3030
```powershell
3131
$secret = Get-AzFrontDoorCdnSecret -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -Name secret001
32-
$secretResoure = New-AzFrontDoorCdnResourceReferenceObject -Id $secret.Id
33-
New-AzFrontDoorCdnCustomDomainTlsSettingParametersObject -CertificateType "CustomerCertificate" -MinimumTlsVersion "TLS12" -Secret $secretResoure
32+
$secretResource = New-AzFrontDoorCdnResourceReferenceObject -Id $secret.Id
33+
New-AzFrontDoorCdnCustomDomainTlsSettingParametersObject -CertificateType "CustomerCertificate" -MinimumTlsVersion "TLS12" -Secret $secretResource
3434
```
3535

3636
```output

azps-14.0.0/Az.Cdn/New-AzFrontDoorCdnProfileScrubbingRulesObject.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RequestIPAddress EqualsAny Enabled
3737

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

40-
### Example 2: Create an in-memory object for ProfileScrubbingRules and disbale the Scrubbing rule
40+
### Example 2: Create an in-memory object for ProfileScrubbingRules and disable the Scrubbing rule
4141
```powershell
4242
New-AzFrontDoorCdnProfileScrubbingRulesObject -MatchVariable RequestUri -State Disabled
4343
```
@@ -48,7 +48,7 @@ MatchVariable Selector SelectorMatchOperator State
4848
RequestUri EqualsAny Disabled
4949
```
5050

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

5353
## PARAMETERS
5454

azps-14.0.0/Az.Cdn/New-AzFrontDoorCdnRoute.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ $originGroup = Get-AzFrontDoorCdnOriginGroup -ResourceGroupName testps-rg-da16jm
9090
$ruleSet = Get-AzFrontDoorCdnRuleSet -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -RuleSetName ruleset001
9191
$customdomain = Get-AzFrontDoorCdnCustomDomain -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -CustomDomainName domain001
9292
93-
$ruleSetResoure = New-AzFrontDoorCdnResourceReferenceObject -Id $ruleSet.Id
94-
$customdomainResoure = New-AzFrontDoorCdnResourceReferenceObject -Id $customdomain.Id
93+
$ruleSetResource = New-AzFrontDoorCdnResourceReferenceObject -Id $ruleSet.Id
94+
$customdomainResource = New-AzFrontDoorCdnResourceReferenceObject -Id $customdomain.Id
9595
96-
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)
96+
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)
9797
```
9898

9999
```output

azps-14.0.0/Az.Cdn/Start-AzFrontDoorCdnProfilePrepareMigration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ When a classic AFD instance associated with more than one WAF policy and has no
108108
Migrate the classic AFD to Azure Front Door(Standard/Premium) profile..
109109
The change need to be committed after this.
110110

111-
### 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.
111+
### 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.
112112
```powershell
113113
Start-AzFrontDoorCdnProfilePrepareMigration -ResourceGroupName rgName -ClassicResourceReferenceId /subscriptions/testSubId01/resourcegroups/rgName/providers/Microsoft.Network/Frontdoors/name -ProfileName name-migrated -SkuName Standard_AzureFrontDoor -SubscriptionId testSubId01
114114
```
@@ -119,7 +119,7 @@ MigratedProfileResourceId
119119
/subscriptions/testSubId/resourceGroups/rgName/providers/Microsoft.Cdn/profiles/name-migrated
120120
```
121121

122-
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.
122+
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.
123123
Migrate the classic AFD to Azure Front Door(Standard/Premium) profile..
124124
The change need to be committed after this.
125125

azps-14.0.0/Az.Cdn/Stop-AzFrontDoorCdnProfileMigration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ Stop-AzFrontDoorCdnProfileMigration -ProfileName name-migrated -ResourceGroupNam
3737
Abort classic CDN migrate to AFDx.
3838
This will delete all the AFD Standard or Premium configurations
3939

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

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

4949
## PARAMETERS

azps-14.0.0/Az.Cdn/Test-AzCdnNameAvailability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This is needed for resources where name is globally unique, such as a CDN endpoi
4545

4646
## EXAMPLES
4747

48-
### Example 1: Check AzureCDN endpint name availability
48+
### Example 1: Check AzureCDN endpoint name availability
4949
```powershell
5050
Test-AzCdnNameAvailability -Name endptest001 -Type Microsoft.Cdn/Profiles/Endpoints
5151
```
@@ -56,7 +56,7 @@ Message NameAvailable Reason
5656
Name not available False Name is already in use
5757
```
5858

59-
Check AzureCDN endpint name availability
59+
Check AzureCDN endpoint name availability
6060

6161
## PARAMETERS
6262

0 commit comments

Comments
 (0)