Skip to content

fix spelling #3624

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 2 commits into from
Jun 3, 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 azps-12.5.0/Az.Logz/Get-AzLogzSubAccountTagRule.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ default Succeeded logz-rg-test

This command gets the default tag rule set for a given logz sub account resource.

### Example 2: Get the default tag rule set for a given logz sub account resourceby pipeline
### Example 2: Get the default tag rule set for a given logz sub account resource by pipeline
```powershell
New-AzLogzSubAccountTagRule -ResourceGroupName logz-rg-test -MonitorName pwsh-logz04 -SubAccountName logz-pwshsub01 | Get-AzLogzSubAccountTagRule
```
Expand Down
4 changes: 2 additions & 2 deletions azps-12.5.0/Az.Logz/New-AzLogzFilteringTagObject.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Create a in-memory object for FilteringTag

## EXAMPLES

### Example 1: Create a in-memory object for FilteringTag pass into parameter LogRuleFilteringTag when creating a tage rule for the monitor resource
### Example 1: Create a in-memory object for FilteringTag pass into parameter LogRuleFilteringTag when creating a tag rule for the monitor resource
```powershell
$filter = New-AzLogzFilteringTagObject -Action 'Include' -Name 'Env' -Value "Prod"
New-AzLogzMonitorTagRule -ResourceGroupName logz-rg-test -MonitorName pwsh-logz04 -LogRuleFilteringTag $filter
Expand All @@ -36,7 +36,7 @@ Name ProvisioningState ResourceGroupName
default Succeeded logz-rg-test
```

This command creates a in-memory object for FilteringTag pass into parameter LogRuleFilteringTag when creating a tage rule for the monitor resource.
This command creates a in-memory object for FilteringTag pass into parameter LogRuleFilteringTag when creating a tag rule for the monitor resource.

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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 @@ -37,7 +37,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 @@ -39,7 +39,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 @@ -52,9 +52,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 @@ -65,7 +65,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 @@ -33,7 +33,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 @@ -30,7 +30,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 @@ -29,9 +29,9 @@ Creates or updates a registration definition.

### Example 1: Create new Azure Lighthouse registration definition object with permanent authorization
```powershell
$permantAuth = New-AzManagedServicesAuthorizationObject -PrincipalId "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -RoleDefinitionId "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -PrincipalIdDisplayName "Test user" -DelegatedRoleDefinitionId "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
$permanentAuth = New-AzManagedServicesAuthorizationObject -PrincipalId "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -RoleDefinitionId "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -PrincipalIdDisplayName "Test user" -DelegatedRoleDefinitionId "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"

New-AzManagedServicesDefinition -Name xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx -RegistrationDefinitionName "Test definition" -ManagedByTenantId "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -Authorization $permantAuth -Description "Test definition desc" -Scope "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
New-AzManagedServicesDefinition -Name xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx -RegistrationDefinitionName "Test definition" -ManagedByTenantId "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -Authorization $permanentAuth -Description "Test definition desc" -Scope "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
```

```output
Expand All @@ -48,7 +48,7 @@ $approver = New-AzManagedServicesEligibleApproverObject -PrincipalId "xxxxxxxx-x

$eligibleAuth = New-AzManagedServicesEligibleAuthorizationObject -PrincipalId "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -PrincipalIdDisplayName "Test user" -RoleDefinitionId "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -JustInTimeAccessPolicyManagedByTenantApprover $approver -JustInTimeAccessPolicyMultiFactorAuthProvider Azure -JustInTimeAccessPolicyMaximumActivationDuration 0:30

New-AzManagedServicesDefinition -Name "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -RegistrationDefinitionName "Test definition" -ManagedByTenantId "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -Authorization $permantAuth -EligibleAuthorization $eligibleAuth -Description "Test definition desc" -Scope "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
New-AzManagedServicesDefinition -Name "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -RegistrationDefinitionName "Test definition" -ManagedByTenantId "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -Authorization $permanentAuth -EligibleAuthorization $eligibleAuth -Description "Test definition desc" -Scope "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
```

```output
Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.MariaDb/Get-AzMariaDbFirewallRule.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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
6 changes: 3 additions & 3 deletions azps-12.5.0/Az.Migrate/Get-AzMigrateDiscoveredServer.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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 @@ -81,7 +81,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.

### Example 3: List VMware machines in an appliance
```powershell
Expand Down Expand Up @@ -117,7 +117,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.

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

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

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,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-AzMigrateHCIReplicationFabric
```
Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.Migrate/Get-AzMigrateJob.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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 azps-12.5.0/Az.Migrate/New-AzMigrateDiskMapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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 azps-12.5.0/Az.Migrate/New-AzMigrateServerReplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,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 @@ -147,7 +147,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 can be retrieved using the Get-AzMigrateHCIServerReplication cmdlet.
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.

Expand Down Expand Up @@ -179,7 +179,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-AzMigrateHCIServerReplication cmdlet.

```yaml
Expand Down
4 changes: 2 additions & 2 deletions azps-12.5.0/Az.Migrate/Remove-AzMigrateServerReplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,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 @@ -157,7 +157,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 @@ -141,7 +141,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 @@ -126,7 +126,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 azps-12.5.0/Az.Migrate/Set-AzMigrateServerReplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,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 @@ -331,7 +331,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 @@ -176,7 +176,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-AzMigrateHCIServerReplication cmdlet.

```yaml
Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.Migrate/Start-AzMigrateServerMigration.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,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 @@ -39,7 +39,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, ManagedIdentity, and give Keyvault some permissions on the ManagedIdentity

## PARAMETERS

Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.Monitor/Add-AzMetricAlertRule.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
# Add-AzMetricAlertRule

## SYNOPSIS
Adds or updates a claasic metric-based alert rule (already retired on public cloud). To create a new metric alert rule, use the [Add-AzMetricAlertRuleV2](./Add-AzMetricAlertRuleV2.md) cmdlet.
Adds or updates a classic metric-based alert rule (already retired on public cloud). To create a new metric alert rule, use the [Add-AzMetricAlertRuleV2](./Add-AzMetricAlertRuleV2.md) cmdlet.

## SYNTAX

Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.Monitor/Az.Monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This topic displays help topics for the Azure Insights Cmdlets.
Creates a new activity log profile. This profile is used to either archive the activity log to an Azure storage account or stream it to an Azure event hub in the same subscription.

### [Add-AzMetricAlertRule](Add-AzMetricAlertRule.md)
Adds or updates a claasic metric-based alert rule (already retired on public cloud). To create a new metric alert rule, use the [Add-AzMetricAlertRuleV2](./Add-AzMetricAlertRuleV2.md) cmdlet.
Adds or updates a classic metric-based alert rule (already retired on public cloud). To create a new metric alert rule, use the [Add-AzMetricAlertRuleV2](./Add-AzMetricAlertRuleV2.md) cmdlet.

### [Add-AzMetricAlertRuleV2](Add-AzMetricAlertRuleV2.md)
Adds or updates a V2 (non-classic) metric-based alert rule.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### icrosoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScopedResource
### Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScopedResource

## NOTES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ Create an in-memory object for WebhookNotification.

## EXAMPLES

### Example 1: Create webhook nofitication object
### Example 1: Create webhook notification object
```powershell
New-AzAutoscaleWebhookNotificationObject -Property @{} -ServiceUri "http://myservice.com"
```

Create webhook nofitication object
Create webhook notification object

## PARAMETERS

Expand Down
6 changes: 3 additions & 3 deletions azps-12.5.0/Az.Monitor/New-AzDataCollectionEndpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ Tag : {
Type : Microsoft.Insights/dataCollectionEndpoints
```

This command creates the endpiont with given values.
This command creates the endpoint with given values.

### Example 2: Create enpoint with json file
### Example 2: Create endpoint with json file
```powershell
New-AzDataCollectionEndpoint -Name myCollectionEndpoint2 -ResourceGroupName AMCS-TEST -JsonFilePath .\test\jsonfile\endpointTest1.json
# Note: content of .\test\jsonfile\endpointTest1.json
Expand Down Expand Up @@ -132,7 +132,7 @@ Tag : {
Type : Microsoft.Insights/dataCollectionEndpoints
```

This command creates enpoint with given json file path.
This command creates endpoint with given json file path.

## PARAMETERS

Expand Down