Skip to content

Commit

Permalink
Merge pull request #828 from andyzhangx/diskclient-20210401
Browse files Browse the repository at this point in the history
feat: upgrade disk client to use 2021-04-01
  • Loading branch information
andyzhangx committed Oct 7, 2021
2 parents bef1aae + 450de80 commit 62e5b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/azureclients/diskclient/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (

const (
// APIVersion is the API version for compute.
APIVersion = "2020-12-01"
APIVersion = "2021-04-01"
// AzureStackCloudAPIVersion is the API version for Azure Stack
AzureStackCloudAPIVersion = "2019-03-01"
// AzureStackCloudName is the cloud name of Azure Stack
Expand Down

0 comments on commit 62e5b10

Please sign in to comment.