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

@@ -20,7 +20,7 @@ import (
"fmt"
"net/http"
"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"
"k8s.io/api/core/v1"