Skip to content

Commit 72f8b41

Browse files
Emileadrianwells
Emile
authored and
adrianwells
committed
Corrected path check (#59)
* Corrected path check Get-ITGlueConfigurations did not return data when only using parameter `-id`. See #58 for more information. * Updated patch version
1 parent af71ab0 commit 72f8b41

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ITGlueAPI/Resources/Configurations.ps1

-4
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,6 @@ function Get-ITGlueConfigurations {
138138
$body += @{'page[size]' = $page_size}
139139
}
140140
}
141-
else {
142-
#Parameter set "Show" is selected; switch to nested relationships route
143-
$resource_uri = ('/organizations/{0}/relationships/configurations/{1}' -f $organization_id, $id)
144-
}
145141

146142
if($include) {
147143
$body += @{'include' = $include}

0 commit comments

Comments
 (0)