Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 3, 2025

The M365 Product Icons documentation referenced outdated CDN version 20230815.002. Updated to current version 20251008.001.

Changes

  • apps/public-docsite/src/utilities/cdn.ts: Updated CDN version constant (affects Product icon library display)
  • apps/public-docsite/src/pages/Styles/M365ProductIconsPage/docs/web/M365ProductIconsImplementation.md: Updated hardcoded CDN URLs in implementation examples

Example

Implementation examples now reference current CDN:

<link
  rel="stylesheet"
  href="https://res-1.cdn.office.net/files/fabric-cdn-prod_20251008.001/office-ui-fabric-core/11.1.0/css/fabric.css"
/>

<img
  src="https://res-1.cdn.office.net/files/fabric-cdn-prod_20251008.001/assets/brand-icons/product/svg/word_48x1.svg"
  width="48"
  height="48"
  alt="Word product icon"
/>

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • res-1.cdn.office.net
    • Triggering command: curl -I REDACTED (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>[Docs]: Product Icon references need updated</issue_title>
<issue_description>### Area

React v8 (https://developer.microsoft.com/en-us/fluentui)

What kind of documentation issue are you reporting?

  • Reporting a typo
  • Reporting a documentation bug
  • Documentation improvement
  • Documentation feedback

Is there a specific documentation page you are reporting?

https://developer.microsoft.com/en-us/fluentui#/styles/web/m365-product-icons

Description

The "Implemention" section references fabric-cdn-prod_20230815.002 in both the link for the css file and the location of the svg file. It needs to be updated to 20251008.001 so people use the current version of the icons.

Similarly, the icons displayed in the "Product icon library" section need to be updated to pull from the same version of the cdn so they are current.

Validations

  • Check that there isn't already an issue that requests the same feature to avoid creating a duplicate.</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: dmytrokirpa <1492102+dmytrokirpa@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

[Docs]: Product Icon references need updated

2 participants