-
Notifications
You must be signed in to change notification settings - Fork 1.3k
adding docs for set-teamsenvironmentconfig and clear-teamsenvironment… #10764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Learn Build status updates of commit 2173b5b: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
There was a problem hiding this 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.
There was a problem hiding this 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
There was a problem hiding this 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
There was a problem hiding this 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 status updates of commit a6310c5: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
There was a problem hiding this 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.
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>
@JohanFreelancer9 , addressed comments. Please approve and merge this change. |
Learn Build status updates of commit 4775c9f: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit feefeaa: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
There was a problem hiding this 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>
Addressed comments. please merge. |
Learn Build status updates of commit 65801fc: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
@get-itips @tseward |
```powershell | ||
Set-TeamsEnvironmentConfig -TeamsEnvironmentName TeamsChina | ||
|
||
$cred=get-credential |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
@tiburd Please merge this PR. Thanks |
@pbafna03 |
…config