Skip to content

Spelling Fixes #27918

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jun 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/DataShare/DataShare/help/Az.DataShare.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Gets information about share subscription in data share account.
Gets information about synchronization runs in share subscription.

### [Get-AzDataShareSubscriptionSynchronizationDetail](Get-AzDataShareSubscriptionSynchronizationDetail.md)
Gets information about synchonization details for share subscription.
Gets information about synchronization details for share subscription.

### [Get-AzDataShareSynchronization](Get-AzDataShareSynchronization.md)
Gets information about synchronization setting for a share.
Expand Down
2 changes: 1 addition & 1 deletion src/DataShare/DataShare/help/Get-AzDataShareAccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Get-AzDataShareAccount -ResourceId <String> [-DefaultProfile <IAzureContextConta

## DESCRIPTION
The **Get-AzDataShareAccount** cmdlet gets information about datashare accounts in an Azure subscription / resource group.
If you specify the name of an account, this cmdlet gets information about that datshare account.
If you specify the name of an account, this cmdlet gets information about that datashare account.
If you do not specify a name, this cmdlet gets information about all of the datashare accounts in an Azure subscription / resource group.

## EXAMPLES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-AzDataShareProviderShareSubscription [-ShareSubscriptionId <String>] -Resour
```

## DESCRIPTION
The **Get-AzDataShareProviderSubscription** cmdlet gets information about consumer share subscriptions on provider side. If you specify the share subscrption id, this cmdlet gets information about the share subscription. If you do not specify the share subscription id, this cmdlet gets information about all the consumer share subscriptions in associated with the share.
The **Get-AzDataShareProviderSubscription** cmdlet gets information about consumer share subscriptions on provider side. If you specify the share subscription id, this cmdlet gets information about the share subscription. If you do not specify the share subscription id, this cmdlet gets information about all the consumer share subscriptions in associated with the share.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Get-AzDataShareReceivedInvitation [-Location <String>] [-InvitationId <String>]
```

## DESCRIPTION
The **Get-AzDataShareReceivedInvitation** cmdlet provides information about all the invitations that the consumer has receieved. If you provide location or invitation id, this cmdlet provides information about invitation in particular location or having invitation id. Otherwise, it provides a list of invitations sent to the consumer.
The **Get-AzDataShareReceivedInvitation** cmdlet provides information about all the invitations that the consumer has received. If you provide location or invitation id, this cmdlet provides information about invitation in particular location or having invitation id. Otherwise, it provides a list of invitations sent to the consumer.

## EXAMPLES

Expand All @@ -44,7 +44,7 @@ Name : AdsInvitation
Type : Microsoft.DataShare/consumerInvitations
```

This commant provides information about consumer invitations.
This command provides information about consumer invitations.

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-AzDataShareSubscriptionSynchronization -ResourceId <String> [-DefaultProfile
```

## DESCRIPTION
The **Get-AzDataShareSubscriptionSynchronization** cmdlet provides informaiton about all synchronization runs in a share subscription under a data share account on the consumer.
The **Get-AzDataShareSubscriptionSynchronization** cmdlet provides information about all synchronization runs in a share subscription under a data share account on the consumer.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# Get-AzDataShareSubscriptionSynchronizationDetail

## SYNOPSIS
Gets information about synchonization details for share subscription.
Gets information about synchronization details for share subscription.

## SYNTAX

Expand Down
18 changes: 9 additions & 9 deletions src/DataShare/DataShare/help/New-AzDataShareDataSet.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Adds data sets to azure data share.
New-AzDataShareDataSet [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
```

### ByBlobDataSetParamaterSet
### ByBlobDataSetParameterSet
```
New-AzDataShareDataSet -ResourceGroupName <String> -AccountName <String> -ShareName <String> -Name <String>
-StorageAccountResourceId <String> -Container <String> [-FilePath <String>] [-FolderPath <String>]
Expand Down Expand Up @@ -68,7 +68,7 @@ Azure data share account name

```yaml
Type: System.String
Parameter Sets: ByBlobDataSetParamaterSet, ByAdlsGen2DataSetParameterSet, ByAdlsGen1DataSetParameterSet
Parameter Sets: ByBlobDataSetParameterSet, ByAdlsGen2DataSetParameterSet, ByAdlsGen1DataSetParameterSet
Aliases:

Required: True
Expand Down Expand Up @@ -98,7 +98,7 @@ Azure storage account container name

```yaml
Type: System.String
Parameter Sets: ByBlobDataSetParamaterSet
Parameter Sets: ByBlobDataSetParameterSet
Aliases:

Required: True
Expand Down Expand Up @@ -143,7 +143,7 @@ Azure storage file path

```yaml
Type: System.String
Parameter Sets: ByBlobDataSetParamaterSet, ByAdlsGen2DataSetParameterSet
Parameter Sets: ByBlobDataSetParameterSet, ByAdlsGen2DataSetParameterSet
Aliases:

Required: False
Expand Down Expand Up @@ -173,7 +173,7 @@ Azure storage folder path

```yaml
Type: System.String
Parameter Sets: ByBlobDataSetParamaterSet, ByAdlsGen2DataSetParameterSet
Parameter Sets: ByBlobDataSetParameterSet, ByAdlsGen2DataSetParameterSet
Aliases:

Required: False
Expand All @@ -188,7 +188,7 @@ Azure data set name

```yaml
Type: System.String
Parameter Sets: ByBlobDataSetParamaterSet, ByAdlsGen2DataSetParameterSet, ByAdlsGen1DataSetParameterSet
Parameter Sets: ByBlobDataSetParameterSet, ByAdlsGen2DataSetParameterSet, ByAdlsGen1DataSetParameterSet
Aliases:

Required: True
Expand All @@ -203,7 +203,7 @@ The resource group name of the azure data share account

```yaml
Type: System.String
Parameter Sets: ByBlobDataSetParamaterSet, ByAdlsGen2DataSetParameterSet, ByAdlsGen1DataSetParameterSet
Parameter Sets: ByBlobDataSetParameterSet, ByAdlsGen2DataSetParameterSet, ByAdlsGen1DataSetParameterSet
Aliases:

Required: True
Expand All @@ -218,7 +218,7 @@ Azure data share name

```yaml
Type: System.String
Parameter Sets: ByBlobDataSetParamaterSet, ByAdlsGen2DataSetParameterSet, ByAdlsGen1DataSetParameterSet
Parameter Sets: ByBlobDataSetParameterSet, ByAdlsGen2DataSetParameterSet, ByAdlsGen1DataSetParameterSet
Aliases:

Required: True
Expand All @@ -233,7 +233,7 @@ Azure storage account resourceId

```yaml
Type: System.String
Parameter Sets: ByBlobDataSetParamaterSet, ByAdlsGen2DataSetParameterSet, ByAdlsGen1DataSetParameterSet
Parameter Sets: ByBlobDataSetParameterSet, ByAdlsGen2DataSetParameterSet, ByAdlsGen1DataSetParameterSet
Aliases:

Required: True
Expand Down
20 changes: 10 additions & 10 deletions src/DataShare/DataShare/help/New-AzDataShareDataSetMapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ New-AzDataShareDataSetMapping [-DefaultProfile <IAzureContextContainer>] [-WhatI
[<CommonParameters>]
```

### ByBlobDataSetParamaterSet
### ByBlobDataSetParameterSet
```
New-AzDataShareDataSetMapping -ResourceGroupName <String> -AccountName <String> -ShareSubscriptionName <String>
-Name <String> -StorageAccountResourceId <String> -DataSetId <String> -Container <String> [-FilePath <String>]
Expand Down Expand Up @@ -64,7 +64,7 @@ The name of the Azure storage account that is the source of the data being share

```yaml
Type: System.String
Parameter Sets: ByBlobDataSetParamaterSet, ByAdlsGen2DataSetParameterSet
Parameter Sets: ByBlobDataSetParameterSet, ByAdlsGen2DataSetParameterSet
Aliases:

Required: True
Expand All @@ -79,7 +79,7 @@ Azure storage account container name

```yaml
Type: System.String
Parameter Sets: ByBlobDataSetParamaterSet
Parameter Sets: ByBlobDataSetParameterSet
Aliases:

Required: True
Expand All @@ -94,7 +94,7 @@ Consumer data set id

```yaml
Type: System.String
Parameter Sets: ByBlobDataSetParamaterSet, ByAdlsGen2DataSetParameterSet
Parameter Sets: ByBlobDataSetParameterSet, ByAdlsGen2DataSetParameterSet
Aliases:

Required: True
Expand Down Expand Up @@ -124,7 +124,7 @@ Azure storage file path

```yaml
Type: System.String
Parameter Sets: ByBlobDataSetParamaterSet, ByAdlsGen2DataSetParameterSet
Parameter Sets: ByBlobDataSetParameterSet, ByAdlsGen2DataSetParameterSet
Aliases:

Required: False
Expand Down Expand Up @@ -154,7 +154,7 @@ Azure storage folder path

```yaml
Type: System.String
Parameter Sets: ByBlobDataSetParamaterSet, ByAdlsGen2DataSetParameterSet
Parameter Sets: ByBlobDataSetParameterSet, ByAdlsGen2DataSetParameterSet
Aliases:

Required: False
Expand All @@ -169,7 +169,7 @@ Azure data set mapping name

```yaml
Type: System.String
Parameter Sets: ByBlobDataSetParamaterSet, ByAdlsGen2DataSetParameterSet
Parameter Sets: ByBlobDataSetParameterSet, ByAdlsGen2DataSetParameterSet
Aliases:

Required: True
Expand All @@ -184,7 +184,7 @@ The resource group name of the azure data share account

```yaml
Type: System.String
Parameter Sets: ByBlobDataSetParamaterSet, ByAdlsGen2DataSetParameterSet
Parameter Sets: ByBlobDataSetParameterSet, ByAdlsGen2DataSetParameterSet
Aliases:

Required: True
Expand All @@ -199,7 +199,7 @@ Azure data share subscription name

```yaml
Type: System.String
Parameter Sets: ByBlobDataSetParamaterSet, ByAdlsGen2DataSetParameterSet
Parameter Sets: ByBlobDataSetParameterSet, ByAdlsGen2DataSetParameterSet
Aliases:

Required: True
Expand All @@ -214,7 +214,7 @@ Azure Storage Account ResourceId that is the source of the data being shared.

```yaml
Type: System.String
Parameter Sets: ByBlobDataSetParamaterSet, ByAdlsGen2DataSetParameterSet
Parameter Sets: ByBlobDataSetParameterSet, ByAdlsGen2DataSetParameterSet
Aliases:

Required: True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Name : AdsShareSubscription
Type : Microsoft.DataShare/ShareSubscriptions
```

This commands creates a new share subscription AdsShareSubscription for invitaionId under data share account WikiAds.
This command creates a new share subscription AdsShareSubscription for InvitationId under data share account WikiAds.

## PARAMETERS

Expand Down
4 changes: 2 additions & 2 deletions src/DedicatedHsm/DedicatedHsm/help/Remove-AzDedicatedHsm.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ Deletes the specified Azure Dedicated HSM.
Remove-AzDedicatedHsm -Name hsm-7t2xaf -ResourceGroupName lucas-manual-test
```

This commnad removes a hardware security module(HSM) by name.
This command removes a hardware security module(HSM) by name.

### Example 2: Remove a Dedicated HSM by object
```powershell
$hsm = Get-AzDedicatedHsm -Name hsm-7t2xaf -ResourceGroupName dedicatedhsm-rg-n359cz
Remove-AzDedicatedHsm -InputObject $hsm
```

This commnad removes a Dedicated HSM by object.
This command removes a Dedicated HSM by object.

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Name Type
ApplicationGroupName/ApplicationName Microsoft.DesktopVirtualization/applicationgroups/applications
```

This command gets a Windows Virtual Desktop Application in an applicaton Group.
This command gets a Windows Virtual Desktop Application in an application Group.

### Example 2: List Windows Virtual Desktop Applications
```powershell
Expand All @@ -68,7 +68,7 @@ ApplicationGroupName/ApplicationName1 Microsoft.DesktopVirtualization/applicatio
ApplicationGroupName/ApplicationName2 Microsoft.DesktopVirtualization/applicationgroups/applications
```

This command Lists Windows Virtual Desktop Applications in an applicaton Group.
This command Lists Windows Virtual Desktop Applications in an application Group.

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ApplicationGroupName/Disk Cleanup Microsoft.DesktopVirtualizat
ApplicationGroupName/Internet Explorer Microsoft.DesktopVirtualization/applicationgroups/startmenuitems
```

This command Lists Windows Virtual Desktop Start Menu Items in an applicaton Group.
This command Lists Windows Virtual Desktop Start Menu Items in an application Group.

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Remove an application.
Remove-AzWvdApplication -ResourceGroupName ResourceGroupName -ApplicationGroupName ApplicationGroupName -Name ApplicationName
```

This command deletes a Windows Virtual Desktop Application in an applicaton Group.
This command deletes a Windows Virtual Desktop Application in an application Group.

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Name Type
ApplicationGroupName/ApplicationName Microsoft.DesktopVirtualization/applicationgroups/applications
```

This command updates a Windows Virtual Desktop Application in an applicaton Group.
This command updates a Windows Virtual Desktop Application in an application Group.

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Name Type
ApplicationGroupName/DesktopName Microsoft.DesktopVirtualization/applicationgroups/desktops
```

This command updates a Windows Virtual Desktop Desktop in an applicaton Group.
This command updates a Windows Virtual Desktop Desktop in an application Group.

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gets catalog synchronization error details

## EXAMPLES

### Example 1: Get the catalog sync error dteail
### Example 1: Get the catalog sync error details
```powershell
Get-AzDevCenterAdminCatalogSyncErrorDetail -DevCenterName Contoso -CatalogName CentralCatalog -ResourceGroupName testRg
```
Expand Down
2 changes: 1 addition & 1 deletion src/DevCenter/DevCenter/help/Get-AzDevCenterAdminImage.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Gets a gallery image.

## EXAMPLES

### Example 1: List iamges in a dev center
### Example 1: List images in a dev center
```powershell
Get-AzDevCenterAdminImage -ResourceGroupName testRg -DevCenterName Contoso
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Gets an image version.
Get-AzDevCenterAdminImageVersion -ResourceGroupName testRg -DevCenterName Contoso -ImageName ContosoBaseImage -GalleryName StandardGallery
```

This command lists the image verions for the image "ContosoBaseImage" under the gallery "StandardGallery".
This command lists the image versions for the image "ContosoBaseImage" under the gallery "StandardGallery".

### Example 2: Get an image version
```powershell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Get-AzDevCenterAdminOperationStatus -Location "eastus" -OperationId "7e9e1394-d

This command gets the operation.

### Example 2: Get an operatio using InputObject
### Example 2: Get an operation using InputObject
```powershell
$operation = @{"Location" = "eastus"; "OperationId" = "7e9e1394-dad0-4414-8160-21c592e880ef*4699EE32265F9FA5BF00FA169E7D9CF51755378796E32F2D1A198E080CC84614"; "SubscriptionId" = "0ac520ee-14c0-480f-b6c9-0a90c58ffff"}
Get-AzDevCenterAdminOperationStatus -InputObject $operation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gets project catalog synchronization error details

## EXAMPLES

### Example 1: Get the project catalog sync error dteail
### Example 1: Get the project catalog sync error detail
```powershell
Get-AzDevCenterAdminProjectCatalogSyncErrorDetail -ProjectName DevProject -CatalogName CentralCatalog -ResourceGroupName testRg
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,30 +48,30 @@ Gets the log for a customization task.
Get-AzDevCenterUserDevBoxCustomizationTaskLog -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -ProjectName DevProject -DevBoxName MyDevBox -CustomizationGroupName Provisioning -CustomizationTaskId "91835dc0-ef5a-4f58-9e3a-099aea8481f4"
```

This command gets the logs of the customization task "91835dc0-ef5a-4f58-9e3a-099aea8481f4" for the customization group "Provsioning" in the dev box "MyDevBox".
This command gets the logs of the customization task "91835dc0-ef5a-4f58-9e3a-099aea8481f4" for the customization group "Provisioning" in the dev box "MyDevBox".

### Example 2: Get a customization task by dev center
```powershell
Get-AzDevCenterUserDevBoxCustomizationTaskLog -DevCenterName Contoso -ProjectName DevProject -DevBoxName MyDevBox -CustomizationGroupName Provisioning -CustomizationTaskId "91835dc0-ef5a-4f58-9e3a-099aea8481f4"
```

This command gets the logs of the customization task "91835dc0-ef5a-4f58-9e3a-099aea8481f4" for the customization group "Provsioning" in the dev box "MyDevBox".
This command gets the logs of the customization task "91835dc0-ef5a-4f58-9e3a-099aea8481f4" for the customization group "Provisioning" in the dev box "MyDevBox".

### Example 3: Get a customization task by endpoint and InputObject
```powershell
$customizationTaskLogInput = @{"CustomizationGroupName" = "Provisioning"; "ProjectName" ="DevProject"; "DevBoxName" = "MyDevBox"; "UserId" = "me"; "CustomizationTaskId" = "91835dc0-ef5a-4f58-9e3a-099aea8481f4" }
Get-AzDevCenterUserDevBoxCustomizationTaskLog -Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" -InputObject $customizationTaskInput
```

This command gets the logs of the customization task "91835dc0-ef5a-4f58-9e3a-099aea8481f4" for the customization group "Provsioning" in the dev box "MyDevBox".
This command gets the logs of the customization task "91835dc0-ef5a-4f58-9e3a-099aea8481f4" for the customization group "Provisioning" in the dev box "MyDevBox".

### Example 4: Get a customization task by dev center and InputObject
```powershell
$customizationTaskLogInput = @{"CustomizationGroupName" = "Provisioning"; "ProjectName" = "DevProject"; "DevBoxName" = "MyDevBox"; "UserId" = "786a823c-8037-48ab-89b8-8599901e67d0"; "CustomizationTaskId" = "91835dc0-ef5a-4f58-9e3a-099aea8481f4" }
Get-AzDevCenterUserDevBoxCustomizationTaskLog -DevCenterName Contoso -InputObject $customizationTaskInput
```

This command gets the logs of the customization task "91835dc0-ef5a-4f58-9e3a-099aea8481f4" for the customization group "Provsioning" in the dev box "MyDevBox".
This command gets the logs of the customization task "91835dc0-ef5a-4f58-9e3a-099aea8481f4" for the customization group "Provisioning" in the dev box "MyDevBox".

## PARAMETERS

Expand Down
Loading
Loading