Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Add missing properties for the manifestTemplate (#2278)
Browse files Browse the repository at this point in the history
  • Loading branch information
Batta32 authored and darrenj committed Sep 9, 2019
1 parent d3e16e3 commit 6d89caf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"id": "<%= skillNameCamelCase %>",
"name": "<%= skillNameCamelCase %>",
"description": "This is the description of the <%= skillNameCamelCase %>",
"endpoint": "",
"msaAppId": "",
"iconUrl": "",
"authenticationConnections": [],
"actions": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"id": "sampleSkill",
"name": "sampleSkill",
"description": "This is the description of the sampleSkill",
"endpoint": "",
"msaAppId": "",
"iconUrl": "",
"authenticationConnections": [],
"actions": [
Expand Down

0 comments on commit 6d89caf

Please sign in to comment.