Skip to content

Commit

Permalink
Update Giovanni repo to new endpoint (#28484)
Browse files Browse the repository at this point in the history
* update giovanni endpoint

* fixing vendor dependencies
  • Loading branch information
Chambras authored Jan 13, 2025
1 parent 76e8d80 commit c76a3d7
Show file tree
Hide file tree
Showing 232 changed files with 163 additions and 163 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ require (
github.com/hashicorp/terraform-plugin-mux v0.17.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.35.0
github.com/hashicorp/terraform-plugin-testing v1.11.0
github.com/jackofallops/giovanni v0.28.0
github.com/jackofallops/kermit v0.20241010.1180132
github.com/magodo/terraform-provider-azurerm-example-gen v0.0.0-20220407025246-3a3ee0ab24a8
github.com/mitchellh/mapstructure v1.5.0
github.com/rickb777/date v1.12.5-0.20200422084442-6300e543c4d9
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
github.com/tombuildsstuff/giovanni v0.27.0
golang.org/x/crypto v0.29.0
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
gopkg.in/yaml.v3 v3.0.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ github.com/hashicorp/terraform-svchost v0.1.1/go.mod h1:mNsjQfZyf/Jhz35v6/0LWcv2
github.com/hashicorp/yamux v0.1.1 h1:yrQxtgseBDrq9Y652vSRDvsKCJKOUD+GzTS4Y0Y8pvE=
github.com/hashicorp/yamux v0.1.1/go.mod h1:CtWFDAQgb7dxtzFs4tWbplKIe2jSi3+5vKbgIO0SLnQ=
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
github.com/jackofallops/giovanni v0.28.0 h1:fxn55SnxL2Rj3hgkkgQS9UKlIRXkkTZ5WcnE04JCBRE=
github.com/jackofallops/giovanni v0.28.0/go.mod h1:CyzRgZyts4YSI/1iZF8poqdn9I6J8xpmg1iMpvhthTs=
github.com/jackofallops/kermit v0.20241010.1180132 h1:3EwOQarDKNhtJ1zmtQAwtozYEayxN1AHT3/AMTDZNmw=
github.com/jackofallops/kermit v0.20241010.1180132/go.mod h1:3Qf3rz0MOUsmzd3mxRb5ehTZ0+zhf7fOraV6jJxntLU=
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=
Expand Down Expand Up @@ -233,8 +235,6 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/tombuildsstuff/giovanni v0.27.0 h1:3CDNjauK78FIhvvCp0SAHlvNcPTcofR6zQXvxwhk4zY=
github.com/tombuildsstuff/giovanni v0.27.0/go.mod h1:SviBdlwdVn2HyArdRABBqMUODBJ2adQHi+RFEVaO05I=
github.com/vmihailenco/msgpack v3.3.3+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk=
github.com/vmihailenco/msgpack v4.0.4+incompatible h1:dSLoQfGFAo3F6OoNhwUmLwVgaUXK79GlxNBwueZn0xI=
github.com/vmihailenco/msgpack v4.0.4+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import (
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk"
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation"
"github.com/hashicorp/terraform-provider-azurerm/utils"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/accounts"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/containers"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/accounts"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/containers"
)

const (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import (
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk"
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation"
"github.com/hashicorp/terraform-provider-azurerm/utils"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/accounts"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/containers"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/accounts"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/containers"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion internal/services/legacy/virtual_machine_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation"
"github.com/hashicorp/terraform-provider-azurerm/internal/timeouts"
"github.com/hashicorp/terraform-provider-azurerm/utils"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/blobs"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/blobs"
)

func userDataDiffSuppressFunc(_, old, new string, _ *pluginsdk.ResourceData) bool {
Expand Down
2 changes: 1 addition & 1 deletion internal/services/legacy/virtual_machine_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check"
"github.com/hashicorp/terraform-provider-azurerm/internal/clients"
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/blobs"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/blobs"
)

type VirtualMachineResource struct{}
Expand Down
2 changes: 1 addition & 1 deletion internal/services/storage/blobs.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"sync"

"github.com/hashicorp/go-azure-helpers/lang/pointer"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/blobs"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/blobs"
)

type BlobUpload struct {
Expand Down
22 changes: 11 additions & 11 deletions internal/services/storage/client/data_plane.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ import (
"github.com/hashicorp/go-azure-sdk/sdk/auth"
"github.com/hashicorp/go-azure-sdk/sdk/client"
"github.com/hashicorp/terraform-provider-azurerm/internal/services/storage/shim"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/accounts"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/blobs"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/containers"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/datalakestore/filesystems"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/datalakestore/paths"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/file/directories"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/file/files"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/file/shares"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/queue/queues"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/table/entities"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/table/tables"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/accounts"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/blobs"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/containers"
"github.com/jackofallops/giovanni/storage/2023-11-03/datalakestore/filesystems"
"github.com/jackofallops/giovanni/storage/2023-11-03/datalakestore/paths"
"github.com/jackofallops/giovanni/storage/2023-11-03/file/directories"
"github.com/jackofallops/giovanni/storage/2023-11-03/file/files"
"github.com/jackofallops/giovanni/storage/2023-11-03/file/shares"
"github.com/jackofallops/giovanni/storage/2023-11-03/queue/queues"
"github.com/jackofallops/giovanni/storage/2023-11-03/table/entities"
"github.com/jackofallops/giovanni/storage/2023-11-03/table/tables"
)

type DataPlaneOperation struct {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/hashicorp/go-azure-sdk/sdk/client"
"github.com/hashicorp/go-azure-sdk/sdk/client/pollers"
storageClients "github.com/hashicorp/terraform-provider-azurerm/internal/services/storage/client"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/accounts"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/accounts"
)

var _ pollers.PollerType = &DataPlaneBlobContainersAvailabilityPoller{}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/hashicorp/go-azure-sdk/sdk/client"
"github.com/hashicorp/go-azure-sdk/sdk/client/pollers"
storageClients "github.com/hashicorp/terraform-provider-azurerm/internal/services/storage/client"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/accounts"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/accounts"
)

var _ pollers.PollerType = &DataPlaneStaticWebsiteAvailabilityPoller{}
Expand Down
4 changes: 2 additions & 2 deletions internal/services/storage/migration/share.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
"github.com/hashicorp/terraform-provider-azurerm/internal/clients"
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk"
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/accounts"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/file/shares"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/accounts"
"github.com/jackofallops/giovanni/storage/2023-11-03/file/shares"
)

var _ pluginsdk.StateUpgrade = ShareV0ToV1{}
Expand Down
2 changes: 1 addition & 1 deletion internal/services/storage/shim/containers.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package shim
import (
"context"

"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/containers"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/containers"
)

type StorageContainerWrapper interface {
Expand Down
2 changes: 1 addition & 1 deletion internal/services/storage/shim/containers_data_plane.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

"github.com/hashicorp/go-azure-helpers/lang/pointer"
"github.com/hashicorp/go-azure-helpers/lang/response"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/containers"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/containers"
)

type DataPlaneStorageContainerWrapper struct {
Expand Down
2 changes: 1 addition & 1 deletion internal/services/storage/shim/queues.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package shim
import (
"context"

"github.com/tombuildsstuff/giovanni/storage/2023-11-03/queue/queues"
"github.com/jackofallops/giovanni/storage/2023-11-03/queue/queues"
)

type StorageQueuesWrapper interface {
Expand Down
2 changes: 1 addition & 1 deletion internal/services/storage/shim/queues_data_plane.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/go-azure-helpers/lang/pointer"
"github.com/hashicorp/go-azure-helpers/lang/response"
"github.com/hashicorp/go-azure-sdk/sdk/client/pollers"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/queue/queues"
"github.com/jackofallops/giovanni/storage/2023-11-03/queue/queues"
)

type DataPlaneStorageQueueWrapper struct {
Expand Down
2 changes: 1 addition & 1 deletion internal/services/storage/shim/shares.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package shim
import (
"context"

"github.com/tombuildsstuff/giovanni/storage/2023-11-03/file/shares"
"github.com/jackofallops/giovanni/storage/2023-11-03/file/shares"
)

type StorageShareWrapper interface {
Expand Down
2 changes: 1 addition & 1 deletion internal/services/storage/shim/shares_data_plane.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/hashicorp/go-azure-helpers/lang/pointer"
"github.com/hashicorp/go-azure-helpers/lang/response"
"github.com/hashicorp/go-azure-sdk/sdk/client/pollers"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/file/shares"
"github.com/jackofallops/giovanni/storage/2023-11-03/file/shares"
)

type DataPlaneStorageShareWrapper struct {
Expand Down
2 changes: 1 addition & 1 deletion internal/services/storage/shim/tables.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package shim
import (
"context"

"github.com/tombuildsstuff/giovanni/storage/2023-11-03/table/tables"
"github.com/jackofallops/giovanni/storage/2023-11-03/table/tables"
)

type StorageTableWrapper interface {
Expand Down
2 changes: 1 addition & 1 deletion internal/services/storage/shim/tables_data_plane.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

"github.com/hashicorp/go-azure-helpers/lang/pointer"
"github.com/hashicorp/go-azure-helpers/lang/response"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/table/tables"
"github.com/jackofallops/giovanni/storage/2023-11-03/table/tables"
)

type DataPlaneStorageTableWrapper struct {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"github.com/hashicorp/terraform-provider-azurerm/internal/sdk"
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk"
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/queue/queues"
"github.com/jackofallops/giovanni/storage/2023-11-03/queue/queues"
)

type AccountQueuePropertiesResource struct{}
Expand Down
4 changes: 2 additions & 2 deletions internal/services/storage/storage_account_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ import (
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation"
"github.com/hashicorp/terraform-provider-azurerm/internal/timeouts"
"github.com/hashicorp/terraform-provider-azurerm/utils"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/accounts"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/queue/queues"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/accounts"
"github.com/jackofallops/giovanni/storage/2023-11-03/queue/queues"
)

var (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/hashicorp/terraform-provider-azurerm/internal/sdk"
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk"
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/accounts"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/accounts"
)

type AccountStaticWebsiteResource struct{}
Expand Down
4 changes: 2 additions & 2 deletions internal/services/storage/storage_blob_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import (
"github.com/hashicorp/terraform-provider-azurerm/internal/services/storage/client"
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk"
"github.com/hashicorp/terraform-provider-azurerm/internal/timeouts"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/accounts"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/blobs"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/accounts"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/blobs"
)

func dataSourceStorageBlob() *pluginsdk.Resource {
Expand Down
4 changes: 2 additions & 2 deletions internal/services/storage/storage_blob_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import (
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk"
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation"
"github.com/hashicorp/terraform-provider-azurerm/internal/timeouts"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/accounts"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/blobs"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/accounts"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/blobs"
)

func resourceStorageBlob() *pluginsdk.Resource {
Expand Down
2 changes: 1 addition & 1 deletion internal/services/storage/storage_blob_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"github.com/hashicorp/terraform-provider-azurerm/internal/clients"
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk"
"github.com/hashicorp/terraform-provider-azurerm/utils"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/blobs"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/blobs"
)

type StorageBlobResource struct{}
Expand Down
4 changes: 2 additions & 2 deletions internal/services/storage/storage_container_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import (
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk"
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation"
"github.com/hashicorp/terraform-provider-azurerm/internal/timeouts"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/accounts"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/containers"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/accounts"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/containers"
)

func dataSourceStorageContainer() *pluginsdk.Resource {
Expand Down
4 changes: 2 additions & 2 deletions internal/services/storage/storage_container_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import (
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk"
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation"
"github.com/hashicorp/terraform-provider-azurerm/internal/timeouts"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/accounts"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/containers"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/accounts"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/containers"
)

var containerAccessTypeConversionMap = map[string]string{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/hashicorp/terraform-provider-azurerm/internal/features"
"github.com/hashicorp/terraform-provider-azurerm/internal/services/storage/validate"
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/containers"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/containers"
)

type StorageContainerResource struct{}
Expand Down
4 changes: 2 additions & 2 deletions internal/services/storage/storage_containers_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import (
"github.com/hashicorp/terraform-provider-azurerm/internal/services/storage/client"
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk"
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/accounts"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/containers"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/accounts"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/containers"
)

type storageContainersDataSource struct{}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ import (
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk"
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation"
"github.com/hashicorp/terraform-provider-azurerm/internal/timeouts"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/accounts"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/datalakestore/filesystems"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/datalakestore/paths"
"github.com/tombuildsstuff/giovanni/storage/accesscontrol"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/accounts"
"github.com/jackofallops/giovanni/storage/2023-11-03/datalakestore/filesystems"
"github.com/jackofallops/giovanni/storage/2023-11-03/datalakestore/paths"
"github.com/jackofallops/giovanni/storage/accesscontrol"
)

func resourceStorageDataLakeGen2FileSystem() *pluginsdk.Resource {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/hashicorp/terraform-provider-azurerm/internal/clients"
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk"
"github.com/hashicorp/terraform-provider-azurerm/utils"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/datalakestore/filesystems"
"github.com/jackofallops/giovanni/storage/2023-11-03/datalakestore/filesystems"
)

type StorageDataLakeGen2FileSystemResource struct{}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ import (
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk"
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation"
"github.com/hashicorp/terraform-provider-azurerm/internal/timeouts"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/accounts"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/datalakestore/paths"
"github.com/tombuildsstuff/giovanni/storage/accesscontrol"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/accounts"
"github.com/jackofallops/giovanni/storage/2023-11-03/datalakestore/paths"
"github.com/jackofallops/giovanni/storage/accesscontrol"
)

func resourceStorageDataLakeGen2Path() *pluginsdk.Resource {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/hashicorp/terraform-provider-azurerm/internal/clients"
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk"
"github.com/hashicorp/terraform-provider-azurerm/utils"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/datalakestore/paths"
"github.com/jackofallops/giovanni/storage/2023-11-03/datalakestore/paths"
)

type StorageDataLakeGen2PathResource struct{}
Expand Down
2 changes: 1 addition & 1 deletion internal/services/storage/storage_filesystem_ace.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package storage
import (
"github.com/google/uuid"
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk"
"github.com/tombuildsstuff/giovanni/storage/accesscontrol"
"github.com/jackofallops/giovanni/storage/accesscontrol"
)

func ExpandDataLakeGen2AceList(input []interface{}) (*accesscontrol.ACL, error) {
Expand Down
4 changes: 2 additions & 2 deletions internal/services/storage/storage_queue_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
"github.com/hashicorp/terraform-provider-azurerm/internal/services/storage/parse"
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk"
"github.com/hashicorp/terraform-provider-azurerm/internal/timeouts"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/accounts"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/queue/queues"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/accounts"
"github.com/jackofallops/giovanni/storage/2023-11-03/queue/queues"
)

func dataSourceStorageQueue() *pluginsdk.Resource {
Expand Down
4 changes: 2 additions & 2 deletions internal/services/storage/storage_queue_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import (
"github.com/hashicorp/terraform-provider-azurerm/internal/services/storage/validate"
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk"
"github.com/hashicorp/terraform-provider-azurerm/internal/timeouts"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/blob/accounts"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/queue/queues"
"github.com/jackofallops/giovanni/storage/2023-11-03/blob/accounts"
"github.com/jackofallops/giovanni/storage/2023-11-03/queue/queues"
)

func resourceStorageQueue() *pluginsdk.Resource {
Expand Down
2 changes: 1 addition & 1 deletion internal/services/storage/storage_queue_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/hashicorp/terraform-provider-azurerm/internal/clients"
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk"
"github.com/hashicorp/terraform-provider-azurerm/utils"
"github.com/tombuildsstuff/giovanni/storage/2023-11-03/queue/queues"
"github.com/jackofallops/giovanni/storage/2023-11-03/queue/queues"
)

type StorageQueueResource struct{}
Expand Down
Loading

0 comments on commit c76a3d7

Please sign in to comment.