无法更新或删除Microsoft Teams中的租户应用

时间:2019-10-30 15:56:18

标签: microsoft-teams

我们有一个我们创建的Microsoft应用程序,安装在我们的租户上(租户应用程序,未侧载)。

我不能:

  • 卸载应用
  • 使用新版本号更新应用

我拥有这样做的所有权限,并且我的帐户是安装帐户。 清单是使用App Studio构建的。

我还有一个相关的问题:即使未在任何团队中安装该应用程序,它仍然可以使用。单击Microsoft Teams左侧面板中的三个点时,该应用程序不会出现在“个人应用程序”选项卡或“应用程序”选项卡中。

权限:

Setup permissions App permissions Org-wide settings

清单:

{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.5/MicrosoftTeams.schema.json",
"manifestVersion": "1.5",
"version": "1.0.2",
"id": "<APP_ID>",
"packageName": "com.heyaxel.axel",
"developer": {
    "name": "HeyAxel",
    "websiteUrl": "https://heyaxel.com",
    "privacyUrl": "https://www.heyaxel.com/files/Privacy_Policy.pdf",
    "termsOfUseUrl": "https://www.heyaxel.com/files/Privacy_Policy.pdf"
},
"icons": {
    "color": "color.png",
    "outline": "outline.png"
},
"name": {
    "short": "Axel",
    "full": "Axel"
},
"description": {
    "short": "Axel offers new hires perfect success conditions and saves managers' time",
    "full": "Axel is a virtual assistant who offers the perfect success conditions to your new hires while saving time for busy managers.\nAxel transforms best onboarding practices into automated processes in your organisation. He helps managers:\n- Engage with their new hire before their arrival\n- Set tangible goals and monitor their progress\n- Save time by automating recurrent tasks, such as scheduling meetings\nOn average, Axel reduces the time-to-productivity of new employees by a third."
},
"accentColor": "#F9F9FA",
"bots": [
    {
        "botId": "61510758-1c2d-468f-ba41-6890b788fa16",
        "scopes": [
            "team",
            "personal"
        ],
        "supportsFiles": true,
        "isNotificationOnly": false
    }
],
"permissions": [
    "identity",
    "messageTeamMembers"
],
"validDomains": [
    "<ALLOWED_DOMAINS>"
]
}

0 个答案:

没有答案