Skip to content

Conversation

VikneshMSFT
Copy link
Contributor

…config

@learn-build-service-prod
Copy link

Learn Build status updates of commit 2173b5b:

✅ Validation status: passed

File Status Preview URL Details
teams/teams-ps/teams/Clear-TeamsEnvironmentConfig.md ✅Succeeded View (teams-ps)
teams/teams-ps/teams/Set-TeamsEnvironmentConfig.md ✅Succeeded View (teams-ps)
teams/teams-ps/teams/teams.md ✅Succeeded View (teams-ps)

For more details, please refer to the build report.

For any questions, please:

@yogkumgit yogkumgit self-assigned this Apr 26, 2023
@yogkumgit yogkumgit requested review from get-itips, a user and dariomws April 26, 2023 07:12
@yogkumgit
Copy link

@JohanFreelancer9

Copy link
Contributor

@JohanFreelancer9 JohanFreelancer9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy review - @VikneshMSFT, kindly commit the suggested changes. Many thanks.

Copy link
Contributor

@get-itips get-itips left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree with @pbafna03 , otherwise people will open issues asking what this cmdlet is used for, please expand the explanation. thanks

Copy link
Contributor

@dariomws dariomws left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm ok after the suggestions are applied

Copy link
Contributor

@JohanFreelancer9 JohanFreelancer9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@VikneshMSFT, kindly commit the two pending suggested changes. Thanks.

@learn-build-service-prod
Copy link

Learn Build status updates of commit a6310c5:

✅ Validation status: passed

File Status Preview URL Details
teams/teams-ps/teams/Clear-TeamsEnvironmentConfig.md ✅Succeeded View (teams-ps)
teams/teams-ps/teams/Set-TeamsEnvironmentConfig.md ✅Succeeded View (teams-ps)
teams/teams-ps/teams/teams.md ✅Succeeded View (teams-ps)

For more details, please refer to the build report.

For any questions, please:

Copy link
Contributor

@JohanFreelancer9 JohanFreelancer9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@VikneshMSFT, some more (final) suggestions after the last round of edits, please.

VikneshMSFT and others added 8 commits May 4, 2023 11:05
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
@VikneshMSFT
Copy link
Contributor Author

@JohanFreelancer9 , addressed comments. Please approve and merge this change.

@learn-build-service-prod
Copy link

Learn Build status updates of commit 4775c9f:

✅ Validation status: passed

File Status Preview URL Details
teams/teams-ps/teams/Clear-TeamsEnvironmentConfig.md ✅Succeeded View (teams-ps)
teams/teams-ps/teams/Set-TeamsEnvironmentConfig.md ✅Succeeded View (teams-ps)
teams/teams-ps/teams/teams.md ✅Succeeded View (teams-ps)

For more details, please refer to the build report.

For any questions, please:

@learn-build-service-prod
Copy link

Learn Build status updates of commit feefeaa:

✅ Validation status: passed

File Status Preview URL Details
teams/teams-ps/teams/Clear-TeamsEnvironmentConfig.md ✅Succeeded View (teams-ps)
teams/teams-ps/teams/Set-TeamsEnvironmentConfig.md ✅Succeeded View (teams-ps)
teams/teams-ps/teams/teams.md ✅Succeeded View (teams-ps)

For more details, please refer to the build report.

For any questions, please:

Copy link
Contributor

@JohanFreelancer9 JohanFreelancer9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apologies @VikneshMSFT, one more, please.

Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
@VikneshMSFT
Copy link
Contributor Author

Addressed comments. please merge.

@learn-build-service-prod
Copy link

Learn Build status updates of commit 65801fc:

✅ Validation status: passed

File Status Preview URL Details
teams/teams-ps/teams/Clear-TeamsEnvironmentConfig.md ✅Succeeded View (teams-ps)
teams/teams-ps/teams/Set-TeamsEnvironmentConfig.md ✅Succeeded View (teams-ps)
teams/teams-ps/teams/teams.md ✅Succeeded View (teams-ps)

For more details, please refer to the build report.

For any questions, please:

@yogkumgit
Copy link

@get-itips @tseward

```powershell
Set-TeamsEnvironmentConfig -TeamsEnvironmentName TeamsChina

$cred=get-credential
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does Move-CsUser work without modern authentication, or is Move-CsUser for on-prem SfB Server?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move-CsUser is an SFB on-prem cmdlet and it works with modern authentication. It internall calls Connect-MicrosoftTeams in MicrosoftTeams module. This change is to make a generic way to call move-csuser for Gallatin, Airgap and future special clouds, instead of tightly coupling, SFB on-prem CU release and MicrosoftTeams module. We wanted a way to decouple these components, so we need not release new SFB on-prem CU just to support the special cloud scenario.

@yogkumgit
Copy link

@tiburd Please merge this PR. Thanks

@tiburd
Copy link
Contributor

tiburd commented May 8, 2023

@pbafna03
Do you want to approve this PR before it's merged?
Thanks!

@tiburd tiburd merged commit 59d5baa into MicrosoftDocs:main May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants