Skip to content

Spelling Fixes #27950

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 8 commits into from
Jun 13, 2025
Merged

Spelling Fixes #27950

merged 8 commits into from
Jun 13, 2025

Conversation

ArieHein
Copy link
Contributor

Description

Additional spelling fixes.

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • Update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

@Copilot Copilot AI review requested due to automatic review settings June 12, 2025 20:00
Copy link

Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

Copy link
Contributor

Thank you for your contribution @ArieHein! We will review the pull request and get back to you soon.

Copy link
Contributor

@Copilot Copilot AI left a 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 various spelling errors in the Azure Synapse PowerShell module help files.

  • Fixed misspelled words (e.g., “specififed” → “specified”, “modifys” → “modifies”).
  • Aligned terminology consistently (e.g., “firerwall” → “firewall”, “mananged” → “managed”).
  • Corrected example typos (e.g., path and identifier names).

Reviewed Changes

Copilot reviewed 27 out of 27 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
Update-AzSynapseWorkspace.md Fixed “specififed” → “specified” in multiple examples
Update-AzSynapseSparkPool.md Corrected “tranformed” → “transformed”
Update-AzSynapseFirewallRule.md Fixed “modifys” → “modifies”; “firerwall” → “firewall”
Restore-AzSynapseSqlPool.md Fixed “Synaspe” → “Synapse”
Remove-AzSynapseTriggerSubscription.md Fixed “defintion” → “definition”
Remove-AzSynapseManagedPrivateEndpoint.md Fixed variable name typo $privateendpint$privateendpoint
Remove-AzSynapseLinkConnection.md Fixed “stpped” → “stopped”
Remove-AzSynapseFirewallRule.md Fixed “firerwall” → “firewall”
New-AzSynapseWorkspacePackage.md Fixed “pacakge” → “package”
New-AzSynapseFirewallRule.md Fixed “firerwall” → “firewall”
Invoke-AzSynapseTriggerRun.md Fixed “InvokByInputObject” → “InvokeByInputObject”
Get-AzSynapseTriggerSubscriptionStatus.md Fixed “subscribtion” → “subscription”
Get-AzSynapseManagedPrivateEndpoint.md Fixed “mananged” → “managed”
Get-AzSynapseFirewallRule.md Fixed “firerwall” → “firewall”
Get-AzSynapseDroppedSqlPool.md Fixed “Synaspe” → “Synapse”
Export-AzSynapseNotebook.md Fixed “notbooks” → “notebooks”
Export-AzSynapseKqlScript.md Fixed “KqlScirpt” → “KqlScript”
Az.Synapse.md Synced notebook and managed endpoint summaries
Add-AzSynapseTriggerSubscription.md Fixed “defintion” → “definition”
Add-AzSynapseDataFlowDebugSessionPackage.md Fixed “Pakcage” → “Package”
Comments suppressed due to low confidence (1)

src/Synapse/Synapse/help/New-AzSynapseWorkspacePackage.md:53

  • Typo corrections: change "addes" to "adds" and fix pool name "ContotoSparkPool" to "ContosoSparkPool".
This first command uploads the workspace package whose location is ".\ContosoPackage.whl" to an Azure Synapse workspace named ContosoWorkspace. The workspace package can be either wheel or jar files. Then the second command addes the package to a given Apache Spark pool named ContotoSparkPool.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@vidai-msft vidai-msft enabled auto-merge (squash) June 13, 2025 03:10
@vidai-msft
Copy link
Contributor

/azp run azure-powershell - security-tools

Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@vidai-msft vidai-msft merged commit 22bd96b into Azure:main Jun 13, 2025
12 checks passed
@ArieHein ArieHein deleted the wave-16 branch June 13, 2025 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants