You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
When deploying the app manifest towards my teams admin center app catalog or through the teams app developer portal. I get the following error:
I have already tried adding the properties through the dev portal or by manually adding them to the manifest but with no success...
Does anyone have any idea how to fix this issue?
My manifest looks like this:
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.5/MicrosoftTeams.schema.json",
"manifestVersion": "1.5",
"version": "1.0.0",
"id": "1c412988-ba71-40af-8b9b-b5be27fe3a6f",
"packageName": "com.microsoft.teams.newemployeeonboarding",
"developer": {
"name": "Imec",
"websiteUrl": "REMOVED",
"privacyUrl": "REMOVED",
"termsOfUseUrl": "REMOVED"
},
"localizationInfo": {
"defaultLanguageTag": "en",
"additionalLanguages": [
{
"languageTag": "en-US",
"file": "en-US.json"
}
]
},
"icons": {
"color": "color.png",
"outline": "outline.png"
},
"name": {
"short": "New Employee Onboarding",
"full": "New Employee Onboarding"
},
"description": {
"short": "New employee on boarding app will simplify employee on boarding",
"full": "New employee on boarding app will simplify the new employee on boarding using MS Teams and SharePoint Online. NEO bot will be created to cater to below requirements."
},
"accentColor": "#7BFFFE",
"bots": [
{
"botId": "1fc8aa96-b73a-40c7-92e9-d8360b29122d",
"scopes": [
"personal",
"team"
],
"commandLists": [
{
"scopes": [
"personal"
],
"commands": [
{
"title": "New employee checklist",
"description": "View your learning path"
},
{
"title": "Share feedback",
"description": "Submit an idea or feedback"
},
{
"title": "Review introductions",
"description": "Review employee intros"
},
{
"title": "Help",
"description": "Take a tour"
}
]
}
],
"supportsFiles": false,
"isNotificationOnly": false
}
],
"staticTabs": [
{
"entityId": "Journey",
"name": "New employee checklist",
"contentUrl": "REMOVED",
"scopes": [
"personal"
]
}
],
"configurableTabs": [
{
"configurationUrl": "REMOVED",
"canUpdateConfiguration": true,
"scopes": [
"team"
]
}
],
"validDomains": [
"REMOVED",
"token.botframework.com",
"REMOVED"
],
"webApplicationInfo": {
"id": "1fc8aa96-b73a-40c7-92e9-d8360b29122d",
"resource": "REMOVED"
}
}
The text was updated successfully, but these errors were encountered: