Skip to content

Remove redundant qualifiers: Provider types#8302

Merged
sdwheeler merged 1 commit intoMicrosoftDocs:stagingfrom
matt9ucci:patch-provider-types-repeat
Nov 3, 2021
Merged

Remove redundant qualifiers: Provider types#8302
sdwheeler merged 1 commit intoMicrosoftDocs:stagingfrom
matt9ucci:patch-provider-types-repeat

Conversation

@matt9ucci
Copy link
Copy Markdown
Contributor

Remove redundant and less informative qualifiers for readability.

case 1: System.Management.Automation.Provider.DriveCmdletProvider class

  • 1st occurrence -> System.Management.Automation.Provider.DriveCmdletProvider (full)
  • 2nd occurrence -> DriveCmdletProvider (no qualifier)

case 2: System.Management.Automation.Provider.DriveCmdletProvider.InitializeDefaultDrives method

When it is easy to understand the method's class name in context, write InitializeDefaultDrives (no qualifier).

PR Summary

PR Context

Select the area of the Table of Contents containing the documents being changed.

Conceptual content

  • Scripting and development
    • Language Spec
    • Legacy SDK

PR Checklist

  • I have read the contributors guide and followed the style and process guidelines
  • PR has a meaningful title
  • PR is targeted at the staging branch
  • All relevant versions updated
  • Includes content related to issues and PRs - see Closing issues using keywords.
  • This PR is ready to merge and is not Work in Progress

@opbld32
Copy link
Copy Markdown

opbld32 commented Nov 3, 2021

Docs Build status updates of commit 4320fb1:

✅ Validation status: passed

File Status Preview URL Details
reference/docs-conceptual/developer/provider/provider-types.md ✅Succeeded View (>=powershell-5.1)

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@sdwheeler sdwheeler merged commit e341b87 into MicrosoftDocs:staging Nov 3, 2021
@sdwheeler
Copy link
Copy Markdown
Collaborator

Thanks for the cleanup.

@matt9ucci matt9ucci deleted the patch-provider-types-repeat branch November 3, 2021 23:37
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.

3 participants