使用 Publish-AzureRmApiManagementTenantGitConfiguration 时出错 - 无法删除授权服务器,因为它已分配给至少一个 API

Error using Publish-AzureRmApiManagementTenantGitConfiguration - The authorization server cannot be deleted because it assigned to at least one API

我正在将我们公司 GIT 的 APIM 代码同步到 APIM 实例 GIT。这一切似乎进展顺利。

当我运行:

$PsApiManagementOperationResult = Publish-zureRmApiManagementTenantGitConfiguration -Context $context -Branch "master" -Force -PassThru -Verbose

我收到以下错误:

The authorization server cannot be deleted because it assigned to at least one API.

我似乎无法找到更多信息。有人可以帮忙吗?

解决方法是删除我附加到我的 API 之一的 OAuth 2.0 设置。然后我就可以部署了,我正在部署的代码用正确的授权服务器放回了 OAuth 2.0。