Microsoft Graph 订阅扩展错误 - 删除/更新

Microsoft Graph Subscription ExtensionError - Delete / Update

问题


问题


错误响应

{
  "error": {
    "code": "ExtensionError",
    "message": "Operation: Delete; Exception: [Status Code: NotFound; Reason: The subscription with Id 'Q0IzOUZCMTYtMTk4OC00OEZDLUFFQjQtNzI4NTU1MDREMkVDXzQ5RDk2MzI3LUFDRDEtNEE2QS05QTQ1LUYwQ0ZGQjgwNEQ0Qg==' is not found.]",
    "innerError": {
      "request-id": "e83fe463-....-....-....-76eb35e2e697",
      "date": "2019-03-22T02:35:14"
    }
  }
}

额外信息


配置


==更新==


== Update ==

  • The subscription in question has now expired and disappeared from my application's subscriptions list (timestamp, PST: 3/22/2019 8:45:22 AM).

  • I will no longer be able to test against it (sorry S.O. posterity!).

  • However, good news: now that the problem child (subscription) in question is gone, I was able to create a new subscription and restart my affected service. I am able to successfully submit get / update / delete requests against any newly created subscriptions.

因为这个 post 已经快一年了,很可能是通过 MSFT 的修复解决的(我们的实现中没有可操作的修复),我将这个 post 标记为 "answered".

@baywet感谢您的建议。