-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: onboard new sample "Policies Graph connector" #1339
base: dev
Are you sure you want to change the base?
Conversation
.config/samples-config-v3.json
Outdated
"shortId": "nodejs-ts-policies", | ||
"onboardDate": "2024-09-24", | ||
"title": "Policies Graph connector", | ||
"shortDescription": "This sample project uses Teams Toolkit for Visual Studio Code to simplify the process of creating a Microsoft Graph connector that ingests data from a custom API to Microsoft Graph. It provides an end to end example of creating the connector, ingesting content and refreshing the ingested content.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this short description is same as full description, may be cut off the "it provides ……"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, fixed.
"shortId": "nodejs-ts-policies", | ||
"onboardDate": "2024-09-24", | ||
"title": "Policies Graph connector", | ||
"shortDescription": "This sample project uses Teams Toolkit for Visual Studio Code to simplify the process of creating a Microsoft Graph connector that ingests data from a custom API to Microsoft Graph.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is shortDescription still used?
TODO: define sample type
Related sample: #1323