File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ $PackageFilePatternExclusions = @(
6666
6767$here = Split-Path - Parent $MyInvocation.MyCommand.Path
6868
69- $Version = " 0.1.2 "
69+ $Version = " 0.1.5 "
7070$ModuleName = " PSServiceNow"
7171$PackageName = " $ModuleName -v$ ( $version ) .zip" ;
7272
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ function Get-ServiceNowUserGroup{
8989
9090 # Set the default property set for the table view
9191 $DefaultProperties = @ (' name' , ' email' , ' sys_id' )
92- $DefaultDisplayPropertySet = New-Object System.Management.Automation.PSPropertySet(‘ DefaultDisplayPropertySet’ , [string []]$DefaultProperties )
92+ $DefaultDisplayPropertySet = New-Object System.Management.Automation.PSPropertySet(' DefaultDisplayPropertySet' , [string []]$DefaultProperties )
9393 $PSStandardMembers = [System.Management.Automation.PSMemberInfo []]@ ($DefaultDisplayPropertySet )
9494 $Result | Add-Member MemberSet PSStandardMembers $PSStandardMembers
9595 return $result
@@ -181,7 +181,7 @@ function Get-ServiceNowUser{
181181
182182 # Set the default property set for the table view
183183 $DefaultProperties = @ (' name' , ' email' , ' sys_id' )
184- $DefaultDisplayPropertySet = New-Object System.Management.Automation.PSPropertySet(‘ DefaultDisplayPropertySet’ , [string []]$DefaultProperties )
184+ $DefaultDisplayPropertySet = New-Object System.Management.Automation.PSPropertySet(' DefaultDisplayPropertySet' , [string []]$DefaultProperties )
185185 $PSStandardMembers = [System.Management.Automation.PSMemberInfo []]@ ($DefaultDisplayPropertySet )
186186 $Result | Add-Member MemberSet PSStandardMembers $PSStandardMembers
187187 return $result
Original file line number Diff line number Diff line change 1212RootModule = ' PSServiceNow.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 0.1.4 '
15+ ModuleVersion = ' 0.1.5 '
1616
1717# ID used to uniquely identify this module
1818GUID = ' b90d67da-f8d0-4406-ad74-89d169cd0633'
Original file line number Diff line number Diff line change 11# PSServiceNow
2- [ ![ GitHub release] ( https://img.shields.io/github/release/Sam-Martin/servicenow-powershell.svg )] ( https://github.com/Sam-Martin/servicenow-powershell/releases/latest ) [ ![ GitHub license] ( https://img.shields.io/github/license/Sam-Martin/servicenow-powershell.svg )] ( LICENSE ) ![ Test Coverage] ( https://img.shields.io/badge/coverage-87 %25-yellowgreen.svg )
2+ [ ![ GitHub release] ( https://img.shields.io/github/release/Sam-Martin/servicenow-powershell.svg )] ( https://github.com/Sam-Martin/servicenow-powershell/releases/latest ) [ ![ GitHub license] ( https://img.shields.io/github/license/Sam-Martin/servicenow-powershell.svg )] ( LICENSE ) ![ Test Coverage] ( https://img.shields.io/badge/coverage-70 %25-yellowgreen.svg )
33This PowerShell module provides a series of cmdlets for interacting with the [ ServiceNow REST API] ( http://wiki.servicenow.com/index.php?title=REST_API ) , performed by wrapping ` Invoke-RestMethod ` for the API calls.
44** IMPORTANT:** Neither this module, nor its creator are in any way affiliated with ServiceNow.
55
You can’t perform that action at this time.
0 commit comments