Skip to content

Conversation

@nathanmcnulty
Copy link
Contributor

Changed contoso.com to microsoft.com so the example works ;)

Changed contoso.com to microsoft.com so the example works ;)
@learn-build-service-prod
Copy link
Contributor

Learn Build status updates of commit 3134103:

✅ Validation status: passed

File Status Preview URL Details
defender-endpoint/api/get-assessment-software-vulnerabilities.md ✅Succeeded

For more details, please refer to the build report.

Copilot AI review requested due to automatic review settings January 15, 2026 06:44
Copy link
Contributor

Copilot AI left a 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 updates the API endpoint URL in section 2.6.1 of the software vulnerabilities assessment documentation from the non-functional api.security.contoso.com to api-us.securitycenter.microsoft.com.

Changes:

  • Updated the request example URL for the "Export software vulnerabilities assessment via files" endpoint to use a functional Microsoft domain instead of the placeholder contoso.com domain

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


```http
GET https://api.security.contoso.com/api/machines/SoftwareVulnerabilitiesExport
GET https://api-us.securitycenter.microsoft.com/api/machines/SoftwareVulnerabilitiesExport
Copy link

Copilot AI Jan 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The endpoint URL uses a US-specific regional domain (api-us.securitycenter.microsoft.com) which is inconsistent with the rest of this document and the broader API documentation. Section 1.6.1 (line 111) and section 3.6.1 (line 413) both use https://api.security.microsoft.com, and this is the documented standard endpoint per the official API documentation (exposed-apis-list.md line 37). Additionally, the response example in section 2.6.2 (line 305) uses api.security.microsoft.com in the @odata.context field, which would be inconsistent with this request. For consistency and to follow the documented standard, this should be changed to https://api.security.microsoft.com/api/machines/SoftwareVulnerabilitiesExport.

Suggested change
GET https://api-us.securitycenter.microsoft.com/api/machines/SoftwareVulnerabilitiesExport
GET https://api.security.microsoft.com/api/machines/SoftwareVulnerabilitiesExport

Copilot uses AI. Check for mistakes.
@learn-build-service-prod
Copy link
Contributor

Learn Build status updates of commit f72bb1d:

✅ Validation status: passed

File Status Preview URL Details
defender-endpoint/api/get-assessment-software-vulnerabilities.md ✅Succeeded

For more details, please refer to the build report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant