Skip to content

Commit 4137397

Browse files
authored
fix spelling (MicrosoftDocs#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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Type : Microsoft.DataReplication/replicationFabrics
127127

128128
Retrieves all fabrics from a resource group by name.
129129

130-
### Example 4: List all fabircs
130+
### Example 4: List all fabrics
131131
```powershell
132132
Get-AzMigrateHCIReplicationFabric
133133
```

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

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

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

5050
## EXAMPLES
5151

azps-12.5.0/Az.Migrate/New-AzMigrateDiskMapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Get disks object to provide input for New-AzMigrateServerReplication
4040
## PARAMETERS
4141

4242
### -DiskEncryptionSetID
43-
Specifies the disk encyption set to be used.
43+
Specifies the disk encryption set to be used.
4444

4545
```yaml
4646
Type: System.String

azps-12.5.0/Az.Migrate/New-AzMigrateServerReplication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Accept wildcard characters: False
156156
```
157157
158158
### -DiskEncryptionSetID
159-
Specifies the disk encyption set to be used.
159+
Specifies the disk encryption set to be used.
160160
161161
```yaml
162162
Type: System.String

azps-12.5.0/Az.Migrate/Remove-AzMigrateHCIServerReplication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Accept wildcard characters: False
147147
```
148148
149149
### -InputObject
150-
Specifies the replcating server for which the replication needs to be disabled.
150+
Specifies the replicating server for which the replication needs to be disabled.
151151
The server object can be retrieved using the Get-AzMigrateHCIServerReplication cmdlet.
152152
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
153153
@@ -179,7 +179,7 @@ Accept wildcard characters: False
179179
```
180180
181181
### -TargetObjectID
182-
Specifies the replcating server for which the replication needs to be disabled.
182+
Specifies the replicating server for which the replication needs to be disabled.
183183
The ID should be retrieved using the Get-AzMigrateHCIServerReplication cmdlet.
184184
185185
```yaml

azps-12.5.0/Az.Migrate/Remove-AzMigrateServerReplication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Accept wildcard characters: False
125125
```
126126
127127
### -InputObject
128-
Specifies the replcating server for which the replication needs to be disabled.
128+
Specifies the replicating server for which the replication needs to be disabled.
129129
The server object should be retrieved using the Get-AzMigrateServerReplication cmdlet.
130130
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
131131
@@ -157,7 +157,7 @@ Accept wildcard characters: False
157157
```
158158
159159
### -TargetObjectID
160-
Specifies the replcating server for which the replication needs to be disabled.
160+
Specifies the replicating server for which the replication needs to be disabled.
161161
The ID should be retrieved using the Get-AzMigrateServerReplication cmdlet.
162162
163163
```yaml

azps-12.5.0/Az.Migrate/Restart-AzMigrateServerReplication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Accept wildcard characters: False
141141
```
142142
143143
### -TargetObjectID
144-
Specifies the replcating server for which the resync needs to be initiated.
144+
Specifies the replicating server for which the resync needs to be initiated.
145145
The ID should be retrieved using the Get-AzMigrateServerReplication cmdlet.
146146
147147
```yaml

azps-12.5.0/Az.Migrate/Set-AzMigrateHCIServerReplication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Accept wildcard characters: False
126126
```
127127
128128
### -DynamicMemoryConfig
129-
Specifies the dynamic memory configration of RAM.
129+
Specifies the dynamic memory configuration of RAM.
130130
To construct, see NOTES section for DYNAMICMEMORYCONFIG properties and create a hash table.
131131
132132
```yaml

azps-12.5.0/Az.Migrate/Set-AzMigrateServerReplication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ Accept wildcard characters: False
300300
```
301301
302302
### -TargetObjectID
303-
Specifies the replcating server for which the properties need to be updated.
303+
Specifies the replicating server for which the properties need to be updated.
304304
The ID should be retrieved using the Get-AzMigrateServerReplication cmdlet.
305305
306306
```yaml
@@ -331,7 +331,7 @@ Accept wildcard characters: False
331331
```
332332
333333
### -TargetVMName
334-
Specifies the replcating server for which the properties need to be updated.
334+
Specifies the replicating server for which the properties need to be updated.
335335
The ID should be retrieved using the Get-AzMigrateServerReplication cmdlet.
336336
337337
```yaml

azps-12.5.0/Az.Migrate/Start-AzMigrateHCIServerMigration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Accept wildcard characters: False
176176
```
177177
178178
### -TargetObjectID
179-
Specifies the replcating server for which migration needs to be initiated.
179+
Specifies the replicating server for which migration needs to be initiated.
180180
The ID should be retrieved using the Get-AzMigrateHCIServerReplication cmdlet.
181181
182182
```yaml

azps-12.5.0/Az.Migrate/Start-AzMigrateServerMigration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Accept wildcard characters: False
129129
```
130130
131131
### -TargetObjectID
132-
Specifies the replcating server for which migration needs to be initiated.
132+
Specifies the replicating server for which migration needs to be initiated.
133133
The ID should be retrieved using the Get-AzMigrateServerReplication cmdlet.
134134
135135
```yaml

azps-12.5.0/Az.MobileNetwork/New-AzMobileNetworkSimGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ eastus azps-mn-simgroup azps_test_group Succeeded
3939
```
4040

4141
Creates or updates a SIM group.
42-
You need to create Keyvault, managementiidentity, and give Keyvault some permissions on the ManagementIdentity
42+
You need to create Keyvault, ManagedIdentity, and give Keyvault some permissions on the ManagedIdentity
4343

4444
## PARAMETERS
4545

azps-12.5.0/Az.Monitor/Add-AzMetricAlertRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1111
# Add-AzMetricAlertRule
1212

1313
## SYNOPSIS
14-
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.
14+
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.
1515

1616
## SYNTAX
1717

azps-12.5.0/Az.Monitor/Az.Monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This topic displays help topics for the Azure Insights Cmdlets.
1717
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.
1818

1919
### [Add-AzMetricAlertRule](Add-AzMetricAlertRule.md)
20-
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.
20+
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.
2121

2222
### [Add-AzMetricAlertRuleV2](Add-AzMetricAlertRuleV2.md)
2323
Adds or updates a V2 (non-classic) metric-based alert rule.

azps-12.5.0/Az.Monitor/Get-AzInsightsPrivateLinkScopedResource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
152152
153153
## OUTPUTS
154154
155-
### icrosoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScopedResource
155+
### Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScopedResource
156156
157157
## NOTES
158158

azps-12.5.0/Az.Monitor/New-AzAutoscaleWebhookNotificationObject.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ Create an in-memory object for WebhookNotification.
2424

2525
## EXAMPLES
2626

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

32-
Create webhook nofitication object
32+
Create webhook notification object
3333

3434
## PARAMETERS
3535

azps-12.5.0/Az.Monitor/New-AzDataCollectionEndpoint.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ Tag : {
8181
Type : Microsoft.Insights/dataCollectionEndpoints
8282
```
8383

84-
This command creates the endpiont with given values.
84+
This command creates the endpoint with given values.
8585

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

135-
This command creates enpoint with given json file path.
135+
This command creates endpoint with given json file path.
136136

137137
## PARAMETERS
138138

0 commit comments

Comments
 (0)