Skip to content

Commit bf3636f

Browse files
authored
Merge branch 'main' into sai-addfolderformapping
2 parents c2109d0 + 1e310ac commit bf3636f

File tree

111 files changed

+188
-188
lines changed

Some content is hidden

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

111 files changed

+188
-188
lines changed

azps-12.5.0/Az.Search/New-AzSearchService.md

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

5252
### -AadAuthFailureMode
53-
(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
53+
(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
5454

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

azps-12.5.0/Az.Search/Set-AzSearchService.md

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

6868
### -AadAuthFailureMode
69-
(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
69+
(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
7070

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

azps-12.5.0/Az.Security/Add-AzSecuritySqlVulnerabilityAssessmentBaseline.md

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

71-
For on premise resources, the patameter machineName is composed as follows:
71+
For on premise resources, the parameter machineName is composed as follows:
7272
{ComputerName}_{AgentId}_{VmUuid}
7373

74-
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.
74+
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.
7575

7676
### Example 2: Add results as baseline using on premise parameters.
7777
```powershell

azps-12.5.0/Az.Security/Az.Security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ If an Azure API Management API is onboarded to Microsoft Defender for APIs, the
9393
Gets security assessments and their results on a subscription
9494

9595
### [Get-AzSecurityAssessmentMetadata](Get-AzSecurityAssessmentMetadata.md)
96-
Gets security assessments types and metadta in a subscription.
96+
Gets security assessments types and metadata in a subscription.
9797

9898
### [Get-AzSecurityAutomation](Get-AzSecurityAutomation.md)
9999
Gets security automations

azps-12.5.0/Az.Security/Disable-AzIotSecurityAnalyticsAggregatedAlert.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,24 @@ Disable-AzIotSecurityAnalyticsAggregatedAlert -ResourceId <String> [-PassThru]
3636
```
3737

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

4242
## EXAMPLES
4343

4444
### Example 1
4545
```powershell
46-
Disable-AzIotSecurityAnalyticsAggregatedAlert -ResourceGroupName "MyResourceGroup" -SolutionName "MySolutionName" -Name "IoT_SucessfulLocalLogin/2020-03-15"
46+
Disable-AzIotSecurityAnalyticsAggregatedAlert -ResourceGroupName "MyResourceGroup" -SolutionName "MySolutionName" -Name "IoT_SuccessfulLocalLogin/2020-03-15"
4747
```
4848

49-
Dismiss aggregated alert "IoT_SucessfulLocalLogin/2020-03-15" (name combined from alert type and its aggregated date) from the IoT security solution "MySolutionName" in resource group "MyResourceGroup"
49+
Dismiss aggregated alert "IoT_SuccessfulLocalLogin/2020-03-15" (name combined from alert type and its aggregated date) from the IoT security solution "MySolutionName" in resource group "MyResourceGroup"
5050

5151
### Example 2
5252
```powershell
53-
Disable-AzIotSecurityAnalyticsAggregatedAlert -ResourceId "/subscriptions/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/resourceGroups/MyResourceGroup/providers/Microsoft.Security/iotSecuritySolutions/MySolutionName/analyticsModels/default/aggregatedAlerts/IoT_SucessfulLocalLogin/2020-03-15"
53+
Disable-AzIotSecurityAnalyticsAggregatedAlert -ResourceId "/subscriptions/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/resourceGroups/MyResourceGroup/providers/Microsoft.Security/iotSecuritySolutions/MySolutionName/analyticsModels/default/aggregatedAlerts/IoT_SuccessfulLocalLogin/2020-03-15"
5454
```
5555

56-
Dismiss aggregated alert with resource Id "/subscriptions/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/resourceGroups/MyResourceGroup/providers/Microsoft.Security/iotSecuritySolutions/MySolutionName/analyticsModels/default/aggregatedAlerts/IoT_SucessfulLocalLogin/2020-03-15"
56+
Dismiss aggregated alert with resource Id "/subscriptions/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/resourceGroups/MyResourceGroup/providers/Microsoft.Security/iotSecuritySolutions/MySolutionName/analyticsModels/default/aggregatedAlerts/IoT_SuccessfulLocalLogin/2020-03-15"
5757

5858
## PARAMETERS
5959

azps-12.5.0/Az.Security/Get-AzDeviceSecurityGroup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ AllowlistRules: [
8080
DenylistRules: []
8181
```
8282

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

8585
### Example 2
8686
```powershell
@@ -91,7 +91,7 @@ Get-AzDeviceSecurityGroup -HubResourceId "/subscriptions/XXXXXXXX-XXXX-XXXXX-XXX
9191
Array of security group items like the item returned in example 1
9292
```
9393

94-
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"
94+
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"
9595

9696
## PARAMETERS
9797

azps-12.5.0/Az.Security/Get-AzIotSecurityAnalytics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ MostPrevalentDeviceRecommendations: [
109109
}
110110
```
111111

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

114114
## PARAMETERS
115115

azps-12.5.0/Az.Security/Get-AzIotSecurityAnalyticsAggregatedAlert.md

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

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

3333
## EXAMPLES
3434

azps-12.5.0/Az.Security/Get-AzRegulatoryComplianceAssessment.md

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

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

3232
## EXAMPLES
3333

azps-12.5.0/Az.Security/Get-AzRegulatoryComplianceControl.md

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

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

3232
## EXAMPLES
3333

0 commit comments

Comments
 (0)