“2013-08”是最新的 Azure 通知中心 REST API 版本还是文档已过时?

Is "2013-08" the latest Azure Notification Hubs REST API version or is the documentation outdated?

我想知道 Azure Notification Hubs REST API documentation 是否仍然正确且是最新的,或者 是否已经存在可以使用比“2013-08”更新的 API 版本

有人使用比“2013-08”更新的 API 版本吗?或者有人知道更新的 API 版本或文档吗? 具体来说,有谁知道是否有更新的 API 版本的文档,例如“2015-01”,或者至少是更新日志?

得到一个 answer on MSDN forums:

The latest version is 2015-01. All or most of features works with starting version 2013-08.

Version in documentation indicates that minimum version required for working that feature. Hence, all documentation is pointing to 2013-08.

...

Yes, you can use version 2015-01 instead of 2013-08. There won’t be any difference because we didn’t do any breaking changes from 2013-08. All the features works from version 2013-08.

此外,Java Windows Azure 通知中心 on github REST 包装器的源代码似乎是一个很好的参考。它现在使用 api 版本“2014-09”,而不是“2015-01”,但至少它包含 Amazon Device Messaging 和 [=17 的注册码=]Baidu Cloud Push 目前在 REST API 文档中缺失。