Skip to content

Commit

Permalink
bastionhosts - upgrade api version from 2023-11-01 to 2024-01-01
Browse files Browse the repository at this point in the history
  • Loading branch information
T0biii committed Sep 5, 2024
1 parent 66ef819 commit 45abed6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/services/network/bastion_host_data_source.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/response"

Check failure on line 10 in internal/services/network/bastion_host_data_source.go

View workflow job for this annotation

GitHub Actions / tflint

could not import github.com/hashicorp/go-azure-helpers/lang/response (no metadata for github.com/hashicorp/go-azure-helpers/lang/response)
"github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema"

Check failure on line 11 in internal/services/network/bastion_host_data_source.go

View workflow job for this annotation

GitHub Actions / tflint

could not import github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema (no metadata for github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema)
"github.com/hashicorp/go-azure-helpers/resourcemanager/tags"

Check failure on line 12 in internal/services/network/bastion_host_data_source.go

View workflow job for this annotation

GitHub Actions / tflint

could not import github.com/hashicorp/go-azure-helpers/resourcemanager/tags (no metadata for github.com/hashicorp/go-azure-helpers/resourcemanager/tags)
"github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts"
"github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-01-01/bastionhosts"

Check failure on line 13 in internal/services/network/bastion_host_data_source.go

View workflow job for this annotation

GitHub Actions / document-lint

cannot find module providing package github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-01-01/bastionhosts: import lookup disabled by -mod=vendor

Check failure on line 13 in internal/services/network/bastion_host_data_source.go

View workflow job for this annotation

GitHub Actions / detect

cannot find module providing package github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-01-01/bastionhosts: import lookup disabled by -mod=vendor

Check failure on line 13 in internal/services/network/bastion_host_data_source.go

View workflow job for this annotation

GitHub Actions / test

cannot find module providing package github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-01-01/bastionhosts: import lookup disabled by -mod=vendor

Check failure on line 13 in internal/services/network/bastion_host_data_source.go

View workflow job for this annotation

GitHub Actions / test

cannot find module providing package github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-01-01/bastionhosts: import lookup disabled by -mod=vendor

Check failure on line 13 in internal/services/network/bastion_host_data_source.go

View workflow job for this annotation

GitHub Actions / test

cannot find module providing package github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-01-01/bastionhosts: import lookup disabled by -mod=vendor

Check failure on line 13 in internal/services/network/bastion_host_data_source.go

View workflow job for this annotation

GitHub Actions / compatibility-32bit-test

cannot find module providing package github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-01-01/bastionhosts: import lookup disabled by -mod=vendor

Check failure on line 13 in internal/services/network/bastion_host_data_source.go

View workflow job for this annotation

GitHub Actions / tflint

cannot find module providing package github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-01-01/bastionhosts: import lookup disabled by -mod=vendor

Check failure on line 13 in internal/services/network/bastion_host_data_source.go

View workflow job for this annotation

GitHub Actions / tflint

could not import github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-01-01/bastionhosts (no metadata for github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-01-01/bastionhosts)
"github.com/hashicorp/terraform-provider-azurerm/helpers/azure"

Check failure on line 14 in internal/services/network/bastion_host_data_source.go

View workflow job for this annotation

GitHub Actions / tflint

could not import github.com/hashicorp/terraform-provider-azurerm/helpers/azure (no metadata for github.com/hashicorp/terraform-provider-azurerm/helpers/azure)
"github.com/hashicorp/terraform-provider-azurerm/internal/clients"

Check failure on line 15 in internal/services/network/bastion_host_data_source.go

View workflow job for this annotation

GitHub Actions / tflint

could not import github.com/hashicorp/terraform-provider-azurerm/internal/clients (no metadata for github.com/hashicorp/terraform-provider-azurerm/internal/clients)
"github.com/hashicorp/terraform-provider-azurerm/internal/services/network/validate"

Check failure on line 16 in internal/services/network/bastion_host_data_source.go

View workflow job for this annotation

GitHub Actions / tflint

could not import github.com/hashicorp/terraform-provider-azurerm/internal/services/network/validate (no metadata for github.com/hashicorp/terraform-provider-azurerm/internal/services/network/validate)
Expand Down
2 changes: 1 addition & 1 deletion internal/services/network/bastion_host_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema"
"github.com/hashicorp/go-azure-helpers/resourcemanager/location"
"github.com/hashicorp/go-azure-helpers/resourcemanager/tags"
"github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts"
"github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-01-01/bastionhosts"
"github.com/hashicorp/terraform-provider-azurerm/helpers/tf"
"github.com/hashicorp/terraform-provider-azurerm/internal/clients"
"github.com/hashicorp/terraform-provider-azurerm/internal/services/network/validate"
Expand Down
2 changes: 1 addition & 1 deletion internal/services/network/bastion_host_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"fmt"
"testing"

"github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts"
"github.com/hashicorp/go-azure-sdk/resource-manager/network/2024-01-01/bastionhosts"
"github.com/hashicorp/terraform-provider-azurerm/internal/acceptance"
"github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check"
"github.com/hashicorp/terraform-provider-azurerm/internal/clients"
Expand Down

0 comments on commit 45abed6

Please sign in to comment.