-
Notifications
You must be signed in to change notification settings - Fork 215
Closed
Description
The following changes should be applied to admin module as part of this clean-up:
- Move all OpenAPI paths under admin.windows tag into
Admin.WindowsUpdatesmodule. - Alias all commands in
Admin.WindowsUpdatesmodule to{Verb}-Mg{WU}*e.g.Command Alias Add-MgAdminWindowUpdateDeploymentAudienceMemberAdd-MgWUDeploymentAudienceMember - Pluralize all instances of
WindowUpdatein a command's subject name toWindowsUpdates. - Remove broken/invalid commands from
Admin.WindowsUpdatesmodule. e.g.- Get/Update-MgAdmin
- Get/Update-MgAdminWindow
- Get/Update-MgAdminWindowUpdate
AB#9267