Skip to content

Commit

Permalink
Update Azure storage api version to 2022-05-01
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremi Piotrowski <[email protected]>
  • Loading branch information
jepio committed Apr 26, 2024
1 parent cf50d25 commit 163fbab
Show file tree
Hide file tree
Showing 30 changed files with 2,109 additions and 233 deletions.
2 changes: 1 addition & 1 deletion cmd/plume/prerelease.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"sort"
"strings"

azurestorage "github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2021-01-01/storage"
azurestorage "github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2022-05-01/storage"
"github.com/Microsoft/azure-vhd-utils/vhdcore/validator"
"github.com/spf13/cobra"
"golang.org/x/net/context"
Expand Down
2 changes: 1 addition & 1 deletion platform/api/azure/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"github.com/Azure/azure-sdk-for-go/services/network/mgmt/2021-02-01/network"
"github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2020-10-01/resources"
"github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2021-01-01/subscriptions"
armStorage "github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2021-01-01/storage"
armStorage "github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2022-05-01/storage"
"github.com/Azure/azure-sdk-for-go/storage"
"github.com/Azure/go-autorest/autorest"
"github.com/Azure/go-autorest/autorest/azure/auth"
Expand Down
2 changes: 1 addition & 1 deletion platform/api/azure/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

"github.com/Azure/azure-sdk-for-go/services/classic/management"
"github.com/Azure/azure-sdk-for-go/services/classic/management/storageservice"
"github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2021-01-01/storage"
"github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2022-05-01/storage"
)

var (
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 163fbab

Please sign in to comment.