Update code to use REST API instead of CSOM to solve the issue with root site. Closes #5249.#5254
Update code to use REST API instead of CSOM to solve the issue with root site. Closes #5249.#5254reshmee011 wants to merge 1 commit intopnp:devfrom
Conversation
|
Hey @reshmee011 , not sure if we can merge it in this release. It is a breaking change as far as I can see. We need to return a CSOM object here. Maybe we can do it in next major release like v4 ? |
|
The cmdlet behaves the same as it did when we combined CSOM and REST, just with one fewer API call now. The only change is that the REST endpoint no longer exposes the external flag, but that doesn’t affect functionality I can still add external links like http://www.google.com without it and we could mark |
|
It is a breaking change because the output type has changed here.
|
|
@gautamdsheth : Good points ! Agree let's postpone it for next release. |
Update code to use REST API instead of CSOM to solve the issue with root site. Closes #5249.
Type
Related Issues?
Fixes #5249.