Skip to content

Conversation

@peombwa
Copy link
Member

@peombwa peombwa commented May 24, 2021

This PR closes #650 by:

  • Moving all OpenAPI paths under admin.windows tag into WindowsUpdates module.
  • Pluralizing all instances of WindowUpdate in a command's subject name to WindowsUpdate. Update hasn't be pluralized due to PowerShell's naming convention e.g. Get-WindowsUpdateLog.
  • Dropping Admin prefix from command names in WindowsUpdates module e.g. Get-MgWindowsUpdateCatalog instead of Get-MgAdminWindowsUpdateCatalog.
  • Aliasing all commands in WindowsUpdate module to {Verb}-Mg{Wu}* e.g.
    Command Alias
    Add-MgWindowsUpdateDeploymentAudienceMember Add-MgWuDeploymentAudienceMember
  • Removing broken/invalid commands from WindowsUpdates module. e.g.
    • Get/Update-MgAdmin
    • Get/Update-MgAdminWindow
    • Get/Update-MgAdminWindowUpdate

@peombwa peombwa self-assigned this May 24, 2021
@peombwa peombwa requested review from ddyett and georgend as code owners May 24, 2021 21:58
@peombwa peombwa merged commit 0cc1f2f into dev May 25, 2021
@peombwa peombwa mentioned this pull request Jun 2, 2021
@peombwa peombwa mentioned this pull request Jun 9, 2021
@georgend georgend deleted the features/WindowsUpdatesModule branch June 15, 2021 09:53
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.

Admin Module Clean-Up

3 participants