We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfc266d + 025b19a commit 7cb562cCopy full SHA for 7cb562c
ITGlueAPI/ITGlueAPI.psd1
@@ -18,7 +18,7 @@ RootModule = '.\ITGlueAPI.psm1'
18
# -- MINOR version when you add functionality in a backwards-compatible manner, and
19
# -- PATCH version when you make backwards-compatible bug fixes.
20
21
-ModuleVersion = '2.0.6'
+ModuleVersion = '2.0.7'
22
23
# ID used to uniquely identify this module
24
#GUID = ''
ITGlueAPI/Resources/Configurations.ps1
@@ -300,11 +300,7 @@ function Remove-ITGlueConfigurations {
300
$data
301
)
302
303
- $resource_uri = ('/configurations/{0}' -f $id)
304
-
305
- if ($flexible_asset_type_id) {
306
- $resource_uri = ('/organizations/{0}/relationships/configurations/{1}' -f $organization_id, $id)
307
- }
+ $resource_uri = '/configurations/'
308
309
$body = @{}
310
0 commit comments