-
Notifications
You must be signed in to change notification settings - Fork 4k
Spelling Fixes #28058
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
Spelling Fixes #28058
Conversation
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR corrects spelling errors in comments and user-visible strings across multiple modules without changing code behavior.
- Standardized spelling in markdown examples, XML docs, comments, and help messages.
- Updated ChangeLog entries to fix typos.
- Corrected display strings in scenario tests and code comments.
Reviewed Changes
Copilot reviewed 47 out of 47 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
src/Monitor/MonitorWorkspace.Autorest/examples/Get-AzMonitorWorkspace.md | Spelling fixes |
src/Monitor/MonitorWorkspace.Autorest/docs/Get-AzMonitorWorkspace.md | Spelling fixes |
src/Monitor/Monitor/Utilities.cs | Spelling fixes |
src/Monitor/Monitor/TransitionalClasses/ThresholdRuleCondition.cs | Spelling fixes |
src/Monitor/Monitor/TransitionalClasses/ScheduledQueryRuleAlertingAction.cs | Spelling fixes |
src/Monitor/Monitor/TransitionalClasses/Recurrence.cs | Spelling fixes |
src/Monitor/Monitor/OutputClasses/PSToStringExtensions.cs | Spelling fixes |
src/Monitor/Monitor/OutputClasses/PSThresholdRuleCondition.cs | Spelling fixes |
src/Monitor/Monitor/OutputClasses/PSServiceDiagnosticSettings.cs | Spelling fixes |
src/Monitor/Monitor/OutputClasses/PSRetentionPolicy.cs | Spelling fixes |
src/Monitor/Monitor/OutputClasses/PSMetricValue.cs | Spelling fixes |
src/Monitor/Monitor/OutputClasses/PSMetricSettings.cs | Spelling fixes |
src/Monitor/Monitor/OutputClasses/PSMetricCriteria.cs | Spelling fixes |
src/Monitor/Monitor/OutputClasses/PSManagementPropertyDescriptor.cs | Spelling fixes |
src/Monitor/Monitor/OutputClasses/PSLogSettings.cs | Spelling fixes |
src/Monitor/Monitor/OutputClasses/PSLogProfile.cs | Spelling fixes |
src/Monitor/Monitor/OutputClasses/PSEventRuleCondition.cs | Spelling fixes |
src/Monitor/Monitor/OutputClasses/PSEventDataNoDetails.cs | Spelling fixes |
src/Monitor/Monitor/OutputClasses/PSEventDataHttpRequest.cs | Spelling fixes |
src/Monitor/Monitor/OutputClasses/PSEventDataAuthorization.cs | Spelling fixes |
src/Monitor/Monitor/OutputClasses/PSEventData.cs | Spelling fixes |
src/Monitor/Monitor/OutputClasses/PSDynamicMetricCriteria.cs | Spelling fixes |
src/Monitor/Monitor/OutputClasses/PSDictionaryElement.cs | Spelling fixes |
src/Monitor/Monitor/OutputClasses/PSAutoscaleSettingNoDetails.cs | Spelling fixes |
src/Monitor/Monitor/OutputClasses/PSAutoscaleSetting.cs | Spelling fixes |
src/Monitor/Monitor/OutputClasses/PSAutoscaleProfilesList.cs | Spelling fixes |
src/Monitor/Monitor/OutputClasses/PSAlertRuleResource.cs | Spelling fixes |
src/Monitor/Monitor/OutputClasses/PSAlertRuleNoDetails.cs | Spelling fixes |
src/Monitor/Monitor/OutputClasses/PSAlertRule.cs | Spelling fixes |
src/Monitor/Monitor/OutputClasses/PSActionGroupResource.cs | Spelling fixes |
src/Monitor/Monitor/OutputClasses/PSActionGroupProperty.cs | Spelling fixes |
src/Monitor/Monitor/OutputClasses/IPSRuleCondition.cs | Spelling fixes |
src/Monitor/Monitor/Metrics/GetAzureRmMetricDefinitionCommand.cs | Spelling fixes |
src/Monitor/Monitor/LogsCmdletBase.cs | Spelling fixes |
src/Monitor/Monitor/ChangeLog.md | Spelling fixes |
src/Monitor/Monitor/Autoscale/GetAzureRmAutoscaleHistoryCommand.cs | Spelling fixes |
src/Monitor/Monitor/Alerts/GetAzureRmAlertHistoryCommand.cs | Spelling fixes |
src/Monitor/Monitor/Alerts/AddAzureRmAlertRuleCommandBase.cs | Spelling fixes |
src/Monitor/Monitor.Test/Utilities.cs | Spelling fixes |
src/Monitor/Monitor.Test/ScenarioTests/AlertsTests.ps1 | Spelling fixes |
src/Monitor/Monitor.Test/ScenarioTests/ActivityLogsTests.ps1 | Spelling fixes |
src/Monitor/Monitor.Test/Metrics/GetAzureRmMetricTests.cs | Spelling fixes |
src/Monitor/Monitor.Test/Metrics/GetAzureRmMetricDefinitionTests.cs | Spelling fixes |
src/Monitor/DataCollectionRule.Autorest/examples/New-AzDataCollectionEndpoint.md | Spelling fixes |
src/Monitor/DataCollectionRule.Autorest/docs/New-AzDataCollectionEndpoint.md | Spelling fixes |
src/Monitor/Autoscale.Autorest/examples/New-AzAutoscaleWebhookNotificationObject.md | Spelling fixes |
src/Monitor/Autoscale.Autorest/docs/New-AzAutoscaleWebhookNotificationObject.md | Spelling fixes |
Thank you for your contribution @ArieHein! We will review the pull request and get back to you soon. |
/azp run azure-powershell - security-tools |
Azure Pipelines successfully started running 1 pipeline(s). |
Description
This does spelling fixes in codebase files that are either:
in comments.
in displayable strings.
There are NO other changes to programmatic aspects or code behavior.
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.md
and reviewed the following information:ChangeLog.md
file(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
.## Upcoming Release
header in the past tense.ChangeLog.md
if no new release is required, such as fixing test case only.