1
-
1
+ #
2
+ # Module manifest for module 'ServiceNow'
3
+ #
4
+ # Generated by: Sam Martin Rick Arroues Greg Brownstein
5
+ #
6
+ # Generated on: 01/18/2022
7
+ #
8
+
2
9
@ {
3
10
4
11
# Script module or binary module file associated with this manifest.
5
12
RootModule = ' ServiceNow.psm1'
6
13
7
14
# Version number of this module.
8
- ModuleVersion = ' 3.1.3'
15
+ ModuleVersion = ' 3.1.4'
16
+
17
+ # Supported PSEditions
18
+ # CompatiblePSEditions = @()
9
19
10
20
# ID used to uniquely identify this module
11
21
GUID = ' b90d67da-f8d0-4406-ad74-89d169cd0633'
12
22
13
23
# Author of this module
14
- Author = ' Sam Martin' , ' Rick Arroues' , ' Greg Brownstein'
24
+ Author = ' Sam Martin Rick Arroues Greg Brownstein'
15
25
16
26
# Company or vendor of this module
17
27
CompanyName = ' None'
@@ -22,23 +32,23 @@ Copyright = '(c) 2015-2021 Snow-Shell. All rights reserved.'
22
32
# Description of the functionality provided by this module
23
33
Description = ' Automate against ServiceNow service and asset management. This module can be used standalone or with Azure Automation.'
24
34
25
- # Minimum version of the Windows PowerShell engine required by this module
26
- # PowerShellVersion = '3.0 '
35
+ # Minimum version of the PowerShell engine required by this module
36
+ # PowerShellVersion = ''
27
37
28
- # Name of the Windows PowerShell host required by this module
38
+ # Name of the PowerShell host required by this module
29
39
# PowerShellHostName = ''
30
40
31
- # Minimum version of the Windows PowerShell host required by this module
41
+ # Minimum version of the PowerShell host required by this module
32
42
# PowerShellHostVersion = ''
33
43
34
- # Minimum version of Microsoft .NET Framework required by this module
44
+ # Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
35
45
# DotNetFrameworkVersion = ''
36
46
37
- # Minimum version of the common language runtime (CLR) required by this module
38
- # CLRVersion = ''
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 = ''
39
49
40
50
# Processor architecture (None, X86, Amd64) required by this module
41
- # ProcessorArchitecture = 'None '
51
+ # ProcessorArchitecture = ''
42
52
43
53
# Modules that must be imported into the global environment prior to importing this module
44
54
# RequiredModules = @()
@@ -53,20 +63,42 @@ Description = 'Automate against ServiceNow service and asset management. This m
53
63
# TypesToProcess = @()
54
64
55
65
# Format files (.ps1xml) to be loaded when importing this module
56
- FormatsToProcess = @ ( ' ServiceNow.format.ps1xml' )
66
+ FormatsToProcess = ' ServiceNow.format.ps1xml'
57
67
58
68
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
59
69
NestedModules = @ ()
60
70
61
- # Functions to export from this module
62
- FunctionsToExport = @ (' Get-ServiceNowRecordInterim' , ' New-ServiceNowConfigurationItem' , ' Get-ServiceNowRecord' , ' New-ServiceNowSession' , ' Add-ServiceNowAttachment' , ' Get-ServiceNowAttachment' , ' Export-ServiceNowAttachment' , ' Get-ServiceNowChangeRequest' , ' Get-ServiceNowConfigurationItem' , ' Get-ServiceNowIncident' , ' Get-ServiceNowRequest' , ' Get-ServiceNowRequestedItem' , ' Get-ServiceNowTable' , ' Get-ServiceNowTableEntry' , ' Get-ServiceNowUser' , ' Get-ServiceNowUserGroup' , ' New-ServiceNowChangeRequest' , ' New-ServiceNowIncident' , ' New-ServiceNowQuery' , ' New-ServiceNowRecord' , ' Remove-ServiceNowAttachment' , ' Remove-ServiceNowRecord' , ' Update-ServiceNowChangeRequest' , ' Update-ServiceNowIncident' , ' Update-ServiceNowRequestedItem' , ' Update-ServiceNowRecord' )
63
-
64
- # Variables to export from this module
65
- VariablesToExport = @ (' ServiceNowSession' , ' ServiceNowOperator' , ' ServiceNowTable' )
66
-
67
- AliasesToExport = @ (' gsnr' , ' Get-ServiceNowIncident' , ' Get-ServiceNowChangeRequest' , ' Get-ServiceNowConfigurationItem' , ' Get-ServiceNowRequest' , ' Get-ServiceNowRequestedItem' , ' Get-ServiceNowUser' , ' Get-ServiceNowUserGroup' , ' Update-ServiceNowNumber' )
68
-
69
- # List of all modules packaged with this module
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-ServiceNowRecordInterim' , ' New-ServiceNowConfigurationItem' ,
73
+ ' Get-ServiceNowRecord' , ' New-ServiceNowSession' ,
74
+ ' Add-ServiceNowAttachment' , ' Get-ServiceNowAttachment' ,
75
+ ' Export-ServiceNowAttachment' , ' Get-ServiceNowChangeRequest' ,
76
+ ' Get-ServiceNowConfigurationItem' , ' Get-ServiceNowIncident' ,
77
+ ' Get-ServiceNowRequest' , ' Get-ServiceNowRequestedItem' ,
78
+ ' Get-ServiceNowTable' , ' Get-ServiceNowTableEntry' ,
79
+ ' Get-ServiceNowUser' , ' Get-ServiceNowUserGroup' ,
80
+ ' New-ServiceNowChangeRequest' , ' New-ServiceNowIncident' ,
81
+ ' New-ServiceNowQuery' , ' New-ServiceNowRecord' ,
82
+ ' Remove-ServiceNowAttachment' , ' Remove-ServiceNowRecord' ,
83
+ ' Update-ServiceNowChangeRequest' , ' Update-ServiceNowIncident' ,
84
+ ' Update-ServiceNowRequestedItem' , ' Update-ServiceNowRecord'
85
+
86
+ # 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.
87
+ CmdletsToExport = @ ()
88
+
89
+ # Variables to export from this module
90
+ VariablesToExport = ' ServiceNowSession' , ' ServiceNowOperator' , ' ServiceNowTable'
91
+
92
+ # 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.
93
+ AliasesToExport = ' gsnr' , ' Get-ServiceNowIncident' , ' Get-ServiceNowChangeRequest' ,
94
+ ' Get-ServiceNowConfigurationItem' , ' Get-ServiceNowRequest' ,
95
+ ' Get-ServiceNowRequestedItem' , ' Get-ServiceNowUser' ,
96
+ ' Get-ServiceNowUserGroup' , ' Update-ServiceNowNumber'
97
+
98
+ # DSC resources to export from this module
99
+ # DscResourcesToExport = @()
100
+
101
+ # List of all modules packaged with this module
70
102
# ModuleList = @()
71
103
72
104
# List of all files packaged with this module
@@ -78,23 +110,38 @@ PrivateData = @{
78
110
PSData = @ {
79
111
80
112
# Tags applied to this module. These help with module discovery in online galleries.
81
- Tags = @ ( ' Azure' , ' Automation' , ' ServiceNow' , ' PSModule' )
113
+ Tags = ' Azure' , ' Automation' , ' ServiceNow' , ' PSModule'
82
114
83
115
# A URL to the license for this module.
84
- LicenseUri = ' https://github.com/Snow-Shell/servicenow-powershell/blob/master/LICENSE'
116
+ LicenseUri = ' https://github.com/Snow-Shell/servicenow-powershell/blob/master/LICENSE'
85
117
86
118
# A URL to the main website for this project.
87
- ProjectUri = ' https://github.com/Snow-Shell/servicenow-powershell'
119
+ ProjectUri = ' https://github.com/Snow-Shell/servicenow-powershell'
120
+
121
+ # A URL to an icon representing this module.
122
+ # IconUri = ''
123
+
124
+ # ReleaseNotes of this module
125
+ ReleaseNotes = ' https://github.com/Snow-Shell/servicenow-powershell/blob/master/CHANGELOG.md'
126
+
127
+ # Prerelease string of this module
128
+ # Prerelease = ''
129
+
130
+ # Flag to indicate whether the module requires explicit user acceptance for install/update/save
131
+ # RequireLicenseAcceptance = $false
132
+
133
+ # External dependent modules of this module
134
+ # ExternalModuleDependencies = @()
88
135
89
- ReleaseNotes = ' https://github.com/Snow-Shell/servicenow-powershell/blob/master/CHANGELOG.md'
90
136
} # End of PSData hashtable
91
137
92
- } # End of PrivateData hashtable
138
+ } # End of PrivateData hashtable
93
139
94
140
# HelpInfo URI of this module
95
- # HelpInfoURI = 'https://github.com/Snow-Shell/servicenow-powershell '
141
+ # HelpInfoURI = ''
96
142
97
143
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
98
144
# DefaultCommandPrefix = ''
99
145
100
146
}
147
+
0 commit comments