Upgrade compute API to version 2019-03-01

This commit is contained in:
Pengfei Ni
2019-04-21 18:12:29 +08:00
parent 1377108c08
commit c27ff9a11e
23 changed files with 25 additions and 25 deletions

View File

@@ -22,7 +22,7 @@ import (
"net/http"
"time"
"github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute"
"github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2019-03-01/compute"
"github.com/Azure/azure-sdk-for-go/services/network/mgmt/2017-09-01/network"
"github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2018-07-01/storage"
"github.com/Azure/go-autorest/autorest"