File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RootModule = '.\ITGlueAPI.psm1'
1717# -- MAJOR version when you make incompatible API changes,
1818# -- MINOR version when you add functionality in a backwards-compatible manner, and
1919# -- PATCH version when you make backwards-compatible bug fixes.
20- ModuleVersion = ' 2.0.2 '
20+ ModuleVersion = ' 2.0.3 '
2121
2222# ID used to uniquely identify this module
2323# GUID = ''
@@ -123,6 +123,7 @@ FunctionsToExport = 'Add-ITGlueAPIKey',
123123 ' New-ITGlueConfigurations' ,
124124 ' Get-ITGlueConfigurations' ,
125125 ' Set-ITGlueConfigurations' ,
126+ ' Remove-ITGlueConfigurations' ,
126127
127128 ' New-ITGlueContactTypes' ,
128129 ' Get-ITGlueContactTypes' ,
@@ -131,6 +132,7 @@ FunctionsToExport = 'Add-ITGlueAPIKey',
131132 ' New-ITGlueContacts' ,
132133 ' Get-ITGlueContacts' ,
133134 ' Set-ITGlueContacts' ,
135+ ' Remove-ITGlueContacts' ,
134136
135137 ' Get-ITGlueCountries' ,
136138
You can’t perform that action at this time.
0 commit comments