Skip to content

Commit ef623d2

Browse files
authored
Added missing sample.json
1 parent 362a896 commit ef623d2

File tree

1 file changed

+51
-0
lines changed
  • copilot-studio/office-365-users-get-manager-ac/assets

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
[
2+
{
3+
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json",
4+
"name": "pnp-powerplatform-snippets-office-365-users-get-manager-ac",
5+
"version": "1.0.0.0",
6+
"source": "pnp",
7+
"creationDateTime": "2024-09-15T00:00:00.000Z",
8+
"updateDateTime": "2024-09-15T00:00:00.000Z",
9+
"title": "Office 365 Users: Get Manager (Action)",
10+
"shortDescription": "This is a snippet that demonstrates how to get your manager details using the Office 365 Users action.",
11+
"longDescription": [
12+
"This is a snippet that demonstrates how to get your manager details using the Office 365 Users action. It uses an adaptive card as an output to not only display your manager details but to also start a Teams chat with them."
13+
],
14+
"url": "https://github.com/pnp/powerplatform-snippets/tree/main/copilot-studio/office-365-users-get-manager-ac/",
15+
"products": [
16+
"Power Platform",
17+
"Copilot Studio",
18+
"powerplatform-snippets",
19+
"copilot-studio-snippets"
20+
],
21+
"tags": [
22+
],
23+
"categories": [
24+
],
25+
"metadata": [
26+
{
27+
"key": "Product",
28+
"value": "Copilot Studio"
29+
},
30+
{
31+
"key": "Type",
32+
"value": "Topic"
33+
}
34+
],
35+
"thumbnails": [
36+
{
37+
"type": "image",
38+
"order": 100,
39+
"url": "https://raw.githubusercontent.com/pnp/powerplatform-snippets/main/templates/previewsnippets.png",
40+
"alt": "Preview PNG"
41+
}
42+
],
43+
"authors": [
44+
{
45+
"gitHubAccount": "gomomohapi",
46+
"name": "Gomolemo Mohapi",
47+
"pictureUrl": "https://github.com/gomomohapi.png"
48+
}
49+
]
50+
}
51+
]

0 commit comments

Comments
 (0)