Skip to content

Commit 289bfbb

Browse files
authored
Spelling Fixes (#28054)
1 parent 4de1345 commit 289bfbb

24 files changed

+38
-38
lines changed

src/ImageBuilder/ImageBuilder.Autorest/docs/New-AzImageBuilderTemplateSourceObject.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ ExactVersion ImageVersionId
6060

6161
This command creates a shared image source.
6262

63-
### Example 3: Create a platfrom image source.
63+
### Example 3: Create a platform image source.
6464
```powershell
6565
New-AzImageBuilderTemplateSourceObject -Publisher 'Canonical' -Offer 'UbuntuServer' -Sku '18.04-LTS' -Version 'latest'
6666
```
@@ -71,7 +71,7 @@ ExactVersion Offer Publisher Sku Version
7171
UbuntuServer Canonical 18.04-LTS latest
7272
```
7373

74-
This command creates a platfrom image source.
74+
This command creates a platform image source.
7575

7676
## PARAMETERS
7777

src/ImageBuilder/ImageBuilder.Autorest/examples/New-AzImageBuilderTemplateSourceObject.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ExactVersion ImageVersionId
2424

2525
This command creates a shared image source.
2626

27-
### Example 3: Create a platfrom image source.
27+
### Example 3: Create a platform image source.
2828
```powershell
2929
New-AzImageBuilderTemplateSourceObject -Publisher 'Canonical' -Offer 'UbuntuServer' -Sku '18.04-LTS' -Version 'latest'
3030
```
@@ -35,4 +35,4 @@ ExactVersion Offer Publisher Sku Version
3535
UbuntuServer Canonical 18.04-LTS latest
3636
```
3737

38-
This command creates a platfrom image source.
38+
This command creates a platform image source.

src/ImageBuilder/ImageBuilder.Autorest/test/utils.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function setupEnv() {
116116

117117
# 2025/04/30 Joyer: Added it for Stop test case. Edit Start-AzImageBuilderTemplate case with adding another template.
118118
# 10. Start the image builder above
119-
# ~Need to record start image builder separetely.~
119+
# ~Need to record start image builder separately.~
120120
# ~Only below lines are not needed in recording stop test cases~
121121
# Write-Host -ForegroundColor Green "Starting the image builder template..."
122122
# Start-TestSleep -Seconds 25

src/ImageBuilder/ImageBuilder/ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* Introduced secrets detection feature to safeguard sensitive data.
3434

3535
## Version 0.4.0
36-
* Upgraded API verision from 2022-02-14 to 2022-07-01.
36+
* Upgraded API version from 2022-02-14 to 2022-07-01.
3737
- Added a cmdlet named `Get-AzImageBuilderTrigger`.
3838
- Added a cmdlet named `New-AzImageBuilderTemplateDistributeVersionerLatestObject` to create an in-memory object for DistributeVersionerLatest.
3939
- Added a cmdlet named `New-AzImageBuilderTemplateDistributeVersionerSourceObject` to create an in-memory object for DistributeVersionerSource.
@@ -42,7 +42,7 @@
4242
- Added a cmdlet named `Remove-AzImageBuilderTrigger`.
4343

4444
## Version 0.3.0
45-
* Upgraded API verision from 2020-02-14 to 2022-02-14.
45+
* Upgraded API version from 2020-02-14 to 2022-02-14.
4646
- Supported parameter `replicationRegions` in JSON file for `New-AzImageBuilderTemplate`. [#18924]
4747
- Added parameter `VMProfileUserAssignedIdentity` in `New-AzImageBuilderTemplate`. [#17273]
4848
- Added a cmdlet named `New-AzImageBuilderTemplateValidatorObject` to create an in-memory object for ImageTemplateValidator.

src/IotCentral/IotCentral/Common/FullParameterSetCmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public abstract class IotCentralFullParameterSetCmdlet : IotCentralBaseCmdlet
4646
public SwitchParameter AsJob { get; set; }
4747

4848
/// <summary>
49-
/// Uses the applicable parameter group to set the Name and ResouceName for the current execution.
49+
/// Uses the applicable parameter group to set the Name and ResourceName for the current execution.
5050
/// </summary>
5151
protected void SetNameAndResourceGroup()
5252
{

src/KeyVault/KeyVault.Test/PesterTests/ManagedHsmDataPlaneTests.Tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Describe "AddAzManagedHsmKey" {
5959
$keyName = GetRandomName -Prefix "key"
6060
$keyType = "RSA"
6161
$KeyOps = 'decrypt', 'verify'
62-
# Expires & NotBefore is hard to cmpare, may add in the furture
62+
# Expires & NotBefore is hard to compare, may add in the future
6363
$Tags = @{'Severity' = 'high'; 'Accounting' = "true" }
6464

6565
$key = Add-AzKeyVaultKey -HsmName $hsmName -Name $keyName -KeyType $keyType -KeyOps $KeyOps -Disable -Tag $Tags
@@ -267,7 +267,7 @@ Describe "GetAzManagedHsmRoleAssignment" {
267267
}
268268
}
269269

270-
It "List all role assignmentss in a managed HSM" {
270+
It "List all role assignments in a managed HSM" {
271271
$roleAssignments = Get-AzKeyVaultRoleAssignment -HsmName $hsmName
272272
$roleAssignments | Should -Not -Be $null
273273
$roleAssignments.Count | Should -BeGreaterThan 0

src/KeyVault/KeyVault.Test/PesterTests/MhsmKey.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function Get-KeyName{
77
}
88

99

10-
Describe "Exportable and ReleasePolicyPath shoud show up at the same time"{
10+
Describe "Exportable and ReleasePolicyPath should show up at the same time"{
1111

1212
It "Both Exportable and ReleasePolicyPath don't show up"{
1313
{

src/KeyVault/KeyVault.Test/ScenarioTests/PrivateEndpointTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function Test-PrivateEndpoint {
2828
Assert-NotNull $connectionApprove
2929
Assert-AreEqual "Approved" $connectionApprove.PrivateLinkServiceConnectionState.Status
3030

31-
# Wait for connection provisioning successed, 20000 is not enough
31+
# Wait for connection provisioning success, 20000 is not enough
3232
# Start-TestSleep -Seconds 20
3333

3434
# Comments as we need too much to wait

src/KeyVault/KeyVault.Test/Scripts/RunKeyVaultTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ function Run-AllDataPlaneTests
244244
{
245245
Write-Host "Starting the data plane tests..."
246246

247-
# All operations that invlove soft delete
247+
# All operations that involve soft delete
248248
if($global:softDeleteEnabled -eq $true)
249249
{
250250
# Key soft delete tests

src/KeyVault/KeyVault.Test/Scripts/VaultCertificateTests.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ function Test_ImportBase64EncodedStringWithoutPasswordAsCertificate
196196

197197
<#
198198
.SYNOPSIS
199-
Merge a cer (signed CSR) into a non-existant key pair
199+
Merge a cer (signed CSR) into a non-existent key pair
200200
#>
201201

202202
function Test_MergeCerWithNonExistantKeyPair
@@ -212,7 +212,7 @@ function Test_MergeCerWithNonExistantKeyPair
212212

213213
<#
214214
.SYNOPSIS
215-
Merge a cer (signed CSR) into a non-existant key pair
215+
Merge a cer (signed CSR) into a non-existent key pair
216216
#>
217217

218218
function Test_MergeCerWithMismatchKeyPair
@@ -250,7 +250,7 @@ function Test_GetCertificate
250250

251251
<#
252252
.SYNOPSIS
253-
Get a non existant certificate
253+
Get a non existent certificate
254254
#>
255255

256256
function Test_GetCertificateNonExistant

0 commit comments

Comments
 (0)