Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds
Users.Actions
,Groups.Actions
andDeviceApps.DeviceManagement
modules by making the following changes:Groups.Actions
/parent*
or/calendarView*
since they can be called via other cmdlets i.e. operationIdgroups.onenote..*.parent.*
andgroups.*.calendarView.*
Validate1*
variants ofTest-MgGroupProperty
since it's a duplicate ofTest-MgDirectoryObjectProperty
Evaluate1*
variants ofTest-MgGroupDynamicMembership
, it's a duplicate ofEvaluate*1
variants.Get-MgGroup
toGet-MgGroupById
.Update-MgGroupOnenotePage
toUpdate-MgGroupOnenotePageContent
.Update-MgGroupOnenoteSectionPage
toUpdate-MgGroupOnenoteSectionPageContent
.Update-MgGroupOnenoteNotebookSectionPage
toUpdate-MgGroupOnenoteNotebookSectionPageContent
.Update-MgGroupOnenoteSectionGroupSectionPage
toUpdate-MgGroupOnenoteSectionGroupSectionPageContent
.Update-MgGroupOnenoteNotebookSectionGroupSectionPage
toUpdate-MgGroupOnenoteNotebookSectionGroupSectionPageContent
.DeviceApps.DeviceAppManagement
deviceAppManagement.wdacSupplementalPolicies.deviceStatuses.policy_assign
anddeviceManagement.deviceHealthScripts.deviceRunStates.managedDevice_deleteUserFromSharedAppleDevice
.Update*
variants ofUpdate-MgDeviceAppManagementMobileAppRelationship
toUpdate-MgDeviceAppManagementMultipleMobileAppRelationship
.Update1*
variants ofUpdate-MgDeviceAppManagementPolicySet
toUpdate-MgDeviceAppManagementMultiplePolicySet
.Users.Actions
/parent*
or/calendarView*
since they can be called via other cmdlets i.e. operationIdusers.onenote..*.parent.*
andusers.*.calendarView.*
.Wipe*
variants ofClear-MgUserManagedAppRegistration
, it's a duplicate ofWipe1*
variants.Get-MgUserCalendarEventCalendarSchedule
, it can be called viaGet-MgUserEventCalendarSchedule
.Get-MgUserOnlineMeeting
, it's a duplicate ofGet-MgUserOnlineMeeting
inMicrosoft.Graph.OnlineMeetings
.Get-MgUser
toGet-MgUserById
.Get-MgUserOwnedObject
toGet-MgUserOwnedObjectByType
.New-MgUserOnlineMeeting
to `Invoke-MgCreateOrGetUserOnlineMeeting.Update-MgUserTeamworkInstalledApp
toInvoke-MgUpgradeUserTeamworkInstalledApp
.Update-MgUserOnenote{NotebookSectionGroupSectionPage|NotebookSectionPage|Page|SectionGroupSectionPage|SectionPage}
toUpdate-MgUserOnenote{NotebookSectionGroupSectionPage|NotebookSectionPage|Page|SectionGroupSectionPage|SectionPage}Content
.Get*
variants ofGet-MgUserCalendarSchedule
toGet-MgUserDefaultCalendarSchedule
.Create*
variants ofNew-MgUserCalendarEventAttachmentUploadSession
toNew-MgUserDefaultCalendarEventAttachmentUploadSession
.Accept*
variants ofInvoke-MgAcceptUser{CalendarEvent|CalendarEventInstance|CalendarEventTentatively|CalendarEventInstanceTentatively}
toInvoke-MgAcceptUserDefault{CalendarEvent|CalendarEventInstance|CalendarEventTentatively|CalendarEventInstanceTentatively}
.Decline1*
variants ofInvoke-MgDeclineUserCalendarEventInstance
toInvoke-MgDeclineUserDefaultCalendarEventInstance
.Decline*
variants ofInvoke-MgDeclineUserCalendarEvent
toInvoke-MgDeclineUserDefaultCalendarEvent
.Forward1*
variants ofInvoke-MgForwardUserCalendarEventInstance
toInvoke-MgForwardUserDefaultCalendarEventInstance
.Forward*
variants ofInvoke-MgForwardUserCalendarEvent
toInvoke-MgForwardUserDefaultCalendarEvent
.Snooze1*
variants ofInvoke-MgSnoozeUserCalendarEventInstanceReminder
toInvoke-MgSnoozeUserDefaultCalendarEventInstanceReminder
.Snooze*
variants ofInvoke-MgSnoozeUserCalendarEventReminder
toInvoke-MgSnoozeUserDefaultCalendarEventReminder
.Cancel*
variants ofStop-MgUser{CalendarEvent|CalendarEventInstance}
toStop-MgUserDefault{CalendarEvent|CalendarEventInstance}
.Reply1*
variants ofInvoke-MgReply{UserMessage|UserMailFolderMessage}
toInvoke-MgReplyAll{UserMessage|UserMailFolderMessage}
.Reply1*
variants ofNew-Mg{UserMessageReply|UserMailFolderMessageReply}
toNew-Mg{UserMessageReply|UserMailFolderMessageReply}All
.Closes #23