|
1 | 1 | # |
2 | 2 | # Module manifest for module 'ServiceNow' |
3 | 3 | # |
4 | | -# Generated by: Sam Martin Rick Arroues Greg Brownstein |
| 4 | +# Generated by: Greg Brownstein, Rick Arroues, Sam Martin |
5 | 5 | # |
6 | | -# Generated on: 12/17/2022 |
| 6 | +# Generated on: 03/16/2023 |
7 | 7 | # |
8 | 8 |
|
9 | 9 | @{ |
|
12 | 12 | RootModule = 'ServiceNow.psm1' |
13 | 13 |
|
14 | 14 | # Version number of this module. |
15 | | -ModuleVersion = '4.0' |
| 15 | +ModuleVersion = '4.0.0' |
16 | 16 |
|
17 | 17 | # Supported PSEditions |
18 | 18 | # CompatiblePSEditions = @() |
@@ -69,16 +69,14 @@ FormatsToProcess = 'ServiceNow.format.ps1xml' |
69 | 69 | NestedModules = @() |
70 | 70 |
|
71 | 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 = 'New-ServiceNowConfigurationItem', |
73 | | - 'Get-ServiceNowRecord', 'New-ServiceNowSession', |
74 | | - 'Add-ServiceNowAttachment', 'Get-ServiceNowAttachment', |
75 | | - 'Export-ServiceNowAttachment', |
| 72 | +FunctionsToExport = 'New-ServiceNowConfigurationItem', 'Get-ServiceNowRecord', |
| 73 | + 'New-ServiceNowSession', 'Add-ServiceNowAttachment', |
| 74 | + 'Get-ServiceNowAttachment', 'Export-ServiceNowAttachment', |
76 | 75 | 'New-ServiceNowChangeRequest', 'New-ServiceNowIncident', |
77 | 76 | 'New-ServiceNowQuery', 'New-ServiceNowRecord', |
78 | 77 | 'Remove-ServiceNowAttachment', 'Remove-ServiceNowRecord', |
79 | | - 'Update-ServiceNowRecord', |
80 | | - 'Export-ServiceNowRecord', 'Invoke-ServiceNowGraphQL', |
81 | | - 'New-ServiceNowChangeTask' |
| 78 | + 'Update-ServiceNowRecord', 'Export-ServiceNowRecord', |
| 79 | + 'Invoke-ServiceNowGraphQL', 'New-ServiceNowChangeTask' |
82 | 80 |
|
83 | 81 | # 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. |
84 | 82 | CmdletsToExport = @() |
|
0 commit comments