Skip to content

Commit f5d8429

Browse files
ArieHeinCopilot
andauthored
Spelling Fixes (#27914)
Co-authored-by: Copilot <[email protected]>
1 parent 513dcae commit f5d8429

24 files changed

+48
-48
lines changed

src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWebTest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Get-AzApplicationInsightsWebTest
5656
```output
5757
Name Location WebTestKind ResourceGroupName
5858
---- -------- ----------- -----------------
59-
bsaic-portal-appinsights-portal01 westus2 ping azpwsh-rg-test
59+
basic-portal-appinsights-portal01 westus2 ping azpwsh-rg-test
6060
basic-portal02-appinsights-portal01 westus2 ping azpwsh-rg-test
6161
basic-portal03-appinsights-portal01 westus2 ping azpwsh-rg-test
6262
standard-portal-appinsights-portal01 westus2 standard azpwsh-rg-test
@@ -73,7 +73,7 @@ Get-AzApplicationInsightsWebTest -ResourceGroupName azpwsh-rg-test
7373
```output
7474
Name Location WebTestKind ResourceGroupName
7575
---- -------- ----------- -----------------
76-
bsaic-portal-appinsights-portal01 westus2 ping azpwsh-rg-test
76+
basic-portal-appinsights-portal01 westus2 ping azpwsh-rg-test
7777
basic-portal02-appinsights-portal01 westus2 ping azpwsh-rg-test
7878
basic-portal03-appinsights-portal01 westus2 ping azpwsh-rg-test
7979
standard-portal-appinsights-portal01 westus2 standard azpwsh-rg-test
@@ -90,7 +90,7 @@ Get-AzApplicationInsightsWebTest -ResourceGroupName azpwsh-rg-test -AppInsightsN
9090
```output
9191
Name Location WebTestKind ResourceGroupName Enabled
9292
---- -------- ----------- ----------------- -------
93-
bsaic-portal-appinsights-portal01 westus2 ping azpwsh-rg-test True
93+
basic-portal-appinsights-portal01 westus2 ping azpwsh-rg-test True
9494
basic-portal02-appinsights-portal01 westus2 ping azpwsh-rg-test True
9595
basic-portal03-appinsights-portal01 westus2 ping azpwsh-rg-test True
9696
standard-portal-appinsights-portal01 westus2 standard azpwsh-rg-test True

src/ArizeAI/ArizeAI/help/Get-AzArizeAIOrganization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ UserPhoneNumber :
8888
8989
```
9090

91-
This command will get all organization details in a given Resoure group.
91+
This command will get all organization details in a given Resource group.
9292

9393
### Example 2: Get a specific Organization in a Resource Group
9494
```powershell

src/Automanage/Automanage/help/Get-AzAutomanageBestPractice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ AzureBestPracticesProduction
4141
AzureBestPracticesDevTest
4242
```
4343

44-
This commmand lists all Automanage best practices under a subscription.
44+
This command lists all Automanage best practices under a subscription.
4545

4646
### Example 2: Get information about a Automanage best practice by name
4747
```powershell

src/Automation/Automation/help/New-AzAutomationAccount.md

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

src/Automation/Automation/help/New-AzAutomationConnection.md

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

src/Billing/Billing/help/Get-AzBillingInvoice.md

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

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

115115

116116
## PARAMETERS

src/BillingBenefits/BillingBenefits/help/Invoke-AzBillingBenefitsElevateSavingPlanOrder.md

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

4343
Elevate savings plan order
4444

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

src/Blueprint/Blueprint/help/New-AzBlueprintAssignment.md

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

src/Cdn/Cdn/help/Enable-AzFrontDoorCdnProfileMigration.md

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

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

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

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

4040
## PARAMETERS
4141

src/Cdn/Cdn/help/Get-AzCdnEndpointResourceUsage.md

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

2424
## EXAMPLES
2525

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

44-
List resource useages of an AzureCDN Endpoint under the AzureCDN profile
44+
List resource usages of an AzureCDN Endpoint under the AzureCDN profile
4545

4646
## PARAMETERS
4747

0 commit comments

Comments
 (0)