Skip to content

Update ms.date and content currency for AI quickstarts#52001

Open
Copilot wants to merge 2 commits intomainfrom
copilot/update-ms-date-and-content
Open

Update ms.date and content currency for AI quickstarts#52001
Copilot wants to merge 2 commits intomainfrom
copilot/update-ms-date-and-content

Conversation

Copy link
Contributor

Copilot AI commented Mar 4, 2026

All 13 articles in docs/ai/quickstarts/ had stale ms.date values and several referenced --prerelease flags for packages that have since shipped stable versions.

Changes

  • ms.date: Updated to 03/04/2026 across all 13 articles

  • ai-usage: ai-assisted: Added to the 11 articles missing this frontmatter key

  • Removed --prerelease where csproj files confirm stable releases:

    Article Package Stable version
    create-assistant.md Azure.AI.OpenAI 2.1.0
    structured-output.md Microsoft.Extensions.AI.OpenAI 10.3.0
    use-function-calling.md Microsoft.Extensions.AI.OpenAI 10.3.0
    build-vector-search-app.md (Azure OpenAI pivot only) Microsoft.Extensions.AI.OpenAI 10.3.0
    text-to-image.md (basic scenario only) Microsoft.Extensions.AI.OpenAI 10.3.0
  • Retained --prerelease where packages are still in preview: Microsoft.SemanticKernel.Connectors.InMemory (1.55.0-preview), ModelContextProtocol in the MCP client (0.1.0-preview.14), and Aspire packages in the text-to-image hosting scenario


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/ai/quickstarts/ai-templates.md docs/ai/quickstarts/ai-templates
docs/ai/quickstarts/build-chat-app.md docs/ai/quickstarts/build-chat-app
docs/ai/quickstarts/build-mcp-client.md docs/ai/quickstarts/build-mcp-client
docs/ai/quickstarts/build-mcp-server.md docs/ai/quickstarts/build-mcp-server
docs/ai/quickstarts/build-vector-search-app.md docs/ai/quickstarts/build-vector-search-app
docs/ai/quickstarts/chat-local-model.md docs/ai/quickstarts/chat-local-model
docs/ai/quickstarts/create-assistant.md docs/ai/quickstarts/create-assistant
docs/ai/quickstarts/generate-images.md docs/ai/quickstarts/generate-images
docs/ai/quickstarts/prompt-model.md docs/ai/quickstarts/prompt-model
docs/ai/quickstarts/publish-mcp-registry.md docs/ai/quickstarts/publish-mcp-registry
docs/ai/quickstarts/structured-output.md docs/ai/quickstarts/structured-output
docs/ai/quickstarts/text-to-image.md docs/ai/quickstarts/text-to-image
docs/ai/quickstarts/use-function-calling.md docs/ai/quickstarts/use-function-calling

Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
Copilot AI changed the title [WIP] Update ms.date value and article content in quickstarts Update ms.date and content currency for AI quickstarts Mar 4, 2026
@gewarren gewarren marked this pull request as ready for review March 4, 2026 02:41
@gewarren gewarren requested a review from a team as a code owner March 4, 2026 02:41
Copilot AI review requested due to automatic review settings March 4, 2026 02:41
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

Refreshes the AI quickstarts’ metadata and installation instructions so the docs reflect current package stability and currency expectations across docs/ai/quickstarts/.

Changes:

  • Updated ms.date to 03/04/2026 across 13 quickstarts.
  • Added missing ai-usage: ai-assisted frontmatter entries.
  • Removed --prerelease from dotnet add package commands where the repo’s snippet .csproj files already reference stable package versions (for example, Azure.AI.OpenAI 2.1.0 and Microsoft.Extensions.AI.OpenAI 10.3.0).

Reviewed changes

Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.

Show a summary per file
File Description
docs/ai/quickstarts/use-function-calling.md Updates frontmatter and removes --prerelease for Microsoft.Extensions.AI.OpenAI in install steps.
docs/ai/quickstarts/text-to-image.md Updates ms.date and removes --prerelease in the basic scenario package install step.
docs/ai/quickstarts/structured-output.md Updates frontmatter and removes --prerelease for Microsoft.Extensions.AI.OpenAI in install steps.
docs/ai/quickstarts/publish-mcp-registry.md Updates ms.date in frontmatter.
docs/ai/quickstarts/prompt-model.md Updates frontmatter (ms.date, ai-usage).
docs/ai/quickstarts/generate-images.md Updates frontmatter (ms.date, ai-usage).
docs/ai/quickstarts/create-assistant.md Updates frontmatter and removes --prerelease for Azure.AI.OpenAI in install steps.
docs/ai/quickstarts/chat-local-model.md Updates frontmatter (ms.date, ai-usage).
docs/ai/quickstarts/build-vector-search-app.md Updates frontmatter and removes --prerelease for Microsoft.Extensions.AI.OpenAI in the Azure OpenAI pivot install steps.
docs/ai/quickstarts/build-mcp-server.md Updates frontmatter (ms.date, ai-usage).
docs/ai/quickstarts/build-mcp-client.md Updates frontmatter (ms.date, ai-usage).
docs/ai/quickstarts/build-chat-app.md Updates frontmatter (ms.date, ai-usage).
docs/ai/quickstarts/ai-templates.md Updates frontmatter (ms.date, ai-usage).

You can also share your feedback on Copilot code review. Take the survey.

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.

3 participants