无法通过LUIS API设置电子邮件/权限

时间:2020-08-14 18:09:54

标签: azure api azure-language-understanding

我正在使用.NET中的LUIS API和Azure SDK自动预配LUIS应用程序,但遇到了一个问题: 创建的应用没有任何所有者,因为它是使用Azure应用注册资源创建的:

LuisApi /权限

{
    "owner": null,
    "emails": []
}

我尝试通过在 LuisApi / permissions 上使用Post方法来添加电子邮件的方法来解决此问题,但这是响应:

{
  "error": {
    "code": "BadArgument",
    "message": "The specified operation has been deprecated."
  }
}

没有任何迹象表明Luis API documentation上已弃用该API

没有所有者和电子邮件,我无法使用我的Microsoft帐户访问该应用

0 个答案:

没有答案