Update compute API to 2018-04-01

This commit is contained in:
Pengfei Ni
2018-07-25 17:39:07 +08:00
parent 69176615e5
commit 5bf3b2119b
17 changed files with 18 additions and 18 deletions

View File

@@ -21,7 +21,7 @@ import (
"path"
"strings"
"github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2017-12-01/compute"
"github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-04-01/compute"
"github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2017-10-01/storage"
"github.com/golang/glog"