Teams/ID/Clone fails to clone tabs
Using PS SDK or Graph explorer, the Teams clone function is not cloning Channel tabs. I'm able to see the tabs in the original, and I'm specifying that tabs should be cloned in the parameters, but only the default tabs appear in the cloned Team. (To clarify, this is NOT the known limitation of not configuring the tabs.)
The TEAM is created, and the owner is copied.
Graph URL: https://graph.microsoft.com/v1.0/teams/{TEAMID}/clone
Method: POST
Sample Body:
{
"displayName": "TEST 04/16 04:12:00 Team",
"description": "TEST 04/16 04:12:00 Team",
"mailNickname": "TEST 04/16 04:12:00 Team",
"partsToClone": "apps,tabs,settings,channels",
"visibility": "private"
}
Expected behavior Channel Tabs should be copied (in an unconfigured state)
I do have the same challenge and expericence the same problem. Will this issue be taken in examination? If you search the internet you will see that many developer have detected this issue also and go to great length to work around it