1+ #
2+ # Module manifest for module 'module'
3+ #
4+ # Generated by: Arcus
5+ #
6+ # Generated on: 5/29/2020 10:12:26 AM
7+ #
8+
9+ @ {
10+
11+ # Script module or binary module file associated with this manifest.
12+ RootModule = ' Arcus.Scripting.AppService.psm1'
13+
14+ # Version number of this module.
15+ ModuleVersion = ' #{Package.Version}#'
16+
17+ # ID used to uniquely identify this module
18+ GUID = ' ef97d51b-87bb-4daa-b97c-b59f08da8009'
19+
20+ # Author of this module
21+ Author = ' Arcus'
22+
23+ # Company or vendor of this module
24+ CompanyName = ' '
25+
26+ # Copyright statement for this module
27+ Copyright = ' (c) 2020 Arcus. All rights reserved.'
28+
29+ # Description of the functionality provided by this module
30+ Description = ' Scripts related to Azure App Service'
31+
32+ # Minimum version of the Windows PowerShell engine required by this module
33+ PowerShellVersion = ' 5.1'
34+
35+ # Name of the Windows PowerShell host required by this module
36+ # PowerShellHostName = ''
37+
38+ # Minimum version of the Windows PowerShell host required by this module
39+ # PowerShellHostVersion = ''
40+
41+ # Minimum version of Microsoft .NET Framework required by this module
42+ # DotNetFrameworkVersion = ''
43+
44+ # Minimum version of the common language runtime (CLR) required by this module
45+ # CLRVersion = ''
46+
47+ # Processor architecture (None, X86, Amd64) required by this module
48+ # ProcessorArchitecture = ''
49+
50+ # Modules that must be imported into the global environment prior to importing this module
51+ RequiredModules = @ (@ {ModuleName = ' Az.Websites' ; ModuleVersion = ' 2.9.0' })
52+
53+ # Assemblies that must be loaded prior to importing this module
54+ # RequiredAssemblies = @()
55+
56+ # Script files (.ps1) that are run in the caller's environment prior to importing this module.
57+ # ScriptsToProcess = @()
58+
59+ # Type files (.ps1xml) to be loaded when importing this module
60+ # TypesToProcess = @()
61+
62+ # Format files (.ps1xml) to be loaded when importing this module
63+ # FormatsToProcess = @()
64+
65+ # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
66+ # NestedModules = @()
67+
68+ # Functions to export from this module
69+ FunctionsToExport = @ (
70+ ' Set-AzAppServiceSetting' )
71+
72+ # Cmdlets to export from this module
73+ CmdletsToExport = ' *'
74+
75+ # Variables to export from this module
76+ VariablesToExport = ' *'
77+
78+ # Aliases to export from this module
79+ AliasesToExport = ' *'
80+
81+ # List of all modules packaged with this module
82+ # ModuleList = @()
83+
84+ # List of all files packaged with this module
85+ # FileList = @()
86+
87+ # Private data to pass to the module specified in RootModule/ModuleToProcess
88+ PrivateData = @ {
89+
90+ PSData = @ {
91+
92+ # Tags applied to this module. These help with module discovery in online galleries.
93+ Tags = ' Azure' , ' AppService' , ' Arcus'
94+
95+ # A URL to the license for this module.
96+ LicenseUri = ' https://github.com/arcus-azure/arcus.scripting/blob/master/LICENSE'
97+
98+ # A URL to the main website for this project.
99+ ProjectUri = ' https://github.com/arcus-azure/arcus.scripting'
100+
101+ # A URL to an icon representing this module.
102+ IconUri = ' https://raw.githubusercontent.com/arcus-azure/arcus/master/media/arcus.png'
103+
104+ # ReleaseNotes of this module
105+ ReleaseNotes = ' https://github.com/arcus-azure/arcus.scripting/releases/tag/v#{Package.Version}#'
106+
107+ # Prerelease string of this module
108+ # Prerelease = ''
109+
110+ # Flag to indicate whether the module requires explicit user acceptance for install/update/save
111+ # RequireLicenseAcceptance = $false
112+
113+ # External dependent modules of this module
114+ # ExternalModuleDependencies = @()
115+
116+ } # End of PSData hashtable
117+
118+ } # End of PrivateData hashtable
119+
120+
121+ # HelpInfo URI of this module
122+ # HelpInfoURI = ''
123+
124+ # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
125+ # DefaultCommandPrefix = ''
126+
127+ }
0 commit comments