JCLOUDS-1335: Use consistent Azure test version
Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/55983819 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/55983819 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/55983819 Branch: refs/heads/master Commit: 55983819a2954e621093107eb959a5fe7ea760af Parents: eb5db02 Author: Andrew Gaul <[email protected]> Authored: Thu Feb 8 21:20:11 2018 -0800 Committer: Andrew Gaul <[email protected]> Committed: Thu Feb 8 22:07:18 2018 -0800 ---------------------------------------------------------------------- providers/azureblob/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/55983819/providers/azureblob/pom.xml ---------------------------------------------------------------------- diff --git a/providers/azureblob/pom.xml b/providers/azureblob/pom.xml index f1fbfeb..e604825 100644 --- a/providers/azureblob/pom.xml +++ b/providers/azureblob/pom.xml @@ -33,7 +33,7 @@ <properties> <test.azureblob.endpoint>https://${jclouds.identity}.blob.core.windows.net</test.azureblob.endpoint> - <test.azureblob.api-version>2016-05-31</test.azureblob.api-version> + <test.azureblob.api-version>2017-04-17</test.azureblob.api-version> <test.azureblob.build-version /> <test.azureblob.identity>${test.azure.identity}</test.azureblob.identity> <test.azureblob.credential>${test.azure.credential}</test.azureblob.credential>
