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

@@ -20,7 +20,7 @@ import (
"context"
"net/http"
"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/network/mgmt/2017-09-01/network"
"github.com/Azure/go-autorest/autorest"
"github.com/golang/glog"