Merge pull request #89105 from andyzhangx/upgrade-40.2

Upgrade to azure-sdk v40.2.0
This commit is contained in:
Kubernetes Prow Robot
2020-03-18 22:24:29 -07:00
committed by GitHub
258 changed files with 4454 additions and 1790 deletions

View File

@@ -10,7 +10,7 @@ go_library(
"//staging/src/k8s.io/apimachinery/pkg/util/uuid:go_default_library",
"//staging/src/k8s.io/legacy-cloud-providers/azure:go_default_library",
"//test/e2e/framework:go_default_library",
"//vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2019-07-01/compute:go_default_library",
"//vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2019-12-01/compute:go_default_library",
],
)

View File

@@ -21,7 +21,7 @@ import (
"fmt"
"os"
"github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2019-07-01/compute"
"github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2019-12-01/compute"
v1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/util/uuid"