-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Fix Identity Parameter for Remove cmdlet #9869
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
Identity Parameter for Remove-CsTeamsShiftsPolicy cmdlet referrers to the Policy Instance Name (XdsIdentity) that will be removed.
Docs Build status updates of commit 6135537: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link 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 - @dandsm, kindly commit the minor suggested change. Many thanks.
Co-authored-by: JohanFreelancer9 <[email protected]>
@JohanFreelancer9 committed your suggestion |
Docs Build status updates of commit 0cef353: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
@dariomws @get-itips @tseward |
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.
Thanks for your contribution! I could check and you are right about these changes, take a look at the comment about the param set, thanks again!
Co-authored-by: Andres Mariano Gorzelany <[email protected]>
@get-itips Committed your suggestion |
Docs Build status updates of commit 26248c7: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
@tiburd Please merge this PR. Thanks. |
Parameter Identity referrers to a Policy Instance Name (XdsIdentity) for Remove Cmdlets
If users follow the current documentation and try to pass a UserId or UserEmail, the cmdlet will not work and will throw exceptions.