Skip to content

Commit 4137397

Browse files
authored
fix spelling (#3624)
1 parent 81bdeb9 commit 4137397

27 files changed

+42
-42
lines changed

azps-12.5.0/Az.Logz/Get-AzLogzSubAccountTagRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ default Succeeded logz-rg-test
4545

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

48-
### Example 2: Get the default tag rule set for a given logz sub account resourceby pipeline
48+
### Example 2: Get the default tag rule set for a given logz sub account resource by pipeline
4949
```powershell
5050
New-AzLogzSubAccountTagRule -ResourceGroupName logz-rg-test -MonitorName pwsh-logz04 -SubAccountName logz-pwshsub01 | Get-AzLogzSubAccountTagRule
5151
```

azps-12.5.0/Az.Logz/New-AzLogzFilteringTagObject.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Create a in-memory object for FilteringTag
2424

2525
## EXAMPLES
2626

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

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

4141
## PARAMETERS
4242

azps-12.5.0/Az.MachineLearningServices/Get-AzMLWorkspaceKey.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This includes keys for the storage account, app insights and password for contai
2626

2727
## EXAMPLES
2828

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

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

4242
## PARAMETERS
4343

azps-12.5.0/Az.MachineLearningServices/Get-AzMLWorkspaceOnlineEndpoint.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Get Online Endpoint.
3939

4040
## EXAMPLES
4141

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

55-
Lists all online enpoints under a workspace
55+
Lists all online endpoints under a workspace
5656

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

68-
Get a online enpoint by name
68+
Get a online endpoint by name
6969

7070
## PARAMETERS
7171

azps-12.5.0/Az.MachineLearningServices/New-AzMLWorkspaceCommandJobObject.md

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

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

azps-12.5.0/Az.MachineLearningServices/New-AzMLWorkspacePipelineJobObject.md

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

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

azps-12.5.0/Az.ManagedServices/New-AzManagedServicesDefinition.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Creates or updates a registration definition.
2929

3030
### Example 1: Create new Azure Lighthouse registration definition object with permanent authorization
3131
```powershell
32-
$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"
32+
$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"
3333
34-
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"
34+
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"
3535
```
3636

3737
```output
@@ -48,7 +48,7 @@ $approver = New-AzManagedServicesEligibleApproverObject -PrincipalId "xxxxxxxx-x
4848
4949
$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
5050
51-
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"
51+
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"
5252
```
5353

5454
```output

azps-12.5.0/Az.MariaDb/Get-AzMariaDbFirewallRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fr-usc9na Microsoft.DBforMariaDB/servers/firewallRules
5151
frname-001 Microsoft.DBforMariaDB/servers/firewallRules
5252
```
5353

54-
This command lists all girewall rule under a MariaDB.
54+
This command lists all firewall rule under a MariaDB.
5555

5656
### Example 2: Get a firewall rule under a MariaDB
5757
```powershell

azps-12.5.0/Az.Migrate/Get-AzMigrateDiscoveredServer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Get-AzMigrateDiscoveredServer -ProjectName <String> -ResourceGroupName <String>
4343
```
4444

4545
## DESCRIPTION
46-
Get Azure migrate server commandlet fetches all servers in a migrate project.
46+
Get Azure migrate server cmdlet fetches all servers in a migrate project.
4747

4848
## EXAMPLES
4949

@@ -81,7 +81,7 @@ idclab-a360-fareast-corp-micros-86617dcf-effe-59ad-8c3a-cdd3ea7300d3_5029e62c-31
8181
```
8282

8383
Get a server in a migrate project by name.
84-
Name is a unique paramenter for a server.
84+
Name is a unique parameter for a server.
8585

8686
### Example 3: List VMware machines in an appliance
8787
```powershell
@@ -117,7 +117,7 @@ idclab-a360-fareast-corp-micros-86617dcf-effe-59ad-8c3a-cdd3ea7300d3_5029e62c-31
117117
```
118118

119119
Get a server for an appliance in a project.
120-
Name is a unique paramenter for a server.
120+
Name is a unique parameter for a server.
121121

122122
### Example 5: List and filter VMware machines by display name
123123
```powershell

azps-12.5.0/Az.Migrate/Get-AzMigrateHCIJob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Get-AzMigrateHCIJob [-SubscriptionId <String>] -ResourceGroupID <String> -Projec
4545
```
4646

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

5050
## EXAMPLES
5151

0 commit comments

Comments
 (0)