|
| 1 | +# |
| 2 | +# Module manifest for module 'Microsoft.Graph.Sites.Actions' |
| 3 | +# |
| 4 | +# Generated by: Microsoft Corporation |
| 5 | +# |
| 6 | +# Generated on: 3/25/2020 |
| 7 | +# |
| 8 | + |
| 9 | +@{ |
| 10 | + |
| 11 | +# Script module or binary module file associated with this manifest. |
| 12 | +RootModule = './Microsoft.Graph.Sites.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 = '253ecdb4-438e-44ce-9fbe-c35e7f39d2df' |
| 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.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.Sites.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 = 'Copy-MgSiteOnenoteNotebook', |
| 73 | + 'Copy-MgSiteOnenoteNotebookSectionGroupSectionPageToSection', |
| 74 | + 'Copy-MgSiteOnenoteNotebookSectionGroupSectionToNotebook', |
| 75 | + 'Copy-MgSiteOnenoteNotebookSectionGroupSectionToSectionGroup', |
| 76 | + 'Copy-MgSiteOnenoteNotebookSectionPageToSection', |
| 77 | + 'Copy-MgSiteOnenoteNotebookSectionToNotebook', |
| 78 | + 'Copy-MgSiteOnenoteNotebookSectionToSectionGroup', |
| 79 | + 'Copy-MgSiteOnenotePageToSection', |
| 80 | + 'Copy-MgSiteOnenoteSectionGroupSectionPageToSection', |
| 81 | + 'Copy-MgSiteOnenoteSectionGroupSectionToNotebook', |
| 82 | + 'Copy-MgSiteOnenoteSectionGroupSectionToSectionGroup', |
| 83 | + 'Copy-MgSiteOnenoteSectionPageToSection', |
| 84 | + 'Copy-MgSiteOnenoteSectionToNotebook', |
| 85 | + 'Copy-MgSiteOnenoteSectionToSectionGroup', |
| 86 | + 'Get-MgSiteOnenoteNotebookFromWebUrl', 'Publish-MgSitePage', |
| 87 | + 'Restore-MgSiteListActivityListItemVersion', |
| 88 | + 'Restore-MgSiteListItemVersion', |
| 89 | + 'Update-MgSiteOnenoteNotebookSectionGroupSectionPageContent', |
| 90 | + 'Update-MgSiteOnenoteNotebookSectionPageContent', |
| 91 | + 'Update-MgSiteOnenotePageContent', |
| 92 | + 'Update-MgSiteOnenoteSectionGroupSectionPageContent', |
| 93 | + 'Update-MgSiteOnenoteSectionPageContent' |
| 94 | + |
| 95 | +# 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. |
| 96 | +CmdletsToExport = @() |
| 97 | + |
| 98 | +# Variables to export from this module |
| 99 | +# VariablesToExport = @() |
| 100 | + |
| 101 | +# 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. |
| 102 | +AliasesToExport = '*' |
| 103 | + |
| 104 | +# DSC resources to export from this module |
| 105 | +# DscResourcesToExport = @() |
| 106 | + |
| 107 | +# List of all modules packaged with this module |
| 108 | +# ModuleList = @() |
| 109 | + |
| 110 | +# List of all files packaged with this module |
| 111 | +# FileList = @() |
| 112 | + |
| 113 | +# 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. |
| 114 | +PrivateData = @{ |
| 115 | + |
| 116 | + PSData = @{ |
| 117 | + |
| 118 | + # Tags applied to this module. These help with module discovery in online galleries. |
| 119 | + Tags = 'Microsoft','Office365','Graph','PowerShell' |
| 120 | + |
| 121 | + # A URL to the license for this module. |
| 122 | + LicenseUri = 'https://aka.ms/devservicesagreement' |
| 123 | + |
| 124 | + # A URL to the main website for this project. |
| 125 | + ProjectUri = 'https://github.com/microsoftgraph/msgraph-sdk-powershell' |
| 126 | + |
| 127 | + # A URL to an icon representing this module. |
| 128 | + IconUri = 'https://raw.githubusercontent.com/microsoftgraph/g-raph/master/g-raph.png' |
| 129 | + |
| 130 | + # ReleaseNotes of this module |
| 131 | + ReleaseNotes = 'See https://aka.ms/GraphPowerShell-Release.' |
| 132 | + |
| 133 | + # Prerelease string of this module |
| 134 | + # Prerelease = '' |
| 135 | + |
| 136 | + # Flag to indicate whether the module requires explicit user acceptance for install/update/save |
| 137 | + # RequireLicenseAcceptance = $false |
| 138 | + |
| 139 | + # External dependent modules of this module |
| 140 | + # ExternalModuleDependencies = @() |
| 141 | + |
| 142 | + } # End of PSData hashtable |
| 143 | + |
| 144 | + } # End of PrivateData hashtable |
| 145 | + |
| 146 | +# HelpInfo URI of this module |
| 147 | +# HelpInfoURI = '' |
| 148 | + |
| 149 | +# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
| 150 | +# DefaultCommandPrefix = '' |
| 151 | + |
| 152 | +} |
| 153 | + |
0 commit comments