【发布时间】:2019-02-12 00:37:03
【问题描述】:
在创建了几个 LUIS 应用程序和一个引用它们的 Dispatch 应用程序后,我尝试再次清理它们。
当我尝试通过 eu.luis.ai 门户执行此操作时,它会删除 Dispatch 应用,但一些普通应用不想被删除。
门户显示一个横幅,上面写着“BadArgument:应用程序一般被 Dispatch 应用程序引用。请要求应用程序所有者删除引用,您使用标志 force=true 强制删除关系。”
我通过门户尝试了几次,这不起作用。
我在 CLI 上试过:
luis delete application --appId "MY_APP_ID" --authoringKey "MY_AUTHORING_KEY_FOR_WESTEUROPE" --region "westeurope"
和--force=true
luis delete application --appId "MY_APP_ID" --authoringKey "MY_AUTHORING_KEY_FOR_WESTEUROPE" --region "westeurope" --force=true
返回The application general is referenced by a Dispatch application. Please, ask the application owner to remove the referenece, your use the flag force=true to force delete the relation.
(是的,拼写错误是工具的一部分或 LUIS 响应的一部分)
如何删除以前由 Dispatch 应用程序引用的 LUIS 应用程序?
【问题讨论】:
标签: azure-language-understanding