-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Spelling Fixes #28057
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 #28057
Conversation
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
Thank you for your contribution @ArieHein! We will review the pull request and get back to you soon. |
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 applies spelling corrections in comments and displayable strings across the codebase without changing any functional behavior.
- Fixed typos in parameter names, cmdlet descriptions, and comments
- Corrected misspellings in examples and documentation for multiple modules
Reviewed Changes
Copilot reviewed 27 out of 28 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
src/NetworkCloud/NetworkCloud.Autorest/examples/New-AzNetworkCloudCluster.md | Fixed “avilabilityzone” and “anlyticsWorkSpaceId” typos |
src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudCluster.md | Same spelling fixes as above |
src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineDataExtract.md | Corrected “resourcceGroupName” to “resourceGroupName” |
src/NetworkAnalytics/NetworkAnalytics.Autorest/examples/Get-AzNetworkAnalyticsDataProduct.md | Fixed “resoure” to “resource” |
src/NetworkAnalytics/NetworkAnalytics.Autorest/docs/Get-AzNetworkAnalyticsDataProduct.md | Same spelling corrections |
src/MonitoringSolutions/MonitoringSolutions.Autorest/test/utils.ps1 | Changed “responsed” to “responded” |
src/MongoDB/MongoDB.Autorest/examples/Get-AzMongoDBOrganization.md | Corrected “resoure” to “resource” |
src/MongoDB/MongoDB.Autorest/docs/Get-AzMongoDBOrganization.md | Same typo fix |
src/Migrate/Migrate.Autorest/examples/Get-AzMigrateLocalReplicationFabric.md | Fixed “fabircs” to “fabrics” |
src/Migrate/Migrate.Autorest/examples/Get-AzMigrateDiscoveredServer.md | Corrected “paramenter” to “parameter” |
src/Migrate/Migrate.Autorest/docs/Set-AzMigrateLocalServerReplication.md | Changed “configration” to “configuration” |
src/Migrate/Migrate.Autorest/docs/New-AzMigrateServerReplication.md | Fixed “encyption” to “encryption” |
src/Migrate/Migrate.Autorest/docs/New-AzMigrateDiskMapping.md | Same encryption typo fix |
src/Migrate/Migrate.Autorest/docs/Get-AzMigrateLocalReplicationFabric.md | Corrected “fabircs” to “fabrics” |
src/Migrate/Migrate.Autorest/docs/Get-AzMigrateLocalJob.md | Changed “retrives” to “retrieves” |
src/Migrate/Migrate.Autorest/docs/Get-AzMigrateJob.md | Same typo fix for “retrieves” |
src/Migrate/Migrate.Autorest/docs/Get-AzMigrateDiscoveredServer.md | Fixed “paramenter” to “parameter” |
src/Migrate/Migrate.Autorest/custom/Set-AzMigrateLocalServerReplication.ps1 | Changed “configration” to “configuration” |
src/Migrate/Migrate.Autorest/custom/New-AzMigrateServerReplication.ps1 | Fixed “encyption” to “encryption” |
src/Migrate/Migrate.Autorest/custom/New-AzMigrateLocalServerReplication.ps1 | Corrected “jounery” to “journey” |
src/Migrate/Migrate.Autorest/custom/New-AzMigrateDiskMapping.ps1 | Same encryption typo fix |
src/Migrate/Migrate.Autorest/custom/Initialize-AzMigrateLocalReplicationInfrastructure.ps1 | Fixed “shoudln't” and “Storgae” typos |
src/Migrate/Migrate.Autorest/custom/Helper/CommonHelper.ps1 | Changed “slighlty” to “slightly” |
src/Migrate/Migrate.Autorest/custom/Get-AzMigrateServerMigrationStatus.ps1 | Fixed “Recomendation” to “Recommendation” |
src/Migrate/Migrate.Autorest/custom/Get-AzMigrateLocalJob.ps1 | Changed “retrives” to “retrieves” |
src/Migrate/Migrate.Autorest/custom/Get-AzMigrateJob.ps1 | Same typo fix |
src/Migrate/Migrate.Autorest/README.md | Corrected “cmldets” to “cmdlets” |
/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.