Forum Discussion
BradThomas1495
Jun 22, 2022Copper Contributor
GraphAPI Access Packages PowerShell Error
Hi, Keep getting the below error, script has not changed and used to work fine, the script I have still created the packages but not sure if this would affect them. Invoke-MgGraphRequest : PO...
farismalaeb
Jun 22, 2022Iron Contributor
It seems that the resources is already onboarded.
The specified resource is already onboarded to ELM
The specified resource is already onboarded to ELM
- BradThomas1495Jun 23, 2022Copper Contributor
farismalaeb would this affect the access packages in any way. I can't see anything different about them
- LainRobertsonJun 23, 2022Silver Contributor
No, it won't affect them in any way.
When an exception is thrown, nothing has changed.
You'd have more reason to worry (in this specific scenario) if an exception wasn't thrown.
Behind the scenes, REST calls use GET, POST, PUT, PATCH, DELETE and so on for explicitly different purposes.
Check it out for yourself from the link below, where you can see the HTTP methods discretely aligned to different actions, such as POST = create, PATCH = update, etc. Makes it pretty hard to make a mistake.
accessPackage resource type - Microsoft Graph v1.0 | Microsoft Docs
Cheers,
Lain