Skip to content

Commit f5e987f

Browse files
ArieHeinvidai-msft
andauthored
Spelling Fixes (#27962)
Co-authored-by: Vincent Dai <[email protected]>
1 parent c14fedb commit f5e987f

File tree

38 files changed

+53
-53
lines changed

38 files changed

+53
-53
lines changed

src/App/App.Autorest/docs/Get-AzContainerAppManagedEnvCert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Get the specified Certificate by name.
6969
### Example 3: Get the specified Certificate.
7070
```powershell
7171
$managedenv = Get-AzContainerAppManagedEnv -Name azps-env -ResourceGroupName azps_test_group_app
72-
Get-AzContainerAppManagGet-AzContainerAppManagedEnvCert -ManagedEnvironmentInputObject $managedenv -Name azps-env-cert
72+
Get-AzContainerAppManagedEnvCert -ManagedEnvironmentInputObject $managedenv -Name azps-env-cert
7373
```
7474

7575
```output

src/App/App.Autorest/docs/Remove-AzContainerAppConnectedEnvDapr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Delete a Dapr Component from a connected environment.
5656
```powershell
5757
$connectedenvdapr = Get-AzContainerAppConnectedEnvDapr -ConnectedEnvironmentName azps-connectedenv -ResourceGroupName azps_test_group_app -Name azps-connectedenvdapr
5858
59-
Remove-AzContainerAppConnectedEnvDapr -InpitObject $connectedenvdapr
59+
Remove-AzContainerAppConnectedEnvDapr -InputObject $connectedenvdapr
6060
```
6161

6262
Delete a Dapr Component from a connected environment.

src/App/App.Autorest/examples/Remove-AzContainerAppConnectedEnvDapr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Delete a Dapr Component from a connected environment.
1818
```powershell
1919
$connectedenvdapr = Get-AzContainerAppConnectedEnvDapr -ConnectedEnvironmentName azps-connectedenv -ResourceGroupName azps_test_group_app -Name azps-connectedenvdapr
2020
21-
Remove-AzContainerAppConnectedEnvDapr -InpitObject $connectedenvdapr
21+
Remove-AzContainerAppConnectedEnvDapr -InputObject $connectedenvdapr
2222
```
2323

2424
Delete a Dapr Component from a connected environment.

src/App/App.Autorest/test/AzContainerAppJob.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Describe 'AzContainerAppJob' {
6262

6363
It 'StartExpanded' {
6464
{
65-
$initContainer = New-AzContainerAppJobExecutionContainerObject -Image "mcr.microsoft.com/k8se/quickstart-jobs:lates" -Name "simple-hello-world-container2" -ResourceCpu 0.25 -ResourceMemory "0.5Gi" -Command "/bin/sh" -Arg "-c","echo hello; sleep 10;"
65+
$initContainer = New-AzContainerAppJobExecutionContainerObject -Image "mcr.microsoft.com/k8se/quickstart-jobs:latest" -Name "simple-hello-world-container2" -ResourceCpu 0.25 -ResourceMemory "0.5Gi" -Command "/bin/sh" -Arg "-c","echo hello; sleep 10;"
6666
$config = Start-AzContainerAppJob -Name $env.containerAppJob1 -ResourceGroupName $env.resourceGroupManaged -InitContainer $initContainer
6767
$config.Count | Should -BeGreaterThan 0
6868

src/ApplicationInsights/ApplicationInsights.Autorest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ directive:
405405
- model-cmdlet:
406406
- WebTestGeolocation
407407
- WorkbookTemplateGallery
408-
# Hide for custom modle cmdlet.
408+
# Hide for custom model cmdlet.
409409
# - HeaderField
410410

411411
# format output table

src/ApplicationInsights/ApplicationInsights.Autorest/examples/Update-AzApplicationInsightsWebTestTag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Example 1: Updates Application Insights link of the Web test
2-
[Update-AzApplicationInsightsWebTestTag API Swgger](https://github.com/Azure/azure-rest-api-specs/blob/master/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/webTests_API.json#L189)
2+
[Update-AzApplicationInsightsWebTestTag API Swagger](https://github.com/Azure/azure-rest-api-specs/blob/master/specification/applicationinsights/resource-manager/Microsoft.Insights/preview/2018-05-01-preview/webTests_API.json#L189)
33
```powershell
44
Update-AzApplicationInsightsWebTestTag -ResourceGroupName azpwsh-rg-test -Name webtest01-lucasappinsights -Tag @{"hidden-link:/subscriptions/xxxxxxxxxx-xxxxx-xxxx-xxxxxxxxxxxx/resourceGroups/azpwsh-rg-test/providers/microsoft.insights/components/lucasappinsights" = "Resource"}
55
```

src/ArcGateway/ArcGateway.Autorest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ input-file:
4848
module-version: 0.1.0
4949
title: ArcGateway
5050
subject-prefix: 'Arc'
51-
# becasue autorest.powershell is unable to transform IdentityType as the best practice design if it uses managed identity
51+
# because autorest.powershell is unable to transform IdentityType as the best practice design if it uses managed identity
5252
# we hide the original cmdlet and custom it under /custom folder
5353
disable-transform-identity-type-for-operation:
5454
- Machines_Update

src/ArizeAI/ArizeAI.Autorest/docs/Get-AzArizeAIOrganization.md

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

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

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

src/ArizeAI/ArizeAI.Autorest/examples/Get-AzArizeAIOrganization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ UserPhoneNumber :
4646
4747
```
4848

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

5151
### Example 2: Get a specific Organization in a Resource Group
5252
```powershell

src/Attestation/Attestation.Autorest/custom/New-AzAttestationProvider.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ COMPLEX PARAMETER PROPERTIES
3131
3232
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
3333
34-
POLICYSIGNINGCERTIFICATEKEY <IJsonWebKey[]>: 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.
34+
POLICYSIGNINGCERTIFICATEKEY <IJsonWebKey[]>: The value of the "keys" parameter is an array of JWK values. By default, the order of the JWK values within the array does not imply an order of preference among them, although applications of JWK Setscan choose to assign a meaning to the order for their purposes, if desired.
3535
Kty <String>: The "kty" (key type) parameter identifies the cryptographic algorithm family used with the key, such as "RSA" or "EC". "kty" values should either be registered in the IANA "JSON Web Key Types" registry established by [JWA] or be a value that contains a Collision- Resistant Name. The "kty" value is a case-sensitive string.
3636
[Alg <String>]: The "alg" (algorithm) parameter identifies the algorithm intended for use with the key. The values used should either be registered in the IANA "JSON Web Signature and Encryption Algorithms" registry established by [JWA] or be a value that contains a Collision- Resistant Name.
3737
[Crv <String>]: The "crv" (curve) parameter identifies the curve type
@@ -89,7 +89,7 @@ param(
8989
[System.String]
9090
# Specifies the set of trusted signing keys for issuance policy in a single certificate file.
9191
# The value of the "keys" parameter is an array of JWK values.
92-
# 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.
92+
# By default, the order of the JWK values within the array does not imply an order of preference among them, although applications of JWK Setscan choose to assign a meaning to the order for their purposes, if desired.
9393
# To construct, see NOTES section for POLICYSIGNINGCERTIFICATEKEY properties and create a hash table.
9494
${PolicySigningCertificateKeyPath},
9595

0 commit comments

Comments
 (0)