Skip to content

Commit ce0407f

Browse files
ArieHeinCopilotvidai-msft
authored
Spelling Fixes (#27935)
Co-authored-by: Copilot <[email protected]> Co-authored-by: Vincent Dai <[email protected]>
1 parent 94ed6b6 commit ce0407f

29 files changed

+39
-39
lines changed

src/ScVmm/ScVmm/help/Update-AzScVmmVMNic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Type : microsoft.scvmm/virtualmachineinsta
113113
```
114114

115115
Update Network Interface of the SCVMM Virtual Machine.
116-
It might take some time to sync the MacAddewss and Ipv4Address in the response.
116+
It might take some time to sync the MacAddress and Ipv4Address in the response.
117117
Use `Get-AzScVmmVM` command to fetch the latest configuration of the virtual machine.
118118

119119
## PARAMETERS

src/Search/Search/help/New-AzSearchService.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The command creates an Azure Cognitive Search service.
4848
## PARAMETERS
4949

5050
### -AadAuthFailureMode
51-
(Optional) What status code to return when failing AAD authentication, if both api key and AAD authenticaiton are allowed for the Azure Cognitive Search service
51+
(Optional) What status code to return when failing AAD authentication, if both api key and AAD authentication are allowed for the Azure Cognitive Search service
5252

5353
```yaml
5454
Type: System.Nullable`1[Microsoft.Azure.Commands.Management.Search.Models.PSAadAuthFailureMode]

src/Search/Search/help/Set-AzSearchService.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The example changes partition count and replica count of the Azure Cognitive Sea
6464
## PARAMETERS
6565

6666
### -AadAuthFailureMode
67-
(Optional) What status code to return when failing AAD authentication, if both api key and AAD authenticaiton are allowed for the Azure Cognitive Search service
67+
(Optional) What status code to return when failing AAD authentication, if both api key and AAD authentication are allowed for the Azure Cognitive Search service
6868

6969
```yaml
7070
Type: System.Nullable`1[Microsoft.Azure.Commands.Management.Search.Models.PSAadAuthFailureMode]

src/Security/Security/help/Add-AzSecuritySqlVulnerabilityAssessmentBaseline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ Supported resources are:
6666
- VM: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/virtualMachines/{machineName}
6767
- On-Premise: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/microsoft.operationalinsights/workspaces/{workspaceName}/onPremiseMachines/{machineName}
6868

69-
For on premise resources, the patameter machineName is composed as follows:
69+
For on premise resources, the parameter machineName is composed as follows:
7070
{ComputerName}_{AgentId}_{VmUuid}
7171

72-
Notice the @(,@('a','b',...)) syntax for array of arrays of string with only one inner array. Eeach inner array represents a row in the query results.
72+
Notice the @(,@('a','b',...)) syntax for array of arrays of string with only one inner array. Each inner array represents a row in the query results.
7373

7474
### Example 2: Add results as baseline using on premise parameters.
7575
```powershell

src/Security/Security/help/Disable-AzIotSecurityAnalyticsAggregatedAlert.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Disable-AzIotSecurityAnalyticsAggregatedAlert -ResourceId <String> [-PassThru]
3434
```
3535

3636
## DESCRIPTION
37-
The Disable-AzIotSecurityAnalyticsAggregatedAlert cmdlet dismisses a specific aggragated alert on devices of iot hub.
38-
The name of the aggregated alerts is a combination of the alert type and the alert aggragted date, separated by '/'.
37+
The Disable-AzIotSecurityAnalyticsAggregatedAlert cmdlet dismisses a specific aggregated alert on devices of iot hub.
38+
The name of the aggregated alerts is a combination of the alert type and the alert aggregated date, separated by '/'.
3939

4040
## EXAMPLES
4141

src/Security/Security/help/Get-AzDeviceSecurityGroup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ AllowlistRules: [
7878
DenylistRules: []
7979
```
8080

81-
Get device security group "MySecurityGroup" in IoT Hub with reasource Id "/subscriptions/XXXXXXXX-XXXX-XXXXX-XXXX-XXXXXXXXXXXX/resourceGroups/MyResourceGroup/providers/Microsoft.Devices/IotHubs/MyHub"
81+
Get device security group "MySecurityGroup" in IoT Hub with resource Id "/subscriptions/XXXXXXXX-XXXX-XXXXX-XXXX-XXXXXXXXXXXX/resourceGroups/MyResourceGroup/providers/Microsoft.Devices/IotHubs/MyHub"
8282

8383
### Example 2
8484
```powershell
@@ -89,7 +89,7 @@ Get-AzDeviceSecurityGroup -HubResourceId "/subscriptions/XXXXXXXX-XXXX-XXXXX-XXX
8989
Array of security group items like the item returned in example 1
9090
```
9191

92-
Get list of device security group in IoT Hub with reasource Id "/subscriptions/XXXXXXXX-XXXX-XXXXX-XXXX-XXXXXXXXXXXX/resourceGroups/MyResourceGroup/providers/Microsoft.Devices/IotHubs/MyHub"
92+
Get list of device security group in IoT Hub with resource Id "/subscriptions/XXXXXXXX-XXXX-XXXXX-XXXX-XXXXXXXXXXXX/resourceGroups/MyResourceGroup/providers/Microsoft.Devices/IotHubs/MyHub"
9393

9494
## PARAMETERS
9595

src/Security/Security/help/Get-AzIotSecurityAnalytics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ MostPrevalentDeviceRecommendations: [
9898
DevicesCount: 170
9999
}
100100
{
101-
RrecommendationDisplayName: "Same Authentication Credentials used by multiple devices"
101+
RecommendationDisplayName: "Same Authentication Credentials used by multiple devices"
102102
ReportedSeverity: "Medium"
103103
DevicesCount: 150
104104
}
@@ -107,7 +107,7 @@ MostPrevalentDeviceRecommendations: [
107107
}
108108
```
109109

110-
Get the deafult IoT Security Analytics for Security Solution "MySolution" in reasource group "MyResourceGroup"
110+
Get the default IoT Security Analytics for Security Solution "MySolution" in resource group "MyResourceGroup"
111111

112112
## PARAMETERS
113113

src/Security/Security/help/Get-AzIotSecurityAnalyticsAggregatedAlert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Get-AzIotSecurityAnalyticsAggregatedAlert -ResourceGroupName <String> -SolutionN
2626

2727
## DESCRIPTION
2828
The Get-AzIotSecurityAnalyticsAggregatedAlert cmdlet returns one or more aggregated alerts on devices of iot hub.
29-
The name of the aggregated alerts is a combination of the alert type and the alert aggragted date, separated by '/'.
29+
The name of the aggregated alerts is a combination of the alert type and the alert aggregated date, separated by '/'.
3030

3131
## EXAMPLES
3232

src/Security/Security/help/Get-AzRegulatoryComplianceAssessment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Get-AzRegulatoryComplianceAssessment -ResourceId <String> [-DefaultProfile <IAzu
2525
```
2626

2727
## DESCRIPTION
28-
Get a spcific assessment details or list all the assessments under specific control and regulatory compliance standard.
28+
Get a specific assessment details or list all the assessments under specific control and regulatory compliance standard.
2929

3030
## EXAMPLES
3131

src/Security/Security/help/Get-AzRegulatoryComplianceControl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Get-AzRegulatoryComplianceControl -ResourceId <String> [-DefaultProfile <IAzureC
2525
```
2626

2727
## DESCRIPTION
28-
Get a spcific control details or list all the controls under specific regulatory compliance standard.
28+
Get a specific control details or list all the controls under specific regulatory compliance standard.
2929

3030
## EXAMPLES
3131

0 commit comments

Comments
 (0)