|
| 1 | +# |
| 2 | +# Module manifest for module 'Microsoft.Graph.Groups.Actions' |
| 3 | +# |
| 4 | +# Generated by: Microsoft Corporation |
| 5 | +# |
| 6 | +# Generated on: 4/10/2020 |
| 7 | +# |
| 8 | + |
1 | 9 | @{ |
2 | | - GUID = '326570eb-1651-4244-a506-d863bd2ecf4e' |
3 | | - RootModule = './Microsoft.Graph.Groups.Actions.psm1' |
4 | | - ModuleVersion = '0.2.1' |
5 | | - CompatiblePSEditions = 'Core', 'Desktop' |
6 | | - Author = 'Microsoft Corporation' |
7 | | - CompanyName = 'Microsoft Corporation' |
8 | | - Copyright = 'Microsoft Corporation. All rights reserved.' |
9 | | - Description = 'Microsoft Graph PowerShell Cmdlets' |
10 | | - PowerShellVersion = '5.1' |
11 | | - DotNetFrameworkVersion = '4.7.2' |
12 | | - RequiredAssemblies = './bin/Microsoft.Graph.Groups.Actions.private.dll' |
13 | | - FormatsToProcess = './Microsoft.Graph.Groups.Actions.format.ps1xml' |
14 | | - FunctionsToExport = 'Add-MgGroupFavorite', 'Confirm-MgGroupGrantedPermission', 'Confirm-MgGroupMemberGroup', 'Confirm-MgGroupMemberObject', 'Copy-MgGroupOnenoteNotebook', 'Copy-MgGroupOnenoteNotebookSectionGroupSectionPageToSection', 'Copy-MgGroupOnenoteNotebookSectionGroupSectionToNotebook', 'Copy-MgGroupOnenoteNotebookSectionGroupSectionToSectionGroup', 'Copy-MgGroupOnenoteNotebookSectionPageToSection', 'Copy-MgGroupOnenoteNotebookSectionToNotebook', 'Copy-MgGroupOnenoteNotebookSectionToSectionGroup', 'Copy-MgGroupOnenotePageToSection', 'Copy-MgGroupOnenoteSectionGroupSectionPageToSection', 'Copy-MgGroupOnenoteSectionGroupSectionToNotebook', 'Copy-MgGroupOnenoteSectionGroupSectionToSectionGroup', 'Copy-MgGroupOnenoteSectionPageToSection', 'Copy-MgGroupOnenoteSectionToNotebook', 'Copy-MgGroupOnenoteSectionToSectionGroup', 'Get-MgGroup', 'Get-MgGroupCalendarEventCalendarSchedule', 'Get-MgGroupCalendarSchedule', 'Get-MgGroupEventCalendarSchedule', 'Get-MgGroupMemberGroup', 'Get-MgGroupMemberObject', 'Get-MgGroupOnenoteNotebookFromWebUrl', 'Get-MgGroupUserOwnedObject', 'Invoke-MgAcceptGroupCalendarEvent', 'Invoke-MgAcceptGroupCalendarEventInstance', 'Invoke-MgAcceptGroupCalendarEventInstanceTentatively', 'Invoke-MgAcceptGroupCalendarEventTentatively', 'Invoke-MgAcceptGroupEvent', 'Invoke-MgAcceptGroupEventCalendarEvent', 'Invoke-MgAcceptGroupEventCalendarEventTentatively', 'Invoke-MgAcceptGroupEventInstance', 'Invoke-MgAcceptGroupEventInstanceTentatively', 'Invoke-MgAcceptGroupEventTentatively', 'Invoke-MgDeclineGroupCalendarEvent', 'Invoke-MgDeclineGroupCalendarEventInstance', 'Invoke-MgDeclineGroupEvent', 'Invoke-MgDeclineGroupEventCalendarEvent', 'Invoke-MgDeclineGroupEventInstance', 'Invoke-MgDismissGroupCalendarEventInstanceReminder', 'Invoke-MgDismissGroupCalendarEventReminder', 'Invoke-MgDismissGroupEventCalendarEventReminder', 'Invoke-MgDismissGroupEventInstanceReminder', 'Invoke-MgDismissGroupEventReminder', 'Invoke-MgForwardGroupCalendarEvent', 'Invoke-MgForwardGroupCalendarEventInstance', 'Invoke-MgForwardGroupConversationThreadPost', 'Invoke-MgForwardGroupConversationThreadPostInReplyTo', 'Invoke-MgForwardGroupEvent', 'Invoke-MgForwardGroupEventCalendarEvent', 'Invoke-MgForwardGroupEventInstance', 'Invoke-MgForwardGroupThreadPost', 'Invoke-MgForwardGroupThreadPostInReplyTo', 'Invoke-MgRenewGroup', 'Invoke-MgReplyGroupConversationThread', 'Invoke-MgReplyGroupConversationThreadPost', 'Invoke-MgReplyGroupConversationThreadPostInReplyTo', 'Invoke-MgReplyGroupThread', 'Invoke-MgReplyGroupThreadPost', 'Invoke-MgReplyGroupThreadPostInReplyTo', 'Invoke-MgSnoozeGroupCalendarEventInstanceReminder', 'Invoke-MgSnoozeGroupCalendarEventReminder', 'Invoke-MgSnoozeGroupEventCalendarEventReminder', 'Invoke-MgSnoozeGroupEventInstanceReminder', 'Invoke-MgSnoozeGroupEventReminder', 'Invoke-MgSubscribeGroup', 'Invoke-MgUnsubscribeGroup', 'New-MgGroupCalendarEventAttachmentUploadSession', 'New-MgGroupConversationThreadPostAttachmentUploadSession', 'New-MgGroupEventAttachmentUploadSession', 'New-MgGroupThreadPostAttachmentUploadSession', 'Remove-MgGroupFavorite', 'Reset-MgGroupUnseenCount', 'Restore-MgGroup', 'Set-MgGroupLicense', 'Stop-MgGroupCalendarEvent', 'Stop-MgGroupCalendarEventInstance', 'Stop-MgGroupEvent', 'Stop-MgGroupEventCalendarEvent', 'Stop-MgGroupEventInstance', 'Test-MgGroupDynamicMembership', 'Test-MgGroupProperty', 'Update-MgGroupOnenoteNotebookSectionGroupSectionPage', 'Update-MgGroupOnenoteNotebookSectionPage', 'Update-MgGroupOnenotePage', 'Update-MgGroupOnenoteSectionGroupSectionPage', 'Update-MgGroupOnenoteSectionPage', '*' |
15 | | - AliasesToExport = '*' |
16 | | - PrivateData = @{ |
| 10 | + |
| 11 | +# Script module or binary module file associated with this manifest. |
| 12 | +RootModule = './Microsoft.Graph.Groups.Actions.psm1' |
| 13 | + |
| 14 | +# Version number of this module. |
| 15 | +ModuleVersion = '0.2.1' |
| 16 | + |
| 17 | +# Supported PSEditions |
| 18 | +CompatiblePSEditions = 'Core', 'Desktop' |
| 19 | + |
| 20 | +# ID used to uniquely identify this module |
| 21 | +GUID = 'd3a19811-d303-4cd4-b290-d1f623b727f7' |
| 22 | + |
| 23 | +# Author of this module |
| 24 | +Author = 'Microsoft Corporation' |
| 25 | + |
| 26 | +# Company or vendor of this module |
| 27 | +CompanyName = 'Microsoft Corporation' |
| 28 | + |
| 29 | +# Copyright statement for this module |
| 30 | +Copyright = 'Microsoft Corporation. All rights reserved.' |
| 31 | + |
| 32 | +# Description of the functionality provided by this module |
| 33 | +Description = 'Microsoft Graph PowerShell Cmdlets' |
| 34 | + |
| 35 | +# Minimum version of the PowerShell engine required by this module |
| 36 | +PowerShellVersion = '5.1' |
| 37 | + |
| 38 | +# Name of the PowerShell host required by this module |
| 39 | +# PowerShellHostName = '' |
| 40 | + |
| 41 | +# Minimum version of the PowerShell host required by this module |
| 42 | +# PowerShellHostVersion = '' |
| 43 | + |
| 44 | +# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
| 45 | +DotNetFrameworkVersion = '4.7.2' |
| 46 | + |
| 47 | +# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
| 48 | +# ClrVersion = '' |
| 49 | + |
| 50 | +# Processor architecture (None, X86, Amd64) required by this module |
| 51 | +# ProcessorArchitecture = '' |
| 52 | + |
| 53 | +# Modules that must be imported into the global environment prior to importing this module |
| 54 | +RequiredModules = @('Microsoft.Graph.Authentication') |
| 55 | + |
| 56 | +# Assemblies that must be loaded prior to importing this module |
| 57 | +RequiredAssemblies = './bin/Microsoft.Graph.Groups.Actions.private.dll' |
| 58 | + |
| 59 | +# Script files (.ps1) that are run in the caller's environment prior to importing this module. |
| 60 | +# ScriptsToProcess = @() |
| 61 | + |
| 62 | +# Type files (.ps1xml) to be loaded when importing this module |
| 63 | +# TypesToProcess = @() |
| 64 | + |
| 65 | +# Format files (.ps1xml) to be loaded when importing this module |
| 66 | +FormatsToProcess = './Microsoft.Graph.Groups.Actions.format.ps1xml' |
| 67 | + |
| 68 | +# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
| 69 | +# NestedModules = @() |
| 70 | + |
| 71 | +# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. |
| 72 | +FunctionsToExport = 'Add-MgGroupFavorite', 'Confirm-MgGroupGrantedPermission', |
| 73 | + 'Confirm-MgGroupMemberGroup', 'Confirm-MgGroupMemberObject', |
| 74 | + 'Copy-MgGroupOnenoteNotebook', |
| 75 | + 'Copy-MgGroupOnenoteNotebookSectionGroupSectionPageToSection', |
| 76 | + 'Copy-MgGroupOnenoteNotebookSectionGroupSectionToNotebook', |
| 77 | + 'Copy-MgGroupOnenoteNotebookSectionGroupSectionToSectionGroup', |
| 78 | + 'Copy-MgGroupOnenoteNotebookSectionPageToSection', |
| 79 | + 'Copy-MgGroupOnenoteNotebookSectionToNotebook', |
| 80 | + 'Copy-MgGroupOnenoteNotebookSectionToSectionGroup', |
| 81 | + 'Copy-MgGroupOnenotePageToSection', |
| 82 | + 'Copy-MgGroupOnenoteSectionGroupSectionPageToSection', |
| 83 | + 'Copy-MgGroupOnenoteSectionGroupSectionToNotebook', |
| 84 | + 'Copy-MgGroupOnenoteSectionGroupSectionToSectionGroup', |
| 85 | + 'Copy-MgGroupOnenoteSectionPageToSection', |
| 86 | + 'Copy-MgGroupOnenoteSectionToNotebook', |
| 87 | + 'Copy-MgGroupOnenoteSectionToSectionGroup', 'Get-MgGroupById', |
| 88 | + 'Get-MgGroupCalendarEventCalendarSchedule', |
| 89 | + 'Get-MgGroupCalendarSchedule', 'Get-MgGroupEventCalendarSchedule', |
| 90 | + 'Get-MgGroupMemberGroup', 'Get-MgGroupMemberObject', |
| 91 | + 'Get-MgGroupOnenoteNotebookFromWebUrl', |
| 92 | + 'Get-MgGroupUserOwnedObject', 'Invoke-MgAcceptGroupCalendarEvent', |
| 93 | + 'Invoke-MgAcceptGroupCalendarEventInstance', |
| 94 | + 'Invoke-MgAcceptGroupCalendarEventInstanceTentatively', |
| 95 | + 'Invoke-MgAcceptGroupCalendarEventTentatively', |
| 96 | + 'Invoke-MgAcceptGroupEvent', |
| 97 | + 'Invoke-MgAcceptGroupEventCalendarEvent', |
| 98 | + 'Invoke-MgAcceptGroupEventCalendarEventTentatively', |
| 99 | + 'Invoke-MgAcceptGroupEventInstance', |
| 100 | + 'Invoke-MgAcceptGroupEventInstanceTentatively', |
| 101 | + 'Invoke-MgAcceptGroupEventTentatively', |
| 102 | + 'Invoke-MgDeclineGroupCalendarEvent', |
| 103 | + 'Invoke-MgDeclineGroupCalendarEventInstance', |
| 104 | + 'Invoke-MgDeclineGroupEvent', |
| 105 | + 'Invoke-MgDeclineGroupEventCalendarEvent', |
| 106 | + 'Invoke-MgDeclineGroupEventInstance', |
| 107 | + 'Invoke-MgDismissGroupCalendarEventInstanceReminder', |
| 108 | + 'Invoke-MgDismissGroupCalendarEventReminder', |
| 109 | + 'Invoke-MgDismissGroupEventCalendarEventReminder', |
| 110 | + 'Invoke-MgDismissGroupEventInstanceReminder', |
| 111 | + 'Invoke-MgDismissGroupEventReminder', |
| 112 | + 'Invoke-MgForwardGroupCalendarEvent', |
| 113 | + 'Invoke-MgForwardGroupCalendarEventInstance', |
| 114 | + 'Invoke-MgForwardGroupConversationThreadPost', |
| 115 | + 'Invoke-MgForwardGroupConversationThreadPostInReplyTo', |
| 116 | + 'Invoke-MgForwardGroupEvent', |
| 117 | + 'Invoke-MgForwardGroupEventCalendarEvent', |
| 118 | + 'Invoke-MgForwardGroupEventInstance', |
| 119 | + 'Invoke-MgForwardGroupThreadPost', |
| 120 | + 'Invoke-MgForwardGroupThreadPostInReplyTo', 'Invoke-MgRenewGroup', |
| 121 | + 'Invoke-MgReplyGroupConversationThread', |
| 122 | + 'Invoke-MgReplyGroupConversationThreadPost', |
| 123 | + 'Invoke-MgReplyGroupConversationThreadPostInReplyTo', |
| 124 | + 'Invoke-MgReplyGroupThread', 'Invoke-MgReplyGroupThreadPost', |
| 125 | + 'Invoke-MgReplyGroupThreadPostInReplyTo', |
| 126 | + 'Invoke-MgSnoozeGroupCalendarEventInstanceReminder', |
| 127 | + 'Invoke-MgSnoozeGroupCalendarEventReminder', |
| 128 | + 'Invoke-MgSnoozeGroupEventCalendarEventReminder', |
| 129 | + 'Invoke-MgSnoozeGroupEventInstanceReminder', |
| 130 | + 'Invoke-MgSnoozeGroupEventReminder', 'Invoke-MgSubscribeGroup', |
| 131 | + 'Invoke-MgUnsubscribeGroup', |
| 132 | + 'New-MgGroupCalendarEventAttachmentUploadSession', |
| 133 | + 'New-MgGroupConversationThreadPostAttachmentUploadSession', |
| 134 | + 'New-MgGroupEventAttachmentUploadSession', |
| 135 | + 'New-MgGroupThreadPostAttachmentUploadSession', |
| 136 | + 'Remove-MgGroupFavorite', 'Reset-MgGroupUnseenCount', |
| 137 | + 'Restore-MgGroup', 'Set-MgGroupLicense', 'Stop-MgGroupCalendarEvent', |
| 138 | + 'Stop-MgGroupCalendarEventInstance', 'Stop-MgGroupEvent', |
| 139 | + 'Stop-MgGroupEventCalendarEvent', 'Stop-MgGroupEventInstance', |
| 140 | + 'Test-MgGroupDynamicMembership', 'Test-MgGroupProperty', |
| 141 | + 'Update-MgGroupOnenoteNotebookSectionGroupSectionPageContent', |
| 142 | + 'Update-MgGroupOnenoteNotebookSectionPageContent', |
| 143 | + 'Update-MgGroupOnenotePageContent', |
| 144 | + 'Update-MgGroupOnenoteSectionGroupSectionPageContent', |
| 145 | + 'Update-MgGroupOnenoteSectionPageContent' |
| 146 | + |
| 147 | +# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. |
| 148 | +CmdletsToExport = @() |
| 149 | + |
| 150 | +# Variables to export from this module |
| 151 | +# VariablesToExport = @() |
| 152 | + |
| 153 | +# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export. |
| 154 | +AliasesToExport = '*' |
| 155 | + |
| 156 | +# DSC resources to export from this module |
| 157 | +# DscResourcesToExport = @() |
| 158 | + |
| 159 | +# List of all modules packaged with this module |
| 160 | +# ModuleList = @() |
| 161 | + |
| 162 | +# List of all files packaged with this module |
| 163 | +# FileList = @() |
| 164 | + |
| 165 | +# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell. |
| 166 | +PrivateData = @{ |
| 167 | + |
17 | 168 | PSData = @{ |
18 | | - Tags = 'Microsoft', 'Office365', 'Graph', 'PowerShell' |
19 | | - LicenseUri = 'https://aka.ms/devservicesagreement' |
20 | | - ProjectUri = 'https://github.com/microsoftgraph/msgraph-sdk-powershell' |
21 | | - ReleaseNotes = '' |
22 | | - } |
23 | | - } |
| 169 | + |
| 170 | + # Tags applied to this module. These help with module discovery in online galleries. |
| 171 | + Tags = 'Microsoft','Office365','Graph','PowerShell' |
| 172 | + |
| 173 | + # A URL to the license for this module. |
| 174 | + LicenseUri = 'https://aka.ms/devservicesagreement' |
| 175 | + |
| 176 | + # A URL to the main website for this project. |
| 177 | + ProjectUri = 'https://github.com/microsoftgraph/msgraph-sdk-powershell' |
| 178 | + |
| 179 | + # A URL to an icon representing this module. |
| 180 | + IconUri = 'https://raw.githubusercontent.com/microsoftgraph/g-raph/master/g-raph.png' |
| 181 | + |
| 182 | + # ReleaseNotes of this module |
| 183 | + ReleaseNotes = 'See https://aka.ms/GraphPowerShell-Release.' |
| 184 | + |
| 185 | + # Prerelease string of this module |
| 186 | + # Prerelease = '' |
| 187 | + |
| 188 | + # Flag to indicate whether the module requires explicit user acceptance for install/update/save |
| 189 | + # RequireLicenseAcceptance = $false |
| 190 | + |
| 191 | + # External dependent modules of this module |
| 192 | + # ExternalModuleDependencies = @() |
| 193 | + |
| 194 | + } # End of PSData hashtable |
| 195 | + |
| 196 | + } # End of PrivateData hashtable |
| 197 | + |
| 198 | +# HelpInfo URI of this module |
| 199 | +# HelpInfoURI = '' |
| 200 | + |
| 201 | +# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
| 202 | +# DefaultCommandPrefix = '' |
| 203 | + |
24 | 204 | } |
| 205 | + |
0 commit comments