As you know, the Teams PowerShell module is helping managing Teams and Skype for Business Online.
Well, the new 2.0 version is now available.
With this version you no longer need to connect to both Teams and Skype for Business Online; you can just connect to both administration back-end with a single command
Connect-MicrosoftTeams
The New-CsOnlineSession command is no longer needed to connect to Skype for Business Online and has been replaced by the above command.
You can get the new version using the command
Install-Module -Name MicrosoftTeams
or if you already had Teams PowerShell module installed using the command to upgrade
Update-Module -Name MicrosoftTeams -RequiredVersion 2.0.0