Skip to content

fix: upgrade graph toolkit one productivity hub sample to use vite to eliminate security warning#1625

Merged
HuihuiWu-Microsoft merged 2 commits intoOfficeDev:devfrom
HuihuiWu-Microsoft:fix-graph-toolkit
Mar 4, 2026
Merged

fix: upgrade graph toolkit one productivity hub sample to use vite to eliminate security warning#1625
HuihuiWu-Microsoft merged 2 commits intoOfficeDev:devfrom
HuihuiWu-Microsoft:fix-graph-toolkit

Conversation

@HuihuiWu-Microsoft
Copy link
Contributor

@HuihuiWu-Microsoft HuihuiWu-Microsoft commented Mar 4, 2026

Pull Request

Description

Type of Change

  • New sample onboarding (internal - source code in this repo)
  • New sample onboarding (external - source code in another repo)
  • Sample update/fix
  • Documentation update
  • Validation tool update
  • Other (please describe)

For New Sample Onboarding

Checklist

  • I have added/updated the sample entry in .config/samples-config-v3.json
  • I have included a README.md with setup instructions
  • I have included a thumbnail image with correct aspect ratio (40:23, e.g., 1600×920 or 800×460)

Validation Results (Required)

Important: You must run the validation tool locally and provide a screenshot of the results.

For Internal Samples (source code in this repo)

cd validation-tool
npm install
node validator.mjs -p ../<your-sample-folder>

For External Samples (source code in another repo)

cd validation-tool
npm install

# Clone your sample repo (sparse checkout recommended)
git clone --filter=blob:none --sparse <your-repo-url>
cd <repo-name>
git sparse-checkout set <path-to-sample>
cd ..

# Run validation
node validate-external.js <sample-id> ./<repo-name>

Related Issues

if any question related to validation, may refer to the Sample Validation Guide
if still has questions, may open a issue :)

@HuihuiWu-Microsoft HuihuiWu-Microsoft changed the title chore: cherry-pick https://github.com/OfficeDev/microsoft-365-agents-toolkit-samples/pull/1624 fix: upgrade graph toolkit one productivity hub sample to use vite to eliminate security warning Mar 4, 2026
@HuihuiWu-Microsoft HuihuiWu-Microsoft merged commit 497c00c into OfficeDev:dev Mar 4, 2026
7 checks passed
@HuihuiWu-Microsoft HuihuiWu-Microsoft deleted the fix-graph-toolkit branch March 4, 2026 07:17
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.

2 participants