Skip to content

Commit d43f7d4

Browse files
author
Daniel Schulte
committed
Adding documentation for the Network module.
1 parent a5b1c1f commit d43f7d4

File tree

2 files changed

+3690
-1089
lines changed

2 files changed

+3690
-1089
lines changed
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
#
2+
# Module manifest for module 'Microsoft.WindowsAzure.Commands.ServiceManagement.PlatformImageRepository'
3+
#
4+
# Generated by: Microsoft Corporation
5+
#
6+
# Generated on: 7/22/2013
7+
#
8+
9+
@{
10+
11+
# Script module or binary module file associated with this manifest
12+
ModuleToProcess = '..\..\..\Package\Debug\ServiceManagement\Azure\Network\Microsoft.Azure.Commands.Network.dll'
13+
14+
# Version number of this module.
15+
ModuleVersion = '0.8.8'
16+
17+
# ID used to uniquely identify this module
18+
GUID = '40FEE0BB-FD45-4EFC-85BC-0D602A6892C4'
19+
20+
# Author of this module
21+
Author = 'Microsoft Corporation'
22+
23+
# Company or vendor of this module
24+
CompanyName = 'Microsoft Corporation'
25+
26+
# Copyright statement for this module
27+
Copyright = '© Microsoft Corporation. All rights reserved.'
28+
29+
# Description of the functionality provided by this module
30+
Description = ''
31+
32+
# Minimum version of the Windows PowerShell engine required by this module
33+
PowerShellVersion = '3.0'
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 the .NET Framework required by this module
42+
DotNetFrameworkVersion = ''
43+
44+
# Minimum version of the common language runtime (CLR) required by this module
45+
CLRVersion='4.0'
46+
47+
# Processor architecture (None, X86, Amd64, IA64) required by this module
48+
ProcessorArchitecture = ''
49+
50+
# Modules that must be imported into the global environment prior to importing this module
51+
RequiredModules = @()
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+
63+
# Format files (.ps1xml) to be loaded when importing this module
64+
FormatsToProcess = @(
65+
'.\Microsoft.Azure.Commands.Network.format.ps1xml'
66+
)
67+
68+
# Modules to import as nested modules of the module specified in ModuleToProcess
69+
NestedModules = ''
70+
71+
# Functions to export from this module
72+
FunctionsToExport = '*'
73+
74+
# Cmdlets to export from this module
75+
CmdletsToExport = '*'
76+
77+
# Variables to export from this module
78+
VariablesToExport = '*'
79+
80+
# Aliases to export from this module
81+
AliasesToExport = '*'
82+
83+
# List of all modules packaged with this module
84+
ModuleList = @()
85+
86+
# List of all files packaged with this module
87+
FileList = @()
88+
89+
# Private data to pass to the module specified in ModuleToProcess
90+
PrivateData = ''
91+
92+
}
93+

0 commit comments

Comments
 (0)