docs: fix typos, deprecation notes, dead links, and formatting cleanup#10856
docs: fix typos, deprecation notes, dead links, and formatting cleanup#10856Ashlesha-MSFT wants to merge 3 commits into
Conversation
|
Learn Build status updates of commit d3b1fe5: 💡 Validation status: suggestions
docs/general-development/how-to-get-values-from-ranges.md
docs/general-development/how-to-set-values-of-ranges.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 359b6c0: 💡 Validation status: suggestions
docs/general-development/how-to-set-values-of-ranges.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
There was a problem hiding this comment.
Pull request overview
This PR updates several SharePoint “general development” documentation articles to modernize links, fix formatting/typos, and add applicability/deprecation guidance for legacy APIs.
Changes:
- Added IMPORTANT/NOTE callouts to clarify legacy/deprecated status and applicability (Excel Web Services, claims providers).
- Fixed documentation code sample issues (VB.NET sample corrections, enum usage) and refreshed old MSDN links to learn.microsoft.com and
/previous-versions/. - Cleaned up markdown formatting (code fence languages, whitespace/anchors cleanup, “See also” list formatting) and updated example URLs to
https://in some samples.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/general-development/how-to-set-values-of-ranges.md | Adds legacy-tech warning, fixes link targets and formatting, updates some sample URLs and VB/C# snippets. |
| docs/general-development/how-to-get-values-from-ranges.md | Adds legacy-tech warning, improves formatting and updates links/sample URLs. |
| docs/general-development/how-to-get-an-entire-workbook-or-a-snapshot.md | Adds deprecation guidance and fixes VB sample enum usage plus link updates/format cleanup. |
| docs/general-development/how-to-deploy-a-claims-provider-in-sharepoint.md | Adds on-prem-only applicability note, updates reference links, and fixes XML doc typos/formatting. |
| docs/general-development/how-to-create-an-odata-data-service-for-use-as-a-bcs-external-system.md | Reformats/modernizes the article content, updates version/tool references, and refreshes external/internal links. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
|
|
||
|
|
||
| --- |
| - Add capabilities for additional BCS functionality | ||
|
|
||
| ## Installing the sample database | ||
| <a name="bkmk_Prerequisites"> </a> |
|
Learn Build status updates of commit 27d28cf: ✅ Validation status: passed
For more details, please refer to the build report. |
Category
Related issues
What's in this Pull Request?
docs: fix typos, deprecation notes, dead links, and formatting cleanup