|
| 1 | +# |
| 2 | +# Module manifest for module 'Microsoft.Graph.Sites.Functions' |
| 3 | +# |
| 4 | +# Generated by: Microsoft Corporation |
| 5 | +# |
| 6 | +# Generated on: 3/24/2020 |
| 7 | +# |
| 8 | + |
| 9 | +@{ |
| 10 | + |
| 11 | +# Script module or binary module file associated with this manifest. |
| 12 | +RootModule = './Microsoft.Graph.Sites.Functions.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 = '7ded8bd3-bfba-4385-9da5-5240ce752c05' |
| 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.Sites.Functions.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.Sites.Functions.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 = 'Get-MgGetRecentNotebook', 'Get-MgSiteActivityByInterval', |
| 73 | + 'Get-MgSiteByPath', 'Get-MgSiteListItemActivityByInterval', |
| 74 | + 'Invoke-MgPreviewOnenoteNotebookSectionGroupSectionPage', |
| 75 | + 'Invoke-MgPreviewOnenoteNotebookSectionPage', |
| 76 | + 'Invoke-MgPreviewOnenotePage', |
| 77 | + 'Invoke-MgPreviewOnenotePageParentNotebookSectionGroupSectionPage', |
| 78 | + 'Invoke-MgPreviewOnenotePageParentNotebookSectionPage', |
| 79 | + 'Invoke-MgPreviewOnenotePageParentSectionPage', |
| 80 | + 'Invoke-MgPreviewOnenoteSectionGroupParentNotebookSectionPage', |
| 81 | + 'Invoke-MgPreviewOnenoteSectionGroupSectionPage', |
| 82 | + 'Invoke-MgPreviewOnenoteSectionPage' |
| 83 | + |
| 84 | +# 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. |
| 85 | +CmdletsToExport = @() |
| 86 | + |
| 87 | +# Variables to export from this module |
| 88 | +# VariablesToExport = @() |
| 89 | + |
| 90 | +# 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. |
| 91 | +AliasesToExport = '*' |
| 92 | + |
| 93 | +# DSC resources to export from this module |
| 94 | +# DscResourcesToExport = @() |
| 95 | + |
| 96 | +# List of all modules packaged with this module |
| 97 | +# ModuleList = @() |
| 98 | + |
| 99 | +# List of all files packaged with this module |
| 100 | +# FileList = @() |
| 101 | + |
| 102 | +# 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. |
| 103 | +PrivateData = @{ |
| 104 | + |
| 105 | + PSData = @{ |
| 106 | + |
| 107 | + # Tags applied to this module. These help with module discovery in online galleries. |
| 108 | + Tags = 'Microsoft','Office365','Graph','PowerShell' |
| 109 | + |
| 110 | + # A URL to the license for this module. |
| 111 | + LicenseUri = 'https://aka.ms/devservicesagreement' |
| 112 | + |
| 113 | + # A URL to the main website for this project. |
| 114 | + ProjectUri = 'https://github.com/microsoftgraph/msgraph-sdk-powershell' |
| 115 | + |
| 116 | + # A URL to an icon representing this module. |
| 117 | + IconUri = 'https://raw.githubusercontent.com/microsoftgraph/g-raph/master/g-raph.png' |
| 118 | + |
| 119 | + # ReleaseNotes of this module |
| 120 | + ReleaseNotes = 'See https://aka.ms/GraphPowerShell-Release.' |
| 121 | + |
| 122 | + # Prerelease string of this module |
| 123 | + # Prerelease = '' |
| 124 | + |
| 125 | + # Flag to indicate whether the module requires explicit user acceptance for install/update/save |
| 126 | + # RequireLicenseAcceptance = $false |
| 127 | + |
| 128 | + # External dependent modules of this module |
| 129 | + # ExternalModuleDependencies = @() |
| 130 | + |
| 131 | + } # End of PSData hashtable |
| 132 | + |
| 133 | + } # End of PrivateData hashtable |
| 134 | + |
| 135 | +# HelpInfo URI of this module |
| 136 | +# HelpInfoURI = '' |
| 137 | + |
| 138 | +# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
| 139 | +# DefaultCommandPrefix = '' |
| 140 | + |
| 141 | +} |
| 142 | + |
0 commit comments