Skip to content

Spelling Fixes #27922

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Monitor/Monitor/help/Add-AzMetricAlertRule.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ schema: 2.0.0
# Add-AzMetricAlertRule

## SYNOPSIS
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.
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.

## SYNTAX

Expand Down
2 changes: 1 addition & 1 deletion src/Monitor/Monitor/help/Az.Monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This topic displays help topics for the Azure Insights Cmdlets.
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.

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

### [Add-AzMetricAlertRuleV2](Add-AzMetricAlertRuleV2.md)
Adds or updates a V2 (non-classic) metric-based alert rule.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### icrosoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScopedResource
### Microsoft.Azure.Commands.Insights.OutputClasses.PSMonitorPrivateLinkScopedResource

## NOTES

Expand Down
4 changes: 2 additions & 2 deletions src/Monitor/Monitor/help/Get-AzMonitorWorkspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ azps-monitor-workspace eastus Succeeded Enabled azps_test_

List the specific Azure Monitor workspace.

### Example 2: List the specific Azure Monitor workspace by Resource Groupy.
### Example 2: List the specific Azure Monitor workspace by Resource Group.
```powershell
Get-AzMonitorWorkspace -ResourceGroupName azps_test_group
```
Expand All @@ -65,7 +65,7 @@ Name Location ProvisioningState PublicNetworkAccess ResourceGr
azps-monitor-workspace eastus Succeeded Enabled azps_test_group
```

List the specific Azure Monitor workspace by Resource Groupy.
List the specific Azure Monitor workspace by Resource Group.

### Example 3: Get the specific Azure Monitor workspace by monitor workspace name.
```powershell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Create an in-memory object for WebhookNotification.

## EXAMPLES

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

Create webhook nofitication object
Create webhook notification object

## PARAMETERS

Expand Down
6 changes: 3 additions & 3 deletions src/Monitor/Monitor/help/New-AzDataCollectionEndpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ Tag : {
Type : Microsoft.Insights/dataCollectionEndpoints
```

This command creates the endpiont with given values.
This command creates the endpoint with given values.

### Example 2: Create enpoint with json file
### Example 2: Create endpoint with json file
```powershell
New-AzDataCollectionEndpoint -Name myCollectionEndpoint2 -ResourceGroupName AMCS-TEST -JsonFilePath .\test\jsonfile\endpointTest1.json
# Note: content of .\test\jsonfile\endpointTest1.json
Expand Down Expand Up @@ -131,7 +131,7 @@ Tag : {
Type : Microsoft.Insights/dataCollectionEndpoints
```

This command creates enpoint with given json file path.
This command creates endpoint with given json file path.

## PARAMETERS

Expand Down
2 changes: 1 addition & 1 deletion src/NetAppFiles/NetAppFiles/help/Az.NetAppFiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Gets details of an Azure NetApp Files (ANF) VolumeGroup.
Get Group Id List for LDAP User

### [Get-AzNetAppFilesVolumeQuotaRule](Get-AzNetAppFilesVolumeQuotaRule.md)
Gets details of an Azure NetApp Files (ANF) Volume Quouta Rule.
Gets details of an Azure NetApp Files (ANF) Volume Quota Rule.

### [Get-AzNetAppFilesVolumeReplication](Get-AzNetAppFilesVolumeReplication.md)
Get volume's replication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $privateEndpointId = "/subscriptions/00000000-0000-0000-0000-000000000000/resour
Convert-AzNetAppFilesAccountToCmk -ResourceGroupName "MyResourceGroup" -AccountName "MyAccount" -VirtualNetworkId $virtualNetworkId -PrivateEndpointId $privateEndpointId
```

Transitions all volumes in a VNet to a differnt key source
Transitions all volumes in a VNet to a different key source

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $retrievedVolume = Get-AzNetAppFilesVolume -ResourceGroupName "MyRG" -AccountNam
Get-AzNetAppFilesNetworkSiblingSet -Location "westus" -NetworkSiblingSetId "$retrievedVolume.NetworkSiblingSetId" -SubnetId "mysubnet"
```

This example gets a volume then uses that volumes NetworkSiblingSetId property to get deatils about that network sibling get.
This example gets a volume then uses that volumes NetworkSiblingSetId property to get details about that network sibling get.

## PARAMETERS

Expand Down
4 changes: 2 additions & 2 deletions src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesUsage.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ Get current subscription usages
Get-AzNetAppFilesUsage -Location "westus" -UsageType "totalTibsPerSubscription"
```

Gets `totalTibsPerSubscription` usage infomation on "westus" region
Gets `totalTibsPerSubscription` usage information on "westus" region

### Example 2
```powershell
Get-AzNetAppFilesUsage -Location "westus"
```

Lists of usage infomation for all usage types on "westus" region
Lists of usage information for all usage types on "westus" region

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# Get-AzNetAppFilesVolumeQuotaRule

## SYNOPSIS
Gets details of an Azure NetApp Files (ANF) Volume Quouta Rule.
Gets details of an Azure NetApp Files (ANF) Volume Quota Rule.

## SYNTAX

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $pwd_secure_string = Read-Host "Enter a Password" -AsSecureString
New-AzNetAppFilesActiveDirectory -ResourceGroupName "MyRG" -AccountName "MyAccount" -AdName "MyADName" -Username "AdUserName" -Password $pwd_secure_string -Domain "AdDomain" -Dns "192.0.2.2" -SmbServerName "AdSmbServerName"
```

This command gets the AD password from promt into a secreates the new Active Directory configuration for the ANF account "MyAnfAccount".
This command gets the AD password from prompt into a secreates the new Active Directory configuration for the ANF account "MyAnfAccount".

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Accept wildcard characters: False
```

### -Rule
List of items which need to be included into endpont scope.
List of items which need to be included into endpoint scope.

```yaml
Type: Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesExportPolicyRule[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Accept wildcard characters: False
```

### -MonthlySchedule
A hashtable array which represents the montly Schedule
A hashtable array which represents the monthly Schedule

```yaml
Type: Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesMonthlySchedule
Expand Down Expand Up @@ -231,7 +231,7 @@ Accept wildcard characters: False
```

### -WeeklySchedule
A hashtable array which represents the montly Schedule
A hashtable array which represents the monthly Schedule

```yaml
Type: Microsoft.Azure.Commands.NetAppFiles.Models.PSNetAppFilesWeeklySchedule
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
[Get-AzNetAppFilesVolumeRestoreStatus](./Get-AzNetAppFilesVolumeRestoreStatus.md)
[New-AzNetAppFilesVolumeRestoreStatus](./Get-AzNetAppFilesVolumeRestoreStatus.md)
[Approve-AzNetAppFilesReplication](./Approve-AzNetAppFilesReplication.md)
[Inititialize-AzNetAppFilesReplication](./Approve-AzNetAppFilesReplication.md)
[Initialize-AzNetAppFilesReplication](./Approve-AzNetAppFilesReplication.md)
[Resume-AzNetAppFilesReplication](./Resume-AzNetAppFilesReplication.md)
[Remove-AzNetAppFilesReplication](./Remove-AzNetAppFilesReplication.md)
Loading