Skip to content

Spelling Fixes #27921

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 5 commits into from
Jun 11, 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
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ East US 2 EUAP liftr-lambdatest-org9 3/17/2025 10:00:39 AM jawt@microsoft.com
East US 2 EUAP liftr-lambdatest-org-1 4/10/2025 2:33:10 PM jawt@microsoft.com User jawt-rg
```

This command will get all organization details for all resources in a resoure group in a given subscription.
This command will get all organization details for all resources in a resource group in a given subscription.

### Example 2: Get a specific Organization in a Resource Group
```powershell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Get-AzMLWorkspaceFeature -ResourceGroupName ml-rg-test -Name mlworkspace-portal
```output
Description DisplayName
----------- -----------
Raw feature explanation for AutoML models Model Explanability
Raw feature explanation for AutoML models Model Explainability
Create, edit or delete AutoML experiments in the SDK Create edit experiments SDK
Create, edit or delete HyperDrive experiments in the SDK Create edit hyperdrive SDK
Select or upload a dataset to train on from datasets in the SDK Dataset integration from SDK
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This includes keys for the storage account, app insights and password for contai

## EXAMPLES

### Example 1: Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container regist
### Example 1: Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container registry
```powershell
Get-AzMLWorkspaceKey -ResourceGroupName ml-rg-test -Name mlworkspace-cli01
```
Expand All @@ -35,7 +35,7 @@ AppInsightsInstrumentationKey UserStorageKey
xxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
```

Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container regist
Lists all the keys associated with this workspace.This includes keys for the storage account, app insights and password for container registry

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Get Online Endpoint.

## EXAMPLES

### Example 1: Lists all online enpoints under a workspace
### Example 1: Lists all online endpoints under a workspace
```powershell
Get-AzMLWorkspaceOnlineEndpoint -ResourceGroupName ml-rg-test -WorkspaceName mlworkspace-cli01
```
Expand All @@ -50,9 +50,9 @@ eastus online-cli01 5/19/2022 2:47:34 AM UserName (Example)
eastus online-pwsh01 5/18/2022 9:44:06 AM UserName (Example) 5/18/2022 9:44:48 AM Managed ml-rg-test
```

Lists all online enpoints under a workspace
Lists all online endpoints under a workspace

### Example 2: Get a online enpoint by name
### Example 2: Get a online endpoint by name
```powershell
Get-AzMLWorkspaceOnlineEndpoint -ResourceGroupName ml-rg-test -WorkspaceName mlworkspace-cli01 -Name online-cli01
```
Expand All @@ -63,7 +63,7 @@ Location Name SystemDataCreatedAt SystemDataCreatedBy S
eastus online-cli01 5/19/2022 2:47:34 AM UserName (Example) 5/19/2022 2:48:26 AM Managed ml-rg-test
```

Get a online enpoint by name
Get a online endpoint by name

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Create an in-memory object for CommandJob.

### Example 1: Create an in-memory object for CommandJob
```powershell
# You can use following commands to create job input or job oupt as vaule pass to JobInput or JobOutput parameter of the New-AzMLWorkspaceCommandJobObject
# You can use following commands to create job input or job output as value pass to JobInput or JobOutput parameter of the New-AzMLWorkspaceCommandJobObject

# New-AzMLWorkspaceCustomModelJobInputObject
# New-AzMLWorkspaceCustomModelJobOutputObject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Create an in-memory object for PipelineJob.

### Example 1: Create an in-memory object for PipelineJob
```powershell
# You can use following commands to create job input or job oupt as vaule pass to JobInput or JobOutput parameter of the New-AzMLWorkspacePipelineJobObject
# You can use following commands to create job input or job output as value pass to JobInput or JobOutput parameter of the New-AzMLWorkspacePipelineJobObject

# New-AzMLWorkspaceCustomModelJobInputObject
# New-AzMLWorkspaceCustomModelJobOutputObject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ Deletes layer 2 connectivity between compute nodes by managed by named L2 Isolat

## EXAMPLES

### Example 1: Delete the L2 Isolatoion Domain Resource
### Example 1: Delete the L2 Isolation Domain Resource
```powershell
Remove-AzNetworkFabricL2Domain -Name $name -ResourceGroupName $resourceGroupName
```

This command deletes the L2 Isolatoion Domain resource.
This command deletes the L2 Isolation Domain resource.

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ Deletes layer 3 connectivity between compute nodes by managed by named L3 Isolat

## EXAMPLES

### Example 1: Delete the L3 Isolatoion Domain Resource
### Example 1: Delete the L3 Isolation Domain Resource
```powershell
Remove-AzNetworkFabricL3Domain -Name $name -ResourceGroupName $resourceGroupName
```

This command deletes the L3 Isolatoion Domain resource.
This command deletes the L3 Isolation Domain resource.

## PARAMETERS

Expand Down
2 changes: 1 addition & 1 deletion src/MariaDb/MariaDb/help/Get-AzMariaDbFirewallRule.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fr-usc9na Microsoft.DBforMariaDB/servers/firewallRules
frname-001 Microsoft.DBforMariaDB/servers/firewallRules
```

This command lists all girewall rule under a MariaDB.
This command lists all firewall rule under a MariaDB.

### Example 2: Get a firewall rule under a MariaDB
```powershell
Expand Down
2 changes: 1 addition & 1 deletion src/MariaDb/MariaDb/help/Update-AzMariaDbConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Update-AzMariaDbConfiguration -InputObject <IMariaDbIdentity> [-Source <String>]

## DESCRIPTION
Updates a configuration of a server.
Use Update-AzMariaDberver instead if you want update AdministratorLoginPassword, sku, etc.
Use Update-AzMariaDbServer instead if you want update AdministratorLoginPassword, sku, etc.

## EXAMPLES

Expand Down
2 changes: 1 addition & 1 deletion src/Migrate/Migrate/help/Az.Migrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Gets a solution in the migrate project.
Initializes the infrastructure for the migrate project.

### [Initialize-AzMigrateReplicationInfrastructure](Initialize-AzMigrateReplicationInfrastructure.md)
Initialises the infrastructure for the migrate project.
Initializes the infrastructure for the migrate project.

### [New-AzMigrateDiskMapping](New-AzMigrateDiskMapping.md)
Creates a new disk mapping
Expand Down
6 changes: 3 additions & 3 deletions src/Migrate/Migrate/help/Get-AzMigrateDiscoveredServer.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Get-AzMigrateDiscoveredServer -ProjectName <String> -ResourceGroupName <String>
```

## DESCRIPTION
Get Azure migrate server commandlet fetches all servers in a migrate project.
Get Azure migrate server cmdlet fetches all servers in a migrate project.

## EXAMPLES

Expand Down Expand Up @@ -79,7 +79,7 @@ idclab-a360-fareast-corp-micros-86617dcf-effe-59ad-8c3a-cdd3ea7300d3_5029e62c-31
```

Get a server in a migrate project by name.
Name is a unique paramenter for a server.
Name is a unique parameter for a server.
Copy link
Preview

Copilot AI Jun 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected 'paramenter' to 'parameter'.

Copilot uses AI. Check for mistakes.


### Example 3: List VMware machines in an appliance
```powershell
Expand Down Expand Up @@ -115,7 +115,7 @@ idclab-a360-fareast-corp-micros-86617dcf-effe-59ad-8c3a-cdd3ea7300d3_5029e62c-31
```

Get a server for an appliance in a project.
Name is a unique paramenter for a server.
Name is a unique parameter for a server.
Copy link
Preview

Copilot AI Jun 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected 'paramenter' to 'parameter'.

Copilot uses AI. Check for mistakes.


### Example 5: List and filter VMware machines by display name
```powershell
Expand Down
2 changes: 1 addition & 1 deletion src/Migrate/Migrate/help/Get-AzMigrateJob.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Get-AzMigrateJob [-SubscriptionId <String>] -ResourceGroupID <String> -ProjectID
```

## DESCRIPTION
The Get-AzMigrateJob cmdlet retrives the status of an Azure Migrate job.
The Get-AzMigrateJob cmdlet retrieves the status of an Azure Migrate job.

## EXAMPLES

Expand Down
2 changes: 1 addition & 1 deletion src/Migrate/Migrate/help/Get-AzMigrateLocalJob.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Get-AzMigrateLocalJob [-SubscriptionId <String>] -ResourceGroupID <String> -Proj
```

## DESCRIPTION
The Get-AzMigrateLocalJob cmdlet retrives the status of an Azure Migrate job.
The Get-AzMigrateLocalJob cmdlet retrieves the status of an Azure Migrate job.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Type : Microsoft.DataReplication/replicationFabrics

Retrieves all fabrics from a resource group by name.

### Example 4: List all fabircs
### Example 4: List all fabrics
```powershell
Get-AzMigrateLocalReplicationFabric
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# Initialize-AzMigrateReplicationInfrastructure

## SYNOPSIS
Initialises the infrastructure for the migrate project.
Initializes the infrastructure for the migrate project.

## SYNTAX

Expand All @@ -19,11 +19,11 @@ Initialize-AzMigrateReplicationInfrastructure -ResourceGroupName <String> -Proje
```

## DESCRIPTION
The Initialize-AzMigrateReplicationInfrastructure cmdlet initialises the infrastructure for the migrate project.
The Initialize-AzMigrateReplicationInfrastructure cmdlet initializes the infrastructure for the migrate project.

## EXAMPLES

### Example 1: Initialises the infrastructure for the migrate project.
### Example 1: Initializes the infrastructure for the migrate project.
```powershell
Initialize-AzMigrateReplicationInfrastructure -ResourceGroupName TestRG -ProjectName TestProject -TargetRegion centralus
```
Expand All @@ -32,9 +32,9 @@ Initialize-AzMigrateReplicationInfrastructure -ResourceGroupName TestRG -Project
True
```

Initialises the infrastructure for the migrate project.
Initializes the infrastructure for the migrate project.

### Example 2: Initialises the infrastructure for the migrate project for private endpoint scenario.
### Example 2: Initializes the infrastructure for the migrate project for private endpoint scenario.
```powershell
Initialize-AzMigrateReplicationInfrastructure -ResourceGroupName "TestRG" -ProjectName "TestPEProject" -TargetRegion "centraluseuap" -Scenario "agentlessVMware" -CacheStorageAccountId "/subscriptions/b364ed8d-4279-4bf8-8fd1-56f8fa0ae05c/resourceGroups/singhabh-rg/providers/Microsoft.Storage/storageAccounts/singhabhstoragepe1"
```
Expand All @@ -43,7 +43,7 @@ Initialize-AzMigrateReplicationInfrastructure -ResourceGroupName "TestRG" -Proje
True
```

Initialises the infrastructure for the migrate project for private endpoint scenario.
Initializes the infrastructure for the migrate project for private endpoint scenario.

## PARAMETERS

Expand Down
2 changes: 1 addition & 1 deletion src/Migrate/Migrate/help/New-AzMigrateDiskMapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Get disks object to provide input for New-AzMigrateServerReplication
## PARAMETERS

### -DiskEncryptionSetID
Specifies the disk encyption set to be used.
Specifies the disk encryption set to be used.

```yaml
Type: System.String
Expand Down
2 changes: 1 addition & 1 deletion src/Migrate/Migrate/help/New-AzMigrateServerReplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Accept wildcard characters: False
```

### -DiskEncryptionSetID
Specifies the disk encyption set to be used.
Specifies the disk encryption set to be used.

```yaml
Type: System.String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Accept wildcard characters: False
```

### -TargetObjectID
Specifies the replcating server for which the replication needs to be disabled.
Specifies the replicating server for which the replication needs to be disabled.
The ID should be retrieved using the Get-AzMigrateLocalServerReplication cmdlet.

```yaml
Expand Down
4 changes: 2 additions & 2 deletions src/Migrate/Migrate/help/Remove-AzMigrateServerReplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Accept wildcard characters: False
```

### -InputObject
Specifies the replcating server for which the replication needs to be disabled.
Specifies the replicating server for which the replication needs to be disabled.
The server object should be retrieved using the Get-AzMigrateServerReplication cmdlet.
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.

Expand Down Expand Up @@ -155,7 +155,7 @@ Accept wildcard characters: False
```

### -TargetObjectID
Specifies the replcating server for which the replication needs to be disabled.
Specifies the replicating server for which the replication needs to be disabled.
The ID should be retrieved using the Get-AzMigrateServerReplication cmdlet.

```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Accept wildcard characters: False
```

### -TargetObjectID
Specifies the replcating server for which the resync needs to be initiated.
Specifies the replicating server for which the resync needs to be initiated.
The ID should be retrieved using the Get-AzMigrateServerReplication cmdlet.

```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Accept wildcard characters: False
```

### -DynamicMemoryConfig
Specifies the dynamic memory configration of RAM.
Specifies the dynamic memory configuration of RAM.
To construct, see NOTES section for DYNAMICMEMORYCONFIG properties and create a hash table.

```yaml
Expand Down
4 changes: 2 additions & 2 deletions src/Migrate/Migrate/help/Set-AzMigrateServerReplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ Accept wildcard characters: False
```

### -TargetObjectID
Specifies the replcating server for which the properties need to be updated.
Specifies the replicating server for which the properties need to be updated.
The ID should be retrieved using the Get-AzMigrateServerReplication cmdlet.

```yaml
Expand Down Expand Up @@ -329,7 +329,7 @@ Accept wildcard characters: False
```

### -TargetVMName
Specifies the replcating server for which the properties need to be updated.
Specifies the replicating server for which the properties need to be updated.
The ID should be retrieved using the Get-AzMigrateServerReplication cmdlet.

```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Accept wildcard characters: False
```

### -TargetObjectID
Specifies the replcating server for which migration needs to be initiated.
Specifies the replicating server for which migration needs to be initiated.
The ID should be retrieved using the Get-AzMigrateLocalServerReplication cmdlet.

```yaml
Expand Down
2 changes: 1 addition & 1 deletion src/Migrate/Migrate/help/Start-AzMigrateServerMigration.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Accept wildcard characters: False
```

### -TargetObjectID
Specifies the replcating server for which migration needs to be initiated.
Specifies the replicating server for which migration needs to be initiated.
The ID should be retrieved using the Get-AzMigrateServerReplication cmdlet.

```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ eastus azps-mn-simgroup azps_test_group Succeeded
```

Creates or updates a SIM group.
You need to create Keyvault, managementiidentity, and give Keyvault some permissions on the ManagementIdentity
You need to create Keyvault, ManagementIdentity, and give Keyvault some permissions on the ManagementIdentity

## PARAMETERS

Expand Down
2 changes: 1 addition & 1 deletion src/MongoDB/MongoDB/help/Get-AzMongoDBOrganization.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ East US 2 test-mongodb-1 5/16/2025 6:03:20 AM yashikajain@microsoft.com User
East US 2 test-mongodb-3 5/24/2025 12:14:55 PM yashikajain@microsoft.com User 5/24/2025 12:16:00 PM b059abce-70fd-4c8f-a117-96d2192e90e1 Application yashika-rg
```

This command will get all organization details for all resources in a resoure group in a given subscription.
This command will get all organization details for all resources in a resource group in a given subscription.

### Example 2: Get a specific Organization in a Resource Group
```powershell
Expand Down