Skip to content

Commit d9e2bdb

Browse files
authored
Spelling Fixes (#28075)
1 parent a301248 commit d9e2bdb

30 files changed

+35
-35
lines changed

src/ServiceLinker/ServiceLinker.Autorest/custom/New-AzServiceLinkerSecretAuthInfoObject.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function New-AzServiceLinkerSecretAuthInfoObject {
4444
[Parameter(HelpMessage="The Key Vault Uri of secret.")]
4545
[string]
4646
$SecretKeyVaultUri,
47-
[Parameter(HelpMessage="The name of secret in keyvault refenced by -SecretStoreKeyVaultId.")]
47+
[Parameter(HelpMessage="The name of secret in keyvault referenced by -SecretStoreKeyVaultId.")]
4848
[string]
4949
$SecretNameInKeyVault
5050
)

src/ServiceLinker/ServiceLinker.Autorest/docs/New-AzServiceLinkerSecretAuthInfoObject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Accept wildcard characters: False
9595
```
9696
9797
### -SecretNameInKeyVault
98-
The name of secret in keyvault refenced by -SecretStoreKeyVaultId.
98+
The name of secret in keyvault referenced by -SecretStoreKeyVaultId.
9999
100100
```yaml
101101
Type: System.String

src/SpringCloud/SpringCloud.Autorest/custom/Deploy-AzSpringCloudApp.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,22 +66,22 @@ param(
6666
${SubscriptionId},
6767

6868

69-
[Parameter(Mandatory, HelpMessage='The path of the file need to be deploied. The file supports Jar, NetcoreZip and Source.')]
69+
[Parameter(Mandatory, HelpMessage='The path of the file need to be deployed. The file supports Jar, NetcoreZip and Source.')]
7070
[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Path')]
7171
[System.String]
72-
# The path of the file need to be deploied. The file supports Jar, NetcoreZip and Source.
72+
# The path of the file need to be deployed. The file supports Jar, NetcoreZip and Source.
7373
${FilePath},
7474

7575
[Parameter(Mandatory, ParameterSetName = "DeployAppForEnterprise", HelpMessage='The resource id of builder to build the source code.')]
7676
[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Path')]
7777
[System.String]
78-
# The path of the file need to be deploied. The file supports Jar, NetcoreZip and Source.
78+
# The path of the file need to be deployed. The file supports Jar, NetcoreZip and Source.
7979
${BuilderId},
8080

8181
[Parameter(Mandatory, ParameterSetName = "DeployAppForEnterprise", HelpMessage='The resource id of agent pool.')]
8282
[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Category('Path')]
8383
[System.String]
84-
# The path of the file need to be deploied. The file supports Jar, NetcoreZip and Source.
84+
# The path of the file need to be deployed. The file supports Jar, NetcoreZip and Source.
8585
${AgentPoolId},
8686

8787
[Parameter()]

src/SpringCloud/SpringCloud.Autorest/docs/Deploy-AzSpringCloudApp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Accept wildcard characters: False
136136
```
137137
138138
### -FilePath
139-
The path of the file need to be deploied.
139+
The path of the file need to be deployed.
140140
The file supports Jar, NetcoreZip and Source.
141141
142142
```yaml

src/SpringCloud/SpringCloud.Autorest/test/utils.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $env = @{}
3535
function setupEnv() {
3636
Write-Warning "Need to use Az.Resources module, Please check if installed Az.Resources(1.8.0 or Greater)."
3737
# Az.KeyVault,, Az.CosmosDB Az.KeyVault(2.0.0 or Greater), and Az.CosmosDB(0.1.4 or Greater)
38-
# Import az moduel
38+
# Import az module
3939
# Import-Module -Name Az.Resources
4040
# Import-Module -Name Az.KeyVault
4141
# Import-Module -Name Az.CosmosDB
@@ -151,7 +151,7 @@ function setupEnv() {
151151
# deploy key vault
152152
Write-Host -ForegroundColor Green "Start deploying key vault for test..."
153153
$keyVaultPara = Get-Content (Join-Path $PSScriptRoot '.\deployment-templates\key-vault\parameters.json') | ConvertFrom-Json
154-
$keyVaultPara.parameters.key_valut_name.value = $env.name
154+
$keyVaultPara.parameters.key_vault_name.value = $env.name
155155
set-content -Path (Join-Path $PSScriptRoot '.\deployment-templates\key-vault\parameters.json') -Value (ConvertTo-Json $keyVaultPara)
156156
New-AzDeployment -Mode Incremental -TemplateFile (Join-Path $PSScriptRoot '.\deployment-templates\key-vault\template.json') -TemplateParameterFile (Join-Path $PSScriptRoot '.\deployment-templates\key-vault\parameters.json') -ResourceGroupName $env.resourceGroup
157157

src/StackHCI/StackHCI.Autorest/custom/stackhci.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ function Get-ManagementUrl {
887887
}
888888

889889
<#
890-
Executes a script while suppresing any progressbar coming from cmdlets in script
890+
Executes a script while suppressing any progressbar coming from cmdlets in script
891891
Useful while running long running cmdlets (202 pattern) since progressbar from these cmdlets
892892
do not have useful information
893893
#>

src/StackHCI/StackHCI.Autorest/docs/Disable-AzStackHCIRemoteSupport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Disabling Remote Support.
3333
Remote Support successfully Disabled.
3434
```
3535

36-
Disabling Remort support
36+
Disabling Remote support
3737

3838
## PARAMETERS
3939

src/StackHCI/StackHCI.Autorest/docs/Enable-AzStackHCIRemoteSupport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ ExpiresAt : 3/30/2022 10:29:53 AM +00:00
6767
SasCredential :
6868
```
6969

70-
Enable remort support by providing consent.
70+
Enable remote support by providing consent.
7171
In this case, user is not prompted for consent
7272

7373
## PARAMETERS

src/StackHCI/StackHCI.Autorest/docs/Install-AzStackHCIRemoteSupport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ValueCount : 0
4545
Name : HKEY_LOCAL_MACHINE\SYSTEM\Software\Microsoft\RemoteSupportAgent
4646
```
4747

48-
Installs Remort Support
48+
Installs Remote Support
4949

5050
## PARAMETERS
5151

src/StackHCI/StackHCI.Autorest/docs/Unregister-AzStackHCI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Invoking with all the parameters
7474
## PARAMETERS
7575

7676
### -AccountId
77-
Specifies the AccoundId.
77+
Specifies the AccountId.
7878
Specifying this along with ArmAccessToken will avoid Azure interactive logon.
7979

8080
```yaml

0 commit comments

Comments
 (0)