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 66ef819 commit 7fa11d0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ require (
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.6.0
github.com/hashicorp/go-azure-helpers v0.70.1
github.com/hashicorp/go-azure-sdk/resource-manager v0.20240903.1111904
github.com/hashicorp/go-azure-sdk/sdk v0.20240903.1111904
github.com/hashicorp/go-azure-sdk/resource-manager v0.20240903.1131440
github.com/hashicorp/go-azure-sdk/sdk v0.20240903.1131440
github.com/hashicorp/go-hclog v1.6.3
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-uuid v1.0.3
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,12 @@ github.com/hashicorp/go-azure-helpers v0.70.1 h1:7hlnRrZobMZxpOzdlNEsayzAayj/KRG
github.com/hashicorp/go-azure-helpers v0.70.1/go.mod h1:BmbF4JDYXK5sEmFeU5hcn8Br21uElcqLfdQxjatwQKw=
github.com/hashicorp/go-azure-sdk/resource-manager v0.20240903.1111904 h1:EeK3qCc0DntwSZc0jEdzPKQwYWanZTG9nhhD0JUFmhI=
github.com/hashicorp/go-azure-sdk/resource-manager v0.20240903.1111904/go.mod h1:cUHyvZpNjlt+LczFfRE8Eg84FChvLl39S2LYWulJ9wg=
github.com/hashicorp/go-azure-sdk/resource-manager v0.20240903.1131440 h1:yeWn0Lib3BMj/G6n7Wq/mmbkOtBrWJ1FOTT3mCM9848=
github.com/hashicorp/go-azure-sdk/resource-manager v0.20240903.1131440/go.mod h1:tloXI7OBMjuC9pxCgdNgHSDnGc+BAIC2poI5wypwRRc=
github.com/hashicorp/go-azure-sdk/sdk v0.20240903.1111904 h1:7H0K+QbMurSx0GCVl0gzhMf0pkR6xArox+kvMyclBCY=
github.com/hashicorp/go-azure-sdk/sdk v0.20240903.1111904/go.mod h1:dMKF6bXrgGmy1d3pLzkmBpG2JIHgSAV2/OMSCEgyMwE=
github.com/hashicorp/go-azure-sdk/sdk v0.20240903.1131440 h1:IzkSZ10RckjHEzKDLUpS9cYZ6eGvz8eb3VHhD2ummBo=
github.com/hashicorp/go-azure-sdk/sdk v0.20240903.1131440/go.mod h1:dMKF6bXrgGmy1d3pLzkmBpG2JIHgSAV2/OMSCEgyMwE=
github.com/hashicorp/go-checkpoint v0.5.0 h1:MFYpPZCnQqQTE18jFwSII6eUQrD/oxMFp3mlgcqk5mU=
github.com/hashicorp/go-checkpoint v0.5.0/go.mod h1:7nfLNL10NsxqO4iWuW6tWW0HjZuDrwkBuEQsVcpCOgg=
github.com/hashicorp/go-cleanhttp v0.5.0/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80=
Expand Down
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"
"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 7fa11d0

Please sign in to comment.