Skip to content

Conversation

DanielMicrosoft
Copy link
Contributor

@DanielMicrosoft DanielMicrosoft commented Jul 16, 2025

Description

Fixes a typo in the description of the Remove-AzRmStorageShare cmdlet, which incorrectly referenced New-AzRmStorageShare instead of the correct verb Remove.

Fixes #27444.

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

Copy link

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

@DanielMicrosoft
Copy link
Contributor Author

@DanielMicrosoft please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.

@microsoft-github-policy-service agree [company="{your company}"]

Options:

  • (default - no company specified) I have sole ownership of intellectual property rights to my Submissions and I am not making Submissions in the course of work for my employer.
@microsoft-github-policy-service agree
  • (when company given) I am making Submissions in the course of work for my employer (or my employer has intellectual property rights in my Submissions by contract or applicable law). I have permission from my employer to make Submissions and enter into this Agreement on behalf of my employer. By signing below, the defined term “You” includes me and my employer.
@microsoft-github-policy-service agree company="Microsoft"

Contributor License Agreement

@microsoft-github-policy-service agree company="Microsoft"

@DanielMicrosoft DanielMicrosoft marked this pull request as ready for review July 17, 2025 05:05
@Copilot Copilot AI review requested due to automatic review settings July 17, 2025 05:05
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 fixes a documentation typo in the Remove-AzRmStorageShare cmdlet description, which incorrectly referenced New-AzRmStorageShare instead of the correct verb Remove.

  • Corrects the cmdlet name in the DESCRIPTION section from New-AzRmStorageShare to Remove-AzRmStorageShare
  • Updates the changelog to document this documentation fix

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/Storage/Storage.Management/help/Remove-AzRmStorageShare.md Fixes incorrect cmdlet name in the DESCRIPTION section
src/Storage/Storage.Management/ChangeLog.md Adds changelog entry documenting the documentation fix

@YanaXu
Copy link
Contributor

YanaXu commented Jul 17, 2025

Hi @DanielMicrosoft, no need to update ChangeLog for docs update.

@YanaXu YanaXu merged commit f9f3a14 into Azure:main Jul 17, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Doc]: Incorrect Verb Usage in Description

2 participants