-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Fix closing tag for RSWindowsNegotiate in config #10241
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
Corrected XML tag in step 7: Changed <RSWindowsNegotiate> to <RSWindowsNegotiate/> to ensure proper syntax.
|
@pavelshabanov2025 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit b5d03ed: ✅ Validation status: passed
For more details, please refer to the build report. |
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.
Pull request overview
This PR corrects an XML syntax error in the Reporting Services documentation by fixing a malformed closing tag. The change ensures proper XML syntax by converting a non-self-closing tag to a self-closing tag.
- Corrected XML tag syntax from
<RSWindowsNegotiate>to<RSWindowsNegotiate/>in configuration instructions
|
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
...eporting-services/report-server/register-a-service-principal-name-spn-for-a-report-server.md
Outdated
Show resolved
Hide resolved
…ipal-name-spn-for-a-report-server.md
|
PR 10241 has been merged from pavelshabanov2025:patch-1 to MicrosoftDocs:live by rwestMSFT. |
|
Thanks, @pavelshabanov2025! |
|
Learn Build status updates of commit c13807a: ✅ Validation status: passed
For more details, please refer to the build report. |
Corrected XML tag in step 7:
Changed to to ensure proper syntax.