upgrade azure go sdk for azure file premium support

update azure sdk for azure file premium support

update azure sdk to support azure file premium

update bazel
This commit is contained in:
andyzhangx
2018-10-09 04:29:52 +00:00
parent a29b093a56
commit 12284c9817
36 changed files with 2971 additions and 344 deletions

View File

@@ -27,7 +27,7 @@ import (
"sync/atomic"
"time"
"github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2017-10-01/storage"
"github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2018-07-01/storage"
azstorage "github.com/Azure/azure-sdk-for-go/storage"
"github.com/Azure/go-autorest/autorest/to"
"github.com/golang/glog"