Skip to content

Commit 0efe3de

Browse files
authored
Spelling Fixes (#28058)
1 parent b776eb8 commit 0efe3de

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+78
-78
lines changed

src/Monitor/Autoscale.Autorest/docs/New-AzAutoscaleWebhookNotificationObject.md

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

2323
## EXAMPLES
2424

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

30-
Create webhook nofitication object
30+
Create webhook notification object
3131

3232
## PARAMETERS
3333

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
### Example 1: Create webhook nofitication object
1+
### Example 1: Create webhook notification object
22
```powershell
33
New-AzAutoscaleWebhookNotificationObject -Property @{} -ServiceUri "http://myservice.com"
44
```
55

6-
Create webhook nofitication object
6+
Create webhook notification object
77

src/Monitor/DataCollectionRule.Autorest/docs/New-AzDataCollectionEndpoint.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ Tag : {
7777
Type : Microsoft.Insights/dataCollectionEndpoints
7878
```
7979

80-
This command creates the endpiont with given values.
80+
This command creates the endpoint with given values.
8181

82-
### Example 2: Create enpoint with json file
82+
### Example 2: Create endpoint with json file
8383
```powershell
8484
New-AzDataCollectionEndpoint -Name myCollectionEndpoint2 -ResourceGroupName AMCS-TEST -JsonFilePath .\test\jsonfile\endpointTest1.json
8585
# Note: content of .\test\jsonfile\endpointTest1.json
@@ -128,7 +128,7 @@ Tag : {
128128
Type : Microsoft.Insights/dataCollectionEndpoints
129129
```
130130

131-
This command creates enpoint with given json file path.
131+
This command creates endpoint with given json file path.
132132

133133
## PARAMETERS
134134

src/Monitor/DataCollectionRule.Autorest/examples/New-AzDataCollectionEndpoint.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ Tag : {
3838
Type : Microsoft.Insights/dataCollectionEndpoints
3939
```
4040

41-
This command creates the endpiont with given values.
41+
This command creates the endpoint with given values.
4242

43-
### Example 2: Create enpoint with json file
43+
### Example 2: Create endpoint with json file
4444
```powershell
4545
New-AzDataCollectionEndpoint -Name myCollectionEndpoint2 -ResourceGroupName AMCS-TEST -JsonFilePath .\test\jsonfile\endpointTest1.json
4646
# Note: content of .\test\jsonfile\endpointTest1.json
@@ -89,4 +89,4 @@ Tag : {
8989
Type : Microsoft.Insights/dataCollectionEndpoints
9090
```
9191

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

src/Monitor/Monitor.Test/Metrics/GetAzureRmMetricDefinitionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public GetAzureRmMetricDefinitionTests(Xunit.Abstractions.ITestOutputHelper outp
6969
[Trait(Category.AcceptanceType, Category.CheckIn)]
7070
public void GetMetricDefinitionsCommandParametersProcessing()
7171
{
72-
// Testting defaults and required parameters
72+
// Testing defaults and required parameters
7373
cmdlet.ResourceId = Utilities.ResourceUri;
7474

7575
cmdlet.ExecuteCmdlet();

src/Monitor/Monitor.Test/Metrics/GetAzureRmMetricTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public GetAzureRmMetricTests(Xunit.Abstractions.ITestOutputHelper output)
8585
[Trait(Category.AcceptanceType, Category.CheckIn)]
8686
public void GetMetricsCommandParametersProcessing()
8787
{
88-
// Testting defaults and required parameters
88+
// Testing defaults and required parameters
8989
cmdlet.ResourceId = Utilities.ResourceUri;
9090

9191
cmdlet.ExecuteCmdlet();

src/Monitor/Monitor.Test/ScenarioTests/ActivityLogsTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function Test-GetAzureLogAllParameters
2626

2727
try
2828
{
29-
Write-Verbose " ****** Get ActivityLog records by corrrelationId "
29+
Write-Verbose " ****** Get ActivityLog records by correlationId "
3030
$actual = Get-AzActivityLog -CorrelationId $correlation -starttime 2015-03-02T18:00:00Z -endtime 2015-03-02T20:00:00Z -detailedOutput
3131

3232
# Assert TODO add more asserts

src/Monitor/Monitor.Test/ScenarioTests/AlertsTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ function Test-DisableAzureRmMetricAlertRuleV2WithActionGroups
534534

535535
<#
536536
.SYNOPSIS
537-
Tests adding a GenV2 dyanmic metric alert rule.
537+
Tests adding a GenV2 dynamic metric alert rule.
538538
#>
539539
function Test-AddAzureRmMetricAlertRuleV2-DynamicThreshold
540540
{

src/Monitor/Monitor.Test/Utilities.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public static List<EventData> CreateListOfFakeEvents(int numEvents = 1)
109109

110110
public static AzureOperationResponse<IPage<EventData>> InitializeResponse(int numRecords = 10)
111111
{
112-
// 200 is the default page lenght of the backend, but these are tests -> using 10 as page length
112+
// 200 is the default page length of the backend, but these are tests -> using 10 as page length
113113
if (numRecords < 10)
114114
{
115115
return InitializeFinalResponse(numRecords);
@@ -408,7 +408,7 @@ public static void ExecuteVerifications(ManagementCmdletBase cmdlet, string expe
408408
Assert.Equal(expectedResourceGroup, resourceGroup);
409409
// Assert.Equal(ResourceUri, nameOrTargetUri);
410410

411-
// Calling with Detailed ouput and resourceuri
411+
// Calling with Detailed output and resourceuri
412412
VerifyDetailedOutput(cmdlet: typedCmdlet, expectedResourceGroup: expectedResourceGroup, resourceGroup: ref resourceGroup, nameOrTargetUri: ref nameOrTargetUri);
413413
}
414414
}

src/Monitor/Monitor/Alerts/AddAzureRmAlertRuleCommandBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ protected override void ProcessRecordInternal()
101101
}
102102

103103
/// <summary>
104-
/// When overriden by a descendant class this method creates the set of parameters for the call to the sdk
104+
/// When overridden by a descendant class this method creates the set of parameters for the call to the sdk
105105
/// </summary>
106106
/// <returns>The set of parameters for the call to the sdk</returns>
107107
protected abstract AlertRuleResource CreateSdkCallParameters();

0 commit comments

Comments
 (0)