Skip to content

Commit

Permalink
Migrating Azure Synapse to new Kermit endpoint (hashicorp#28089)
Browse files Browse the repository at this point in the history
* migrating synapse to new kermit endpoint

* fixing vendor dependencies
  • Loading branch information
Chambras authored Nov 22, 2024
1 parent 391b165 commit 73e9c82
Show file tree
Hide file tree
Showing 39 changed files with 15 additions and 21 deletions.
6 changes: 3 additions & 3 deletions internal/services/synapse/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import (
"github.com/Azure/azure-sdk-for-go/services/preview/synapse/mgmt/v2.0/synapse" // nolint: staticcheck
"github.com/Azure/go-autorest/autorest"
"github.com/hashicorp/terraform-provider-azurerm/internal/common"
managedvirtualnetwork "github.com/tombuildsstuff/kermit/sdk/synapse/2019-06-01-preview/synapse"
accesscontrol "github.com/tombuildsstuff/kermit/sdk/synapse/2020-08-01-preview/synapse"
artifacts "github.com/tombuildsstuff/kermit/sdk/synapse/2021-06-01-preview/synapse"
managedvirtualnetwork "github.com/jackofallops/kermit/sdk/synapse/2019-06-01-preview/synapse"
accesscontrol "github.com/jackofallops/kermit/sdk/synapse/2020-08-01-preview/synapse"
artifacts "github.com/jackofallops/kermit/sdk/synapse/2021-06-01-preview/synapse"
)

type Client struct {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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"
artifacts "github.com/tombuildsstuff/kermit/sdk/synapse/2021-06-01-preview/synapse"
artifacts "github.com/jackofallops/kermit/sdk/synapse/2021-06-01-preview/synapse"
)

func resourceSynapseLinkedService() *pluginsdk.Resource {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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"
managedvirtualnetwork "github.com/tombuildsstuff/kermit/sdk/synapse/2019-06-01-preview/synapse"
managedvirtualnetwork "github.com/jackofallops/kermit/sdk/synapse/2019-06-01-preview/synapse"
)

func resourceSynapseManagedPrivateEndpoint() *pluginsdk.Resource {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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"
accesscontrol "github.com/tombuildsstuff/kermit/sdk/synapse/2020-08-01-preview/synapse"
accesscontrol "github.com/jackofallops/kermit/sdk/synapse/2020-08-01-preview/synapse"
)

func resourceSynapseRoleAssignment() *pluginsdk.Resource {
Expand Down

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.

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

6 changes: 3 additions & 3 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1385,6 +1385,9 @@ github.com/jackofallops/kermit/sdk/iotcentral/2022-10-31-preview/iotcentral
github.com/jackofallops/kermit/sdk/iothub/2022-04-30-preview/iothub
github.com/jackofallops/kermit/sdk/keyvault/7.4/keyvault
github.com/jackofallops/kermit/sdk/securityinsights/2022-10-01-preview/securityinsights
github.com/jackofallops/kermit/sdk/synapse/2019-06-01-preview/synapse
github.com/jackofallops/kermit/sdk/synapse/2020-08-01-preview/synapse
github.com/jackofallops/kermit/sdk/synapse/2021-06-01-preview/synapse
github.com/jackofallops/kermit/sdk/web/2022-09-01/web
github.com/jackofallops/kermit/version
# github.com/kr/pretty v0.3.0
Expand Down Expand Up @@ -1445,9 +1448,6 @@ github.com/tombuildsstuff/giovanni/storage/internal/metadata
# github.com/tombuildsstuff/kermit v0.20240122.1123108
## explicit; go 1.18
github.com/tombuildsstuff/kermit/sdk/appplatform/2023-05-01-preview/appplatform
github.com/tombuildsstuff/kermit/sdk/synapse/2019-06-01-preview/synapse
github.com/tombuildsstuff/kermit/sdk/synapse/2020-08-01-preview/synapse
github.com/tombuildsstuff/kermit/sdk/synapse/2021-06-01-preview/synapse
github.com/tombuildsstuff/kermit/version
# github.com/vmihailenco/msgpack v4.0.4+incompatible
## explicit
Expand Down

0 comments on commit 73e9c82

Please sign in to comment.