Skip to content

Bump Azure SDK APIVersion as 2021-07-01 is being deprecated #844

Bump Azure SDK APIVersion as 2021-07-01 is being deprecated

Bump Azure SDK APIVersion as 2021-07-01 is being deprecated #844

Triggered via push September 29, 2023 10:48
Status Failure
Total duration 42m 33s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
test-and-verify
cannot use instance (variable of type "k8s.io/autoscaler/cluster-autoscaler/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2021-07-01/compute".VirtualMachine) as type "k8s.io/autoscaler/cluster-autoscaler/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2021-08-01/compute".VirtualMachine in argument to append
test-and-verify
cannot use vmss (variable of type "k8s.io/autoscaler/cluster-autoscaler/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2021-07-01/compute".VirtualMachineScaleSet) as type "k8s.io/autoscaler/cluster-autoscaler/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2021-08-01/compute".VirtualMachineScaleSet in assignment
test-and-verify
cannot use op (variable of type "k8s.io/autoscaler/cluster-autoscaler/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2021-08-01/compute".VirtualMachineScaleSet) as type "k8s.io/autoscaler/cluster-autoscaler/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2021-07-01/compute".VirtualMachineScaleSet in argument to scaleSet.manager.azClient.virtualMachineScaleSetsClient.CreateOrUpdateAsync
test-and-verify
cannot use vmList (variable of type []"k8s.io/autoscaler/cluster-autoscaler/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2021-07-01/compute".VirtualMachineScaleSetVM) as type []"k8s.io/autoscaler/cluster-autoscaler/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2021-08-01/compute".VirtualMachineScaleSetVM in return statement
test-and-verify
cannot use *requiredIds (variable of type "k8s.io/autoscaler/cluster-autoscaler/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2021-08-01/compute".VirtualMachineScaleSetVMInstanceRequiredIDs) as type "k8s.io/autoscaler/cluster-autoscaler/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2021-07-01/compute".VirtualMachineScaleSetVMInstanceRequiredIDs in argument to scaleSet.manager.azClient.virtualMachineScaleSetsClient.DeleteInstancesAsync
test-and-verify
Process completed with exit code 1.
test-and-verify
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/