Skip to content

Fix Spelling #3608

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
May 30, 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 azps-14.0.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
2 changes: 1 addition & 1 deletion azps-14.0.0/Az.ArizeAI/Get-AzArizeAIOrganization.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,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 @@ -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-14.0.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-14.0.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-14.0.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-14.0.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
2 changes: 1 addition & 1 deletion azps-14.0.0/Az.Automation/New-AzAutomationAccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,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 azps-14.0.0/Az.Automation/New-AzAutomationConnection.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,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
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ List of locations for azure virtual machines.
```yaml
Type: System.String[]
Parameter Sets: (All)
Aliases: Locaton
Aliases: Location

Required: False
Position: Named
Expand Down
2 changes: 1 addition & 1 deletion azps-14.0.0/Az.Billing/Get-AzBillingInvoice.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,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 @@ -44,7 +44,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 azps-14.0.0/Az.Blueprint/New-AzBlueprintAssignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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 azps-14.0.0/Az.Cdn/Enable-AzFrontDoorCdnProfileMigration.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,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 azps-14.0.0/Az.Cdn/Get-AzCdnEndpointResourceUsage.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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 usagesof an AzureCDN Endpoint under the AzureCDN profile
```powershell
Get-AzCdnEndpointResourceUsage -ResourceGroupName testps-rg-da16jm -ProfileName cdn001 -EndpointName endptest001
```
Expand All @@ -43,7 +43,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
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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 @@ -36,7 +36,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 @@ -25,7 +25,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 @@ -36,7 +36,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 azps-14.0.0/Az.Cdn/Get-AzFrontDoorCdnRoute.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,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 @@ -33,7 +33,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
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ Create an in-memory object for ResponseBasedOriginErrorDetectionParameters.

### Example 1: Create an in-memory object for ResponseBasedOriginErrorDetectionParameters
```powershell
New-AzCdnResponseBasedOriginErrorDetectionParametersObject -ResponseBasedDetectedErrorType testDetctedError -ResponseBasedFailoverThresholdPercentage 6
New-AzCdnResponseBasedOriginErrorDetectionParametersObject -ResponseBasedDetectedErrorType testDetectedError -ResponseBasedFailoverThresholdPercentage 6
```

```output
ResponseBasedDetectedErrorType ResponseBasedFailoverThresholdPercentage
------------------------------ ----------------------------------------
testDetctedError 6
testDetectedError 6
```

Create an in-memory object for ResponseBasedOriginErrorDetectionParameters
Expand Down
4 changes: 2 additions & 2 deletions azps-14.0.0/Az.Cdn/New-AzFrontDoorCdnCustomDomain.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,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 @@ -29,8 +29,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 @@ -37,7 +37,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 @@ -48,7 +48,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 azps-14.0.0/Az.Cdn/New-AzFrontDoorCdnRoute.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,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 @@ -108,7 +108,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 @@ -119,7 +119,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 azps-14.0.0/Az.Cdn/Stop-AzFrontDoorCdnProfileMigration.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,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 azps-14.0.0/Az.Cdn/Test-AzCdnNameAvailability.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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 @@ -56,7 +56,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
Loading