什么是 Azure API 版本
What is the Azure API version
我正在尝试访问 Azure 提供的 GET 请求的结果,如示例所示:https://msdn.microsoft.com/sv-se/library/azure/dn820159.aspx
我的问题是api-version
是强制参数,但我不知道里面写什么。我对 Azure Batch 文档有点迷茫,它似乎并不完整。
我在 Azure 网页中发现了一些东西:https://azure.microsoft.com/en-us/documentation/articles/search-api-versions/ 并且 api 版本是 api-version=2015-02-28
。但是,如果我在浏览器中尝试,我会得到以下答案:"key":"Reason","value":"The specified api version string is invalid"
.
知道我可以在 api-version
参数中放入什么吗?
看看here
截至撰写本文时
The version of the Batch API described here is '2016-07-01.3.1', and
using that version is recommended where possible.
Earlier versions include '2016-02-01.3.0', '2015-12-01.2.1',
'2015-11-01.2.1', '2015-06-01.2.0', '2015-03-01.1.1', and
'2014-10-01.1.0'.
所以请尝试指定 '2016-07-01.3.1'
我正在尝试访问 Azure 提供的 GET 请求的结果,如示例所示:https://msdn.microsoft.com/sv-se/library/azure/dn820159.aspx
我的问题是api-version
是强制参数,但我不知道里面写什么。我对 Azure Batch 文档有点迷茫,它似乎并不完整。
我在 Azure 网页中发现了一些东西:https://azure.microsoft.com/en-us/documentation/articles/search-api-versions/ 并且 api 版本是 api-version=2015-02-28
。但是,如果我在浏览器中尝试,我会得到以下答案:"key":"Reason","value":"The specified api version string is invalid"
.
知道我可以在 api-version
参数中放入什么吗?
看看here
截至撰写本文时
The version of the Batch API described here is '2016-07-01.3.1', and using that version is recommended where possible.
Earlier versions include '2016-02-01.3.0', '2015-12-01.2.1', '2015-11-01.2.1', '2015-06-01.2.0', '2015-03-01.1.1', and '2014-10-01.1.0'.
所以请尝试指定 '2016-07-01.3.1'