Skip to content

Commit e623bb6

Browse files
authored
fix spelling (MicrosoftDocs#3638)
1 parent d120221 commit e623bb6

29 files changed

+34
-34
lines changed

azps-12.5.0/Az.Ssh/Enter-AzVM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
354354
355355
## RELATED LINKS
356356
357-
[SSH Access to Arzure Arc-enabled servers](https://learn.microsoft.com/en-us/azure/azure-arc/servers/ssh-arc-overview?tabs=azure-cli)
357+
[SSH Access to Azure Arc-enabled servers](https://learn.microsoft.com/en-us/azure/azure-arc/servers/ssh-arc-overview?tabs=azure-cli)
358358
[Troubleshoot SSH access to Azure Arc Enabled Servers](https://learn.microsoft.com/en-us/azure/azure-arc/servers/ssh-arc-troubleshoot)
359359
[Login to a Linux VM by using Microsoft Entra ID](https://learn.microsoft.com/en-us/azure/active-directory/devices/howto-vm-sign-in-azure-ad-linux)
360360
[Install OpenSSH for Windows](https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse?tabs=gui)

azps-12.5.0/Az.Ssh/Export-AzSshConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
355355
356356
## RELATED LINKS
357357
358-
[SSH Access to Arzure Arc-enabled servers](https://learn.microsoft.com/en-us/azure/azure-arc/servers/ssh-arc-overview?tabs=azure-cli)
358+
[SSH Access to Azure Arc-enabled servers](https://learn.microsoft.com/en-us/azure/azure-arc/servers/ssh-arc-overview?tabs=azure-cli)
359359
[Troubleshoot SSH access to Azure Arc Enabled Servers](https://learn.microsoft.com/en-us/azure/azure-arc/servers/ssh-arc-troubleshoot)
360360
[Login to a Linux VM by using Microsoft Entra ID](https://learn.microsoft.com/en-us/azure/active-directory/devices/howto-vm-sign-in-azure-ad-linux)
361361
[Install OpenSSH for Windows](https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse?tabs=gui)

azps-12.5.0/Az.StackHCI/Disable-AzStackHCIRemoteSupport.md

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

38-
Disabling Remort support
38+
Disabling Remote support
3939

4040
## PARAMETERS
4141

azps-12.5.0/Az.StackHCI/Enable-AzStackHCIRemoteSupport.md

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

72-
Enable remort support by providing consent.
72+
Enable remote support by providing consent.
7373
In this case, user is not prompted for consent
7474

7575
## PARAMETERS

azps-12.5.0/Az.StackHCI/Install-AzStackHCIRemoteSupport.md

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

50-
Installs Remort Support
50+
Installs Remote Support
5151

5252
## PARAMETERS
5353

azps-12.5.0/Az.StackHCI/Unregister-AzStackHCI.md

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

7878
### -AccountId
79-
Specifies the AccoundId.
79+
Specifies the AccountId.
8080
Specifying this along with ArmAccessToken will avoid Azure interactive logon.
8181

8282
```yaml

azps-12.5.0/Az.StackHCIVM/Get-AzStackHCIVMVirtualMachine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Name ResourceGroupName
5656
testVm test-rg
5757
```
5858

59-
This commnad gets a virtual machine in a specified resource group.
59+
This command gets a virtual machine in a specified resource group.
6060

6161
### Example 2: List Virtual Machines in a Resource Group
6262
```powershell

azps-12.5.0/Az.StackHCIVM/New-AzStackHCIVMImage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Please note some properties can be set only during image creation.
5050

5151
### Example 1: Create a Gallery Image
5252
```powershell
53-
New-AzStackHCIVMImage -Name "testImage" -ResourceGroupName "test-rg" -CustomLocationId "/subscriptions/{subscriptionID}/resourcegroups/{resourceGroupName}/providers/microsoft.extendedlocation/customlocations/{customLocationName}" -ImagePath "C:\ClusterStorage\Volume1\Ubunut.vhdx" -OSType "Linux" -Location "eastus"
53+
New-AzStackHCIVMImage -Name "testImage" -ResourceGroupName "test-rg" -CustomLocationId "/subscriptions/{subscriptionID}/resourcegroups/{resourceGroupName}/providers/microsoft.extendedlocation/customlocations/{customLocationName}" -ImagePath "C:\ClusterStorage\Volume1\Ubuntu.vhdx" -OSType "Linux" -Location "eastus"
5454
```
5555

5656
```output
@@ -214,7 +214,7 @@ Accept wildcard characters: False
214214
```
215215
216216
### -Offer
217-
The name of the marketplae gallery image definition offer.
217+
The name of the marketplace gallery image definition offer.
218218
219219
```yaml
220220
Type: System.String

azps-12.5.0/Az.StackHCIVM/New-AzStackHCIVMVirtualMachine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ Accept wildcard characters: False
548548
549549
### -ProvisionVMAgent
550550
Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine creation process.
551-
VM Agent is provsioned by default.
551+
VM Agent is provisioned by default.
552552
Please pass -ProvisionVMAgent:$false to disable.
553553
554554
```yaml

azps-12.5.0/Az.StackHCIVM/Update-AzStackHCIVMImage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Name ResourceGroupName
4949
testImage test-rg
5050
```
5151

52-
This command updates an exisiting image in the specified resource group.
52+
This command updates an existing image in the specified resource group.
5353

5454
## PARAMETERS
5555

azps-12.5.0/Az.StackHCIVM/Update-AzStackHCIVMLogicalNetwork.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Name ResourceGroupName
6464
testLnet test-rg
6565
```
6666

67-
This command updates an exisiting logical network in the specified resource group.
67+
This command updates an existing logical network in the specified resource group.
6868

6969
## PARAMETERS
7070

azps-12.5.0/Az.StackHCIVM/Update-AzStackHCIVMNetworkInterface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Name ResourceGroupName
6464
testNic test-rg
6565
```
6666

67-
This command updates an exisiting network interface in the specified resource group.
67+
This command updates an existing network interface in the specified resource group.
6868

6969
## PARAMETERS
7070

azps-12.5.0/Az.StackHCIVM/Update-AzStackHCIVMStoragePath.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Name ResourceGroupName
6464
testStoragePath test-rg
6565
```
6666

67-
This command updates an exisiting storage path in the specified resource group.
67+
This command updates an existing storage path in the specified resource group.
6868

6969
## PARAMETERS
7070

azps-12.5.0/Az.StackHCIVM/Update-AzStackHCIVMVirtualHardDisk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Name ResourceGroupName
6464
testVhd test-rg
6565
```
6666

67-
This command updates an exisiting virtual hard disk in the specified resource group.
67+
This command updates an existing virtual hard disk in the specified resource group.
6868

6969
## PARAMETERS
7070

azps-12.5.0/Az.StandbyPool/Get-AzStandbyContainerGroupPoolStatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ SystemDataLastModifiedByType :
8282
Type : Microsoft.StandbyPool/standbyContainerGroupPools/runtimeViews
8383
```
8484

85-
Above command is getting a runtime veiw of standby container group pool.
85+
Above command is getting a runtime view of standby container group pool.
8686

8787
## PARAMETERS
8888

azps-12.5.0/Az.StandbyPool/Get-AzStandbyVMPool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Get a StandbyVirtualMachinePoolResource
4343

4444
## EXAMPLES
4545

46-
### Example 1: get a standby virutal machine pool
46+
### Example 1: get a standby virtual machine pool
4747
```powershell
4848
Get-AzStandbyVMPool `
4949
-SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e `

azps-12.5.0/Az.StandbyPool/Get-AzStandbyVMPoolStatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ SystemDataLastModifiedByType :
9494
Type : Microsoft.StandbyPool/standbyVirtualMachinePools/runtimeViews
9595
```
9696

97-
Above command is getting a runtime veiw of standby virtual machine pool.
97+
Above command is getting a runtime view of standby virtual machine pool.
9898

9999
## PARAMETERS
100100

azps-12.5.0/Az.StandbyPool/New-AzStandbyVMPool.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Create a StandbyVirtualMachinePoolResource
4141

4242
## EXAMPLES
4343

44-
### Example 1: Creat a new standby virtual machine pool
44+
### Example 1: Create a new standby virtual machine pool
4545
```powershell
4646
New-AzStandbyVMPool `
4747
-Name testPool `
@@ -75,7 +75,7 @@ Type : microsoft.standbypool/standbyvirtualmachinep
7575
VirtualMachineState : Running
7676
```
7777

78-
Above commnand is creating a new standby virtual machine pool
78+
Above command is creating a new standby virtual machine pool
7979

8080
## PARAMETERS
8181

azps-12.5.0/Az.StorageCache/New-AzStorageCacheDirectorySettingObject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Create an in-memory object for CacheDirectorySettings.
3434

3535
### Example 1: Create an in-memory object for CacheDirectorySettings.
3636
```powershell
37-
New-AzStorageCacheDirectorySettingObject -ActiveDirectoryCacheNetBiosName "contosoSmb" -ActiveDirectoryDomainName "contosoAd.contoso.local" -ActiveDirectoryDomainNetBiosName "contosoAd" -ActiveDirectoryPrimaryDnsIPAddress "192.0.2.10" -ActiveDirectorySecondaryDnsIPAddress "192.0.2.11" -CredentialsBindDn "cn=ldapadmin,dc=contosoad,dc=contoso,dc=local" -CredentialsBindPassword "<bindPassword>" -CredentialsPassword "<password>" -CredentialsUsername "consotoAdmin" -UsernameDownloadCaCertificateUri "http://contoso.net/cacert.pem" -UsernameDownloadAutoDownloadCertificate:$False -UsernameDownloadEncryptLdapConnection:$False -UsernameDownloadExtendedGroup:$False -UsernameDownloadGroupFileUri "http://contoso.net/group.file" -UsernameDownloadLdapBaseDn "dc=contosoad,dc=contoso,dc=local" -UsernameDownloadLdapServer "192.0.2.12" -UsernameDownloadRequireValidCertificate:$False -UsernameDownloadUsernameSource 'LDAP' -UsernameDownloadUserFileUri "http://contoso.net/passwd.file"
37+
New-AzStorageCacheDirectorySettingObject -ActiveDirectoryCacheNetBiosName "contosoSmb" -ActiveDirectoryDomainName "contosoAd.contoso.local" -ActiveDirectoryDomainNetBiosName "contosoAd" -ActiveDirectoryPrimaryDnsIPAddress "192.0.2.10" -ActiveDirectorySecondaryDnsIPAddress "192.0.2.11" -CredentialsBindDn "cn=ldapadmin,dc=contosoad,dc=contoso,dc=local" -CredentialsBindPassword "<bindPassword>" -CredentialsPassword "<password>" -CredentialsUsername "contosoAdmin" -UsernameDownloadCaCertificateUri "http://contoso.net/cacert.pem" -UsernameDownloadAutoDownloadCertificate:$False -UsernameDownloadEncryptLdapConnection:$False -UsernameDownloadExtendedGroup:$False -UsernameDownloadGroupFileUri "http://contoso.net/group.file" -UsernameDownloadLdapBaseDn "dc=contosoad,dc=contoso,dc=local" -UsernameDownloadLdapServer "192.0.2.12" -UsernameDownloadRequireValidCertificate:$False -UsernameDownloadUsernameSource 'LDAP' -UsernameDownloadUserFileUri "http://contoso.net/passwd.file"
3838
```
3939

4040
```output

azps-12.5.0/Az.StorageCache/New-AzStorageCacheNfsAccessPolicyObject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Create an in-memory object for NfsAccessPolicy.
2626

2727
### Example 1: Create an in-memory object for NfsAccessPolicy.
2828
```powershell
29-
$objcet = New-AzStorageCacheNfsAccessRuleObject -Access 'rw' -Scope 'network' -AnonymousUid "65534" -AnonymousGid "65534" -SubmountAccess:$True -RootSquash:$True -Suid:$False -Filter "10.99.1.0/24"
29+
$object = New-AzStorageCacheNfsAccessRuleObject -Access 'rw' -Scope 'network' -AnonymousUid "65534" -AnonymousGid "65534" -SubmountAccess:$True -RootSquash:$True -Suid:$False -Filter "10.99.1.0/24"
3030
New-AzStorageCacheNfsAccessPolicyObject -AccessRule $object -Name azps-nfsaccesspolicy
3131
```
3232

azps-12.5.0/Az.StorageMover/Get-AzStorageMover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Gets a Storage Mover resource.
4343

4444
## EXAMPLES
4545

46-
### Example 1: Get all Storage movers in a subcription
46+
### Example 1: Get all Storage movers in a subscription
4747
```powershell
4848
Get-AzStorageMover
4949
```

azps-12.5.0/Az.StorageMover/New-AzStorageMoverAzSmbFileShareEndpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ SystemDataLastModifiedByType : Application
4949
Type : microsoft.storagemover/storagemovers/endpoints
5050
```
5151

52-
This command creats an Azure Storage SMB file share endpoint.
52+
This command creates an Azure Storage SMB file share endpoint.
5353

5454
## PARAMETERS
5555

azps-12.5.0/Az.StorageSync/New-AzStorageSyncService.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Accept wildcard characters: False
5151
```
5252
5353
### -AssignIdentity
54-
Generate and assign a new Storage Sync Service Identity for this storage sync service for use with accessing storage account and file share. If specify this paramter without "-IdentityType", will use system assigned identity.
54+
Generate and assign a new Storage Sync Service Identity for this storage sync service for use with accessing storage account and file share. If specify this parameter without "-IdentityType", will use system assigned identity.
5555
5656
```yaml
5757
Type: System.Management.Automation.SwitchParameter

azps-12.5.0/Az.StorageSync/Set-AzStorageSyncService.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Accept wildcard characters: False
6767
```
6868
6969
### -AssignIdentity
70-
Generate and assign a new Storage Sync Service Identity for this storage sync service for use with accessing storage account and file share. If specify this paramter without "-IdentityType", will use system assigned identity.
70+
Generate and assign a new Storage Sync Service Identity for this storage sync service for use with accessing storage account and file share. If specify this parameter without "-IdentityType", will use system assigned identity.
7171
7272
```yaml
7373
Type: System.Management.Automation.SwitchParameter

azps-12.5.0/Az.StorageSync/Set-AzStorageSyncServiceIdentity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Set-AzStorageSyncServiceIdentity [-ResourceId] <String> [-AsJob] [-DefaultProfil
3434
```
3535

3636
## DESCRIPTION
37-
A storage sync service is the top level resource for Azure File Sync. This command helps to migrate storage sync servicein a resource group to start using managed identity. We recommend to create as few storage sync services as absolutely necessary to differentiate distinct groups of servers in your organization. A storage sync service contains sync groups and also works as a target to register your servers to. A server can only be registered to a single storage sync service. If servers ever need to participate in syncing the same set of files, register them to the same storage sync service.
37+
A storage sync service is the top level resource for Azure File Sync. This command helps to migrate storage sync service in a resource group to start using managed identity. We recommend to create as few storage sync services as absolutely necessary to differentiate distinct groups of servers in your organization. A storage sync service contains sync groups and also works as a target to register your servers to. A server can only be registered to a single storage sync service. If servers ever need to participate in syncing the same set of files, register them to the same storage sync service.
3838

3939
## EXAMPLES
4040

azps-12.5.0/Az.StreamAnalytics/Get-AzStreamAnalyticsOutput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This command returns information about the output defined on the job.
6666

6767
### Example 3: Get information about a specific job output by pipeline
6868
```powershell
69-
New-AzStreamAnalyticsOutput -ResourceGroupName azure-rg-test -JobName sajob-01-portal -Name output-05 -File .\test\template-json\StroageAccount.json | Get-AzStreamAnalyticsOutput
69+
New-AzStreamAnalyticsOutput -ResourceGroupName azure-rg-test -JobName sajob-01-portal -Name output-05 -File .\test\template-json\StorageAccount.json | Get-AzStreamAnalyticsOutput
7070
```
7171

7272
```output

azps-12.5.0/Az.StreamAnalytics/New-AzStreamAnalyticsOutput.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Creates an output or replaces an already existing output under an existing strea
2727

2828
### Example 1: Create an output to a stream analytics job
2929
```powershell
30-
New-AzStreamAnalyticsOutput -ResourceGroupName azure-rg-test -JobName sajob-02-pwsh -Name output-01 -File .\test\template-json\StroageAccount.json
30+
New-AzStreamAnalyticsOutput -ResourceGroupName azure-rg-test -JobName sajob-02-pwsh -Name output-01 -File .\test\template-json\StorageAccount.json
3131
```
3232

3333
```output
@@ -38,7 +38,7 @@ output-01 Microsoft.StreamAnalytics/streamingjobs/outputs 3819fb65-07f5-4dc3-83e
3838

3939
This command creates a new output in the stream analytics job.
4040

41-
(below is an example for "StroageAccount.json")
41+
(below is an example for "StorageAccount.json")
4242
{
4343
"properties": {
4444
"serialization": {

azps-12.5.0/Az.StreamAnalytics/Remove-AzStreamAnalyticsCluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ Remove-AzStreamAnalyticsCluster -ResourceGroupName pwshaz-rg-test -Name sac-m-te
3838
```
3939

4040
This command removes a stream analytics by name.
41-
**Please stop all jobs of the stream analytics cluster brefore invoke Remove-AzStreamAnalyticsCluster.**
41+
**Please stop all jobs of the stream analytics cluster before invoke Remove-AzStreamAnalyticsCluster.**
4242

4343
### Example 2: Remove a stream analytics by pipeline
4444
```powershell
4545
Get-AzStreamAnalyticsCluster -ResourceGroupName pwshaz-rg-test -Name sac-m-test01 | Remove-AzStreamAnalyticsCluster
4646
```
4747

4848
This command removes a stream analytics by pipeline.
49-
**Please stop all jobs of the stream analytics cluster brefore invoke Remove-AzStreamAnalyticsCluster.**
49+
**Please stop all jobs of the stream analytics cluster before invoke Remove-AzStreamAnalyticsCluster.**
5050

5151
## PARAMETERS
5252

azps-12.5.0/Az.StreamAnalytics/Update-AzStreamAnalyticsOutput.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ update one or two properties) an output without affecting the rest the job or ou
3838

3939
### Example 1: Update an output to a stream analytics job
4040
```powershell
41-
Update-AzStreamAnalyticsOutput -ResourceGroupName azure-rg-test -JobName sajob-01-pwsh -Name output-01 -File .\test\template-json\StroageAccount.json
41+
Update-AzStreamAnalyticsOutput -ResourceGroupName azure-rg-test -JobName sajob-01-pwsh -Name output-01 -File .\test\template-json\StorageAccount.json
4242
```
4343

4444
```output
@@ -51,7 +51,7 @@ This command updates a new output in the stream analytics job.
5151

5252
### Example 2: Update an output to a stream analytics job by pipeline
5353
```powershell
54-
Get-AzStreamAnalyticsOutput -ResourceGroupName azure-rg-test -JobName sajob-01-pwsh -Name output-01| Update-AzStreamAnalyticsOutput -File .\test\template-json\StroageAccount.json
54+
Get-AzStreamAnalyticsOutput -ResourceGroupName azure-rg-test -JobName sajob-01-pwsh -Name output-01| Update-AzStreamAnalyticsOutput -File .\test\template-json\StorageAccount.json
5555
```
5656

5757
```output

0 commit comments

Comments
 (0)