Skip to content

Revise article on embedding media in SharePoint posts#10774

Merged
andrewconnell merged 4 commits intoSharePoint:mainfrom
Ashlesha-MSFT:general-development-olddoc2
Apr 24, 2026
Merged

Revise article on embedding media in SharePoint posts#10774
andrewconnell merged 4 commits intoSharePoint:mainfrom
Ashlesha-MSFT:general-development-olddoc2

Conversation

@Ashlesha-MSFT
Copy link
Copy Markdown
Contributor

Updated the article to reflect changes in the date and added an important note regarding the applicability of the APIs.

Category

  • Content fix

Related issues

What's in this Pull Request?

Updated document content

Updated the article to reflect changes in the date and added an important note regarding the applicability of the APIs.
@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 91d95ba:

✅ Validation status: passed

File Status Preview URL Details
docs/general-development/how-to-embed-images-videos-and-documents-in-posts-in-sharepoint-server.md ✅Succeeded View

For more details, please refer to the build report.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit f1d494d:

⚠️ Validation status: warnings

File Status Preview URL Details
docs/general-development/bdc-model-schema-reference-for-sharepoint.md ⚠️Warning View Details
docs/general-development/how-to-embed-images-videos-and-documents-in-posts-in-sharepoint-server.md ✅Succeeded View

docs/general-development/bdc-model-schema-reference-for-sharepoint.md

  • Line 23, Column 6: [Warning: hard-coded-locale - See documentation] Link 'https://learn.microsoft.com/en-us/previous-versions/office/sharepoint-foundation-2010/ee661734(v=office.14)' contains locale code 'en-us'. For localizability, remove 'en-us' from links to most Microsoft sites.
  • Line 23, Column 6: [Suggestion: docs-link-absolute - See documentation] Absolute link 'https://learn.microsoft.com/en-us/previous-versions/office/sharepoint-foundation-2010/ee661734(v=office.14)' will be broken in isolated environments. Replace with a relative link.

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.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@andrewconnell andrewconnell self-assigned this Apr 22, 2026
@andrewconnell andrewconnell self-requested a review April 24, 2026 21:00
@andrewconnell andrewconnell added the pr:in-review Actively reviewing pull request label Apr 24, 2026
…articles

- revert `ms.date` to original publication date; rendering engine
  shows last modified date dynamically from git history
- rewrite retired `msdn.microsoft.com` links to resolved Learn
  targets; convert in-repo links to relative paths and off-repo
  links to root-relative paths
- collapse consecutive blank lines into single blank lines
- remove legacy `<a name="...">` anchor tags
@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 81dda61:

⚠️ Validation status: warnings

File Status Preview URL Details
docs/general-development/how-to-embed-images-videos-and-documents-in-posts-in-sharepoint-server.md ⚠️Warning View Details
docs/general-development/bdc-model-schema-reference-for-sharepoint.md ✅Succeeded View

docs/general-development/how-to-embed-images-videos-and-documents-in-posts-in-sharepoint-server.md

  • Line 21, Column 202: [Warning: bookmark-not-found - See documentation] Cannot find bookmark '#bk_addresources' in 'general-development/how-to-embed-images-videos-and-documents-in-posts-in-sharepoint-server.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.

- replace stale `#bk_addresources` anchor with `#see-also` heading
  anchor after legacy anchor tags were removed
@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 90b1d48:

✅ Validation status: passed

File Status Preview URL Details
docs/general-development/bdc-model-schema-reference-for-sharepoint.md ✅Succeeded View
docs/general-development/how-to-embed-images-videos-and-documents-in-posts-in-sharepoint-server.md ✅Succeeded View

For more details, please refer to the build report.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@andrewconnell andrewconnell added pr:ready-to-merge Ready to merge PR and removed pr:in-review Actively reviewing pull request labels Apr 24, 2026
@andrewconnell andrewconnell merged commit 6757a60 into SharePoint:main Apr 24, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr:ready-to-merge Ready to merge PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SPFx Docs Update for content: docs/general-development/how-to-embed-images-videos-and-documents-in-posts-in-sharepoint-server.md

2 participants