update storage API version

This commit is contained in:
Marwan Ahmed 2021-05-19 17:54:09 -07:00
parent 58eef9ca04
commit 7456f05b74
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import (
"time"
"github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2017-05-10/resources"
"github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2018-07-01/storage"
"github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2019-06-01/storage"
"github.com/Azure/go-autorest/autorest"
"github.com/Azure/go-autorest/autorest/adal"
"github.com/Azure/go-autorest/autorest/azure"