Skip to content

Commit

Permalink
bastionhost - 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 afe4e46 commit aaa635a
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"
"github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema"
"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
"github.com/hashicorp/terraform-provider-azurerm/helpers/azure"
"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.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 aaa635a

Please sign in to comment.