From 2c35631f993f933a1a3a96f837a77563a126432c Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-azure <> Date: Tue, 21 May 2024 09:11:45 +0000 Subject: [PATCH 1/9] dependencies: updating to version `v0.20240521.1091020` of `github.com/hashicorp/go-azure-sdk/sdk` --- go.mod | 2 +- go.sum | 4 ++-- vendor/modules.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 597d0a723d79..4f602f4457fc 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( github.com/google/uuid v1.4.0 github.com/hashicorp/go-azure-helpers v0.69.0 github.com/hashicorp/go-azure-sdk/resource-manager v0.20240507.1095453 - github.com/hashicorp/go-azure-sdk/sdk v0.20240507.1095453 + github.com/hashicorp/go-azure-sdk/sdk v0.20240521.1091020 github.com/hashicorp/go-hclog v1.5.0 github.com/hashicorp/go-multierror v1.1.1 github.com/hashicorp/go-uuid v1.0.3 diff --git a/go.sum b/go.sum index 5013dc0c03e8..a702a30b4f23 100644 --- a/go.sum +++ b/go.sum @@ -97,8 +97,8 @@ github.com/hashicorp/go-azure-helpers v0.69.0 h1:JwUWXyDgyr6OafU4CgSvrbEP1wcMjfz github.com/hashicorp/go-azure-helpers v0.69.0/go.mod h1:BmbF4JDYXK5sEmFeU5hcn8Br21uElcqLfdQxjatwQKw= github.com/hashicorp/go-azure-sdk/resource-manager v0.20240507.1095453 h1:6nCJQT1WCzjVZ1dljs7RKVPiscy0V3DnNvfxBIYNm7Y= github.com/hashicorp/go-azure-sdk/resource-manager v0.20240507.1095453/go.mod h1:CDmjXxvqpnFrRAX5xAKczebKevwO2C7HELMygEeX4ss= -github.com/hashicorp/go-azure-sdk/sdk v0.20240507.1095453 h1:HHrx24Kjo0diFIjAxlaS8KVB9rO99QMYaQ/tkKqRA1I= -github.com/hashicorp/go-azure-sdk/sdk v0.20240507.1095453/go.mod h1:Ts5vRL3KPw8iLit+4WSi1hOWlRCx++wJrCkMGj69xBY= +github.com/hashicorp/go-azure-sdk/sdk v0.20240521.1091020 h1:xIpoAnTGXkLmQ9RPbkqw5TUctS4DsXGS37bKwXu5IKQ= +github.com/hashicorp/go-azure-sdk/sdk v0.20240521.1091020/go.mod h1:Ts5vRL3KPw8iLit+4WSi1hOWlRCx++wJrCkMGj69xBY= 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= diff --git a/vendor/modules.txt b/vendor/modules.txt index ca367fce4e72..03558ef465bc 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -1090,7 +1090,7 @@ github.com/hashicorp/go-azure-sdk/resource-manager/workloads/2023-04-01/saplands github.com/hashicorp/go-azure-sdk/resource-manager/workloads/2023-04-01/saprecommendations github.com/hashicorp/go-azure-sdk/resource-manager/workloads/2023-04-01/sapsupportedsku github.com/hashicorp/go-azure-sdk/resource-manager/workloads/2023-04-01/sapvirtualinstances -# github.com/hashicorp/go-azure-sdk/sdk v0.20240507.1095453 +# github.com/hashicorp/go-azure-sdk/sdk v0.20240521.1091020 ## explicit; go 1.21 github.com/hashicorp/go-azure-sdk/sdk/auth github.com/hashicorp/go-azure-sdk/sdk/auth/autorest From 0b64229ddf190b99e0a5701572bde3c7397de032 Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-azure <> Date: Tue, 21 May 2024 09:13:11 +0000 Subject: [PATCH 2/9] dependencies: updating to version `v0.20240521.1091020` of `github.com/hashicorp/go-azure-sdk/resource-manager` --- go.mod | 2 +- go.sum | 4 ++-- vendor/modules.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 4f602f4457fc..b37c3f2c56ff 100644 --- a/go.mod +++ b/go.mod @@ -17,7 +17,7 @@ require ( github.com/google/go-cmp v0.5.9 github.com/google/uuid v1.4.0 github.com/hashicorp/go-azure-helpers v0.69.0 - github.com/hashicorp/go-azure-sdk/resource-manager v0.20240507.1095453 + github.com/hashicorp/go-azure-sdk/resource-manager v0.20240521.1091020 github.com/hashicorp/go-azure-sdk/sdk v0.20240521.1091020 github.com/hashicorp/go-hclog v1.5.0 github.com/hashicorp/go-multierror v1.1.1 diff --git a/go.sum b/go.sum index a702a30b4f23..7c3beaddc4c0 100644 --- a/go.sum +++ b/go.sum @@ -95,8 +95,8 @@ github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= github.com/hashicorp/go-azure-helpers v0.69.0 h1:JwUWXyDgyr6OafU4CgSvrbEP1wcMjfz4gxRQciDQkBQ= github.com/hashicorp/go-azure-helpers v0.69.0/go.mod h1:BmbF4JDYXK5sEmFeU5hcn8Br21uElcqLfdQxjatwQKw= -github.com/hashicorp/go-azure-sdk/resource-manager v0.20240507.1095453 h1:6nCJQT1WCzjVZ1dljs7RKVPiscy0V3DnNvfxBIYNm7Y= -github.com/hashicorp/go-azure-sdk/resource-manager v0.20240507.1095453/go.mod h1:CDmjXxvqpnFrRAX5xAKczebKevwO2C7HELMygEeX4ss= +github.com/hashicorp/go-azure-sdk/resource-manager v0.20240521.1091020 h1:1VZnO27TzbEG68UoZBggbgwwljohwOgqY26GITMaqYw= +github.com/hashicorp/go-azure-sdk/resource-manager v0.20240521.1091020/go.mod h1:FFZchJdeRHurRu5qvfjhDL7QNIIA+oSx6TBkpLw1N3I= github.com/hashicorp/go-azure-sdk/sdk v0.20240521.1091020 h1:xIpoAnTGXkLmQ9RPbkqw5TUctS4DsXGS37bKwXu5IKQ= github.com/hashicorp/go-azure-sdk/sdk v0.20240521.1091020/go.mod h1:Ts5vRL3KPw8iLit+4WSi1hOWlRCx++wJrCkMGj69xBY= github.com/hashicorp/go-checkpoint v0.5.0 h1:MFYpPZCnQqQTE18jFwSII6eUQrD/oxMFp3mlgcqk5mU= diff --git a/vendor/modules.txt b/vendor/modules.txt index 03558ef465bc..e98c0e7354cd 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -152,7 +152,7 @@ github.com/hashicorp/go-azure-helpers/resourcemanager/tags github.com/hashicorp/go-azure-helpers/resourcemanager/zones github.com/hashicorp/go-azure-helpers/sender github.com/hashicorp/go-azure-helpers/storage -# github.com/hashicorp/go-azure-sdk/resource-manager v0.20240507.1095453 +# github.com/hashicorp/go-azure-sdk/resource-manager v0.20240521.1091020 ## explicit; go 1.21 github.com/hashicorp/go-azure-sdk/resource-manager/aad/2021-05-01/domainservices github.com/hashicorp/go-azure-sdk/resource-manager/aadb2c/2021-04-01-preview From bbb9de073b96c9c932ef82e1edcfa5e2152eb9aa Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-azure <> Date: Tue, 21 May 2024 09:18:49 +0000 Subject: [PATCH 3/9] dependencies: updating `cosmosdb` to API Version "2024-05-15" from "2022-11-15" --- internal/services/cosmos/client/client.go | 2 +- ...cosmosdb_mongo_role_definition_resource.go | 2 +- ...sdb_mongo_role_definition_resource_test.go | 2 +- ...cosmosdb_mongo_user_definition_resource.go | 2 +- ...sdb_mongo_user_definition_resource_test.go | 2 +- .../2022-11-15/mongorbacs/constants.go | 18 ------- .../mongorbacs/README.md | 6 +-- .../mongorbacs/client.go | 0 .../2024-05-15/mongorbacs/constants.go | 51 +++++++++++++++++++ .../mongorbacs/id_databaseaccount.go | 0 .../mongorbacs/id_mongodbroledefinition.go | 0 .../mongorbacs/id_mongodbuserdefinition.go | 0 ...esourcescreateupdatemongoroledefinition.go | 0 ...esourcescreateupdatemongouserdefinition.go | 0 ...ngodbresourcesdeletemongoroledefinition.go | 0 ...ngodbresourcesdeletemongouserdefinition.go | 0 ..._mongodbresourcesgetmongoroledefinition.go | 0 ..._mongodbresourcesgetmongouserdefinition.go | 0 ...ongodbresourceslistmongoroledefinitions.go | 0 ...ongodbresourceslistmongouserdefinitions.go | 0 ...ngoroledefinitioncreateupdateparameters.go | 0 .../model_mongoroledefinitiongetresults.go | 0 .../model_mongoroledefinitionlistresult.go | 0 .../model_mongoroledefinitionresource.go | 0 ...ngouserdefinitioncreateupdateparameters.go | 0 .../model_mongouserdefinitiongetresults.go | 0 .../model_mongouserdefinitionlistresult.go | 0 .../model_mongouserdefinitionresource.go | 0 .../mongorbacs/model_privilege.go | 0 .../mongorbacs/model_privilegeresource.go | 0 .../mongorbacs/model_role.go | 0 .../mongorbacs/version.go | 2 +- vendor/modules.txt | 2 +- 33 files changed, 61 insertions(+), 28 deletions(-) delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/constants.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2022-11-15 => 2024-05-15}/mongorbacs/README.md (97%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2022-11-15 => 2024-05-15}/mongorbacs/client.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/constants.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2022-11-15 => 2024-05-15}/mongorbacs/id_databaseaccount.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2022-11-15 => 2024-05-15}/mongorbacs/id_mongodbroledefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2022-11-15 => 2024-05-15}/mongorbacs/id_mongodbuserdefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2022-11-15 => 2024-05-15}/mongorbacs/method_mongodbresourcescreateupdatemongoroledefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2022-11-15 => 2024-05-15}/mongorbacs/method_mongodbresourcescreateupdatemongouserdefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2022-11-15 => 2024-05-15}/mongorbacs/method_mongodbresourcesdeletemongoroledefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2022-11-15 => 2024-05-15}/mongorbacs/method_mongodbresourcesdeletemongouserdefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2022-11-15 => 2024-05-15}/mongorbacs/method_mongodbresourcesgetmongoroledefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2022-11-15 => 2024-05-15}/mongorbacs/method_mongodbresourcesgetmongouserdefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2022-11-15 => 2024-05-15}/mongorbacs/method_mongodbresourceslistmongoroledefinitions.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2022-11-15 => 2024-05-15}/mongorbacs/method_mongodbresourceslistmongouserdefinitions.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2022-11-15 => 2024-05-15}/mongorbacs/model_mongoroledefinitioncreateupdateparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2022-11-15 => 2024-05-15}/mongorbacs/model_mongoroledefinitiongetresults.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2022-11-15 => 2024-05-15}/mongorbacs/model_mongoroledefinitionlistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2022-11-15 => 2024-05-15}/mongorbacs/model_mongoroledefinitionresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2022-11-15 => 2024-05-15}/mongorbacs/model_mongouserdefinitioncreateupdateparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2022-11-15 => 2024-05-15}/mongorbacs/model_mongouserdefinitiongetresults.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2022-11-15 => 2024-05-15}/mongorbacs/model_mongouserdefinitionlistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2022-11-15 => 2024-05-15}/mongorbacs/model_mongouserdefinitionresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2022-11-15 => 2024-05-15}/mongorbacs/model_privilege.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2022-11-15 => 2024-05-15}/mongorbacs/model_privilegeresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2022-11-15 => 2024-05-15}/mongorbacs/model_role.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2022-11-15 => 2024-05-15}/mongorbacs/version.go (88%) diff --git a/internal/services/cosmos/client/client.go b/internal/services/cosmos/client/client.go index dbe1e0ef11b1..0fdd1c315c40 100644 --- a/internal/services/cosmos/client/client.go +++ b/internal/services/cosmos/client/client.go @@ -8,9 +8,9 @@ import ( "github.com/Azure/azure-sdk-for-go/services/cosmos-db/mgmt/2021-10-15/documentdb" // nolint: staticcheck "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-05-15/sqldedicatedgateway" - "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs" "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb" "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs" "github.com/hashicorp/go-azure-sdk/resource-manager/postgresqlhsc/2022-11-08/clusters" "github.com/hashicorp/go-azure-sdk/resource-manager/postgresqlhsc/2022-11-08/configurations" "github.com/hashicorp/go-azure-sdk/resource-manager/postgresqlhsc/2022-11-08/firewallrules" diff --git a/internal/services/cosmos/cosmosdb_mongo_role_definition_resource.go b/internal/services/cosmos/cosmosdb_mongo_role_definition_resource.go index e62977abf7cf..62b79bc52482 100644 --- a/internal/services/cosmos/cosmosdb_mongo_role_definition_resource.go +++ b/internal/services/cosmos/cosmosdb_mongo_role_definition_resource.go @@ -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/resource-manager/cosmosdb/2022-11-15/mongorbacs" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/services/cosmos/parse" diff --git a/internal/services/cosmos/cosmosdb_mongo_role_definition_resource_test.go b/internal/services/cosmos/cosmosdb_mongo_role_definition_resource_test.go index 80d2a87296c0..8cf3167fa480 100644 --- a/internal/services/cosmos/cosmosdb_mongo_role_definition_resource_test.go +++ b/internal/services/cosmos/cosmosdb_mongo_role_definition_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs" "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" diff --git a/internal/services/cosmos/cosmosdb_mongo_user_definition_resource.go b/internal/services/cosmos/cosmosdb_mongo_user_definition_resource.go index b7c48e3931d4..98f59e8f9f89 100644 --- a/internal/services/cosmos/cosmosdb_mongo_user_definition_resource.go +++ b/internal/services/cosmos/cosmosdb_mongo_user_definition_resource.go @@ -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/resource-manager/cosmosdb/2022-11-15/mongorbacs" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/services/cosmos/parse" diff --git a/internal/services/cosmos/cosmosdb_mongo_user_definition_resource_test.go b/internal/services/cosmos/cosmosdb_mongo_user_definition_resource_test.go index d7bca3ddf5e3..643c24e4c363 100644 --- a/internal/services/cosmos/cosmosdb_mongo_user_definition_resource_test.go +++ b/internal/services/cosmos/cosmosdb_mongo_user_definition_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs" "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" diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/constants.go deleted file mode 100644 index 9406856770fa..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/constants.go +++ /dev/null @@ -1,18 +0,0 @@ -package mongorbacs - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type MongoRoleDefinitionType int64 - -const ( - MongoRoleDefinitionTypeBuiltInRole MongoRoleDefinitionType = 0 - MongoRoleDefinitionTypeCustomRole MongoRoleDefinitionType = 1 -) - -func PossibleValuesForMongoRoleDefinitionType() []int64 { - return []int64{ - int64(MongoRoleDefinitionTypeBuiltInRole), - int64(MongoRoleDefinitionTypeCustomRole), - } -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/README.md similarity index 97% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/README.md index 90154513b098..675c9dd2eeee 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs` Documentation -The `mongorbacs` SDK allows for interaction with the Azure Resource Manager Service `cosmosdb` (API Version `2022-11-15`). +The `mongorbacs` SDK allows for interaction with the Azure Resource Manager Service `cosmosdb` (API Version `2024-05-15`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs" +import "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/constants.go new file mode 100644 index 000000000000..260b51bbced7 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/constants.go @@ -0,0 +1,51 @@ +package mongorbacs + +import ( + "encoding/json" + "fmt" + "strings" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type MongoRoleDefinitionType string + +const ( + MongoRoleDefinitionTypeBuiltInRole MongoRoleDefinitionType = "BuiltInRole" + MongoRoleDefinitionTypeCustomRole MongoRoleDefinitionType = "CustomRole" +) + +func PossibleValuesForMongoRoleDefinitionType() []string { + return []string{ + string(MongoRoleDefinitionTypeBuiltInRole), + string(MongoRoleDefinitionTypeCustomRole), + } +} + +func (s *MongoRoleDefinitionType) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseMongoRoleDefinitionType(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseMongoRoleDefinitionType(input string) (*MongoRoleDefinitionType, error) { + vals := map[string]MongoRoleDefinitionType{ + "builtinrole": MongoRoleDefinitionTypeBuiltInRole, + "customrole": MongoRoleDefinitionTypeCustomRole, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := MongoRoleDefinitionType(input) + return &out, nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/id_databaseaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/id_databaseaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/id_databaseaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/id_databaseaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/id_mongodbroledefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/id_mongodbroledefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/id_mongodbroledefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/id_mongodbroledefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/id_mongodbuserdefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/id_mongodbuserdefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/id_mongodbuserdefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/id_mongodbuserdefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/method_mongodbresourcescreateupdatemongoroledefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/method_mongodbresourcescreateupdatemongoroledefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/method_mongodbresourcescreateupdatemongoroledefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/method_mongodbresourcescreateupdatemongoroledefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/method_mongodbresourcescreateupdatemongouserdefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/method_mongodbresourcescreateupdatemongouserdefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/method_mongodbresourcescreateupdatemongouserdefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/method_mongodbresourcescreateupdatemongouserdefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/method_mongodbresourcesdeletemongoroledefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/method_mongodbresourcesdeletemongoroledefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/method_mongodbresourcesdeletemongoroledefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/method_mongodbresourcesdeletemongoroledefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/method_mongodbresourcesdeletemongouserdefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/method_mongodbresourcesdeletemongouserdefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/method_mongodbresourcesdeletemongouserdefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/method_mongodbresourcesdeletemongouserdefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/method_mongodbresourcesgetmongoroledefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/method_mongodbresourcesgetmongoroledefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/method_mongodbresourcesgetmongoroledefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/method_mongodbresourcesgetmongoroledefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/method_mongodbresourcesgetmongouserdefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/method_mongodbresourcesgetmongouserdefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/method_mongodbresourcesgetmongouserdefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/method_mongodbresourcesgetmongouserdefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/method_mongodbresourceslistmongoroledefinitions.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/method_mongodbresourceslistmongoroledefinitions.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/method_mongodbresourceslistmongoroledefinitions.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/method_mongodbresourceslistmongoroledefinitions.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/method_mongodbresourceslistmongouserdefinitions.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/method_mongodbresourceslistmongouserdefinitions.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/method_mongodbresourceslistmongouserdefinitions.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/method_mongodbresourceslistmongouserdefinitions.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/model_mongoroledefinitioncreateupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/model_mongoroledefinitioncreateupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/model_mongoroledefinitioncreateupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/model_mongoroledefinitioncreateupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/model_mongoroledefinitiongetresults.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/model_mongoroledefinitiongetresults.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/model_mongoroledefinitiongetresults.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/model_mongoroledefinitiongetresults.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/model_mongoroledefinitionlistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/model_mongoroledefinitionlistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/model_mongoroledefinitionlistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/model_mongoroledefinitionlistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/model_mongoroledefinitionresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/model_mongoroledefinitionresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/model_mongoroledefinitionresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/model_mongoroledefinitionresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/model_mongouserdefinitioncreateupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/model_mongouserdefinitioncreateupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/model_mongouserdefinitioncreateupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/model_mongouserdefinitioncreateupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/model_mongouserdefinitiongetresults.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/model_mongouserdefinitiongetresults.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/model_mongouserdefinitiongetresults.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/model_mongouserdefinitiongetresults.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/model_mongouserdefinitionlistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/model_mongouserdefinitionlistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/model_mongouserdefinitionlistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/model_mongouserdefinitionlistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/model_mongouserdefinitionresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/model_mongouserdefinitionresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/model_mongouserdefinitionresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/model_mongouserdefinitionresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/model_privilege.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/model_privilege.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/model_privilege.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/model_privilege.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/model_privilegeresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/model_privilegeresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/model_privilegeresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/model_privilegeresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/model_role.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/model_role.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/model_role.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/model_role.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/version.go index c3b347512f33..366d02d10322 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2022-11-15" +const defaultApiVersion = "2024-05-15" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/mongorbacs/%s", defaultApiVersion) diff --git a/vendor/modules.txt b/vendor/modules.txt index e98c0e7354cd..e0017249ce5f 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -398,9 +398,9 @@ github.com/hashicorp/go-azure-sdk/resource-manager/containerservice/2023-10-15/f github.com/hashicorp/go-azure-sdk/resource-manager/containerservice/2023-10-15/updateruns github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-05-15/cosmosdb github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-05-15/sqldedicatedgateway -github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-11-15/mongorbacs github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras +github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs github.com/hashicorp/go-azure-sdk/resource-manager/costmanagement/2021-10-01/exports github.com/hashicorp/go-azure-sdk/resource-manager/costmanagement/2022-06-01-preview/scheduledactions github.com/hashicorp/go-azure-sdk/resource-manager/costmanagement/2022-10-01/scheduledactions From 5a5df3c6d1db21e1f3fbd38464ff5d8e21a37350 Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-azure <> Date: Tue, 21 May 2024 09:22:56 +0000 Subject: [PATCH 4/9] dependencies: updating `cosmosdb` to API Version "2024-05-15" from "2023-04-15" --- internal/services/cosmos/client/client.go | 4 +- .../cosmos/common/autoscale_settings.go | 2 +- .../common/conflict_resolution_policy.go | 2 +- internal/services/cosmos/common/cors_rule.go | 2 +- .../services/cosmos/common/indexing_policy.go | 2 +- .../cosmos/common/indexing_policy_test.go | 2 +- internal/services/cosmos/common/ip_rules.go | 2 +- .../services/cosmos/common/ip_rules_test.go | 2 +- internal/services/cosmos/common/throughput.go | 2 +- .../cosmos/cosmosdb_account_data_source.go | 2 +- .../cosmosdb_account_data_source_test.go | 2 +- .../cosmos/cosmosdb_account_resource.go | 2 +- .../cosmos/cosmosdb_account_resource_test.go | 2 +- .../cosmosdb_cassandra_cluster_resource.go | 2 +- ...osmosdb_cassandra_cluster_resource_test.go | 2 +- .../cosmosdb_cassandra_datacenter_resource.go | 2 +- ...osdb_cassandra_datacenter_resource_test.go | 2 +- ...smosdb_cassandra_keyspace_resource_test.go | 2 +- .../cosmosdb_gremlin_database_resource.go | 2 +- ...cosmosdb_gremlin_database_resource_test.go | 2 +- .../cosmos/cosmosdb_gremlin_graph_resource.go | 2 +- .../cosmosdb_gremlin_graph_resource_test.go | 2 +- ...cosmosdb_mongo_collection_resource_test.go | 2 +- .../cosmosdb_mongo_database_resource_test.go | 2 +- .../cosmos/cosmosdb_sql_container_resource.go | 2 +- .../cosmosdb_sql_container_resource_test.go | 2 +- .../cosmosdb_sql_database_resource_test.go | 2 +- .../cosmos/cosmosdb_table_resource_test.go | 2 +- ...kusto_cosmosdb_data_connection_resource.go | 2 +- ...el_gremlindatabasegetpropertiesresource.go | 11 ----- ..._mongodbcollectiongetpropertiesresource.go | 14 ------- .../model_mongodbcollectionresource.go | 11 ----- ...el_mongodbdatabasegetpropertiesresource.go | 11 ----- .../model_sqldatabasegetpropertiesresource.go | 13 ------ .../model_tablegetpropertiesresource.go | 11 ----- .../cosmosdb/README.md | 6 +-- .../cosmosdb/client.go | 0 .../cosmosdb/constants.go | 6 +++ .../cosmosdb/id_cassandrakeyspace.go | 0 .../cosmosdb/id_cassandrakeyspacetable.go | 0 .../cosmosdb/id_clientencryptionkey.go | 0 .../cosmosdb/id_collection.go | 0 .../id_collectionpartitionkeyrangeid.go | 0 .../cosmosdb/id_container.go | 0 .../cosmosdb/id_database.go | 0 .../cosmosdb/id_databaseaccount.go | 0 .../cosmosdb/id_databaseaccountname.go | 0 .../cosmosdb/id_databasecollection.go | 0 .../cosmosdb/id_graph.go | 0 .../cosmosdb/id_gremlindatabase.go | 0 .../cosmosdb/id_location.go | 0 .../cosmosdb/id_mongodbdatabase.go | 0 .../cosmosdb/id_mongodbdatabasecollection.go | 0 .../cosmosdb/id_partitionkeyrangeid.go | 0 .../cosmosdb/id_region.go | 0 .../cosmosdb/id_sourceregiontargetregion.go | 0 .../cosmosdb/id_sqldatabase.go | 0 .../cosmosdb/id_storedprocedure.go | 0 .../cosmosdb/id_table.go | 0 .../cosmosdb/id_targetregion.go | 0 .../cosmosdb/id_trigger.go | 0 .../cosmosdb/id_userdefinedfunction.go | 0 ...aresourcescreateupdatecassandrakeyspace.go | 0 ...ndraresourcescreateupdatecassandratable.go | 0 ...ssandraresourcesdeletecassandrakeyspace.go | 0 ..._cassandraresourcesdeletecassandratable.go | 0 ..._cassandraresourcesgetcassandrakeyspace.go | 0 ...resourcesgetcassandrakeyspacethroughput.go | 0 ...hod_cassandraresourcesgetcassandratable.go | 0 ...draresourcesgetcassandratablethroughput.go | 0 ...assandraresourceslistcassandrakeyspaces.go | 0 ...d_cassandraresourceslistcassandratables.go | 0 ...rcesmigratecassandrakeyspacetoautoscale.go | 0 ...ratecassandrakeyspacetomanualthroughput.go | 0 ...sourcesmigratecassandratabletoautoscale.go | 0 ...migratecassandratabletomanualthroughput.go | 0 ...ourcesupdatecassandrakeyspacethroughput.go | 0 ...resourcesupdatecassandratablethroughput.go | 0 .../method_collectionlistmetricdefinitions.go | 0 .../cosmosdb/method_collectionlistmetrics.go | 0 .../cosmosdb/method_collectionlistusages.go | 0 .../method_collectionpartitionlistmetrics.go | 0 .../method_collectionpartitionlistusages.go | 0 ...od_collectionpartitionregionlistmetrics.go | 0 .../method_collectionregionlistmetrics.go | 0 ...method_databaseaccountregionlistmetrics.go | 0 .../method_databaseaccountschecknameexists.go | 0 .../method_databaseaccountscreateorupdate.go | 0 .../cosmosdb/method_databaseaccountsdelete.go | 0 ..._databaseaccountsfailoverprioritychange.go | 0 .../cosmosdb/method_databaseaccountsget.go | 0 .../method_databaseaccountsgetreadonlykeys.go | 0 .../cosmosdb/method_databaseaccountslist.go | 0 ...hod_databaseaccountslistbyresourcegroup.go | 0 ...d_databaseaccountslistconnectionstrings.go | 0 .../method_databaseaccountslistkeys.go | 0 ...d_databaseaccountslistmetricdefinitions.go | 0 .../method_databaseaccountslistmetrics.go | 0 ...method_databaseaccountslistreadonlykeys.go | 0 .../method_databaseaccountslistusages.go | 0 .../method_databaseaccountsofflineregion.go | 0 .../method_databaseaccountsonlineregion.go | 0 .../method_databaseaccountsregeneratekey.go | 0 .../cosmosdb/method_databaseaccountsupdate.go | 0 .../method_databaselistmetricdefinitions.go | 0 .../cosmosdb/method_databaselistmetrics.go | 0 .../cosmosdb/method_databaselistusages.go | 0 ...linresourcescreateupdategremlindatabase.go | 0 ...remlinresourcescreateupdategremlingraph.go | 0 ...d_gremlinresourcesdeletegremlindatabase.go | 0 ...thod_gremlinresourcesdeletegremlingraph.go | 0 ...thod_gremlinresourcesgetgremlindatabase.go | 0 ...inresourcesgetgremlindatabasethroughput.go | 0 .../method_gremlinresourcesgetgremlingraph.go | 0 ...emlinresourcesgetgremlingraphthroughput.go | 0 ...od_gremlinresourceslistgremlindatabases.go | 0 ...ethod_gremlinresourceslistgremlingraphs.go | 0 ...ourcesmigrategremlindatabasetoautoscale.go | 0 ...igrategremlindatabasetomanualthroughput.go | 0 ...resourcesmigrategremlingraphtoautoscale.go | 0 ...esmigrategremlingraphtomanualthroughput.go | 0 ...esourcesupdategremlindatabasethroughput.go | 0 ...inresourcesupdategremlingraphthroughput.go | 0 .../cosmosdb/method_locationsget.go | 0 .../cosmosdb/method_locationslist.go | 0 ...bresourcescreateupdatemongodbcollection.go | 0 ...odbresourcescreateupdatemongodbdatabase.go | 0 ...mongodbresourcesdeletemongodbcollection.go | 0 ...d_mongodbresourcesdeletemongodbdatabase.go | 0 ...od_mongodbresourcesgetmongodbcollection.go | 0 ...resourcesgetmongodbcollectionthroughput.go | 0 ...thod_mongodbresourcesgetmongodbdatabase.go | 0 ...dbresourcesgetmongodbdatabasethroughput.go | 0 ..._mongodbresourceslistmongodbcollections.go | 0 ...od_mongodbresourceslistmongodbdatabases.go | 0 ...rcesmigratemongodbcollectiontoautoscale.go | 0 ...ratemongodbcollectiontomanualthroughput.go | 0 ...ourcesmigratemongodbdatabasetoautoscale.go | 0 ...igratemongodbdatabasetomanualthroughput.go | 0 ...ourcesupdatemongodbcollectionthroughput.go | 0 ...esourcesupdatemongodbdatabasethroughput.go | 0 .../method_partitionkeyrangeidlistmetrics.go | 0 ...od_partitionkeyrangeidregionlistmetrics.go | 0 .../cosmosdb/method_percentilelistmetrics.go | 0 ...ethod_percentilesourcetargetlistmetrics.go | 0 .../method_percentiletargetlistmetrics.go | 0 ...esourcescreateupdateclientencryptionkey.go | 0 ...od_sqlresourcescreateupdatesqlcontainer.go | 0 ...hod_sqlresourcescreateupdatesqldatabase.go | 0 ...resourcescreateupdatesqlstoredprocedure.go | 0 ...thod_sqlresourcescreateupdatesqltrigger.go | 0 ...urcescreateupdatesqluserdefinedfunction.go | 0 .../method_sqlresourcesdeletesqlcontainer.go | 0 .../method_sqlresourcesdeletesqldatabase.go | 0 ...od_sqlresourcesdeletesqlstoredprocedure.go | 0 .../method_sqlresourcesdeletesqltrigger.go | 0 ...qlresourcesdeletesqluserdefinedfunction.go | 0 ...thod_sqlresourcesgetclientencryptionkey.go | 0 .../method_sqlresourcesgetsqlcontainer.go | 0 ...d_sqlresourcesgetsqlcontainerthroughput.go | 0 .../method_sqlresourcesgetsqldatabase.go | 0 ...od_sqlresourcesgetsqldatabasethroughput.go | 0 ...ethod_sqlresourcesgetsqlstoredprocedure.go | 0 .../method_sqlresourcesgetsqltrigger.go | 0 ...d_sqlresourcesgetsqluserdefinedfunction.go | 0 ...od_sqlresourceslistclientencryptionkeys.go | 0 .../method_sqlresourceslistsqlcontainers.go | 0 .../method_sqlresourceslistsqldatabases.go | 0 ...hod_sqlresourceslistsqlstoredprocedures.go | 0 .../method_sqlresourceslistsqltriggers.go | 0 ...sqlresourceslistsqluserdefinedfunctions.go | 0 ...resourcesmigratesqlcontainertoautoscale.go | 0 ...esmigratesqlcontainertomanualthroughput.go | 0 ...lresourcesmigratesqldatabasetoautoscale.go | 0 ...cesmigratesqldatabasetomanualthroughput.go | 0 ...qlresourcesupdatesqlcontainerthroughput.go | 0 ...sqlresourcesupdatesqldatabasethroughput.go | 0 .../method_tableresourcescreateupdatetable.go | 0 .../method_tableresourcesdeletetable.go | 0 .../cosmosdb/method_tableresourcesgettable.go | 0 ...method_tableresourcesgettablethroughput.go | 0 .../method_tableresourceslisttables.go | 0 ...d_tableresourcesmigratetabletoautoscale.go | 0 ...resourcesmigratetabletomanualthroughput.go | 0 ...hod_tableresourcesupdatetablethroughput.go | 0 .../cosmosdb/model_accountkeymetadata.go | 0 .../model_analyticalstorageconfiguration.go | 0 .../cosmosdb/model_apiproperties.go | 0 .../cosmosdb/model_autoscalesettings.go | 0 .../model_autoscalesettingsresource.go | 0 .../model_autoupgradepolicyresource.go | 0 .../cosmosdb/model_backuppolicy.go | 0 .../model_backuppolicymigrationstate.go | 0 .../cosmosdb/model_capability.go | 0 .../cosmosdb/model_capacity.go | 0 ...cassandrakeyspacecreateupdateparameters.go | 0 ...cassandrakeyspacecreateupdateproperties.go | 0 .../model_cassandrakeyspacegetproperties.go | 0 ..._cassandrakeyspacegetpropertiesresource.go | 0 .../model_cassandrakeyspacegetresults.go | 0 .../model_cassandrakeyspacelistresult.go | 0 .../model_cassandrakeyspaceresource.go | 0 .../cosmosdb/model_cassandrapartitionkey.go | 0 .../cosmosdb/model_cassandraschema.go | 0 ...el_cassandratablecreateupdateparameters.go | 0 ...el_cassandratablecreateupdateproperties.go | 0 .../model_cassandratablegetproperties.go | 0 ...del_cassandratablegetpropertiesresource.go | 0 .../model_cassandratablegetresults.go | 0 .../model_cassandratablelistresult.go | 0 .../cosmosdb/model_cassandratableresource.go | 0 .../model_clientencryptionincludedpath.go | 0 ...ientencryptionkeycreateupdateparameters.go | 0 ...ientencryptionkeycreateupdateproperties.go | 0 .../model_clientencryptionkeygetproperties.go | 0 ...lientencryptionkeygetpropertiesresource.go | 0 .../model_clientencryptionkeygetresults.go | 0 .../model_clientencryptionkeyresource.go | 0 .../model_clientencryptionkeyslistresult.go | 0 .../cosmosdb/model_clientencryptionpolicy.go | 0 .../cosmosdb/model_clusterkey.go | 0 .../cosmosdb/model_column.go | 0 .../cosmosdb/model_compositepath.go | 0 .../cosmosdb/model_computedproperty.go} | 5 ++- .../model_conflictresolutionpolicy.go | 0 .../cosmosdb/model_consistencypolicy.go | 0 .../cosmosdb/model_containerpartitionkey.go | 0 .../model_continuousmodebackuppolicy.go | 0 .../model_continuousmodeproperties.go | 0 .../cosmosdb/model_corspolicy.go | 0 .../cosmosdb/model_createupdateoptions.go | 0 .../model_databaseaccountconnectionstring.go | 0 ...l_databaseaccountcreateupdateparameters.go | 0 ...l_databaseaccountcreateupdateproperties.go | 4 ++ .../model_databaseaccountgetproperties.go | 4 ++ .../model_databaseaccountgetresults.go | 0 .../model_databaseaccountkeysmetadata.go | 0 ...abaseaccountlistconnectionstringsresult.go | 0 .../model_databaseaccountlistkeysresult.go | 0 ...l_databaseaccountlistreadonlykeysresult.go | 0 ..._databaseaccountregeneratekeyparameters.go | 0 .../model_databaseaccountslistresult.go | 0 .../model_databaseaccountupdateparameters.go | 0 .../model_databaseaccountupdateproperties.go | 4 ++ .../cosmosdb/model_databaserestoreresource.go | 0 .../cosmosdb/model_excludedpath.go | 0 .../cosmosdb/model_failoverpolicies.go | 0 .../cosmosdb/model_failoverpolicy.go | 0 ...l_gremlindatabasecreateupdateparameters.go | 0 ...l_gremlindatabasecreateupdateproperties.go | 0 .../model_gremlindatabasegetproperties.go | 0 ...el_gremlindatabasegetpropertiesresource.go | 13 ++++++ .../model_gremlindatabasegetresults.go | 0 .../model_gremlindatabaselistresult.go | 0 .../cosmosdb/model_gremlindatabaseresource.go | 4 +- .../model_gremlindatabaserestoreresource.go | 0 ...odel_gremlingraphcreateupdateparameters.go | 0 ...odel_gremlingraphcreateupdateproperties.go | 0 .../model_gremlingraphgetproperties.go | 0 ...model_gremlingraphgetpropertiesresource.go | 2 + .../cosmosdb/model_gremlingraphgetresults.go | 0 .../cosmosdb/model_gremlingraphlistresult.go | 0 .../cosmosdb/model_gremlingraphresource.go | 2 + .../cosmosdb/model_includedpath.go | 0 .../cosmosdb/model_indexes.go | 0 .../cosmosdb/model_indexingpolicy.go | 0 .../cosmosdb/model_ipaddressorrange.go | 0 .../cosmosdb/model_keywrapmetadata.go | 0 .../cosmosdb/model_location.go | 0 .../cosmosdb/model_locationgetresult.go | 0 .../cosmosdb/model_locationlistresult.go | 0 .../cosmosdb/model_locationproperties.go | 0 .../cosmosdb/model_metric.go | 0 .../cosmosdb/model_metricavailability.go | 0 .../cosmosdb/model_metricdefinition.go | 0 .../model_metricdefinitionslistresult.go | 0 .../cosmosdb/model_metriclistresult.go | 0 .../cosmosdb/model_metricname.go | 0 .../cosmosdb/model_metricvalue.go | 0 ...mongodbcollectioncreateupdateparameters.go | 0 ...mongodbcollectioncreateupdateproperties.go | 0 .../model_mongodbcollectiongetproperties.go | 0 ..._mongodbcollectiongetpropertiesresource.go | 16 ++++++++ .../model_mongodbcollectiongetresults.go | 0 .../model_mongodbcollectionlistresult.go | 0 .../model_mongodbcollectionresource.go | 13 ++++++ ...l_mongodbdatabasecreateupdateparameters.go | 0 ...l_mongodbdatabasecreateupdateproperties.go | 0 .../model_mongodbdatabasegetproperties.go | 0 ...el_mongodbdatabasegetpropertiesresource.go | 13 ++++++ .../model_mongodbdatabasegetresults.go | 0 .../model_mongodbdatabaselistresult.go | 0 .../cosmosdb/model_mongodbdatabaseresource.go | 10 +++++ .../cosmosdb/model_mongoindex.go | 0 .../cosmosdb/model_mongoindexkeys.go | 0 .../cosmosdb/model_mongoindexoptions.go | 0 .../cosmosdb/model_optionsresource.go | 0 .../cosmosdb/model_partitionmetric.go | 0 .../model_partitionmetriclistresult.go | 0 .../cosmosdb/model_partitionusage.go | 0 .../cosmosdb/model_partitionusagesresult.go | 0 .../cosmosdb/model_percentilemetric.go | 0 .../model_percentilemetriclistresult.go | 0 .../cosmosdb/model_percentilemetricvalue.go | 0 .../model_periodicmodebackuppolicy.go | 0 .../cosmosdb/model_periodicmodeproperties.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../cosmosdb/model_privateendpointproperty.go | 0 ...ivatelinkserviceconnectionstateproperty.go | 0 .../cosmosdb/model_regionforonlineoffline.go | 0 .../cosmosdb/model_restoreparameters.go | 0 .../cosmosdb/model_restoreparametersbase.go | 27 ++++++++++++ .../cosmosdb/model_spatialspec.go | 0 ...odel_sqlcontainercreateupdateparameters.go | 0 ...odel_sqlcontainercreateupdateproperties.go | 0 .../model_sqlcontainergetproperties.go | 0 ...model_sqlcontainergetpropertiesresource.go | 3 ++ .../cosmosdb/model_sqlcontainergetresults.go | 0 .../cosmosdb/model_sqlcontainerlistresult.go | 0 .../cosmosdb/model_sqlcontainerresource.go | 3 ++ ...model_sqldatabasecreateupdateparameters.go | 0 ...model_sqldatabasecreateupdateproperties.go | 0 .../model_sqldatabasegetproperties.go | 0 .../model_sqldatabasegetpropertiesresource.go | 15 +++++++ .../cosmosdb/model_sqldatabasegetresults.go | 0 .../cosmosdb/model_sqldatabaselistresult.go | 0 .../cosmosdb/model_sqldatabaseresource.go | 4 +- ...qlstoredprocedurecreateupdateparameters.go | 0 ...qlstoredprocedurecreateupdateproperties.go | 0 .../model_sqlstoredproceduregetproperties.go | 0 ...sqlstoredproceduregetpropertiesresource.go | 0 .../model_sqlstoredproceduregetresults.go | 0 .../model_sqlstoredprocedurelistresult.go | 0 .../model_sqlstoredprocedureresource.go | 0 .../model_sqltriggercreateupdateparameters.go | 0 .../model_sqltriggercreateupdateproperties.go | 0 .../cosmosdb/model_sqltriggergetproperties.go | 0 .../model_sqltriggergetpropertiesresource.go | 0 .../cosmosdb/model_sqltriggergetresults.go | 0 .../cosmosdb/model_sqltriggerlistresult.go | 0 .../cosmosdb/model_sqltriggerresource.go | 0 ...erdefinedfunctioncreateupdateparameters.go | 0 ...erdefinedfunctioncreateupdateproperties.go | 0 ...del_sqluserdefinedfunctiongetproperties.go | 0 ...serdefinedfunctiongetpropertiesresource.go | 0 .../model_sqluserdefinedfunctiongetresults.go | 0 .../model_sqluserdefinedfunctionlistresult.go | 0 .../model_sqluserdefinedfunctionresource.go | 0 .../model_tablecreateupdateparameters.go | 0 .../model_tablecreateupdateproperties.go | 0 .../cosmosdb/model_tablegetproperties.go | 0 .../model_tablegetpropertiesresource.go | 13 ++++++ .../cosmosdb/model_tablegetresults.go | 0 .../cosmosdb/model_tablelistresult.go | 0 .../cosmosdb/model_tableresource.go | 4 +- .../model_throughputpolicyresource.go | 0 .../model_throughputsettingsgetproperties.go | 0 ...throughputsettingsgetpropertiesresource.go | 0 .../model_throughputsettingsgetresults.go | 0 .../model_throughputsettingsresource.go | 0 ...odel_throughputsettingsupdateparameters.go | 0 ...odel_throughputsettingsupdateproperties.go | 0 .../cosmosdb/model_uniquekey.go | 0 .../cosmosdb/model_uniquekeypolicy.go | 0 .../cosmosdb/model_usage.go | 0 .../cosmosdb/model_usagesresult.go | 0 .../cosmosdb/model_virtualnetworkrule.go | 0 .../cosmosdb/version.go | 2 +- .../managedcassandras/README.md | 6 +-- .../managedcassandras/client.go | 0 .../managedcassandras/constants.go | 41 +++++++++++++++++++ .../managedcassandras/id_cassandracluster.go | 0 .../managedcassandras/id_datacenter.go | 0 .../method_cassandraclusterscreateupdate.go | 0 .../method_cassandraclustersdeallocate.go | 0 .../method_cassandraclustersdelete.go | 0 .../method_cassandraclustersget.go | 0 .../method_cassandraclustersinvokecommand.go | 0 ...od_cassandraclusterslistbyresourcegroup.go | 0 ...hod_cassandraclusterslistbysubscription.go | 0 .../method_cassandraclustersstart.go | 0 .../method_cassandraclustersstatus.go | 0 .../method_cassandraclustersupdate.go | 0 ...method_cassandradatacenterscreateupdate.go | 0 .../method_cassandradatacentersdelete.go | 0 .../method_cassandradatacentersget.go | 0 .../method_cassandradatacenterslist.go | 0 .../method_cassandradatacentersupdate.go | 0 ...odel_authenticationmethodldapproperties.go | 0 .../model_cassandraclusterpublicstatus.go | 0 ...raclusterpublicstatusdatacentersinlined.go | 0 ...licstatusdatacentersinlinednodesinlined.go | 0 .../managedcassandras/model_cassandraerror.go | 0 .../managedcassandras/model_certificate.go | 0 .../model_clusterresource.go | 0 .../model_clusterresourceproperties.go | 2 + .../managedcassandras/model_commandoutput.go | 0 .../model_commandpostbody.go | 0 .../model_connectionerror.go | 0 .../model_datacenterresource.go | 0 .../model_datacenterresourceproperties.go | 1 + .../managedcassandras/model_listclusters.go | 0 .../model_listdatacenters.go | 0 .../model_managedcassandrareaperstatus.go | 0 .../managedcassandras/model_seednode.go | 0 .../managedcassandras/version.go | 2 +- vendor/modules.txt | 4 +- 408 files changed, 244 insertions(+), 116 deletions(-) delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlindatabasegetpropertiesresource.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbcollectiongetpropertiesresource.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbcollectionresource.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbdatabasegetpropertiesresource.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqldatabasegetpropertiesresource.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_tablegetpropertiesresource.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/README.md (99%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/constants.go (99%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/id_cassandrakeyspace.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/id_cassandrakeyspacetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/id_clientencryptionkey.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/id_collection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/id_collectionpartitionkeyrangeid.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/id_container.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/id_database.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/id_databaseaccount.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/id_databaseaccountname.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/id_databasecollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/id_graph.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/id_gremlindatabase.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/id_location.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/id_mongodbdatabase.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/id_mongodbdatabasecollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/id_partitionkeyrangeid.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/id_region.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/id_sourceregiontargetregion.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/id_sqldatabase.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/id_storedprocedure.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/id_table.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/id_targetregion.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/id_trigger.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/id_userdefinedfunction.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_cassandraresourcescreateupdatecassandrakeyspace.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_cassandraresourcescreateupdatecassandratable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_cassandraresourcesdeletecassandrakeyspace.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_cassandraresourcesdeletecassandratable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_cassandraresourcesgetcassandrakeyspace.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_cassandraresourcesgetcassandrakeyspacethroughput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_cassandraresourcesgetcassandratable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_cassandraresourcesgetcassandratablethroughput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_cassandraresourceslistcassandrakeyspaces.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_cassandraresourceslistcassandratables.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_cassandraresourcesmigratecassandrakeyspacetoautoscale.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_cassandraresourcesmigratecassandrakeyspacetomanualthroughput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_cassandraresourcesmigratecassandratabletoautoscale.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_cassandraresourcesmigratecassandratabletomanualthroughput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_cassandraresourcesupdatecassandrakeyspacethroughput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_cassandraresourcesupdatecassandratablethroughput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_collectionlistmetricdefinitions.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_collectionlistmetrics.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_collectionlistusages.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_collectionpartitionlistmetrics.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_collectionpartitionlistusages.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_collectionpartitionregionlistmetrics.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_collectionregionlistmetrics.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_databaseaccountregionlistmetrics.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_databaseaccountschecknameexists.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_databaseaccountscreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_databaseaccountsdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_databaseaccountsfailoverprioritychange.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_databaseaccountsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_databaseaccountsgetreadonlykeys.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_databaseaccountslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_databaseaccountslistbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_databaseaccountslistconnectionstrings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_databaseaccountslistkeys.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_databaseaccountslistmetricdefinitions.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_databaseaccountslistmetrics.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_databaseaccountslistreadonlykeys.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_databaseaccountslistusages.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_databaseaccountsofflineregion.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_databaseaccountsonlineregion.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_databaseaccountsregeneratekey.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_databaseaccountsupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_databaselistmetricdefinitions.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_databaselistmetrics.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_databaselistusages.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_gremlinresourcescreateupdategremlindatabase.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_gremlinresourcescreateupdategremlingraph.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_gremlinresourcesdeletegremlindatabase.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_gremlinresourcesdeletegremlingraph.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_gremlinresourcesgetgremlindatabase.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_gremlinresourcesgetgremlindatabasethroughput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_gremlinresourcesgetgremlingraph.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_gremlinresourcesgetgremlingraphthroughput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_gremlinresourceslistgremlindatabases.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_gremlinresourceslistgremlingraphs.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_gremlinresourcesmigrategremlindatabasetoautoscale.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_gremlinresourcesmigrategremlindatabasetomanualthroughput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_gremlinresourcesmigrategremlingraphtoautoscale.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_gremlinresourcesmigrategremlingraphtomanualthroughput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_gremlinresourcesupdategremlindatabasethroughput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_gremlinresourcesupdategremlingraphthroughput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_locationsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_locationslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_mongodbresourcescreateupdatemongodbcollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_mongodbresourcescreateupdatemongodbdatabase.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_mongodbresourcesdeletemongodbcollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_mongodbresourcesdeletemongodbdatabase.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_mongodbresourcesgetmongodbcollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_mongodbresourcesgetmongodbcollectionthroughput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_mongodbresourcesgetmongodbdatabase.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_mongodbresourcesgetmongodbdatabasethroughput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_mongodbresourceslistmongodbcollections.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_mongodbresourceslistmongodbdatabases.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_mongodbresourcesmigratemongodbcollectiontoautoscale.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_mongodbresourcesmigratemongodbcollectiontomanualthroughput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_mongodbresourcesmigratemongodbdatabasetoautoscale.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_mongodbresourcesmigratemongodbdatabasetomanualthroughput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_mongodbresourcesupdatemongodbcollectionthroughput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_mongodbresourcesupdatemongodbdatabasethroughput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_partitionkeyrangeidlistmetrics.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_partitionkeyrangeidregionlistmetrics.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_percentilelistmetrics.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_percentilesourcetargetlistmetrics.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_percentiletargetlistmetrics.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_sqlresourcescreateupdateclientencryptionkey.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_sqlresourcescreateupdatesqlcontainer.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_sqlresourcescreateupdatesqldatabase.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_sqlresourcescreateupdatesqlstoredprocedure.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_sqlresourcescreateupdatesqltrigger.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_sqlresourcescreateupdatesqluserdefinedfunction.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_sqlresourcesdeletesqlcontainer.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_sqlresourcesdeletesqldatabase.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_sqlresourcesdeletesqlstoredprocedure.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_sqlresourcesdeletesqltrigger.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_sqlresourcesdeletesqluserdefinedfunction.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_sqlresourcesgetclientencryptionkey.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_sqlresourcesgetsqlcontainer.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_sqlresourcesgetsqlcontainerthroughput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_sqlresourcesgetsqldatabase.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_sqlresourcesgetsqldatabasethroughput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_sqlresourcesgetsqlstoredprocedure.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_sqlresourcesgetsqltrigger.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_sqlresourcesgetsqluserdefinedfunction.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_sqlresourceslistclientencryptionkeys.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_sqlresourceslistsqlcontainers.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_sqlresourceslistsqldatabases.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_sqlresourceslistsqlstoredprocedures.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_sqlresourceslistsqltriggers.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_sqlresourceslistsqluserdefinedfunctions.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_sqlresourcesmigratesqlcontainertoautoscale.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_sqlresourcesmigratesqlcontainertomanualthroughput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_sqlresourcesmigratesqldatabasetoautoscale.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_sqlresourcesmigratesqldatabasetomanualthroughput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_sqlresourcesupdatesqlcontainerthroughput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_sqlresourcesupdatesqldatabasethroughput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_tableresourcescreateupdatetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_tableresourcesdeletetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_tableresourcesgettable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_tableresourcesgettablethroughput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_tableresourceslisttables.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_tableresourcesmigratetabletoautoscale.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_tableresourcesmigratetabletomanualthroughput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/method_tableresourcesupdatetablethroughput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_accountkeymetadata.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_analyticalstorageconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_apiproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_autoscalesettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_autoscalesettingsresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_autoupgradepolicyresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_backuppolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_backuppolicymigrationstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_capability.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_capacity.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_cassandrakeyspacecreateupdateparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_cassandrakeyspacecreateupdateproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_cassandrakeyspacegetproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_cassandrakeyspacegetpropertiesresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_cassandrakeyspacegetresults.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_cassandrakeyspacelistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_cassandrakeyspaceresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_cassandrapartitionkey.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_cassandraschema.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_cassandratablecreateupdateparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_cassandratablecreateupdateproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_cassandratablegetproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_cassandratablegetpropertiesresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_cassandratablegetresults.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_cassandratablelistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_cassandratableresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_clientencryptionincludedpath.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_clientencryptionkeycreateupdateparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_clientencryptionkeycreateupdateproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_clientencryptionkeygetproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_clientencryptionkeygetpropertiesresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_clientencryptionkeygetresults.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_clientencryptionkeyresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_clientencryptionkeyslistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_clientencryptionpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_clusterkey.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_column.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_compositepath.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15/cosmosdb/model_mongodbdatabaseresource.go => 2024-05-15/cosmosdb/model_computedproperty.go} (61%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_conflictresolutionpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_consistencypolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_containerpartitionkey.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_continuousmodebackuppolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_continuousmodeproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_corspolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_createupdateoptions.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_databaseaccountconnectionstring.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_databaseaccountcreateupdateparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_databaseaccountcreateupdateproperties.go (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_databaseaccountgetproperties.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_databaseaccountgetresults.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_databaseaccountkeysmetadata.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_databaseaccountlistconnectionstringsresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_databaseaccountlistkeysresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_databaseaccountlistreadonlykeysresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_databaseaccountregeneratekeyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_databaseaccountslistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_databaseaccountupdateparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_databaseaccountupdateproperties.go (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_databaserestoreresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_excludedpath.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_failoverpolicies.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_failoverpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_gremlindatabasecreateupdateparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_gremlindatabasecreateupdateproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_gremlindatabasegetproperties.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlindatabasegetpropertiesresource.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_gremlindatabasegetresults.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_gremlindatabaselistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_gremlindatabaseresource.go (51%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_gremlindatabaserestoreresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_gremlingraphcreateupdateparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_gremlingraphcreateupdateproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_gremlingraphgetproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_gremlingraphgetpropertiesresource.go (86%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_gremlingraphgetresults.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_gremlingraphlistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_gremlingraphresource.go (82%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_includedpath.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_indexes.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_indexingpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_ipaddressorrange.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_keywrapmetadata.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_location.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_locationgetresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_locationlistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_locationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_metric.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_metricavailability.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_metricdefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_metricdefinitionslistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_metriclistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_metricname.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_metricvalue.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_mongodbcollectioncreateupdateparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_mongodbcollectioncreateupdateproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_mongodbcollectiongetproperties.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbcollectiongetpropertiesresource.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_mongodbcollectiongetresults.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_mongodbcollectionlistresult.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbcollectionresource.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_mongodbdatabasecreateupdateparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_mongodbdatabasecreateupdateproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_mongodbdatabasegetproperties.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbdatabasegetpropertiesresource.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_mongodbdatabasegetresults.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_mongodbdatabaselistresult.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbdatabaseresource.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_mongoindex.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_mongoindexkeys.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_mongoindexoptions.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_optionsresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_partitionmetric.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_partitionmetriclistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_partitionusage.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_partitionusagesresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_percentilemetric.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_percentilemetriclistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_percentilemetricvalue.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_periodicmodebackuppolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_periodicmodeproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_privateendpointproperty.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_privatelinkserviceconnectionstateproperty.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_regionforonlineoffline.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_restoreparameters.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_restoreparametersbase.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_spatialspec.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqlcontainercreateupdateparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqlcontainercreateupdateproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqlcontainergetproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqlcontainergetpropertiesresource.go (81%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqlcontainergetresults.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqlcontainerlistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqlcontainerresource.go (77%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqldatabasecreateupdateparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqldatabasecreateupdateproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqldatabasegetproperties.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqldatabasegetpropertiesresource.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqldatabasegetresults.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqldatabaselistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqldatabaseresource.go (50%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqlstoredprocedurecreateupdateparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqlstoredprocedurecreateupdateproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqlstoredproceduregetproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqlstoredproceduregetpropertiesresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqlstoredproceduregetresults.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqlstoredprocedurelistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqlstoredprocedureresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqltriggercreateupdateparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqltriggercreateupdateproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqltriggergetproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqltriggergetpropertiesresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqltriggergetresults.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqltriggerlistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqltriggerresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqluserdefinedfunctioncreateupdateparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqluserdefinedfunctioncreateupdateproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqluserdefinedfunctiongetproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqluserdefinedfunctiongetpropertiesresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqluserdefinedfunctiongetresults.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqluserdefinedfunctionlistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_sqluserdefinedfunctionresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_tablecreateupdateparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_tablecreateupdateproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_tablegetproperties.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_tablegetpropertiesresource.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_tablegetresults.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_tablelistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_tableresource.go (50%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_throughputpolicyresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_throughputsettingsgetproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_throughputsettingsgetpropertiesresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_throughputsettingsgetresults.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_throughputsettingsresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_throughputsettingsupdateparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_throughputsettingsupdateproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_uniquekey.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_uniquekeypolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_usage.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_usagesresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/model_virtualnetworkrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/cosmosdb/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/README.md (97%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/constants.go (87%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/id_cassandracluster.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/id_datacenter.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/method_cassandraclusterscreateupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/method_cassandraclustersdeallocate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/method_cassandraclustersdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/method_cassandraclustersget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/method_cassandraclustersinvokecommand.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/method_cassandraclusterslistbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/method_cassandraclusterslistbysubscription.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/method_cassandraclustersstart.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/method_cassandraclustersstatus.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/method_cassandraclustersupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/method_cassandradatacenterscreateupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/method_cassandradatacentersdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/method_cassandradatacentersget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/method_cassandradatacenterslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/method_cassandradatacentersupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/model_authenticationmethodldapproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/model_cassandraclusterpublicstatus.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/model_cassandraclusterpublicstatusdatacentersinlined.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/model_cassandraclusterpublicstatusdatacentersinlinednodesinlined.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/model_cassandraerror.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/model_certificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/model_clusterresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/model_clusterresourceproperties.go (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/model_commandoutput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/model_commandpostbody.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/model_connectionerror.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/model_datacenterresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/model_datacenterresourceproperties.go (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/model_listclusters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/model_listdatacenters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/model_managedcassandrareaperstatus.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/model_seednode.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/{2023-04-15 => 2024-05-15}/managedcassandras/version.go (88%) diff --git a/internal/services/cosmos/client/client.go b/internal/services/cosmos/client/client.go index 0fdd1c315c40..fb51d987130b 100644 --- a/internal/services/cosmos/client/client.go +++ b/internal/services/cosmos/client/client.go @@ -8,8 +8,8 @@ import ( "github.com/Azure/azure-sdk-for-go/services/cosmos-db/mgmt/2021-10-15/documentdb" // nolint: staticcheck "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-05-15/sqldedicatedgateway" - "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb" - "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras" "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs" "github.com/hashicorp/go-azure-sdk/resource-manager/postgresqlhsc/2022-11-08/clusters" "github.com/hashicorp/go-azure-sdk/resource-manager/postgresqlhsc/2022-11-08/configurations" diff --git a/internal/services/cosmos/common/autoscale_settings.go b/internal/services/cosmos/common/autoscale_settings.go index 7f8cb8a71ff7..a93c4b7a6e36 100644 --- a/internal/services/cosmos/common/autoscale_settings.go +++ b/internal/services/cosmos/common/autoscale_settings.go @@ -7,7 +7,7 @@ import ( "log" "github.com/Azure/azure-sdk-for-go/services/cosmos-db/mgmt/2021-10-15/documentdb" // nolint: staticcheck - "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/utils" ) diff --git a/internal/services/cosmos/common/conflict_resolution_policy.go b/internal/services/cosmos/common/conflict_resolution_policy.go index 4bf7221b99fe..39d69c2d7295 100644 --- a/internal/services/cosmos/common/conflict_resolution_policy.go +++ b/internal/services/cosmos/common/conflict_resolution_policy.go @@ -4,7 +4,7 @@ package common import ( - "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb" "github.com/hashicorp/terraform-provider-azurerm/utils" ) diff --git a/internal/services/cosmos/common/cors_rule.go b/internal/services/cosmos/common/cors_rule.go index 30fb385bd3d2..5aa522075de5 100644 --- a/internal/services/cosmos/common/cors_rule.go +++ b/internal/services/cosmos/common/cors_rule.go @@ -7,7 +7,7 @@ import ( "strings" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb" "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" diff --git a/internal/services/cosmos/common/indexing_policy.go b/internal/services/cosmos/common/indexing_policy.go index 9e9a24fe5078..b8fcccbc9591 100644 --- a/internal/services/cosmos/common/indexing_policy.go +++ b/internal/services/cosmos/common/indexing_policy.go @@ -7,7 +7,7 @@ import ( "fmt" "strings" - "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/utils" ) diff --git a/internal/services/cosmos/common/indexing_policy_test.go b/internal/services/cosmos/common/indexing_policy_test.go index 52b272ad5a44..432559390762 100644 --- a/internal/services/cosmos/common/indexing_policy_test.go +++ b/internal/services/cosmos/common/indexing_policy_test.go @@ -7,7 +7,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb" "github.com/hashicorp/terraform-provider-azurerm/utils" ) diff --git a/internal/services/cosmos/common/ip_rules.go b/internal/services/cosmos/common/ip_rules.go index 6e65f87fb7ad..d66e66731cb9 100644 --- a/internal/services/cosmos/common/ip_rules.go +++ b/internal/services/cosmos/common/ip_rules.go @@ -6,7 +6,7 @@ package common import ( "strings" - "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb" "github.com/hashicorp/terraform-provider-azurerm/utils" ) diff --git a/internal/services/cosmos/common/ip_rules_test.go b/internal/services/cosmos/common/ip_rules_test.go index 77834eacbd38..f324bf8199d1 100644 --- a/internal/services/cosmos/common/ip_rules_test.go +++ b/internal/services/cosmos/common/ip_rules_test.go @@ -7,7 +7,7 @@ import ( "reflect" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb" ) var ( diff --git a/internal/services/cosmos/common/throughput.go b/internal/services/cosmos/common/throughput.go index 04bc367e6498..1ceff8b5ba4e 100644 --- a/internal/services/cosmos/common/throughput.go +++ b/internal/services/cosmos/common/throughput.go @@ -7,7 +7,7 @@ import ( "fmt" "github.com/Azure/azure-sdk-for-go/services/cosmos-db/mgmt/2021-10-15/documentdb" // nolint: staticcheck - "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/utils" ) diff --git a/internal/services/cosmos/cosmosdb_account_data_source.go b/internal/services/cosmos/cosmosdb_account_data_source.go index 6bb4d9353418..872d1c54fcf1 100644 --- a/internal/services/cosmos/cosmosdb_account_data_source.go +++ b/internal/services/cosmos/cosmosdb_account_data_source.go @@ -14,7 +14,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/cosmosdb/2023-04-15/cosmosdb" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/features" "github.com/hashicorp/terraform-provider-azurerm/internal/services/cosmos/common" diff --git a/internal/services/cosmos/cosmosdb_account_data_source_test.go b/internal/services/cosmos/cosmosdb_account_data_source_test.go index 81bc09c3a173..88b271799564 100644 --- a/internal/services/cosmos/cosmosdb_account_data_source_test.go +++ b/internal/services/cosmos/cosmosdb_account_data_source_test.go @@ -7,7 +7,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" ) diff --git a/internal/services/cosmos/cosmosdb_account_resource.go b/internal/services/cosmos/cosmosdb_account_resource.go index bdbf31ad0554..209f492614e7 100644 --- a/internal/services/cosmos/cosmosdb_account_resource.go +++ b/internal/services/cosmos/cosmosdb_account_resource.go @@ -20,7 +20,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/identity" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" diff --git a/internal/services/cosmos/cosmosdb_account_resource_test.go b/internal/services/cosmos/cosmosdb_account_resource_test.go index 6310352043c7..5f557dec7c6e 100644 --- a/internal/services/cosmos/cosmosdb_account_resource_test.go +++ b/internal/services/cosmos/cosmosdb_account_resource_test.go @@ -10,7 +10,7 @@ import ( "strconv" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" diff --git a/internal/services/cosmos/cosmosdb_cassandra_cluster_resource.go b/internal/services/cosmos/cosmosdb_cassandra_cluster_resource.go index 78efabcb70cd..39958691823d 100644 --- a/internal/services/cosmos/cosmosdb_cassandra_cluster_resource.go +++ b/internal/services/cosmos/cosmosdb_cassandra_cluster_resource.go @@ -16,7 +16,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/identity" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" - "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/cosmos/cosmosdb_cassandra_cluster_resource_test.go b/internal/services/cosmos/cosmosdb_cassandra_cluster_resource_test.go index e6a2b93e0161..e39e0991ae8d 100644 --- a/internal/services/cosmos/cosmosdb_cassandra_cluster_resource_test.go +++ b/internal/services/cosmos/cosmosdb_cassandra_cluster_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras" "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" diff --git a/internal/services/cosmos/cosmosdb_cassandra_datacenter_resource.go b/internal/services/cosmos/cosmosdb_cassandra_datacenter_resource.go index 829a90858194..032234078335 100644 --- a/internal/services/cosmos/cosmosdb_cassandra_datacenter_resource.go +++ b/internal/services/cosmos/cosmosdb_cassandra_datacenter_resource.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" - "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/cosmos/cosmosdb_cassandra_datacenter_resource_test.go b/internal/services/cosmos/cosmosdb_cassandra_datacenter_resource_test.go index 124caa4c6e4e..a04e7f79f4dd 100644 --- a/internal/services/cosmos/cosmosdb_cassandra_datacenter_resource_test.go +++ b/internal/services/cosmos/cosmosdb_cassandra_datacenter_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras" "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" diff --git a/internal/services/cosmos/cosmosdb_cassandra_keyspace_resource_test.go b/internal/services/cosmos/cosmosdb_cassandra_keyspace_resource_test.go index f9183d9d4f88..0a31289ef60e 100644 --- a/internal/services/cosmos/cosmosdb_cassandra_keyspace_resource_test.go +++ b/internal/services/cosmos/cosmosdb_cassandra_keyspace_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb" "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" diff --git a/internal/services/cosmos/cosmosdb_gremlin_database_resource.go b/internal/services/cosmos/cosmosdb_gremlin_database_resource.go index b82aa3bda0d1..a9d236aa1252 100644 --- a/internal/services/cosmos/cosmosdb_gremlin_database_resource.go +++ b/internal/services/cosmos/cosmosdb_gremlin_database_resource.go @@ -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-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/cosmos/common" diff --git a/internal/services/cosmos/cosmosdb_gremlin_database_resource_test.go b/internal/services/cosmos/cosmosdb_gremlin_database_resource_test.go index cc9ace689b70..723745742845 100644 --- a/internal/services/cosmos/cosmosdb_gremlin_database_resource_test.go +++ b/internal/services/cosmos/cosmosdb_gremlin_database_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb" "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" diff --git a/internal/services/cosmos/cosmosdb_gremlin_graph_resource.go b/internal/services/cosmos/cosmosdb_gremlin_graph_resource.go index ba13f83bab8f..522215cefac0 100644 --- a/internal/services/cosmos/cosmosdb_gremlin_graph_resource.go +++ b/internal/services/cosmos/cosmosdb_gremlin_graph_resource.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/cosmos/common" diff --git a/internal/services/cosmos/cosmosdb_gremlin_graph_resource_test.go b/internal/services/cosmos/cosmosdb_gremlin_graph_resource_test.go index a9b19567fa8d..3ccedf2e2da3 100644 --- a/internal/services/cosmos/cosmosdb_gremlin_graph_resource_test.go +++ b/internal/services/cosmos/cosmosdb_gremlin_graph_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb" "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" diff --git a/internal/services/cosmos/cosmosdb_mongo_collection_resource_test.go b/internal/services/cosmos/cosmosdb_mongo_collection_resource_test.go index 554f1aa5eb95..3ca0016857ad 100644 --- a/internal/services/cosmos/cosmosdb_mongo_collection_resource_test.go +++ b/internal/services/cosmos/cosmosdb_mongo_collection_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb" "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" diff --git a/internal/services/cosmos/cosmosdb_mongo_database_resource_test.go b/internal/services/cosmos/cosmosdb_mongo_database_resource_test.go index 0efc348dac3e..4237098fffd3 100644 --- a/internal/services/cosmos/cosmosdb_mongo_database_resource_test.go +++ b/internal/services/cosmos/cosmosdb_mongo_database_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb" "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" diff --git a/internal/services/cosmos/cosmosdb_sql_container_resource.go b/internal/services/cosmos/cosmosdb_sql_container_resource.go index 89123ddfd185..9945d4d04d28 100644 --- a/internal/services/cosmos/cosmosdb_sql_container_resource.go +++ b/internal/services/cosmos/cosmosdb_sql_container_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/cosmos/common" diff --git a/internal/services/cosmos/cosmosdb_sql_container_resource_test.go b/internal/services/cosmos/cosmosdb_sql_container_resource_test.go index f0c6107758b1..658448eae286 100644 --- a/internal/services/cosmos/cosmosdb_sql_container_resource_test.go +++ b/internal/services/cosmos/cosmosdb_sql_container_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb" "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" diff --git a/internal/services/cosmos/cosmosdb_sql_database_resource_test.go b/internal/services/cosmos/cosmosdb_sql_database_resource_test.go index f27cdac5521a..df1a9a0e6a1b 100644 --- a/internal/services/cosmos/cosmosdb_sql_database_resource_test.go +++ b/internal/services/cosmos/cosmosdb_sql_database_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb" "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" diff --git a/internal/services/cosmos/cosmosdb_table_resource_test.go b/internal/services/cosmos/cosmosdb_table_resource_test.go index ee43638588fd..b79cfff3a8ef 100644 --- a/internal/services/cosmos/cosmosdb_table_resource_test.go +++ b/internal/services/cosmos/cosmosdb_table_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb" "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" diff --git a/internal/services/kusto/kusto_cosmosdb_data_connection_resource.go b/internal/services/kusto/kusto_cosmosdb_data_connection_resource.go index 622d104a11f1..30bcbf722e4b 100644 --- a/internal/services/kusto/kusto_cosmosdb_data_connection_resource.go +++ b/internal/services/kusto/kusto_cosmosdb_data_connection_resource.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" - "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb" + "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb" "github.com/hashicorp/go-azure-sdk/resource-manager/kusto/2023-08-15/dataconnections" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlindatabasegetpropertiesresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlindatabasegetpropertiesresource.go deleted file mode 100644 index 578aea66a2ee..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlindatabasegetpropertiesresource.go +++ /dev/null @@ -1,11 +0,0 @@ -package cosmosdb - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type GremlinDatabaseGetPropertiesResource struct { - Etag *string `json:"_etag,omitempty"` - Id *string `json:"id,omitempty"` - Rid *string `json:"_rid,omitempty"` - Ts *float64 `json:"_ts,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbcollectiongetpropertiesresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbcollectiongetpropertiesresource.go deleted file mode 100644 index fc659b005c21..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbcollectiongetpropertiesresource.go +++ /dev/null @@ -1,14 +0,0 @@ -package cosmosdb - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type MongoDBCollectionGetPropertiesResource struct { - AnalyticalStorageTtl *int64 `json:"analyticalStorageTtl,omitempty"` - Etag *string `json:"_etag,omitempty"` - Id *string `json:"id,omitempty"` - Indexes *[]MongoIndex `json:"indexes,omitempty"` - Rid *string `json:"_rid,omitempty"` - ShardKey *map[string]string `json:"shardKey,omitempty"` - Ts *float64 `json:"_ts,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbcollectionresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbcollectionresource.go deleted file mode 100644 index 85e7d822c268..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbcollectionresource.go +++ /dev/null @@ -1,11 +0,0 @@ -package cosmosdb - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type MongoDBCollectionResource struct { - AnalyticalStorageTtl *int64 `json:"analyticalStorageTtl,omitempty"` - Id string `json:"id"` - Indexes *[]MongoIndex `json:"indexes,omitempty"` - ShardKey *map[string]string `json:"shardKey,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbdatabasegetpropertiesresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbdatabasegetpropertiesresource.go deleted file mode 100644 index 85dce92db2d6..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbdatabasegetpropertiesresource.go +++ /dev/null @@ -1,11 +0,0 @@ -package cosmosdb - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type MongoDBDatabaseGetPropertiesResource struct { - Etag *string `json:"_etag,omitempty"` - Id *string `json:"id,omitempty"` - Rid *string `json:"_rid,omitempty"` - Ts *float64 `json:"_ts,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqldatabasegetpropertiesresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqldatabasegetpropertiesresource.go deleted file mode 100644 index 55917fc2b456..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqldatabasegetpropertiesresource.go +++ /dev/null @@ -1,13 +0,0 @@ -package cosmosdb - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type SqlDatabaseGetPropertiesResource struct { - Colls *string `json:"_colls,omitempty"` - Etag *string `json:"_etag,omitempty"` - Id *string `json:"id,omitempty"` - Rid *string `json:"_rid,omitempty"` - Ts *float64 `json:"_ts,omitempty"` - Users *string `json:"_users,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_tablegetpropertiesresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_tablegetpropertiesresource.go deleted file mode 100644 index 1a55120f7d06..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_tablegetpropertiesresource.go +++ /dev/null @@ -1,11 +0,0 @@ -package cosmosdb - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type TableGetPropertiesResource struct { - Etag *string `json:"_etag,omitempty"` - Id *string `json:"id,omitempty"` - Rid *string `json:"_rid,omitempty"` - Ts *float64 `json:"_ts,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/README.md similarity index 99% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/README.md index 7af7cc8799e4..7a72c4351198 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb` Documentation -The `cosmosdb` SDK allows for interaction with the Azure Resource Manager Service `cosmosdb` (API Version `2023-04-15`). +The `cosmosdb` SDK allows for interaction with the Azure Resource Manager Service `cosmosdb` (API Version `2024-05-15`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb" +import "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/constants.go similarity index 99% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/constants.go index 0d76c237a36b..9d9fde9e957d 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/constants.go @@ -1018,16 +1018,20 @@ func parseRestoreMode(input string) (*RestoreMode, error) { type ServerVersion string const ( + ServerVersionFivePointZero ServerVersion = "5.0" ServerVersionFourPointTwo ServerVersion = "4.2" ServerVersionFourPointZero ServerVersion = "4.0" + ServerVersionSixPointZero ServerVersion = "6.0" ServerVersionThreePointSix ServerVersion = "3.6" ServerVersionThreePointTwo ServerVersion = "3.2" ) func PossibleValuesForServerVersion() []string { return []string{ + string(ServerVersionFivePointZero), string(ServerVersionFourPointTwo), string(ServerVersionFourPointZero), + string(ServerVersionSixPointZero), string(ServerVersionThreePointSix), string(ServerVersionThreePointTwo), } @@ -1048,8 +1052,10 @@ func (s *ServerVersion) UnmarshalJSON(bytes []byte) error { func parseServerVersion(input string) (*ServerVersion, error) { vals := map[string]ServerVersion{ + "5.0": ServerVersionFivePointZero, "4.2": ServerVersionFourPointTwo, "4.0": ServerVersionFourPointZero, + "6.0": ServerVersionSixPointZero, "3.6": ServerVersionThreePointSix, "3.2": ServerVersionThreePointTwo, } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_cassandrakeyspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_cassandrakeyspace.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_cassandrakeyspace.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_cassandrakeyspace.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_cassandrakeyspacetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_cassandrakeyspacetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_cassandrakeyspacetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_cassandrakeyspacetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_clientencryptionkey.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_clientencryptionkey.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_clientencryptionkey.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_clientencryptionkey.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_collection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_collection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_collection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_collection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_collectionpartitionkeyrangeid.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_collectionpartitionkeyrangeid.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_collectionpartitionkeyrangeid.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_collectionpartitionkeyrangeid.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_container.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_container.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_container.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_container.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_database.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_database.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_database.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_database.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_databaseaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_databaseaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_databaseaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_databaseaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_databaseaccountname.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_databaseaccountname.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_databaseaccountname.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_databaseaccountname.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_databasecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_databasecollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_databasecollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_databasecollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_graph.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_graph.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_graph.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_graph.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_gremlindatabase.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_gremlindatabase.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_gremlindatabase.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_gremlindatabase.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_location.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_location.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_location.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_location.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_mongodbdatabase.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_mongodbdatabase.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_mongodbdatabase.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_mongodbdatabase.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_mongodbdatabasecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_mongodbdatabasecollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_mongodbdatabasecollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_mongodbdatabasecollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_partitionkeyrangeid.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_partitionkeyrangeid.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_partitionkeyrangeid.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_partitionkeyrangeid.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_region.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_region.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_region.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_region.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_sourceregiontargetregion.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_sourceregiontargetregion.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_sourceregiontargetregion.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_sourceregiontargetregion.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_sqldatabase.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_sqldatabase.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_sqldatabase.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_sqldatabase.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_storedprocedure.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_storedprocedure.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_storedprocedure.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_storedprocedure.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_table.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_table.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_table.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_table.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_targetregion.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_targetregion.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_targetregion.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_targetregion.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_trigger.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_trigger.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_trigger.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_trigger.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_userdefinedfunction.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_userdefinedfunction.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/id_userdefinedfunction.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/id_userdefinedfunction.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourcescreateupdatecassandrakeyspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourcescreateupdatecassandrakeyspace.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourcescreateupdatecassandrakeyspace.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourcescreateupdatecassandrakeyspace.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourcescreateupdatecassandratable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourcescreateupdatecassandratable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourcescreateupdatecassandratable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourcescreateupdatecassandratable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourcesdeletecassandrakeyspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourcesdeletecassandrakeyspace.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourcesdeletecassandrakeyspace.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourcesdeletecassandrakeyspace.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourcesdeletecassandratable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourcesdeletecassandratable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourcesdeletecassandratable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourcesdeletecassandratable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourcesgetcassandrakeyspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourcesgetcassandrakeyspace.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourcesgetcassandrakeyspace.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourcesgetcassandrakeyspace.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourcesgetcassandrakeyspacethroughput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourcesgetcassandrakeyspacethroughput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourcesgetcassandrakeyspacethroughput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourcesgetcassandrakeyspacethroughput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourcesgetcassandratable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourcesgetcassandratable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourcesgetcassandratable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourcesgetcassandratable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourcesgetcassandratablethroughput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourcesgetcassandratablethroughput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourcesgetcassandratablethroughput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourcesgetcassandratablethroughput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourceslistcassandrakeyspaces.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourceslistcassandrakeyspaces.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourceslistcassandrakeyspaces.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourceslistcassandrakeyspaces.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourceslistcassandratables.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourceslistcassandratables.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourceslistcassandratables.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourceslistcassandratables.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourcesmigratecassandrakeyspacetoautoscale.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourcesmigratecassandrakeyspacetoautoscale.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourcesmigratecassandrakeyspacetoautoscale.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourcesmigratecassandrakeyspacetoautoscale.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourcesmigratecassandrakeyspacetomanualthroughput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourcesmigratecassandrakeyspacetomanualthroughput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourcesmigratecassandrakeyspacetomanualthroughput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourcesmigratecassandrakeyspacetomanualthroughput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourcesmigratecassandratabletoautoscale.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourcesmigratecassandratabletoautoscale.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourcesmigratecassandratabletoautoscale.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourcesmigratecassandratabletoautoscale.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourcesmigratecassandratabletomanualthroughput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourcesmigratecassandratabletomanualthroughput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourcesmigratecassandratabletomanualthroughput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourcesmigratecassandratabletomanualthroughput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourcesupdatecassandrakeyspacethroughput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourcesupdatecassandrakeyspacethroughput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourcesupdatecassandrakeyspacethroughput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourcesupdatecassandrakeyspacethroughput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourcesupdatecassandratablethroughput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourcesupdatecassandratablethroughput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_cassandraresourcesupdatecassandratablethroughput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_cassandraresourcesupdatecassandratablethroughput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_collectionlistmetricdefinitions.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_collectionlistmetricdefinitions.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_collectionlistmetricdefinitions.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_collectionlistmetricdefinitions.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_collectionlistmetrics.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_collectionlistmetrics.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_collectionlistmetrics.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_collectionlistmetrics.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_collectionlistusages.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_collectionlistusages.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_collectionlistusages.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_collectionlistusages.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_collectionpartitionlistmetrics.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_collectionpartitionlistmetrics.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_collectionpartitionlistmetrics.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_collectionpartitionlistmetrics.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_collectionpartitionlistusages.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_collectionpartitionlistusages.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_collectionpartitionlistusages.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_collectionpartitionlistusages.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_collectionpartitionregionlistmetrics.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_collectionpartitionregionlistmetrics.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_collectionpartitionregionlistmetrics.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_collectionpartitionregionlistmetrics.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_collectionregionlistmetrics.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_collectionregionlistmetrics.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_collectionregionlistmetrics.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_collectionregionlistmetrics.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountregionlistmetrics.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountregionlistmetrics.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountregionlistmetrics.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountregionlistmetrics.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountschecknameexists.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountschecknameexists.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountschecknameexists.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountschecknameexists.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountscreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountscreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountscreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountscreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountsdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountsdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountsdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountsdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountsfailoverprioritychange.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountsfailoverprioritychange.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountsfailoverprioritychange.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountsfailoverprioritychange.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountsgetreadonlykeys.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountsgetreadonlykeys.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountsgetreadonlykeys.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountsgetreadonlykeys.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountslistbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountslistbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountslistbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountslistbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountslistconnectionstrings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountslistconnectionstrings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountslistconnectionstrings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountslistconnectionstrings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountslistkeys.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountslistkeys.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountslistkeys.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountslistkeys.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountslistmetricdefinitions.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountslistmetricdefinitions.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountslistmetricdefinitions.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountslistmetricdefinitions.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountslistmetrics.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountslistmetrics.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountslistmetrics.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountslistmetrics.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountslistreadonlykeys.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountslistreadonlykeys.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountslistreadonlykeys.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountslistreadonlykeys.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountslistusages.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountslistusages.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountslistusages.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountslistusages.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountsofflineregion.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountsofflineregion.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountsofflineregion.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountsofflineregion.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountsonlineregion.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountsonlineregion.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountsonlineregion.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountsonlineregion.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountsregeneratekey.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountsregeneratekey.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountsregeneratekey.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountsregeneratekey.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountsupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountsupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaseaccountsupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaseaccountsupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaselistmetricdefinitions.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaselistmetricdefinitions.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaselistmetricdefinitions.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaselistmetricdefinitions.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaselistmetrics.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaselistmetrics.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaselistmetrics.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaselistmetrics.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaselistusages.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaselistusages.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_databaselistusages.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_databaselistusages.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourcescreateupdategremlindatabase.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourcescreateupdategremlindatabase.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourcescreateupdategremlindatabase.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourcescreateupdategremlindatabase.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourcescreateupdategremlingraph.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourcescreateupdategremlingraph.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourcescreateupdategremlingraph.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourcescreateupdategremlingraph.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourcesdeletegremlindatabase.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourcesdeletegremlindatabase.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourcesdeletegremlindatabase.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourcesdeletegremlindatabase.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourcesdeletegremlingraph.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourcesdeletegremlingraph.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourcesdeletegremlingraph.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourcesdeletegremlingraph.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourcesgetgremlindatabase.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourcesgetgremlindatabase.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourcesgetgremlindatabase.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourcesgetgremlindatabase.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourcesgetgremlindatabasethroughput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourcesgetgremlindatabasethroughput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourcesgetgremlindatabasethroughput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourcesgetgremlindatabasethroughput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourcesgetgremlingraph.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourcesgetgremlingraph.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourcesgetgremlingraph.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourcesgetgremlingraph.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourcesgetgremlingraphthroughput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourcesgetgremlingraphthroughput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourcesgetgremlingraphthroughput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourcesgetgremlingraphthroughput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourceslistgremlindatabases.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourceslistgremlindatabases.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourceslistgremlindatabases.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourceslistgremlindatabases.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourceslistgremlingraphs.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourceslistgremlingraphs.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourceslistgremlingraphs.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourceslistgremlingraphs.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourcesmigrategremlindatabasetoautoscale.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourcesmigrategremlindatabasetoautoscale.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourcesmigrategremlindatabasetoautoscale.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourcesmigrategremlindatabasetoautoscale.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourcesmigrategremlindatabasetomanualthroughput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourcesmigrategremlindatabasetomanualthroughput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourcesmigrategremlindatabasetomanualthroughput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourcesmigrategremlindatabasetomanualthroughput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourcesmigrategremlingraphtoautoscale.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourcesmigrategremlingraphtoautoscale.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourcesmigrategremlingraphtoautoscale.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourcesmigrategremlingraphtoautoscale.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourcesmigrategremlingraphtomanualthroughput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourcesmigrategremlingraphtomanualthroughput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourcesmigrategremlingraphtomanualthroughput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourcesmigrategremlingraphtomanualthroughput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourcesupdategremlindatabasethroughput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourcesupdategremlindatabasethroughput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourcesupdategremlindatabasethroughput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourcesupdategremlindatabasethroughput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourcesupdategremlingraphthroughput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourcesupdategremlingraphthroughput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_gremlinresourcesupdategremlingraphthroughput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_gremlinresourcesupdategremlingraphthroughput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_locationsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_locationsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_locationsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_locationsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_locationslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_locationslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_locationslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_locationslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourcescreateupdatemongodbcollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourcescreateupdatemongodbcollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourcescreateupdatemongodbcollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourcescreateupdatemongodbcollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourcescreateupdatemongodbdatabase.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourcescreateupdatemongodbdatabase.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourcescreateupdatemongodbdatabase.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourcescreateupdatemongodbdatabase.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourcesdeletemongodbcollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourcesdeletemongodbcollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourcesdeletemongodbcollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourcesdeletemongodbcollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourcesdeletemongodbdatabase.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourcesdeletemongodbdatabase.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourcesdeletemongodbdatabase.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourcesdeletemongodbdatabase.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourcesgetmongodbcollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourcesgetmongodbcollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourcesgetmongodbcollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourcesgetmongodbcollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourcesgetmongodbcollectionthroughput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourcesgetmongodbcollectionthroughput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourcesgetmongodbcollectionthroughput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourcesgetmongodbcollectionthroughput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourcesgetmongodbdatabase.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourcesgetmongodbdatabase.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourcesgetmongodbdatabase.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourcesgetmongodbdatabase.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourcesgetmongodbdatabasethroughput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourcesgetmongodbdatabasethroughput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourcesgetmongodbdatabasethroughput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourcesgetmongodbdatabasethroughput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourceslistmongodbcollections.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourceslistmongodbcollections.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourceslistmongodbcollections.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourceslistmongodbcollections.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourceslistmongodbdatabases.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourceslistmongodbdatabases.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourceslistmongodbdatabases.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourceslistmongodbdatabases.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourcesmigratemongodbcollectiontoautoscale.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourcesmigratemongodbcollectiontoautoscale.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourcesmigratemongodbcollectiontoautoscale.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourcesmigratemongodbcollectiontoautoscale.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourcesmigratemongodbcollectiontomanualthroughput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourcesmigratemongodbcollectiontomanualthroughput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourcesmigratemongodbcollectiontomanualthroughput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourcesmigratemongodbcollectiontomanualthroughput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourcesmigratemongodbdatabasetoautoscale.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourcesmigratemongodbdatabasetoautoscale.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourcesmigratemongodbdatabasetoautoscale.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourcesmigratemongodbdatabasetoautoscale.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourcesmigratemongodbdatabasetomanualthroughput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourcesmigratemongodbdatabasetomanualthroughput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourcesmigratemongodbdatabasetomanualthroughput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourcesmigratemongodbdatabasetomanualthroughput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourcesupdatemongodbcollectionthroughput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourcesupdatemongodbcollectionthroughput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourcesupdatemongodbcollectionthroughput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourcesupdatemongodbcollectionthroughput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourcesupdatemongodbdatabasethroughput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourcesupdatemongodbdatabasethroughput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_mongodbresourcesupdatemongodbdatabasethroughput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_mongodbresourcesupdatemongodbdatabasethroughput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_partitionkeyrangeidlistmetrics.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_partitionkeyrangeidlistmetrics.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_partitionkeyrangeidlistmetrics.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_partitionkeyrangeidlistmetrics.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_partitionkeyrangeidregionlistmetrics.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_partitionkeyrangeidregionlistmetrics.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_partitionkeyrangeidregionlistmetrics.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_partitionkeyrangeidregionlistmetrics.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_percentilelistmetrics.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_percentilelistmetrics.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_percentilelistmetrics.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_percentilelistmetrics.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_percentilesourcetargetlistmetrics.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_percentilesourcetargetlistmetrics.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_percentilesourcetargetlistmetrics.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_percentilesourcetargetlistmetrics.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_percentiletargetlistmetrics.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_percentiletargetlistmetrics.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_percentiletargetlistmetrics.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_percentiletargetlistmetrics.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcescreateupdateclientencryptionkey.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcescreateupdateclientencryptionkey.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcescreateupdateclientencryptionkey.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcescreateupdateclientencryptionkey.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcescreateupdatesqlcontainer.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcescreateupdatesqlcontainer.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcescreateupdatesqlcontainer.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcescreateupdatesqlcontainer.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcescreateupdatesqldatabase.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcescreateupdatesqldatabase.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcescreateupdatesqldatabase.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcescreateupdatesqldatabase.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcescreateupdatesqlstoredprocedure.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcescreateupdatesqlstoredprocedure.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcescreateupdatesqlstoredprocedure.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcescreateupdatesqlstoredprocedure.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcescreateupdatesqltrigger.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcescreateupdatesqltrigger.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcescreateupdatesqltrigger.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcescreateupdatesqltrigger.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcescreateupdatesqluserdefinedfunction.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcescreateupdatesqluserdefinedfunction.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcescreateupdatesqluserdefinedfunction.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcescreateupdatesqluserdefinedfunction.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesdeletesqlcontainer.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesdeletesqlcontainer.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesdeletesqlcontainer.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesdeletesqlcontainer.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesdeletesqldatabase.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesdeletesqldatabase.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesdeletesqldatabase.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesdeletesqldatabase.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesdeletesqlstoredprocedure.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesdeletesqlstoredprocedure.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesdeletesqlstoredprocedure.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesdeletesqlstoredprocedure.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesdeletesqltrigger.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesdeletesqltrigger.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesdeletesqltrigger.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesdeletesqltrigger.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesdeletesqluserdefinedfunction.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesdeletesqluserdefinedfunction.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesdeletesqluserdefinedfunction.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesdeletesqluserdefinedfunction.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesgetclientencryptionkey.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesgetclientencryptionkey.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesgetclientencryptionkey.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesgetclientencryptionkey.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesgetsqlcontainer.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesgetsqlcontainer.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesgetsqlcontainer.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesgetsqlcontainer.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesgetsqlcontainerthroughput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesgetsqlcontainerthroughput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesgetsqlcontainerthroughput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesgetsqlcontainerthroughput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesgetsqldatabase.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesgetsqldatabase.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesgetsqldatabase.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesgetsqldatabase.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesgetsqldatabasethroughput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesgetsqldatabasethroughput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesgetsqldatabasethroughput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesgetsqldatabasethroughput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesgetsqlstoredprocedure.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesgetsqlstoredprocedure.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesgetsqlstoredprocedure.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesgetsqlstoredprocedure.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesgetsqltrigger.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesgetsqltrigger.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesgetsqltrigger.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesgetsqltrigger.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesgetsqluserdefinedfunction.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesgetsqluserdefinedfunction.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesgetsqluserdefinedfunction.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesgetsqluserdefinedfunction.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourceslistclientencryptionkeys.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourceslistclientencryptionkeys.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourceslistclientencryptionkeys.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourceslistclientencryptionkeys.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourceslistsqlcontainers.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourceslistsqlcontainers.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourceslistsqlcontainers.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourceslistsqlcontainers.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourceslistsqldatabases.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourceslistsqldatabases.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourceslistsqldatabases.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourceslistsqldatabases.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourceslistsqlstoredprocedures.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourceslistsqlstoredprocedures.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourceslistsqlstoredprocedures.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourceslistsqlstoredprocedures.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourceslistsqltriggers.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourceslistsqltriggers.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourceslistsqltriggers.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourceslistsqltriggers.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourceslistsqluserdefinedfunctions.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourceslistsqluserdefinedfunctions.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourceslistsqluserdefinedfunctions.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourceslistsqluserdefinedfunctions.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesmigratesqlcontainertoautoscale.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesmigratesqlcontainertoautoscale.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesmigratesqlcontainertoautoscale.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesmigratesqlcontainertoautoscale.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesmigratesqlcontainertomanualthroughput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesmigratesqlcontainertomanualthroughput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesmigratesqlcontainertomanualthroughput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesmigratesqlcontainertomanualthroughput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesmigratesqldatabasetoautoscale.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesmigratesqldatabasetoautoscale.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesmigratesqldatabasetoautoscale.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesmigratesqldatabasetoautoscale.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesmigratesqldatabasetomanualthroughput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesmigratesqldatabasetomanualthroughput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesmigratesqldatabasetomanualthroughput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesmigratesqldatabasetomanualthroughput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesupdatesqlcontainerthroughput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesupdatesqlcontainerthroughput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesupdatesqlcontainerthroughput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesupdatesqlcontainerthroughput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesupdatesqldatabasethroughput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesupdatesqldatabasethroughput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_sqlresourcesupdatesqldatabasethroughput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_sqlresourcesupdatesqldatabasethroughput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_tableresourcescreateupdatetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_tableresourcescreateupdatetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_tableresourcescreateupdatetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_tableresourcescreateupdatetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_tableresourcesdeletetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_tableresourcesdeletetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_tableresourcesdeletetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_tableresourcesdeletetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_tableresourcesgettable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_tableresourcesgettable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_tableresourcesgettable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_tableresourcesgettable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_tableresourcesgettablethroughput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_tableresourcesgettablethroughput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_tableresourcesgettablethroughput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_tableresourcesgettablethroughput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_tableresourceslisttables.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_tableresourceslisttables.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_tableresourceslisttables.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_tableresourceslisttables.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_tableresourcesmigratetabletoautoscale.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_tableresourcesmigratetabletoautoscale.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_tableresourcesmigratetabletoautoscale.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_tableresourcesmigratetabletoautoscale.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_tableresourcesmigratetabletomanualthroughput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_tableresourcesmigratetabletomanualthroughput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_tableresourcesmigratetabletomanualthroughput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_tableresourcesmigratetabletomanualthroughput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_tableresourcesupdatetablethroughput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_tableresourcesupdatetablethroughput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/method_tableresourcesupdatetablethroughput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/method_tableresourcesupdatetablethroughput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_accountkeymetadata.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_accountkeymetadata.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_accountkeymetadata.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_accountkeymetadata.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_analyticalstorageconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_analyticalstorageconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_analyticalstorageconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_analyticalstorageconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_apiproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_apiproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_apiproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_apiproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_autoscalesettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_autoscalesettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_autoscalesettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_autoscalesettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_autoscalesettingsresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_autoscalesettingsresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_autoscalesettingsresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_autoscalesettingsresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_autoupgradepolicyresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_autoupgradepolicyresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_autoupgradepolicyresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_autoupgradepolicyresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_backuppolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_backuppolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_backuppolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_backuppolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_backuppolicymigrationstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_backuppolicymigrationstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_backuppolicymigrationstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_backuppolicymigrationstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_capability.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_capability.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_capability.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_capability.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_capacity.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_capacity.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_capacity.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_capacity.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandrakeyspacecreateupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandrakeyspacecreateupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandrakeyspacecreateupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandrakeyspacecreateupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandrakeyspacecreateupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandrakeyspacecreateupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandrakeyspacecreateupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandrakeyspacecreateupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandrakeyspacegetproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandrakeyspacegetproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandrakeyspacegetproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandrakeyspacegetproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandrakeyspacegetpropertiesresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandrakeyspacegetpropertiesresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandrakeyspacegetpropertiesresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandrakeyspacegetpropertiesresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandrakeyspacegetresults.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandrakeyspacegetresults.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandrakeyspacegetresults.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandrakeyspacegetresults.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandrakeyspacelistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandrakeyspacelistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandrakeyspacelistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandrakeyspacelistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandrakeyspaceresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandrakeyspaceresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandrakeyspaceresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandrakeyspaceresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandrapartitionkey.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandrapartitionkey.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandrapartitionkey.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandrapartitionkey.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandraschema.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandraschema.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandraschema.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandraschema.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandratablecreateupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandratablecreateupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandratablecreateupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandratablecreateupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandratablecreateupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandratablecreateupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandratablecreateupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandratablecreateupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandratablegetproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandratablegetproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandratablegetproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandratablegetproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandratablegetpropertiesresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandratablegetpropertiesresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandratablegetpropertiesresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandratablegetpropertiesresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandratablegetresults.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandratablegetresults.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandratablegetresults.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandratablegetresults.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandratablelistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandratablelistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandratablelistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandratablelistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandratableresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandratableresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_cassandratableresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_cassandratableresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_clientencryptionincludedpath.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_clientencryptionincludedpath.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_clientencryptionincludedpath.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_clientencryptionincludedpath.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_clientencryptionkeycreateupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_clientencryptionkeycreateupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_clientencryptionkeycreateupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_clientencryptionkeycreateupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_clientencryptionkeycreateupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_clientencryptionkeycreateupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_clientencryptionkeycreateupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_clientencryptionkeycreateupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_clientencryptionkeygetproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_clientencryptionkeygetproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_clientencryptionkeygetproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_clientencryptionkeygetproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_clientencryptionkeygetpropertiesresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_clientencryptionkeygetpropertiesresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_clientencryptionkeygetpropertiesresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_clientencryptionkeygetpropertiesresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_clientencryptionkeygetresults.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_clientencryptionkeygetresults.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_clientencryptionkeygetresults.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_clientencryptionkeygetresults.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_clientencryptionkeyresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_clientencryptionkeyresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_clientencryptionkeyresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_clientencryptionkeyresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_clientencryptionkeyslistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_clientencryptionkeyslistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_clientencryptionkeyslistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_clientencryptionkeyslistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_clientencryptionpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_clientencryptionpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_clientencryptionpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_clientencryptionpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_clusterkey.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_clusterkey.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_clusterkey.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_clusterkey.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_column.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_column.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_column.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_column.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_compositepath.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_compositepath.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_compositepath.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_compositepath.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbdatabaseresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_computedproperty.go similarity index 61% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbdatabaseresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_computedproperty.go index 10c01189284f..4ef290fb612f 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbdatabaseresource.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_computedproperty.go @@ -3,6 +3,7 @@ package cosmosdb // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -type MongoDBDatabaseResource struct { - Id string `json:"id"` +type ComputedProperty struct { + Name *string `json:"name,omitempty"` + Query *string `json:"query,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_conflictresolutionpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_conflictresolutionpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_conflictresolutionpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_conflictresolutionpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_consistencypolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_consistencypolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_consistencypolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_consistencypolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_containerpartitionkey.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_containerpartitionkey.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_containerpartitionkey.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_containerpartitionkey.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_continuousmodebackuppolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_continuousmodebackuppolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_continuousmodebackuppolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_continuousmodebackuppolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_continuousmodeproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_continuousmodeproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_continuousmodeproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_continuousmodeproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_corspolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_corspolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_corspolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_corspolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_createupdateoptions.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_createupdateoptions.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_createupdateoptions.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_createupdateoptions.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_databaseaccountconnectionstring.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_databaseaccountconnectionstring.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_databaseaccountconnectionstring.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_databaseaccountconnectionstring.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_databaseaccountcreateupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_databaseaccountcreateupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_databaseaccountcreateupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_databaseaccountcreateupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_databaseaccountcreateupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_databaseaccountcreateupdateproperties.go similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_databaseaccountcreateupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_databaseaccountcreateupdateproperties.go index 84aa318b5482..e36d0f666d34 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_databaseaccountcreateupdateproperties.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_databaseaccountcreateupdateproperties.go @@ -18,12 +18,14 @@ type DatabaseAccountCreateUpdateProperties struct { ConsistencyPolicy *ConsistencyPolicy `json:"consistencyPolicy,omitempty"` Cors *[]CorsPolicy `json:"cors,omitempty"` CreateMode *CreateMode `json:"createMode,omitempty"` + CustomerManagedKeyStatus *string `json:"customerManagedKeyStatus,omitempty"` DatabaseAccountOfferType DatabaseAccountOfferType `json:"databaseAccountOfferType"` DefaultIdentity *string `json:"defaultIdentity,omitempty"` DisableKeyBasedMetadataWriteAccess *bool `json:"disableKeyBasedMetadataWriteAccess,omitempty"` DisableLocalAuth *bool `json:"disableLocalAuth,omitempty"` EnableAnalyticalStorage *bool `json:"enableAnalyticalStorage,omitempty"` EnableAutomaticFailover *bool `json:"enableAutomaticFailover,omitempty"` + EnableBurstCapacity *bool `json:"enableBurstCapacity,omitempty"` EnableCassandraConnector *bool `json:"enableCassandraConnector,omitempty"` EnableFreeTier *bool `json:"enableFreeTier,omitempty"` EnableMultipleWriteLocations *bool `json:"enableMultipleWriteLocations,omitempty"` @@ -58,12 +60,14 @@ func (s *DatabaseAccountCreateUpdateProperties) UnmarshalJSON(bytes []byte) erro s.ConsistencyPolicy = decoded.ConsistencyPolicy s.Cors = decoded.Cors s.CreateMode = decoded.CreateMode + s.CustomerManagedKeyStatus = decoded.CustomerManagedKeyStatus s.DatabaseAccountOfferType = decoded.DatabaseAccountOfferType s.DefaultIdentity = decoded.DefaultIdentity s.DisableKeyBasedMetadataWriteAccess = decoded.DisableKeyBasedMetadataWriteAccess s.DisableLocalAuth = decoded.DisableLocalAuth s.EnableAnalyticalStorage = decoded.EnableAnalyticalStorage s.EnableAutomaticFailover = decoded.EnableAutomaticFailover + s.EnableBurstCapacity = decoded.EnableBurstCapacity s.EnableCassandraConnector = decoded.EnableCassandraConnector s.EnableFreeTier = decoded.EnableFreeTier s.EnableMultipleWriteLocations = decoded.EnableMultipleWriteLocations diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_databaseaccountgetproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_databaseaccountgetproperties.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_databaseaccountgetproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_databaseaccountgetproperties.go index f7f26903545c..ff896712cd1c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_databaseaccountgetproperties.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_databaseaccountgetproperties.go @@ -18,6 +18,7 @@ type DatabaseAccountGetProperties struct { ConsistencyPolicy *ConsistencyPolicy `json:"consistencyPolicy,omitempty"` Cors *[]CorsPolicy `json:"cors,omitempty"` CreateMode *CreateMode `json:"createMode,omitempty"` + CustomerManagedKeyStatus *string `json:"customerManagedKeyStatus,omitempty"` DatabaseAccountOfferType *DatabaseAccountOfferType `json:"databaseAccountOfferType,omitempty"` DefaultIdentity *string `json:"defaultIdentity,omitempty"` DisableKeyBasedMetadataWriteAccess *bool `json:"disableKeyBasedMetadataWriteAccess,omitempty"` @@ -25,6 +26,7 @@ type DatabaseAccountGetProperties struct { DocumentEndpoint *string `json:"documentEndpoint,omitempty"` EnableAnalyticalStorage *bool `json:"enableAnalyticalStorage,omitempty"` EnableAutomaticFailover *bool `json:"enableAutomaticFailover,omitempty"` + EnableBurstCapacity *bool `json:"enableBurstCapacity,omitempty"` EnableCassandraConnector *bool `json:"enableCassandraConnector,omitempty"` EnableFreeTier *bool `json:"enableFreeTier,omitempty"` EnableMultipleWriteLocations *bool `json:"enableMultipleWriteLocations,omitempty"` @@ -65,6 +67,7 @@ func (s *DatabaseAccountGetProperties) UnmarshalJSON(bytes []byte) error { s.ConsistencyPolicy = decoded.ConsistencyPolicy s.Cors = decoded.Cors s.CreateMode = decoded.CreateMode + s.CustomerManagedKeyStatus = decoded.CustomerManagedKeyStatus s.DatabaseAccountOfferType = decoded.DatabaseAccountOfferType s.DefaultIdentity = decoded.DefaultIdentity s.DisableKeyBasedMetadataWriteAccess = decoded.DisableKeyBasedMetadataWriteAccess @@ -72,6 +75,7 @@ func (s *DatabaseAccountGetProperties) UnmarshalJSON(bytes []byte) error { s.DocumentEndpoint = decoded.DocumentEndpoint s.EnableAnalyticalStorage = decoded.EnableAnalyticalStorage s.EnableAutomaticFailover = decoded.EnableAutomaticFailover + s.EnableBurstCapacity = decoded.EnableBurstCapacity s.EnableCassandraConnector = decoded.EnableCassandraConnector s.EnableFreeTier = decoded.EnableFreeTier s.EnableMultipleWriteLocations = decoded.EnableMultipleWriteLocations diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_databaseaccountgetresults.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_databaseaccountgetresults.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_databaseaccountgetresults.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_databaseaccountgetresults.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_databaseaccountkeysmetadata.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_databaseaccountkeysmetadata.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_databaseaccountkeysmetadata.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_databaseaccountkeysmetadata.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_databaseaccountlistconnectionstringsresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_databaseaccountlistconnectionstringsresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_databaseaccountlistconnectionstringsresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_databaseaccountlistconnectionstringsresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_databaseaccountlistkeysresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_databaseaccountlistkeysresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_databaseaccountlistkeysresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_databaseaccountlistkeysresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_databaseaccountlistreadonlykeysresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_databaseaccountlistreadonlykeysresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_databaseaccountlistreadonlykeysresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_databaseaccountlistreadonlykeysresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_databaseaccountregeneratekeyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_databaseaccountregeneratekeyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_databaseaccountregeneratekeyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_databaseaccountregeneratekeyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_databaseaccountslistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_databaseaccountslistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_databaseaccountslistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_databaseaccountslistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_databaseaccountupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_databaseaccountupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_databaseaccountupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_databaseaccountupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_databaseaccountupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_databaseaccountupdateproperties.go similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_databaseaccountupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_databaseaccountupdateproperties.go index 9cc963368f4f..a7198a354a76 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_databaseaccountupdateproperties.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_databaseaccountupdateproperties.go @@ -17,11 +17,13 @@ type DatabaseAccountUpdateProperties struct { ConnectorOffer *ConnectorOffer `json:"connectorOffer,omitempty"` ConsistencyPolicy *ConsistencyPolicy `json:"consistencyPolicy,omitempty"` Cors *[]CorsPolicy `json:"cors,omitempty"` + CustomerManagedKeyStatus *string `json:"customerManagedKeyStatus,omitempty"` DefaultIdentity *string `json:"defaultIdentity,omitempty"` DisableKeyBasedMetadataWriteAccess *bool `json:"disableKeyBasedMetadataWriteAccess,omitempty"` DisableLocalAuth *bool `json:"disableLocalAuth,omitempty"` EnableAnalyticalStorage *bool `json:"enableAnalyticalStorage,omitempty"` EnableAutomaticFailover *bool `json:"enableAutomaticFailover,omitempty"` + EnableBurstCapacity *bool `json:"enableBurstCapacity,omitempty"` EnableCassandraConnector *bool `json:"enableCassandraConnector,omitempty"` EnableFreeTier *bool `json:"enableFreeTier,omitempty"` EnableMultipleWriteLocations *bool `json:"enableMultipleWriteLocations,omitempty"` @@ -54,11 +56,13 @@ func (s *DatabaseAccountUpdateProperties) UnmarshalJSON(bytes []byte) error { s.ConnectorOffer = decoded.ConnectorOffer s.ConsistencyPolicy = decoded.ConsistencyPolicy s.Cors = decoded.Cors + s.CustomerManagedKeyStatus = decoded.CustomerManagedKeyStatus s.DefaultIdentity = decoded.DefaultIdentity s.DisableKeyBasedMetadataWriteAccess = decoded.DisableKeyBasedMetadataWriteAccess s.DisableLocalAuth = decoded.DisableLocalAuth s.EnableAnalyticalStorage = decoded.EnableAnalyticalStorage s.EnableAutomaticFailover = decoded.EnableAutomaticFailover + s.EnableBurstCapacity = decoded.EnableBurstCapacity s.EnableCassandraConnector = decoded.EnableCassandraConnector s.EnableFreeTier = decoded.EnableFreeTier s.EnableMultipleWriteLocations = decoded.EnableMultipleWriteLocations diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_databaserestoreresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_databaserestoreresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_databaserestoreresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_databaserestoreresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_excludedpath.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_excludedpath.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_excludedpath.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_excludedpath.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_failoverpolicies.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_failoverpolicies.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_failoverpolicies.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_failoverpolicies.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_failoverpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_failoverpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_failoverpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_failoverpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlindatabasecreateupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlindatabasecreateupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlindatabasecreateupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlindatabasecreateupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlindatabasecreateupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlindatabasecreateupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlindatabasecreateupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlindatabasecreateupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlindatabasegetproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlindatabasegetproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlindatabasegetproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlindatabasegetproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlindatabasegetpropertiesresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlindatabasegetpropertiesresource.go new file mode 100644 index 000000000000..8824421f7038 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlindatabasegetpropertiesresource.go @@ -0,0 +1,13 @@ +package cosmosdb + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type GremlinDatabaseGetPropertiesResource struct { + CreateMode *CreateMode `json:"createMode,omitempty"` + Etag *string `json:"_etag,omitempty"` + Id *string `json:"id,omitempty"` + RestoreParameters *RestoreParametersBase `json:"restoreParameters,omitempty"` + Rid *string `json:"_rid,omitempty"` + Ts *float64 `json:"_ts,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlindatabasegetresults.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlindatabasegetresults.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlindatabasegetresults.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlindatabasegetresults.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlindatabaselistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlindatabaselistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlindatabaselistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlindatabaselistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlindatabaseresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlindatabaseresource.go similarity index 51% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlindatabaseresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlindatabaseresource.go index d6f8be752423..7ec94a72a671 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlindatabaseresource.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlindatabaseresource.go @@ -4,5 +4,7 @@ package cosmosdb // Licensed under the MIT License. See NOTICE.txt in the project root for license information. type GremlinDatabaseResource struct { - Id string `json:"id"` + CreateMode *CreateMode `json:"createMode,omitempty"` + Id string `json:"id"` + RestoreParameters *RestoreParametersBase `json:"restoreParameters,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlindatabaserestoreresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlindatabaserestoreresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlindatabaserestoreresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlindatabaserestoreresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlingraphcreateupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlingraphcreateupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlingraphcreateupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlingraphcreateupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlingraphcreateupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlingraphcreateupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlingraphcreateupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlingraphcreateupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlingraphgetproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlingraphgetproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlingraphgetproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlingraphgetproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlingraphgetpropertiesresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlingraphgetpropertiesresource.go similarity index 86% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlingraphgetpropertiesresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlingraphgetpropertiesresource.go index 959c032a4f11..671a45e836a1 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlingraphgetpropertiesresource.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlingraphgetpropertiesresource.go @@ -6,11 +6,13 @@ package cosmosdb type GremlinGraphGetPropertiesResource struct { AnalyticalStorageTtl *int64 `json:"analyticalStorageTtl,omitempty"` ConflictResolutionPolicy *ConflictResolutionPolicy `json:"conflictResolutionPolicy,omitempty"` + CreateMode *CreateMode `json:"createMode,omitempty"` DefaultTtl *int64 `json:"defaultTtl,omitempty"` Etag *string `json:"_etag,omitempty"` Id *string `json:"id,omitempty"` IndexingPolicy *IndexingPolicy `json:"indexingPolicy,omitempty"` PartitionKey *ContainerPartitionKey `json:"partitionKey,omitempty"` + RestoreParameters *RestoreParametersBase `json:"restoreParameters,omitempty"` Rid *string `json:"_rid,omitempty"` Ts *float64 `json:"_ts,omitempty"` UniqueKeyPolicy *UniqueKeyPolicy `json:"uniqueKeyPolicy,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlingraphgetresults.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlingraphgetresults.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlingraphgetresults.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlingraphgetresults.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlingraphlistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlingraphlistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlingraphlistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlingraphlistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlingraphresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlingraphresource.go similarity index 82% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlingraphresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlingraphresource.go index e2065cadd6e4..3404319499dd 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_gremlingraphresource.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_gremlingraphresource.go @@ -6,9 +6,11 @@ package cosmosdb type GremlinGraphResource struct { AnalyticalStorageTtl *int64 `json:"analyticalStorageTtl,omitempty"` ConflictResolutionPolicy *ConflictResolutionPolicy `json:"conflictResolutionPolicy,omitempty"` + CreateMode *CreateMode `json:"createMode,omitempty"` DefaultTtl *int64 `json:"defaultTtl,omitempty"` Id string `json:"id"` IndexingPolicy *IndexingPolicy `json:"indexingPolicy,omitempty"` PartitionKey *ContainerPartitionKey `json:"partitionKey,omitempty"` + RestoreParameters *RestoreParametersBase `json:"restoreParameters,omitempty"` UniqueKeyPolicy *UniqueKeyPolicy `json:"uniqueKeyPolicy,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_includedpath.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_includedpath.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_includedpath.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_includedpath.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_indexes.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_indexes.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_indexes.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_indexes.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_indexingpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_indexingpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_indexingpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_indexingpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_ipaddressorrange.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_ipaddressorrange.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_ipaddressorrange.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_ipaddressorrange.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_keywrapmetadata.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_keywrapmetadata.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_keywrapmetadata.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_keywrapmetadata.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_location.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_location.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_location.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_location.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_locationgetresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_locationgetresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_locationgetresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_locationgetresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_locationlistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_locationlistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_locationlistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_locationlistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_locationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_locationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_locationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_locationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_metric.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_metric.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_metric.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_metric.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_metricavailability.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_metricavailability.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_metricavailability.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_metricavailability.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_metricdefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_metricdefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_metricdefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_metricdefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_metricdefinitionslistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_metricdefinitionslistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_metricdefinitionslistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_metricdefinitionslistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_metriclistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_metriclistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_metriclistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_metriclistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_metricname.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_metricname.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_metricname.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_metricname.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_metricvalue.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_metricvalue.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_metricvalue.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_metricvalue.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbcollectioncreateupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbcollectioncreateupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbcollectioncreateupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbcollectioncreateupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbcollectioncreateupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbcollectioncreateupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbcollectioncreateupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbcollectioncreateupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbcollectiongetproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbcollectiongetproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbcollectiongetproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbcollectiongetproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbcollectiongetpropertiesresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbcollectiongetpropertiesresource.go new file mode 100644 index 000000000000..4d7d8bd27e24 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbcollectiongetpropertiesresource.go @@ -0,0 +1,16 @@ +package cosmosdb + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type MongoDBCollectionGetPropertiesResource struct { + AnalyticalStorageTtl *int64 `json:"analyticalStorageTtl,omitempty"` + CreateMode *CreateMode `json:"createMode,omitempty"` + Etag *string `json:"_etag,omitempty"` + Id *string `json:"id,omitempty"` + Indexes *[]MongoIndex `json:"indexes,omitempty"` + RestoreParameters *RestoreParametersBase `json:"restoreParameters,omitempty"` + Rid *string `json:"_rid,omitempty"` + ShardKey *map[string]string `json:"shardKey,omitempty"` + Ts *float64 `json:"_ts,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbcollectiongetresults.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbcollectiongetresults.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbcollectiongetresults.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbcollectiongetresults.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbcollectionlistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbcollectionlistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbcollectionlistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbcollectionlistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbcollectionresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbcollectionresource.go new file mode 100644 index 000000000000..b8289734332c --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbcollectionresource.go @@ -0,0 +1,13 @@ +package cosmosdb + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type MongoDBCollectionResource struct { + AnalyticalStorageTtl *int64 `json:"analyticalStorageTtl,omitempty"` + CreateMode *CreateMode `json:"createMode,omitempty"` + Id string `json:"id"` + Indexes *[]MongoIndex `json:"indexes,omitempty"` + RestoreParameters *RestoreParametersBase `json:"restoreParameters,omitempty"` + ShardKey *map[string]string `json:"shardKey,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbdatabasecreateupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbdatabasecreateupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbdatabasecreateupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbdatabasecreateupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbdatabasecreateupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbdatabasecreateupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbdatabasecreateupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbdatabasecreateupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbdatabasegetproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbdatabasegetproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbdatabasegetproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbdatabasegetproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbdatabasegetpropertiesresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbdatabasegetpropertiesresource.go new file mode 100644 index 000000000000..73e2923e2809 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbdatabasegetpropertiesresource.go @@ -0,0 +1,13 @@ +package cosmosdb + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type MongoDBDatabaseGetPropertiesResource struct { + CreateMode *CreateMode `json:"createMode,omitempty"` + Etag *string `json:"_etag,omitempty"` + Id *string `json:"id,omitempty"` + RestoreParameters *RestoreParametersBase `json:"restoreParameters,omitempty"` + Rid *string `json:"_rid,omitempty"` + Ts *float64 `json:"_ts,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbdatabasegetresults.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbdatabasegetresults.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbdatabasegetresults.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbdatabasegetresults.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbdatabaselistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbdatabaselistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongodbdatabaselistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbdatabaselistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbdatabaseresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbdatabaseresource.go new file mode 100644 index 000000000000..1e53b6b4e7b4 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongodbdatabaseresource.go @@ -0,0 +1,10 @@ +package cosmosdb + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type MongoDBDatabaseResource struct { + CreateMode *CreateMode `json:"createMode,omitempty"` + Id string `json:"id"` + RestoreParameters *RestoreParametersBase `json:"restoreParameters,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongoindex.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongoindex.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongoindex.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongoindex.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongoindexkeys.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongoindexkeys.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongoindexkeys.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongoindexkeys.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongoindexoptions.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongoindexoptions.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_mongoindexoptions.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_mongoindexoptions.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_optionsresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_optionsresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_optionsresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_optionsresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_partitionmetric.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_partitionmetric.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_partitionmetric.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_partitionmetric.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_partitionmetriclistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_partitionmetriclistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_partitionmetriclistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_partitionmetriclistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_partitionusage.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_partitionusage.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_partitionusage.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_partitionusage.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_partitionusagesresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_partitionusagesresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_partitionusagesresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_partitionusagesresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_percentilemetric.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_percentilemetric.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_percentilemetric.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_percentilemetric.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_percentilemetriclistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_percentilemetriclistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_percentilemetriclistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_percentilemetriclistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_percentilemetricvalue.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_percentilemetricvalue.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_percentilemetricvalue.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_percentilemetricvalue.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_periodicmodebackuppolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_periodicmodebackuppolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_periodicmodebackuppolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_periodicmodebackuppolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_periodicmodeproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_periodicmodeproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_periodicmodeproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_periodicmodeproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_privateendpointproperty.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_privateendpointproperty.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_privateendpointproperty.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_privateendpointproperty.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_privatelinkserviceconnectionstateproperty.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_privatelinkserviceconnectionstateproperty.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_privatelinkserviceconnectionstateproperty.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_privatelinkserviceconnectionstateproperty.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_regionforonlineoffline.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_regionforonlineoffline.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_regionforonlineoffline.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_regionforonlineoffline.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_restoreparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_restoreparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_restoreparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_restoreparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_restoreparametersbase.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_restoreparametersbase.go new file mode 100644 index 000000000000..b612a1bbfe1c --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_restoreparametersbase.go @@ -0,0 +1,27 @@ +package cosmosdb + +import ( + "time" + + "github.com/hashicorp/go-azure-helpers/lang/dates" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type RestoreParametersBase struct { + RestoreSource *string `json:"restoreSource,omitempty"` + RestoreTimestampInUtc *string `json:"restoreTimestampInUtc,omitempty"` +} + +func (o *RestoreParametersBase) GetRestoreTimestampInUtcAsTime() (*time.Time, error) { + if o.RestoreTimestampInUtc == nil { + return nil, nil + } + return dates.ParseAsFormat(o.RestoreTimestampInUtc, "2006-01-02T15:04:05Z07:00") +} + +func (o *RestoreParametersBase) SetRestoreTimestampInUtcAsTime(input time.Time) { + formatted := input.Format("2006-01-02T15:04:05Z07:00") + o.RestoreTimestampInUtc = &formatted +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_spatialspec.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_spatialspec.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_spatialspec.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_spatialspec.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqlcontainercreateupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqlcontainercreateupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqlcontainercreateupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqlcontainercreateupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqlcontainercreateupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqlcontainercreateupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqlcontainercreateupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqlcontainercreateupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqlcontainergetproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqlcontainergetproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqlcontainergetproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqlcontainergetproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqlcontainergetpropertiesresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqlcontainergetpropertiesresource.go similarity index 81% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqlcontainergetpropertiesresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqlcontainergetpropertiesresource.go index 937d0e2423ff..c912816c1c9c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqlcontainergetpropertiesresource.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqlcontainergetpropertiesresource.go @@ -6,12 +6,15 @@ package cosmosdb type SqlContainerGetPropertiesResource struct { AnalyticalStorageTtl *int64 `json:"analyticalStorageTtl,omitempty"` ClientEncryptionPolicy *ClientEncryptionPolicy `json:"clientEncryptionPolicy,omitempty"` + ComputedProperties *[]ComputedProperty `json:"computedProperties,omitempty"` ConflictResolutionPolicy *ConflictResolutionPolicy `json:"conflictResolutionPolicy,omitempty"` + CreateMode *CreateMode `json:"createMode,omitempty"` DefaultTtl *int64 `json:"defaultTtl,omitempty"` Etag *string `json:"_etag,omitempty"` Id *string `json:"id,omitempty"` IndexingPolicy *IndexingPolicy `json:"indexingPolicy,omitempty"` PartitionKey *ContainerPartitionKey `json:"partitionKey,omitempty"` + RestoreParameters *RestoreParametersBase `json:"restoreParameters,omitempty"` Rid *string `json:"_rid,omitempty"` Ts *float64 `json:"_ts,omitempty"` UniqueKeyPolicy *UniqueKeyPolicy `json:"uniqueKeyPolicy,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqlcontainergetresults.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqlcontainergetresults.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqlcontainergetresults.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqlcontainergetresults.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqlcontainerlistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqlcontainerlistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqlcontainerlistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqlcontainerlistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqlcontainerresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqlcontainerresource.go similarity index 77% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqlcontainerresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqlcontainerresource.go index e3d740796d5d..c80d7a1a4d3b 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqlcontainerresource.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqlcontainerresource.go @@ -6,10 +6,13 @@ package cosmosdb type SqlContainerResource struct { AnalyticalStorageTtl *int64 `json:"analyticalStorageTtl,omitempty"` ClientEncryptionPolicy *ClientEncryptionPolicy `json:"clientEncryptionPolicy,omitempty"` + ComputedProperties *[]ComputedProperty `json:"computedProperties,omitempty"` ConflictResolutionPolicy *ConflictResolutionPolicy `json:"conflictResolutionPolicy,omitempty"` + CreateMode *CreateMode `json:"createMode,omitempty"` DefaultTtl *int64 `json:"defaultTtl,omitempty"` Id string `json:"id"` IndexingPolicy *IndexingPolicy `json:"indexingPolicy,omitempty"` PartitionKey *ContainerPartitionKey `json:"partitionKey,omitempty"` + RestoreParameters *RestoreParametersBase `json:"restoreParameters,omitempty"` UniqueKeyPolicy *UniqueKeyPolicy `json:"uniqueKeyPolicy,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqldatabasecreateupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqldatabasecreateupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqldatabasecreateupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqldatabasecreateupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqldatabasecreateupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqldatabasecreateupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqldatabasecreateupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqldatabasecreateupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqldatabasegetproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqldatabasegetproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqldatabasegetproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqldatabasegetproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqldatabasegetpropertiesresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqldatabasegetpropertiesresource.go new file mode 100644 index 000000000000..ce2fe1eda484 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqldatabasegetpropertiesresource.go @@ -0,0 +1,15 @@ +package cosmosdb + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type SqlDatabaseGetPropertiesResource struct { + Colls *string `json:"_colls,omitempty"` + CreateMode *CreateMode `json:"createMode,omitempty"` + Etag *string `json:"_etag,omitempty"` + Id *string `json:"id,omitempty"` + RestoreParameters *RestoreParametersBase `json:"restoreParameters,omitempty"` + Rid *string `json:"_rid,omitempty"` + Ts *float64 `json:"_ts,omitempty"` + Users *string `json:"_users,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqldatabasegetresults.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqldatabasegetresults.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqldatabasegetresults.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqldatabasegetresults.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqldatabaselistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqldatabaselistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqldatabaselistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqldatabaselistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqldatabaseresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqldatabaseresource.go similarity index 50% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqldatabaseresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqldatabaseresource.go index 3587c9d221e2..f5967f263f6e 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqldatabaseresource.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqldatabaseresource.go @@ -4,5 +4,7 @@ package cosmosdb // Licensed under the MIT License. See NOTICE.txt in the project root for license information. type SqlDatabaseResource struct { - Id string `json:"id"` + CreateMode *CreateMode `json:"createMode,omitempty"` + Id string `json:"id"` + RestoreParameters *RestoreParametersBase `json:"restoreParameters,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqlstoredprocedurecreateupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqlstoredprocedurecreateupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqlstoredprocedurecreateupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqlstoredprocedurecreateupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqlstoredprocedurecreateupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqlstoredprocedurecreateupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqlstoredprocedurecreateupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqlstoredprocedurecreateupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqlstoredproceduregetproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqlstoredproceduregetproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqlstoredproceduregetproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqlstoredproceduregetproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqlstoredproceduregetpropertiesresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqlstoredproceduregetpropertiesresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqlstoredproceduregetpropertiesresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqlstoredproceduregetpropertiesresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqlstoredproceduregetresults.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqlstoredproceduregetresults.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqlstoredproceduregetresults.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqlstoredproceduregetresults.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqlstoredprocedurelistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqlstoredprocedurelistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqlstoredprocedurelistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqlstoredprocedurelistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqlstoredprocedureresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqlstoredprocedureresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqlstoredprocedureresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqlstoredprocedureresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqltriggercreateupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqltriggercreateupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqltriggercreateupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqltriggercreateupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqltriggercreateupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqltriggercreateupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqltriggercreateupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqltriggercreateupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqltriggergetproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqltriggergetproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqltriggergetproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqltriggergetproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqltriggergetpropertiesresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqltriggergetpropertiesresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqltriggergetpropertiesresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqltriggergetpropertiesresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqltriggergetresults.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqltriggergetresults.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqltriggergetresults.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqltriggergetresults.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqltriggerlistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqltriggerlistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqltriggerlistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqltriggerlistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqltriggerresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqltriggerresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqltriggerresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqltriggerresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqluserdefinedfunctioncreateupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqluserdefinedfunctioncreateupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqluserdefinedfunctioncreateupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqluserdefinedfunctioncreateupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqluserdefinedfunctioncreateupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqluserdefinedfunctioncreateupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqluserdefinedfunctioncreateupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqluserdefinedfunctioncreateupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqluserdefinedfunctiongetproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqluserdefinedfunctiongetproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqluserdefinedfunctiongetproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqluserdefinedfunctiongetproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqluserdefinedfunctiongetpropertiesresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqluserdefinedfunctiongetpropertiesresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqluserdefinedfunctiongetpropertiesresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqluserdefinedfunctiongetpropertiesresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqluserdefinedfunctiongetresults.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqluserdefinedfunctiongetresults.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqluserdefinedfunctiongetresults.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqluserdefinedfunctiongetresults.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqluserdefinedfunctionlistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqluserdefinedfunctionlistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqluserdefinedfunctionlistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqluserdefinedfunctionlistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqluserdefinedfunctionresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqluserdefinedfunctionresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_sqluserdefinedfunctionresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_sqluserdefinedfunctionresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_tablecreateupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_tablecreateupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_tablecreateupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_tablecreateupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_tablecreateupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_tablecreateupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_tablecreateupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_tablecreateupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_tablegetproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_tablegetproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_tablegetproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_tablegetproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_tablegetpropertiesresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_tablegetpropertiesresource.go new file mode 100644 index 000000000000..1ad52c941ad4 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_tablegetpropertiesresource.go @@ -0,0 +1,13 @@ +package cosmosdb + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type TableGetPropertiesResource struct { + CreateMode *CreateMode `json:"createMode,omitempty"` + Etag *string `json:"_etag,omitempty"` + Id *string `json:"id,omitempty"` + RestoreParameters *RestoreParametersBase `json:"restoreParameters,omitempty"` + Rid *string `json:"_rid,omitempty"` + Ts *float64 `json:"_ts,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_tablegetresults.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_tablegetresults.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_tablegetresults.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_tablegetresults.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_tablelistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_tablelistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_tablelistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_tablelistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_tableresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_tableresource.go similarity index 50% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_tableresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_tableresource.go index c8db3cb1be82..1d4df781e7ab 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_tableresource.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_tableresource.go @@ -4,5 +4,7 @@ package cosmosdb // Licensed under the MIT License. See NOTICE.txt in the project root for license information. type TableResource struct { - Id string `json:"id"` + CreateMode *CreateMode `json:"createMode,omitempty"` + Id string `json:"id"` + RestoreParameters *RestoreParametersBase `json:"restoreParameters,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_throughputpolicyresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_throughputpolicyresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_throughputpolicyresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_throughputpolicyresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_throughputsettingsgetproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_throughputsettingsgetproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_throughputsettingsgetproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_throughputsettingsgetproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_throughputsettingsgetpropertiesresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_throughputsettingsgetpropertiesresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_throughputsettingsgetpropertiesresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_throughputsettingsgetpropertiesresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_throughputsettingsgetresults.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_throughputsettingsgetresults.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_throughputsettingsgetresults.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_throughputsettingsgetresults.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_throughputsettingsresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_throughputsettingsresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_throughputsettingsresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_throughputsettingsresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_throughputsettingsupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_throughputsettingsupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_throughputsettingsupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_throughputsettingsupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_throughputsettingsupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_throughputsettingsupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_throughputsettingsupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_throughputsettingsupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_uniquekey.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_uniquekey.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_uniquekey.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_uniquekey.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_uniquekeypolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_uniquekeypolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_uniquekeypolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_uniquekeypolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_usage.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_usage.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_usage.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_usage.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_usagesresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_usagesresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_usagesresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_usagesresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_virtualnetworkrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_virtualnetworkrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/model_virtualnetworkrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/model_virtualnetworkrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/version.go index a72f26795049..8c65bd14b7cf 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-04-15" +const defaultApiVersion = "2024-05-15" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/cosmosdb/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/README.md similarity index 97% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/README.md index d80001c75f24..abf350a77700 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras` Documentation -The `managedcassandras` SDK allows for interaction with the Azure Resource Manager Service `cosmosdb` (API Version `2023-04-15`). +The `managedcassandras` SDK allows for interaction with the Azure Resource Manager Service `cosmosdb` (API Version `2024-05-15`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras" +import "github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/constants.go similarity index 87% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/constants.go index 13012cee3d0a..3c7c3bd13c01 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/constants.go @@ -53,6 +53,47 @@ func parseAuthenticationMethod(input string) (*AuthenticationMethod, error) { return &out, nil } +type AzureConnectionType string + +const ( + AzureConnectionTypeNone AzureConnectionType = "None" + AzureConnectionTypeVPN AzureConnectionType = "VPN" +) + +func PossibleValuesForAzureConnectionType() []string { + return []string{ + string(AzureConnectionTypeNone), + string(AzureConnectionTypeVPN), + } +} + +func (s *AzureConnectionType) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseAzureConnectionType(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseAzureConnectionType(input string) (*AzureConnectionType, error) { + vals := map[string]AzureConnectionType{ + "none": AzureConnectionTypeNone, + "vpn": AzureConnectionTypeVPN, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := AzureConnectionType(input) + return &out, nil +} + type ConnectionState string const ( diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/id_cassandracluster.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/id_cassandracluster.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/id_cassandracluster.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/id_cassandracluster.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/id_datacenter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/id_datacenter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/id_datacenter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/id_datacenter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/method_cassandraclusterscreateupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/method_cassandraclusterscreateupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/method_cassandraclusterscreateupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/method_cassandraclusterscreateupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/method_cassandraclustersdeallocate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/method_cassandraclustersdeallocate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/method_cassandraclustersdeallocate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/method_cassandraclustersdeallocate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/method_cassandraclustersdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/method_cassandraclustersdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/method_cassandraclustersdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/method_cassandraclustersdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/method_cassandraclustersget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/method_cassandraclustersget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/method_cassandraclustersget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/method_cassandraclustersget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/method_cassandraclustersinvokecommand.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/method_cassandraclustersinvokecommand.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/method_cassandraclustersinvokecommand.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/method_cassandraclustersinvokecommand.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/method_cassandraclusterslistbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/method_cassandraclusterslistbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/method_cassandraclusterslistbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/method_cassandraclusterslistbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/method_cassandraclusterslistbysubscription.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/method_cassandraclusterslistbysubscription.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/method_cassandraclusterslistbysubscription.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/method_cassandraclusterslistbysubscription.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/method_cassandraclustersstart.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/method_cassandraclustersstart.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/method_cassandraclustersstart.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/method_cassandraclustersstart.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/method_cassandraclustersstatus.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/method_cassandraclustersstatus.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/method_cassandraclustersstatus.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/method_cassandraclustersstatus.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/method_cassandraclustersupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/method_cassandraclustersupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/method_cassandraclustersupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/method_cassandraclustersupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/method_cassandradatacenterscreateupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/method_cassandradatacenterscreateupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/method_cassandradatacenterscreateupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/method_cassandradatacenterscreateupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/method_cassandradatacentersdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/method_cassandradatacentersdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/method_cassandradatacentersdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/method_cassandradatacentersdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/method_cassandradatacentersget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/method_cassandradatacentersget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/method_cassandradatacentersget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/method_cassandradatacentersget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/method_cassandradatacenterslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/method_cassandradatacenterslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/method_cassandradatacenterslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/method_cassandradatacenterslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/method_cassandradatacentersupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/method_cassandradatacentersupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/method_cassandradatacentersupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/method_cassandradatacentersupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_authenticationmethodldapproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_authenticationmethodldapproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_authenticationmethodldapproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_authenticationmethodldapproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_cassandraclusterpublicstatus.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_cassandraclusterpublicstatus.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_cassandraclusterpublicstatus.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_cassandraclusterpublicstatus.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_cassandraclusterpublicstatusdatacentersinlined.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_cassandraclusterpublicstatusdatacentersinlined.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_cassandraclusterpublicstatusdatacentersinlined.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_cassandraclusterpublicstatusdatacentersinlined.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_cassandraclusterpublicstatusdatacentersinlinednodesinlined.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_cassandraclusterpublicstatusdatacentersinlinednodesinlined.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_cassandraclusterpublicstatusdatacentersinlinednodesinlined.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_cassandraclusterpublicstatusdatacentersinlinednodesinlined.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_cassandraerror.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_cassandraerror.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_cassandraerror.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_cassandraerror.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_certificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_certificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_certificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_certificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_clusterresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_clusterresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_clusterresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_clusterresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_clusterresourceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_clusterresourceproperties.go similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_clusterresourceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_clusterresourceproperties.go index f21acba43e74..e8a1fad7a8bb 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_clusterresourceproperties.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_clusterresourceproperties.go @@ -5,6 +5,7 @@ package managedcassandras type ClusterResourceProperties struct { AuthenticationMethod *AuthenticationMethod `json:"authenticationMethod,omitempty"` + AzureConnectionMethod *AzureConnectionType `json:"azureConnectionMethod,omitempty"` CassandraAuditLoggingEnabled *bool `json:"cassandraAuditLoggingEnabled,omitempty"` CassandraVersion *string `json:"cassandraVersion,omitempty"` ClientCertificates *[]Certificate `json:"clientCertificates,omitempty"` @@ -16,6 +17,7 @@ type ClusterResourceProperties struct { GossipCertificates *[]Certificate `json:"gossipCertificates,omitempty"` HoursBetweenBackups *int64 `json:"hoursBetweenBackups,omitempty"` InitialCassandraAdminPassword *string `json:"initialCassandraAdminPassword,omitempty"` + PrivateLinkResourceId *string `json:"privateLinkResourceId,omitempty"` PrometheusEndpoint *SeedNode `json:"prometheusEndpoint,omitempty"` ProvisionError *CassandraError `json:"provisionError,omitempty"` ProvisioningState *ManagedCassandraProvisioningState `json:"provisioningState,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_commandoutput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_commandoutput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_commandoutput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_commandoutput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_commandpostbody.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_commandpostbody.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_commandpostbody.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_commandpostbody.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_connectionerror.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_connectionerror.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_connectionerror.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_connectionerror.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_datacenterresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_datacenterresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_datacenterresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_datacenterresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_datacenterresourceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_datacenterresourceproperties.go similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_datacenterresourceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_datacenterresourceproperties.go index 3c2a79024d92..57d14a88db53 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_datacenterresourceproperties.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_datacenterresourceproperties.go @@ -15,6 +15,7 @@ type DataCenterResourceProperties struct { DiskSku *string `json:"diskSku,omitempty"` ManagedDiskCustomerKeyUri *string `json:"managedDiskCustomerKeyUri,omitempty"` NodeCount *int64 `json:"nodeCount,omitempty"` + PrivateEndpointIPAddress *string `json:"privateEndpointIpAddress,omitempty"` ProvisionError *CassandraError `json:"provisionError,omitempty"` ProvisioningState *ManagedCassandraProvisioningState `json:"provisioningState,omitempty"` SeedNodes *[]SeedNode `json:"seedNodes,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_listclusters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_listclusters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_listclusters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_listclusters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_listdatacenters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_listdatacenters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_listdatacenters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_listdatacenters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_managedcassandrareaperstatus.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_managedcassandrareaperstatus.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_managedcassandrareaperstatus.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_managedcassandrareaperstatus.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_seednode.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_seednode.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/model_seednode.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/model_seednode.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/version.go index 04f8a2e8f9c1..b5113c3674db 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-04-15" +const defaultApiVersion = "2024-05-15" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/managedcassandras/%s", defaultApiVersion) diff --git a/vendor/modules.txt b/vendor/modules.txt index e0017249ce5f..faccd1f43870 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -398,8 +398,8 @@ github.com/hashicorp/go-azure-sdk/resource-manager/containerservice/2023-10-15/f github.com/hashicorp/go-azure-sdk/resource-manager/containerservice/2023-10-15/updateruns github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-05-15/cosmosdb github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2022-05-15/sqldedicatedgateway -github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/cosmosdb -github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2023-04-15/managedcassandras +github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/cosmosdb +github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/managedcassandras github.com/hashicorp/go-azure-sdk/resource-manager/cosmosdb/2024-05-15/mongorbacs github.com/hashicorp/go-azure-sdk/resource-manager/costmanagement/2021-10-01/exports github.com/hashicorp/go-azure-sdk/resource-manager/costmanagement/2022-06-01-preview/scheduledactions From 76aa45bf44bb87373fd33f066a137c21885cd7af Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-azure <> Date: Tue, 21 May 2024 09:27:20 +0000 Subject: [PATCH 5/9] dependencies: updating `network` to API Version "2023-11-01" from "2022-07-01" --- .../application_gateway_data_source.go | 2 +- .../network/application_gateway_resource.go | 2 +- .../application_gateway_resource_test.go | 2 +- internal/services/network/client/client.go | 2 +- .../model_applicationgatewaysku.go | 10 - .../model_publicipaddressdnssettings.go | 10 - .../applicationgateways/README.md | 6 +- .../applicationgateways/client.go | 0 .../applicationgateways/constants.go | 291 ++++++++++++++++-- .../id_applicationgateway.go | 0 .../id_predefinedpolicy.go | 0 .../method_backendhealth.go | 0 .../method_backendhealthondemand.go | 0 .../method_createorupdate.go | 0 .../applicationgateways/method_delete.go | 0 .../applicationgateways/method_get.go | 0 .../method_getsslpredefinedpolicy.go | 0 .../applicationgateways/method_list.go | 0 .../applicationgateways/method_listall.go | 0 .../method_listavailablerequestheaders.go | 0 .../method_listavailableresponseheaders.go | 0 .../method_listavailableservervariables.go | 0 .../method_listavailablessloptions.go | 0 ...thod_listavailablesslpredefinedpolicies.go | 0 .../method_listavailablewafrulesets.go | 0 .../applicationgateways/method_start.go | 0 .../applicationgateways/method_stop.go | 0 .../applicationgateways/method_updatetags.go | 0 .../model_applicationgateway.go | 0 ...icationgatewayauthenticationcertificate.go | 0 ...thenticationcertificatepropertiesformat.go | 0 ...pplicationgatewayautoscaleconfiguration.go | 0 ...l_applicationgatewayavailablessloptions.go | 0 ...ewayavailablessloptionspropertiesformat.go | 0 ...cationgatewayavailablewafrulesetsresult.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 .../model_applicationgatewaybackendhealth.go | 0 ...icationgatewaybackendhealthhttpsettings.go | 0 ...applicationgatewaybackendhealthondemand.go | 0 ...del_applicationgatewaybackendhealthpool.go | 0 ...l_applicationgatewaybackendhealthserver.go | 0 ...l_applicationgatewaybackendhttpsettings.go | 0 ...ewaybackendhttpsettingspropertiesformat.go | 0 ...model_applicationgatewaybackendsettings.go | 0 ...ngatewaybackendsettingspropertiesformat.go | 0 ...plicationgatewayclientauthconfiguration.go | 0 ...el_applicationgatewayconnectiondraining.go | 0 .../model_applicationgatewaycustomerror.go | 0 ...icationgatewayfirewalldisabledrulegroup.go | 0 ...del_applicationgatewayfirewallexclusion.go | 0 .../model_applicationgatewayfirewallrule.go | 0 ...del_applicationgatewayfirewallrulegroup.go | 0 ...model_applicationgatewayfirewallruleset.go | 0 ...ngatewayfirewallrulesetpropertiesformat.go | 0 ...plicationgatewayfrontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 .../model_applicationgatewayfrontendport.go | 0 ...tiongatewayfrontendportpropertiesformat.go | 0 ...l_applicationgatewayglobalconfiguration.go | 0 ...l_applicationgatewayheaderconfiguration.go | 5 +- .../model_applicationgatewayhttplistener.go | 0 ...tiongatewayhttplistenerpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationgatewaylistener.go | 0 ...licationgatewaylistenerpropertiesformat.go | 1 + ...pplicationgatewayloaddistributionpolicy.go | 0 ...yloaddistributionpolicypropertiesformat.go | 0 ...pplicationgatewayloaddistributiontarget.go | 0 ...yloaddistributiontargetpropertiesformat.go | 0 .../model_applicationgatewayondemandprobe.go | 0 .../model_applicationgatewaypathrule.go | 0 ...licationgatewaypathrulepropertiesformat.go | 0 ...icationgatewayprivateendpointconnection.go | 0 ...ewayprivateendpointconnectionproperties.go | 0 ...licationgatewayprivatelinkconfiguration.go | 0 ...tewayprivatelinkconfigurationproperties.go | 0 ...cationgatewayprivatelinkipconfiguration.go | 0 ...wayprivatelinkipconfigurationproperties.go | 0 .../model_applicationgatewayprobe.go | 0 ...licationgatewayprobehealthresponsematch.go | 0 ...applicationgatewayprobepropertiesformat.go | 0 ...odel_applicationgatewaypropertiesformat.go | 1 + ...applicationgatewayredirectconfiguration.go | 0 ...ayredirectconfigurationpropertiesformat.go | 0 ...el_applicationgatewayrequestroutingrule.go | 0 ...tewayrequestroutingrulepropertiesformat.go | 0 .../model_applicationgatewayrewriterule.go | 0 ..._applicationgatewayrewriteruleactionset.go | 0 ..._applicationgatewayrewriterulecondition.go | 0 .../model_applicationgatewayrewriteruleset.go | 0 ...ongatewayrewriterulesetpropertiesformat.go | 0 .../model_applicationgatewayroutingrule.go | 0 ...ationgatewayroutingrulepropertiesformat.go | 0 .../model_applicationgatewaysku.go | 11 + .../model_applicationgatewaysslcertificate.go | 0 ...ongatewaysslcertificatepropertiesformat.go | 0 .../model_applicationgatewaysslpolicy.go | 0 ...l_applicationgatewaysslpredefinedpolicy.go | 0 ...ewaysslpredefinedpolicypropertiesformat.go | 0 .../model_applicationgatewaysslprofile.go | 0 ...cationgatewaysslprofilepropertiesformat.go | 0 ...licationgatewaytrustedclientcertificate.go | 0 ...rustedclientcertificatepropertiesformat.go | 0 ...pplicationgatewaytrustedrootcertificate.go | 0 ...ytrustedrootcertificatepropertiesformat.go | 0 ...odel_applicationgatewayurlconfiguration.go | 0 .../model_applicationgatewayurlpathmap.go | 0 ...cationgatewayurlpathmappropertiesformat.go | 0 ...ewaywebapplicationfirewallconfiguration.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 1 + .../model_customdnsconfigpropertiesformat.go | 0 .../applicationgateways/model_ddossettings.go | 0 .../applicationgateways/model_delegation.go | 0 .../applicationgateways/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../model_headervaluematcher.go | 10 + .../model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../applicationgateways/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../applicationgateways/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 1 + .../model_networkinterfacepropertiesformat.go | 1 + .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 1 + .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 11 + .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../applicationgateways/model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../applicationgateways/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../applicationgateways/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../applicationgateways/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 2 +- .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../applicationgateways/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 4 +- .../applicationgateways/model_subresource.go | 0 .../applicationgateways/model_tagsobject.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../applicationgateways/predicates.go | 0 .../applicationgateways/version.go | 2 +- vendor/modules.txt | 2 +- 195 files changed, 326 insertions(+), 52 deletions(-) delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaysku.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_publicipaddressdnssettings.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/README.md (98%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/constants.go (85%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/id_applicationgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/id_predefinedpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/method_backendhealth.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/method_backendhealthondemand.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/method_getsslpredefinedpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/method_listavailablerequestheaders.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/method_listavailableresponseheaders.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/method_listavailableservervariables.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/method_listavailablessloptions.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/method_listavailablesslpredefinedpolicies.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/method_listavailablewafrulesets.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/method_start.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/method_stop.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayauthenticationcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayauthenticationcertificatepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayautoscaleconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayavailablessloptions.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayavailablessloptionspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayavailablewafrulesetsresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewaybackendhealth.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewaybackendhealthhttpsettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewaybackendhealthondemand.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewaybackendhealthpool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewaybackendhealthserver.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewaybackendhttpsettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewaybackendhttpsettingspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewaybackendsettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewaybackendsettingspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayclientauthconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayconnectiondraining.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewaycustomerror.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayfirewalldisabledrulegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayfirewallexclusion.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayfirewallrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayfirewallrulegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayfirewallruleset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayfirewallrulesetpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayfrontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayfrontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayfrontendport.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayfrontendportpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayglobalconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayheaderconfiguration.go (52%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayhttplistener.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayhttplistenerpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewaylistener.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewaylistenerpropertiesformat.go (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayloaddistributionpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayloaddistributionpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayloaddistributiontarget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayloaddistributiontargetpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayondemandprobe.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewaypathrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewaypathrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayprivateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayprivateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayprivatelinkconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayprivatelinkconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayprivatelinkipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayprivatelinkipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayprobe.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayprobehealthresponsematch.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayprobepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewaypropertiesformat.go (97%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayredirectconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayredirectconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayrequestroutingrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayrequestroutingrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayrewriterule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayrewriteruleactionset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayrewriterulecondition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayrewriteruleset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayrewriterulesetpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayroutingrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayroutingrulepropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaysku.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewaysslcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewaysslcertificatepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewaysslpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewaysslpredefinedpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewaysslpredefinedpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewaysslprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewaysslprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewaytrustedclientcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewaytrustedclientcertificatepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewaytrustedrootcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewaytrustedrootcertificatepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayurlconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayurlpathmap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewayurlpathmappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationgatewaywebapplicationfirewallconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_backendaddresspoolpropertiesformat.go (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_gatewayloadbalancertunnelinterface.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_headervaluematcher.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_inboundnatrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_networkinterfaceipconfigurationpropertiesformat.go (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_networkinterfacepropertiesformat.go (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_privateendpointconnectionproperties.go (85%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_publicipaddress.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_publicipaddressdnssettings.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_securityrulepropertiesformat.go (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_subnetpropertiesformat.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2022-07-01 => 2023-11-01}/applicationgateways/version.go (89%) diff --git a/internal/services/network/application_gateway_data_source.go b/internal/services/network/application_gateway_data_source.go index c95ad84ddd45..cd8762e40f1a 100644 --- a/internal/services/network/application_gateway_data_source.go +++ b/internal/services/network/application_gateway_data_source.go @@ -14,8 +14,8 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-helpers/resourcemanager/zones" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/parse" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/application_gateway_resource.go b/internal/services/network/application_gateway_resource.go index bbdc096311ea..73b4ff1a5429 100644 --- a/internal/services/network/application_gateway_resource.go +++ b/internal/services/network/application_gateway_resource.go @@ -19,8 +19,8 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-helpers/resourcemanager/zones" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/helpers/validate" diff --git a/internal/services/network/application_gateway_resource_test.go b/internal/services/network/application_gateway_resource_test.go index bb653a3d1acc..97b5a861cbd5 100644 --- a/internal/services/network/application_gateway_resource_test.go +++ b/internal/services/network/application_gateway_resource_test.go @@ -14,7 +14,7 @@ import ( "time" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways" "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" diff --git a/internal/services/network/client/client.go b/internal/services/network/client/client.go index 5e863dee392e..fc4cb9e6a97c 100644 --- a/internal/services/network/client/client.go +++ b/internal/services/network/client/client.go @@ -6,8 +6,8 @@ package client import ( "fmt" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways" network_2023_09_01 "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways" "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" "github.com/hashicorp/terraform-provider-azurerm/internal/common" "github.com/tombuildsstuff/kermit/sdk/network/2022-07-01/network" diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaysku.go deleted file mode 100644 index 99350cf8ec72..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaysku.go +++ /dev/null @@ -1,10 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewaySku struct { - Capacity *int64 `json:"capacity,omitempty"` - Name *ApplicationGatewaySkuName `json:"name,omitempty"` - Tier *ApplicationGatewayTier `json:"tier,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_publicipaddressdnssettings.go deleted file mode 100644 index bb716274972f..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_publicipaddressdnssettings.go +++ /dev/null @@ -1,10 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type PublicIPAddressDnsSettings struct { - DomainNameLabel *string `json:"domainNameLabel,omitempty"` - Fqdn *string `json:"fqdn,omitempty"` - ReverseFqdn *string `json:"reverseFqdn,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/README.md similarity index 98% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/README.md index 99f2f6982922..81e4a6fc227d 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways` Documentation -The `applicationgateways` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2022-07-01`). +The `applicationgateways` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/constants.go similarity index 85% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/constants.go index e6cef95825fa..449167f504a7 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/constants.go @@ -144,13 +144,27 @@ func parseApplicationGatewayCookieBasedAffinity(input string) (*ApplicationGatew type ApplicationGatewayCustomErrorStatusCode string const ( + ApplicationGatewayCustomErrorStatusCodeHTTPStatusFiveHundred ApplicationGatewayCustomErrorStatusCode = "HttpStatus500" + ApplicationGatewayCustomErrorStatusCodeHTTPStatusFiveZeroFour ApplicationGatewayCustomErrorStatusCode = "HttpStatus504" + ApplicationGatewayCustomErrorStatusCodeHTTPStatusFiveZeroThree ApplicationGatewayCustomErrorStatusCode = "HttpStatus503" ApplicationGatewayCustomErrorStatusCodeHTTPStatusFiveZeroTwo ApplicationGatewayCustomErrorStatusCode = "HttpStatus502" + ApplicationGatewayCustomErrorStatusCodeHTTPStatusFourHundred ApplicationGatewayCustomErrorStatusCode = "HttpStatus400" + ApplicationGatewayCustomErrorStatusCodeHTTPStatusFourZeroEight ApplicationGatewayCustomErrorStatusCode = "HttpStatus408" + ApplicationGatewayCustomErrorStatusCodeHTTPStatusFourZeroFive ApplicationGatewayCustomErrorStatusCode = "HttpStatus405" + ApplicationGatewayCustomErrorStatusCodeHTTPStatusFourZeroFour ApplicationGatewayCustomErrorStatusCode = "HttpStatus404" ApplicationGatewayCustomErrorStatusCodeHTTPStatusFourZeroThree ApplicationGatewayCustomErrorStatusCode = "HttpStatus403" ) func PossibleValuesForApplicationGatewayCustomErrorStatusCode() []string { return []string{ + string(ApplicationGatewayCustomErrorStatusCodeHTTPStatusFiveHundred), + string(ApplicationGatewayCustomErrorStatusCodeHTTPStatusFiveZeroFour), + string(ApplicationGatewayCustomErrorStatusCodeHTTPStatusFiveZeroThree), string(ApplicationGatewayCustomErrorStatusCodeHTTPStatusFiveZeroTwo), + string(ApplicationGatewayCustomErrorStatusCodeHTTPStatusFourHundred), + string(ApplicationGatewayCustomErrorStatusCodeHTTPStatusFourZeroEight), + string(ApplicationGatewayCustomErrorStatusCodeHTTPStatusFourZeroFive), + string(ApplicationGatewayCustomErrorStatusCodeHTTPStatusFourZeroFour), string(ApplicationGatewayCustomErrorStatusCodeHTTPStatusFourZeroThree), } } @@ -170,7 +184,14 @@ func (s *ApplicationGatewayCustomErrorStatusCode) UnmarshalJSON(bytes []byte) er func parseApplicationGatewayCustomErrorStatusCode(input string) (*ApplicationGatewayCustomErrorStatusCode, error) { vals := map[string]ApplicationGatewayCustomErrorStatusCode{ + "httpstatus500": ApplicationGatewayCustomErrorStatusCodeHTTPStatusFiveHundred, + "httpstatus504": ApplicationGatewayCustomErrorStatusCodeHTTPStatusFiveZeroFour, + "httpstatus503": ApplicationGatewayCustomErrorStatusCodeHTTPStatusFiveZeroThree, "httpstatus502": ApplicationGatewayCustomErrorStatusCodeHTTPStatusFiveZeroTwo, + "httpstatus400": ApplicationGatewayCustomErrorStatusCodeHTTPStatusFourHundred, + "httpstatus408": ApplicationGatewayCustomErrorStatusCodeHTTPStatusFourZeroEight, + "httpstatus405": ApplicationGatewayCustomErrorStatusCodeHTTPStatusFourZeroFive, + "httpstatus404": ApplicationGatewayCustomErrorStatusCodeHTTPStatusFourZeroFour, "httpstatus403": ApplicationGatewayCustomErrorStatusCodeHTTPStatusFourZeroThree, } if v, ok := vals[strings.ToLower(input)]; ok { @@ -449,9 +470,51 @@ func parseApplicationGatewayRequestRoutingRuleType(input string) (*ApplicationGa return &out, nil } +type ApplicationGatewaySkuFamily string + +const ( + ApplicationGatewaySkuFamilyGenerationOne ApplicationGatewaySkuFamily = "Generation_1" + ApplicationGatewaySkuFamilyGenerationTwo ApplicationGatewaySkuFamily = "Generation_2" +) + +func PossibleValuesForApplicationGatewaySkuFamily() []string { + return []string{ + string(ApplicationGatewaySkuFamilyGenerationOne), + string(ApplicationGatewaySkuFamilyGenerationTwo), + } +} + +func (s *ApplicationGatewaySkuFamily) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseApplicationGatewaySkuFamily(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseApplicationGatewaySkuFamily(input string) (*ApplicationGatewaySkuFamily, error) { + vals := map[string]ApplicationGatewaySkuFamily{ + "generation_1": ApplicationGatewaySkuFamilyGenerationOne, + "generation_2": ApplicationGatewaySkuFamilyGenerationTwo, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := ApplicationGatewaySkuFamily(input) + return &out, nil +} + type ApplicationGatewaySkuName string const ( + ApplicationGatewaySkuNameBasic ApplicationGatewaySkuName = "Basic" ApplicationGatewaySkuNameStandardLarge ApplicationGatewaySkuName = "Standard_Large" ApplicationGatewaySkuNameStandardMedium ApplicationGatewaySkuName = "Standard_Medium" ApplicationGatewaySkuNameStandardSmall ApplicationGatewaySkuName = "Standard_Small" @@ -463,6 +526,7 @@ const ( func PossibleValuesForApplicationGatewaySkuName() []string { return []string{ + string(ApplicationGatewaySkuNameBasic), string(ApplicationGatewaySkuNameStandardLarge), string(ApplicationGatewaySkuNameStandardMedium), string(ApplicationGatewaySkuNameStandardSmall), @@ -488,6 +552,7 @@ func (s *ApplicationGatewaySkuName) UnmarshalJSON(bytes []byte) error { func parseApplicationGatewaySkuName(input string) (*ApplicationGatewaySkuName, error) { vals := map[string]ApplicationGatewaySkuName{ + "basic": ApplicationGatewaySkuNameBasic, "standard_large": ApplicationGatewaySkuNameStandardLarge, "standard_medium": ApplicationGatewaySkuNameStandardMedium, "standard_small": ApplicationGatewaySkuNameStandardSmall, @@ -768,6 +833,7 @@ func parseApplicationGatewaySslProtocol(input string) (*ApplicationGatewaySslPro type ApplicationGatewayTier string const ( + ApplicationGatewayTierBasic ApplicationGatewayTier = "Basic" ApplicationGatewayTierStandard ApplicationGatewayTier = "Standard" ApplicationGatewayTierStandardVTwo ApplicationGatewayTier = "Standard_v2" ApplicationGatewayTierWAF ApplicationGatewayTier = "WAF" @@ -776,6 +842,7 @@ const ( func PossibleValuesForApplicationGatewayTier() []string { return []string{ + string(ApplicationGatewayTierBasic), string(ApplicationGatewayTierStandard), string(ApplicationGatewayTierStandardVTwo), string(ApplicationGatewayTierWAF), @@ -798,6 +865,7 @@ func (s *ApplicationGatewayTier) UnmarshalJSON(bytes []byte) error { func parseApplicationGatewayTier(input string) (*ApplicationGatewayTier, error) { vals := map[string]ApplicationGatewayTier{ + "basic": ApplicationGatewayTierBasic, "standard": ApplicationGatewayTierStandard, "standard_v2": ApplicationGatewayTierStandardVTwo, "waf": ApplicationGatewayTierWAF, @@ -1246,16 +1314,14 @@ func parseIPVersion(input string) (*IPVersion, error) { type LoadBalancerBackendAddressAdminState string const ( - LoadBalancerBackendAddressAdminStateDown LoadBalancerBackendAddressAdminState = "Down" - LoadBalancerBackendAddressAdminStateDrain LoadBalancerBackendAddressAdminState = "Drain" - LoadBalancerBackendAddressAdminStateNone LoadBalancerBackendAddressAdminState = "None" - LoadBalancerBackendAddressAdminStateUp LoadBalancerBackendAddressAdminState = "Up" + LoadBalancerBackendAddressAdminStateDown LoadBalancerBackendAddressAdminState = "Down" + LoadBalancerBackendAddressAdminStateNone LoadBalancerBackendAddressAdminState = "None" + LoadBalancerBackendAddressAdminStateUp LoadBalancerBackendAddressAdminState = "Up" ) func PossibleValuesForLoadBalancerBackendAddressAdminState() []string { return []string{ string(LoadBalancerBackendAddressAdminStateDown), - string(LoadBalancerBackendAddressAdminStateDrain), string(LoadBalancerBackendAddressAdminStateNone), string(LoadBalancerBackendAddressAdminStateUp), } @@ -1276,10 +1342,9 @@ func (s *LoadBalancerBackendAddressAdminState) UnmarshalJSON(bytes []byte) error func parseLoadBalancerBackendAddressAdminState(input string) (*LoadBalancerBackendAddressAdminState, error) { vals := map[string]LoadBalancerBackendAddressAdminState{ - "down": LoadBalancerBackendAddressAdminStateDown, - "drain": LoadBalancerBackendAddressAdminStateDrain, - "none": LoadBalancerBackendAddressAdminStateNone, - "up": LoadBalancerBackendAddressAdminStateUp, + "down": LoadBalancerBackendAddressAdminStateDown, + "none": LoadBalancerBackendAddressAdminStateNone, + "up": LoadBalancerBackendAddressAdminStateUp, } if v, ok := vals[strings.ToLower(input)]; ok { return &v, nil @@ -1331,13 +1396,15 @@ func parseNatGatewaySkuName(input string) (*NatGatewaySkuName, error) { type NetworkInterfaceAuxiliaryMode string const ( - NetworkInterfaceAuxiliaryModeFloating NetworkInterfaceAuxiliaryMode = "Floating" - NetworkInterfaceAuxiliaryModeMaxConnections NetworkInterfaceAuxiliaryMode = "MaxConnections" - NetworkInterfaceAuxiliaryModeNone NetworkInterfaceAuxiliaryMode = "None" + NetworkInterfaceAuxiliaryModeAcceleratedConnections NetworkInterfaceAuxiliaryMode = "AcceleratedConnections" + NetworkInterfaceAuxiliaryModeFloating NetworkInterfaceAuxiliaryMode = "Floating" + NetworkInterfaceAuxiliaryModeMaxConnections NetworkInterfaceAuxiliaryMode = "MaxConnections" + NetworkInterfaceAuxiliaryModeNone NetworkInterfaceAuxiliaryMode = "None" ) func PossibleValuesForNetworkInterfaceAuxiliaryMode() []string { return []string{ + string(NetworkInterfaceAuxiliaryModeAcceleratedConnections), string(NetworkInterfaceAuxiliaryModeFloating), string(NetworkInterfaceAuxiliaryModeMaxConnections), string(NetworkInterfaceAuxiliaryModeNone), @@ -1359,9 +1426,10 @@ func (s *NetworkInterfaceAuxiliaryMode) UnmarshalJSON(bytes []byte) error { func parseNetworkInterfaceAuxiliaryMode(input string) (*NetworkInterfaceAuxiliaryMode, error) { vals := map[string]NetworkInterfaceAuxiliaryMode{ - "floating": NetworkInterfaceAuxiliaryModeFloating, - "maxconnections": NetworkInterfaceAuxiliaryModeMaxConnections, - "none": NetworkInterfaceAuxiliaryModeNone, + "acceleratedconnections": NetworkInterfaceAuxiliaryModeAcceleratedConnections, + "floating": NetworkInterfaceAuxiliaryModeFloating, + "maxconnections": NetworkInterfaceAuxiliaryModeMaxConnections, + "none": NetworkInterfaceAuxiliaryModeNone, } if v, ok := vals[strings.ToLower(input)]; ok { return &v, nil @@ -1372,6 +1440,56 @@ func parseNetworkInterfaceAuxiliaryMode(input string) (*NetworkInterfaceAuxiliar return &out, nil } +type NetworkInterfaceAuxiliarySku string + +const ( + NetworkInterfaceAuxiliarySkuAEight NetworkInterfaceAuxiliarySku = "A8" + NetworkInterfaceAuxiliarySkuAFour NetworkInterfaceAuxiliarySku = "A4" + NetworkInterfaceAuxiliarySkuAOne NetworkInterfaceAuxiliarySku = "A1" + NetworkInterfaceAuxiliarySkuATwo NetworkInterfaceAuxiliarySku = "A2" + NetworkInterfaceAuxiliarySkuNone NetworkInterfaceAuxiliarySku = "None" +) + +func PossibleValuesForNetworkInterfaceAuxiliarySku() []string { + return []string{ + string(NetworkInterfaceAuxiliarySkuAEight), + string(NetworkInterfaceAuxiliarySkuAFour), + string(NetworkInterfaceAuxiliarySkuAOne), + string(NetworkInterfaceAuxiliarySkuATwo), + string(NetworkInterfaceAuxiliarySkuNone), + } +} + +func (s *NetworkInterfaceAuxiliarySku) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseNetworkInterfaceAuxiliarySku(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseNetworkInterfaceAuxiliarySku(input string) (*NetworkInterfaceAuxiliarySku, error) { + vals := map[string]NetworkInterfaceAuxiliarySku{ + "a8": NetworkInterfaceAuxiliarySkuAEight, + "a4": NetworkInterfaceAuxiliarySkuAFour, + "a1": NetworkInterfaceAuxiliarySkuAOne, + "a2": NetworkInterfaceAuxiliarySkuATwo, + "none": NetworkInterfaceAuxiliarySkuNone, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := NetworkInterfaceAuxiliarySku(input) + return &out, nil +} + type NetworkInterfaceMigrationPhase string const ( @@ -1510,6 +1628,53 @@ func parseProvisioningState(input string) (*ProvisioningState, error) { return &out, nil } +type PublicIPAddressDnsSettingsDomainNameLabelScope string + +const ( + PublicIPAddressDnsSettingsDomainNameLabelScopeNoReuse PublicIPAddressDnsSettingsDomainNameLabelScope = "NoReuse" + PublicIPAddressDnsSettingsDomainNameLabelScopeResourceGroupReuse PublicIPAddressDnsSettingsDomainNameLabelScope = "ResourceGroupReuse" + PublicIPAddressDnsSettingsDomainNameLabelScopeSubscriptionReuse PublicIPAddressDnsSettingsDomainNameLabelScope = "SubscriptionReuse" + PublicIPAddressDnsSettingsDomainNameLabelScopeTenantReuse PublicIPAddressDnsSettingsDomainNameLabelScope = "TenantReuse" +) + +func PossibleValuesForPublicIPAddressDnsSettingsDomainNameLabelScope() []string { + return []string{ + string(PublicIPAddressDnsSettingsDomainNameLabelScopeNoReuse), + string(PublicIPAddressDnsSettingsDomainNameLabelScopeResourceGroupReuse), + string(PublicIPAddressDnsSettingsDomainNameLabelScopeSubscriptionReuse), + string(PublicIPAddressDnsSettingsDomainNameLabelScopeTenantReuse), + } +} + +func (s *PublicIPAddressDnsSettingsDomainNameLabelScope) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parsePublicIPAddressDnsSettingsDomainNameLabelScope(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parsePublicIPAddressDnsSettingsDomainNameLabelScope(input string) (*PublicIPAddressDnsSettingsDomainNameLabelScope, error) { + vals := map[string]PublicIPAddressDnsSettingsDomainNameLabelScope{ + "noreuse": PublicIPAddressDnsSettingsDomainNameLabelScopeNoReuse, + "resourcegroupreuse": PublicIPAddressDnsSettingsDomainNameLabelScopeResourceGroupReuse, + "subscriptionreuse": PublicIPAddressDnsSettingsDomainNameLabelScopeSubscriptionReuse, + "tenantreuse": PublicIPAddressDnsSettingsDomainNameLabelScopeTenantReuse, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := PublicIPAddressDnsSettingsDomainNameLabelScope(input) + return &out, nil +} + type PublicIPAddressMigrationPhase string const ( @@ -1827,6 +1992,88 @@ func parseSecurityRuleProtocol(input string) (*SecurityRuleProtocol, error) { return &out, nil } +type SharingScope string + +const ( + SharingScopeDelegatedServices SharingScope = "DelegatedServices" + SharingScopeTenant SharingScope = "Tenant" +) + +func PossibleValuesForSharingScope() []string { + return []string{ + string(SharingScopeDelegatedServices), + string(SharingScopeTenant), + } +} + +func (s *SharingScope) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseSharingScope(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseSharingScope(input string) (*SharingScope, error) { + vals := map[string]SharingScope{ + "delegatedservices": SharingScopeDelegatedServices, + "tenant": SharingScopeTenant, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := SharingScope(input) + return &out, nil +} + +type SyncMode string + +const ( + SyncModeAutomatic SyncMode = "Automatic" + SyncModeManual SyncMode = "Manual" +) + +func PossibleValuesForSyncMode() []string { + return []string{ + string(SyncModeAutomatic), + string(SyncModeManual), + } +} + +func (s *SyncMode) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseSyncMode(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseSyncMode(input string) (*SyncMode, error) { + vals := map[string]SyncMode{ + "automatic": SyncModeAutomatic, + "manual": SyncModeManual, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := SyncMode(input) + return &out, nil +} + type TransportProtocol string const ( @@ -1874,14 +2121,18 @@ func parseTransportProtocol(input string) (*TransportProtocol, error) { type VirtualNetworkPrivateEndpointNetworkPolicies string const ( - VirtualNetworkPrivateEndpointNetworkPoliciesDisabled VirtualNetworkPrivateEndpointNetworkPolicies = "Disabled" - VirtualNetworkPrivateEndpointNetworkPoliciesEnabled VirtualNetworkPrivateEndpointNetworkPolicies = "Enabled" + VirtualNetworkPrivateEndpointNetworkPoliciesDisabled VirtualNetworkPrivateEndpointNetworkPolicies = "Disabled" + VirtualNetworkPrivateEndpointNetworkPoliciesEnabled VirtualNetworkPrivateEndpointNetworkPolicies = "Enabled" + VirtualNetworkPrivateEndpointNetworkPoliciesNetworkSecurityGroupEnabled VirtualNetworkPrivateEndpointNetworkPolicies = "NetworkSecurityGroupEnabled" + VirtualNetworkPrivateEndpointNetworkPoliciesRouteTableEnabled VirtualNetworkPrivateEndpointNetworkPolicies = "RouteTableEnabled" ) func PossibleValuesForVirtualNetworkPrivateEndpointNetworkPolicies() []string { return []string{ string(VirtualNetworkPrivateEndpointNetworkPoliciesDisabled), string(VirtualNetworkPrivateEndpointNetworkPoliciesEnabled), + string(VirtualNetworkPrivateEndpointNetworkPoliciesNetworkSecurityGroupEnabled), + string(VirtualNetworkPrivateEndpointNetworkPoliciesRouteTableEnabled), } } @@ -1900,8 +2151,10 @@ func (s *VirtualNetworkPrivateEndpointNetworkPolicies) UnmarshalJSON(bytes []byt func parseVirtualNetworkPrivateEndpointNetworkPolicies(input string) (*VirtualNetworkPrivateEndpointNetworkPolicies, error) { vals := map[string]VirtualNetworkPrivateEndpointNetworkPolicies{ - "disabled": VirtualNetworkPrivateEndpointNetworkPoliciesDisabled, - "enabled": VirtualNetworkPrivateEndpointNetworkPoliciesEnabled, + "disabled": VirtualNetworkPrivateEndpointNetworkPoliciesDisabled, + "enabled": VirtualNetworkPrivateEndpointNetworkPoliciesEnabled, + "networksecuritygroupenabled": VirtualNetworkPrivateEndpointNetworkPoliciesNetworkSecurityGroupEnabled, + "routetableenabled": VirtualNetworkPrivateEndpointNetworkPoliciesRouteTableEnabled, } if v, ok := vals[strings.ToLower(input)]; ok { return &v, nil diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/id_applicationgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/id_applicationgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/id_applicationgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/id_applicationgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/id_predefinedpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/id_predefinedpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/id_predefinedpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/id_predefinedpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_backendhealth.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_backendhealth.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_backendhealth.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_backendhealth.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_backendhealthondemand.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_backendhealthondemand.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_backendhealthondemand.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_backendhealthondemand.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_getsslpredefinedpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_getsslpredefinedpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_getsslpredefinedpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_getsslpredefinedpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_listavailablerequestheaders.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_listavailablerequestheaders.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_listavailablerequestheaders.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_listavailablerequestheaders.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_listavailableresponseheaders.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_listavailableresponseheaders.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_listavailableresponseheaders.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_listavailableresponseheaders.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_listavailableservervariables.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_listavailableservervariables.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_listavailableservervariables.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_listavailableservervariables.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_listavailablessloptions.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_listavailablessloptions.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_listavailablessloptions.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_listavailablessloptions.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_listavailablesslpredefinedpolicies.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_listavailablesslpredefinedpolicies.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_listavailablesslpredefinedpolicies.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_listavailablesslpredefinedpolicies.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_listavailablewafrulesets.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_listavailablewafrulesets.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_listavailablewafrulesets.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_listavailablewafrulesets.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_start.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_start.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_start.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_start.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_stop.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_stop.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_stop.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_stop.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayauthenticationcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayauthenticationcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayauthenticationcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayauthenticationcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayauthenticationcertificatepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayauthenticationcertificatepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayauthenticationcertificatepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayauthenticationcertificatepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayautoscaleconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayautoscaleconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayautoscaleconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayautoscaleconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayavailablessloptions.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayavailablessloptions.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayavailablessloptions.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayavailablessloptions.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayavailablessloptionspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayavailablessloptionspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayavailablessloptionspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayavailablessloptionspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayavailablewafrulesetsresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayavailablewafrulesetsresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayavailablewafrulesetsresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayavailablewafrulesetsresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaybackendhealth.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaybackendhealth.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaybackendhealth.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaybackendhealth.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaybackendhealthhttpsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaybackendhealthhttpsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaybackendhealthhttpsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaybackendhealthhttpsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaybackendhealthondemand.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaybackendhealthondemand.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaybackendhealthondemand.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaybackendhealthondemand.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaybackendhealthpool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaybackendhealthpool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaybackendhealthpool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaybackendhealthpool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaybackendhealthserver.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaybackendhealthserver.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaybackendhealthserver.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaybackendhealthserver.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaybackendhttpsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaybackendhttpsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaybackendhttpsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaybackendhttpsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaybackendhttpsettingspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaybackendhttpsettingspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaybackendhttpsettingspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaybackendhttpsettingspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaybackendsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaybackendsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaybackendsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaybackendsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaybackendsettingspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaybackendsettingspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaybackendsettingspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaybackendsettingspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayclientauthconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayclientauthconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayclientauthconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayclientauthconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayconnectiondraining.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayconnectiondraining.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayconnectiondraining.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayconnectiondraining.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaycustomerror.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaycustomerror.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaycustomerror.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaycustomerror.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayfirewalldisabledrulegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayfirewalldisabledrulegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayfirewalldisabledrulegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayfirewalldisabledrulegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayfirewallexclusion.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayfirewallexclusion.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayfirewallexclusion.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayfirewallexclusion.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayfirewallrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayfirewallrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayfirewallrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayfirewallrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayfirewallrulegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayfirewallrulegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayfirewallrulegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayfirewallrulegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayfirewallruleset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayfirewallruleset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayfirewallruleset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayfirewallruleset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayfirewallrulesetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayfirewallrulesetpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayfirewallrulesetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayfirewallrulesetpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayfrontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayfrontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayfrontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayfrontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayfrontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayfrontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayfrontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayfrontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayfrontendport.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayfrontendport.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayfrontendport.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayfrontendport.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayfrontendportpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayfrontendportpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayfrontendportpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayfrontendportpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayglobalconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayglobalconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayglobalconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayglobalconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayheaderconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayheaderconfiguration.go similarity index 52% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayheaderconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayheaderconfiguration.go index cf7e02d4617b..a7a9580c702c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayheaderconfiguration.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayheaderconfiguration.go @@ -4,6 +4,7 @@ package applicationgateways // Licensed under the MIT License. See NOTICE.txt in the project root for license information. type ApplicationGatewayHeaderConfiguration struct { - HeaderName *string `json:"headerName,omitempty"` - HeaderValue *string `json:"headerValue,omitempty"` + HeaderName *string `json:"headerName,omitempty"` + HeaderValue *string `json:"headerValue,omitempty"` + HeaderValueMatcher *HeaderValueMatcher `json:"headerValueMatcher,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayhttplistener.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayhttplistener.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayhttplistener.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayhttplistener.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayhttplistenerpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayhttplistenerpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayhttplistenerpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayhttplistenerpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaylistener.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaylistener.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaylistener.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaylistener.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaylistenerpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaylistenerpropertiesformat.go similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaylistenerpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaylistenerpropertiesformat.go index fc21e21099b1..96c7728780de 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaylistenerpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaylistenerpropertiesformat.go @@ -6,6 +6,7 @@ package applicationgateways type ApplicationGatewayListenerPropertiesFormat struct { FrontendIPConfiguration *SubResource `json:"frontendIPConfiguration,omitempty"` FrontendPort *SubResource `json:"frontendPort,omitempty"` + HostNames *[]string `json:"hostNames,omitempty"` Protocol *ApplicationGatewayProtocol `json:"protocol,omitempty"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` SslCertificate *SubResource `json:"sslCertificate,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayloaddistributionpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayloaddistributionpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayloaddistributionpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayloaddistributionpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayloaddistributionpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayloaddistributionpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayloaddistributionpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayloaddistributionpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayloaddistributiontarget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayloaddistributiontarget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayloaddistributiontarget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayloaddistributiontarget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayloaddistributiontargetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayloaddistributiontargetpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayloaddistributiontargetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayloaddistributiontargetpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayondemandprobe.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayondemandprobe.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayondemandprobe.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayondemandprobe.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaypathrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaypathrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaypathrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaypathrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaypathrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaypathrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaypathrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaypathrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayprivateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayprivateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayprivateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayprivateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayprivateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayprivateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayprivateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayprivateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayprivatelinkconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayprivatelinkconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayprivatelinkconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayprivatelinkconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayprivatelinkconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayprivatelinkconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayprivatelinkconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayprivatelinkconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayprivatelinkipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayprivatelinkipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayprivatelinkipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayprivatelinkipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayprivatelinkipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayprivatelinkipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayprivatelinkipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayprivatelinkipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayprobe.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayprobe.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayprobe.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayprobe.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayprobehealthresponsematch.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayprobehealthresponsematch.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayprobehealthresponsematch.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayprobehealthresponsematch.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayprobepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayprobepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayprobepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayprobepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaypropertiesformat.go similarity index 97% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaypropertiesformat.go index 8f57d0c043f6..1332febd49d8 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaypropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaypropertiesformat.go @@ -10,6 +10,7 @@ type ApplicationGatewayPropertiesFormat struct { BackendHTTPSettingsCollection *[]ApplicationGatewayBackendHTTPSettings `json:"backendHttpSettingsCollection,omitempty"` BackendSettingsCollection *[]ApplicationGatewayBackendSettings `json:"backendSettingsCollection,omitempty"` CustomErrorConfigurations *[]ApplicationGatewayCustomError `json:"customErrorConfigurations,omitempty"` + DefaultPredefinedSslPolicy *ApplicationGatewaySslPolicyName `json:"defaultPredefinedSslPolicy,omitempty"` EnableFips *bool `json:"enableFips,omitempty"` EnableHTTP2 *bool `json:"enableHttp2,omitempty"` FirewallPolicy *SubResource `json:"firewallPolicy,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayredirectconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayredirectconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayredirectconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayredirectconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayredirectconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayredirectconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayredirectconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayredirectconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayrequestroutingrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayrequestroutingrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayrequestroutingrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayrequestroutingrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayrequestroutingrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayrequestroutingrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayrequestroutingrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayrequestroutingrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayrewriterule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayrewriterule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayrewriterule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayrewriterule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayrewriteruleactionset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayrewriteruleactionset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayrewriteruleactionset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayrewriteruleactionset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayrewriterulecondition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayrewriterulecondition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayrewriterulecondition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayrewriterulecondition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayrewriteruleset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayrewriteruleset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayrewriteruleset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayrewriteruleset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayrewriterulesetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayrewriterulesetpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayrewriterulesetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayrewriterulesetpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayroutingrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayroutingrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayroutingrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayroutingrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayroutingrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayroutingrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayroutingrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayroutingrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaysku.go new file mode 100644 index 000000000000..461f2f965a6b --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaysku.go @@ -0,0 +1,11 @@ +package applicationgateways + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type ApplicationGatewaySku struct { + Capacity *int64 `json:"capacity,omitempty"` + Family *ApplicationGatewaySkuFamily `json:"family,omitempty"` + Name *ApplicationGatewaySkuName `json:"name,omitempty"` + Tier *ApplicationGatewayTier `json:"tier,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaysslcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaysslcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaysslcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaysslcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaysslcertificatepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaysslcertificatepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaysslcertificatepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaysslcertificatepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaysslpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaysslpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaysslpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaysslpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaysslpredefinedpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaysslpredefinedpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaysslpredefinedpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaysslpredefinedpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaysslpredefinedpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaysslpredefinedpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaysslpredefinedpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaysslpredefinedpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaysslprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaysslprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaysslprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaysslprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaysslprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaysslprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaysslprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaysslprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaytrustedclientcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaytrustedclientcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaytrustedclientcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaytrustedclientcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaytrustedclientcertificatepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaytrustedclientcertificatepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaytrustedclientcertificatepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaytrustedclientcertificatepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaytrustedrootcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaytrustedrootcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaytrustedrootcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaytrustedrootcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaytrustedrootcertificatepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaytrustedrootcertificatepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaytrustedrootcertificatepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaytrustedrootcertificatepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayurlconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayurlconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayurlconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayurlconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayurlpathmap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayurlpathmap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayurlpathmap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayurlpathmap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayurlpathmappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayurlpathmappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewayurlpathmappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewayurlpathmappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaywebapplicationfirewallconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaywebapplicationfirewallconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationgatewaywebapplicationfirewallconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationgatewaywebapplicationfirewallconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_backendaddresspoolpropertiesformat.go similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_backendaddresspoolpropertiesformat.go index 7dc8222f453b..74aca7bc73d4 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_backendaddresspoolpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_backendaddresspoolpropertiesformat.go @@ -13,6 +13,7 @@ type BackendAddressPoolPropertiesFormat struct { OutboundRule *SubResource `json:"outboundRule,omitempty"` OutboundRules *[]SubResource `json:"outboundRules,omitempty"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` + SyncMode *SyncMode `json:"syncMode,omitempty"` TunnelInterfaces *[]GatewayLoadBalancerTunnelInterface `json:"tunnelInterfaces,omitempty"` VirtualNetwork *SubResource `json:"virtualNetwork,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_headervaluematcher.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_headervaluematcher.go new file mode 100644 index 000000000000..5c2f77f54e2d --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_headervaluematcher.go @@ -0,0 +1,10 @@ +package applicationgateways + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type HeaderValueMatcher struct { + IgnoreCase *bool `json:"ignoreCase,omitempty"` + Negate *bool `json:"negate,omitempty"` + Pattern *string `json:"pattern,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_networkinterfaceipconfigurationpropertiesformat.go index 70234aeb42fc..452ec816a207 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_networkinterfaceipconfigurationpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_networkinterfaceipconfigurationpropertiesformat.go @@ -11,6 +11,7 @@ type NetworkInterfaceIPConfigurationPropertiesFormat struct { LoadBalancerInboundNatRules *[]InboundNatRule `json:"loadBalancerInboundNatRules,omitempty"` Primary *bool `json:"primary,omitempty"` PrivateIPAddress *string `json:"privateIPAddress,omitempty"` + PrivateIPAddressPrefixLength *int64 `json:"privateIPAddressPrefixLength,omitempty"` PrivateIPAddressVersion *IPVersion `json:"privateIPAddressVersion,omitempty"` PrivateIPAllocationMethod *IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"` PrivateLinkConnectionProperties *NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties `json:"privateLinkConnectionProperties,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_networkinterfacepropertiesformat.go similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_networkinterfacepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_networkinterfacepropertiesformat.go index 5b015dee73ff..302d4c3283d0 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_networkinterfacepropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_networkinterfacepropertiesformat.go @@ -5,6 +5,7 @@ package applicationgateways type NetworkInterfacePropertiesFormat struct { AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` + AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_privateendpointconnectionproperties.go similarity index 85% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_privateendpointconnectionproperties.go index 4413bd3db275..baec08812d8e 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_privateendpointconnectionproperties.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_privateendpointconnectionproperties.go @@ -6,6 +6,7 @@ package applicationgateways type PrivateEndpointConnectionProperties struct { LinkIdentifier *string `json:"linkIdentifier,omitempty"` PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` + PrivateEndpointLocation *string `json:"privateEndpointLocation,omitempty"` PrivateLinkServiceConnectionState *PrivateLinkServiceConnectionState `json:"privateLinkServiceConnectionState,omitempty"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_publicipaddressdnssettings.go new file mode 100644 index 000000000000..4aeba6f0581e --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_publicipaddressdnssettings.go @@ -0,0 +1,11 @@ +package applicationgateways + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type PublicIPAddressDnsSettings struct { + DomainNameLabel *string `json:"domainNameLabel,omitempty"` + DomainNameLabelScope *PublicIPAddressDnsSettingsDomainNameLabelScope `json:"domainNameLabelScope,omitempty"` + Fqdn *string `json:"fqdn,omitempty"` + ReverseFqdn *string `json:"reverseFqdn,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_securityrulepropertiesformat.go similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_securityrulepropertiesformat.go index 96f0eea52f03..c96607c5d206 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_securityrulepropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_securityrulepropertiesformat.go @@ -12,7 +12,7 @@ type SecurityRulePropertiesFormat struct { DestinationPortRange *string `json:"destinationPortRange,omitempty"` DestinationPortRanges *[]string `json:"destinationPortRanges,omitempty"` Direction SecurityRuleDirection `json:"direction"` - Priority *int64 `json:"priority,omitempty"` + Priority int64 `json:"priority"` Protocol SecurityRuleProtocol `json:"protocol"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` SourceAddressPrefix *string `json:"sourceAddressPrefix,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_subnetpropertiesformat.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_subnetpropertiesformat.go index be8f3c6638a8..d252ccc3e8c5 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_subnetpropertiesformat.go @@ -6,7 +6,8 @@ package applicationgateways type SubnetPropertiesFormat struct { AddressPrefix *string `json:"addressPrefix,omitempty"` AddressPrefixes *[]string `json:"addressPrefixes,omitempty"` - ApplicationGatewayIPConfigurations *[]ApplicationGatewayIPConfiguration `json:"applicationGatewayIpConfigurations,omitempty"` + ApplicationGatewayIPConfigurations *[]ApplicationGatewayIPConfiguration `json:"applicationGatewayIPConfigurations,omitempty"` + DefaultOutboundAccess *bool `json:"defaultOutboundAccess,omitempty"` Delegations *[]Delegation `json:"delegations,omitempty"` IPAllocations *[]SubResource `json:"ipAllocations,omitempty"` IPConfigurationProfiles *[]IPConfigurationProfile `json:"ipConfigurationProfiles,omitempty"` @@ -23,4 +24,5 @@ type SubnetPropertiesFormat struct { ServiceAssociationLinks *[]ServiceAssociationLink `json:"serviceAssociationLinks,omitempty"` ServiceEndpointPolicies *[]ServiceEndpointPolicy `json:"serviceEndpointPolicies,omitempty"` ServiceEndpoints *[]ServiceEndpointPropertiesFormat `json:"serviceEndpoints,omitempty"` + SharingScope *SharingScope `json:"sharingScope,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/version.go index 192eed3c6e92..d48fcac7be09 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2022-07-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/applicationgateways/%s", defaultApiVersion) diff --git a/vendor/modules.txt b/vendor/modules.txt index faccd1f43870..ebfa1197dcb4 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -707,7 +707,6 @@ github.com/hashicorp/go-azure-sdk/resource-manager/netapp/2023-05-01/volumegroup github.com/hashicorp/go-azure-sdk/resource-manager/netapp/2023-05-01/volumequotarules github.com/hashicorp/go-azure-sdk/resource-manager/netapp/2023-05-01/volumes github.com/hashicorp/go-azure-sdk/resource-manager/netapp/2023-05-01/volumesreplication -github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/applicationgateways github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01 github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules @@ -816,6 +815,7 @@ github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverc github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webcategories +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways github.com/hashicorp/go-azure-sdk/resource-manager/networkfunction/2022-11-01/azuretrafficcollectors github.com/hashicorp/go-azure-sdk/resource-manager/networkfunction/2022-11-01/collectorpolicies github.com/hashicorp/go-azure-sdk/resource-manager/newrelic/2022-07-01/monitors From 3327d2c555762e4ef5af8c0f7b826a4717dc080c Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-azure <> Date: Tue, 21 May 2024 09:31:49 +0000 Subject: [PATCH 6/9] dependencies: updating `network` to API Version "2023-11-01" from "2023-09-01" --- .../orchestrated_virtual_machine_scale_set.go | 2 +- .../compute/virtual_machine_scale_set.go | 2 +- .../kubernetes_cluster_node_pool_resource.go | 2 +- .../containers/kubernetes_nodepool.go | 2 +- ...private_endpoint_connection_data_source.go | 2 +- .../databricks_workspace_resource.go | 2 +- ...ll_application_rule_collection_resource.go | 2 +- ...plication_rule_collection_resource_test.go | 2 +- .../services/firewall/firewall_data_source.go | 2 +- .../firewall_nat_rule_collection_resource.go | 2 +- ...ewall_nat_rule_collection_resource_test.go | 2 +- ...rewall_network_rule_collection_resource.go | 2 +- ...l_network_rule_collection_resource_test.go | 2 +- .../firewall/firewall_policy_data_source.go | 2 +- .../firewall/firewall_policy_resource.go | 2 +- .../firewall/firewall_policy_resource_test.go | 2 +- ...l_policy_rule_collection_group_resource.go | 4 +- ...icy_rule_collection_group_resource_test.go | 2 +- .../services/firewall/firewall_resource.go | 4 +- .../firewall/firewall_resource_test.go | 2 +- internal/services/firewall/subresource.go | 2 +- .../backend_address_pool_address_resource.go | 2 +- ...kend_address_pool_address_resource_test.go | 2 +- .../backend_address_pool_data_source.go | 2 +- .../backend_address_pool_resource.go | 2 +- .../backend_address_pool_resource_test.go | 2 +- .../services/loadbalancer/client/client.go | 2 +- .../services/loadbalancer/loadbalancer.go | 2 +- .../loadbalancer/loadbalancer_data_source.go | 2 +- .../loadbalancer_nat_pool_resource_test.go | 2 +- .../loadbalancer_nat_rule_resource_test.go | 2 +- ...oadbalancer_outbound_rule_resource_test.go | 2 +- .../loadbalancer_probe_resource_test.go | 2 +- .../loadbalancer/loadbalancer_resource.go | 2 +- .../loadbalancer_resource_test.go | 2 +- .../loadbalancer_rule_resource_test.go | 2 +- .../loadbalancer/nat_pool_resource.go | 2 +- .../loadbalancer/nat_rule_resource.go | 2 +- .../loadbalancer/outbound_rule_data_source.go | 2 +- .../loadbalancer/outbound_rule_resource.go | 2 +- .../services/loadbalancer/probe_resource.go | 2 +- .../services/loadbalancer/rule_data_source.go | 2 +- .../services/loadbalancer/rule_resource.go | 2 +- ...ne_availability_group_listener_resource.go | 2 +- .../application_gateway_data_source.go | 2 +- .../network/application_gateway_resource.go | 2 +- .../application_security_group_data_source.go | 2 +- .../application_security_group_resource.go | 2 +- ...pplication_security_group_resource_test.go | 2 +- .../network/bastion_host_data_source.go | 2 +- .../services/network/bastion_host_resource.go | 2 +- .../network/bastion_host_resource_test.go | 2 +- internal/services/network/client/client.go | 6 +- .../network/custom_ip_prefix_resource.go | 2 +- .../network/custom_ip_prefix_resource_test.go | 2 +- .../local_network_gateway_poller.go | 2 +- .../express_route_circuit_peering_resource.go | 2 +- .../network/ip_group_cidr_resource.go | 2 +- .../network/ip_group_cidr_resource_test.go | 2 +- .../services/network/ip_group_data_source.go | 2 +- .../services/network/ip_group_resource.go | 6 +- .../network/ip_group_resource_test.go | 2 +- .../local_network_gateway_data_source.go | 2 +- .../network/local_network_gateway_resource.go | 2 +- .../local_network_gateway_resource_test.go | 2 +- .../migration/network_watcher_flow_log.go | 4 +- .../web_application_firewall_policy.go | 2 +- .../network/nat_gateway_data_source.go | 2 +- ..._gateway_public_ip_association_resource.go | 2 +- ...way_public_ip_association_resource_test.go | 2 +- ...y_public_ip_prefix_association_resource.go | 4 +- ...lic_ip_prefix_association_resource_test.go | 4 +- .../services/network/nat_gateway_resource.go | 2 +- .../network/nat_gateway_resource_test.go | 2 +- .../network_connection_monitor_resource.go | 4 +- ...etwork_connection_monitor_resource_test.go | 2 +- ...etwork_ddos_protection_plan_data_source.go | 2 +- .../network_ddos_protection_plan_resource.go | 2 +- ...work_ddos_protection_plan_resource_test.go | 2 +- .../services/network/network_interface.go | 2 +- ...pplication_gateway_association_resource.go | 2 +- ...ation_gateway_association_resource_test.go | 2 +- ...ion_security_group_association_resource.go | 4 +- ...ecurity_group_association_resource_test.go | 4 +- ...ckend_address_pool_association_resource.go | 4 +- ..._address_pool_association_resource_test.go | 4 +- .../network/network_interface_data_source.go | 2 +- .../network/network_interface_helpers.go | 2 +- .../network/network_interface_locking.go | 2 +- ...interface_nat_rule_association_resource.go | 4 +- ...face_nat_rule_association_resource_test.go | 4 +- .../network/network_interface_resource.go | 2 +- .../network_interface_resource_test.go | 2 +- ..._manager_admin_rule_collection_resource.go | 4 +- ...ger_admin_rule_collection_resource_test.go | 2 +- .../network_manager_admin_rule_resource.go | 2 +- ...etwork_manager_admin_rule_resource_test.go | 2 +- ..._connectivity_configuration_data_source.go | 2 +- ...ger_connectivity_configuration_resource.go | 2 +- ...onnectivity_configuration_resource_test.go | 2 +- .../network/network_manager_data_source.go | 2 +- .../network_manager_deployment_resource.go | 2 +- ...etwork_manager_deployment_resource_test.go | 2 +- ...er_management_group_connection_resource.go | 4 +- ...nagement_group_connection_resource_test.go | 2 +- ...twork_manager_network_group_data_source.go | 2 +- .../network_manager_network_group_resource.go | 2 +- ...ork_manager_network_group_resource_test.go | 2 +- .../network/network_manager_resource.go | 2 +- .../network/network_manager_resource_test.go | 2 +- ...twork_manager_scope_connection_resource.go | 2 +- ..._manager_scope_connection_resource_test.go | 2 +- ...r_security_admin_configuration_resource.go | 2 +- ...urity_admin_configuration_resource_test.go | 2 +- .../network_manager_static_member_resource.go | 2 +- ...ork_manager_static_member_resource_test.go | 2 +- ...anager_subscription_connection_resource.go | 4 +- ...r_subscription_connection_resource_test.go | 2 +- .../network_packet_capture_resource.go | 2 +- .../network_packet_capture_resource_test.go | 2 +- .../network/network_profile_resource.go | 2 +- .../network/network_profile_resource_test.go | 2 +- .../network_security_group_data_source.go | 2 +- .../network_security_group_resource.go | 2 +- .../network_security_group_resource_test.go | 2 +- .../network/network_security_rule_resource.go | 2 +- .../network_security_rule_resource_test.go | 2 +- .../network_service_tags_data_source.go | 2 +- .../network/network_watcher_data_source.go | 2 +- .../network_watcher_flow_log_resource.go | 4 +- .../network_watcher_flow_log_resource_test.go | 2 +- .../network/network_watcher_resource.go | 2 +- .../network/network_watcher_resource_test.go | 2 +- .../parse/network_manager_deployment.go | 2 +- ...plication_security_group_association_id.go | 4 +- ...tion_security_group_association_id_test.go | 4 +- .../point_to_site_vpn_gateway_resource.go | 2 +- ..._application_security_group_association.go | 4 +- ...ication_security_group_association_test.go | 4 +- ...private_endpoint_connection_data_source.go | 2 +- .../network/private_endpoint_resource.go | 2 +- .../network/private_endpoint_resource_test.go | 2 +- ...ervice_endpoint_connections_data_source.go | 2 +- .../services/network/public_ip_data_source.go | 2 +- .../network/public_ip_prefix_data_source.go | 2 +- .../network/public_ip_prefix_resource.go | 2 +- .../network/public_ip_prefix_resource_test.go | 2 +- .../services/network/public_ip_resource.go | 4 +- .../network/public_ip_resource_test.go | 2 +- .../network/public_ips_data_source.go | 2 +- .../network/route_filter_data_source.go | 2 +- .../services/network/route_filter_resource.go | 2 +- .../network/route_filter_resource_test.go | 2 +- internal/services/network/route_resource.go | 2 +- .../services/network/route_resource_test.go | 2 +- .../network/route_table_data_source.go | 2 +- .../services/network/route_table_resource.go | 2 +- .../network/route_table_resource_test.go | 2 +- .../services/network/subnet_data_source.go | 2 +- ...subnet_nat_gateway_association_resource.go | 2 +- ...t_nat_gateway_association_resource_test.go | 2 +- ...ork_security_group_association_resource.go | 2 +- ...ecurity_group_association_resource_test.go | 2 +- internal/services/network/subnet_resource.go | 2 +- .../services/network/subnet_resource_test.go | 2 +- ...subnet_route_table_association_resource.go | 4 +- ...t_route_table_association_resource_test.go | 2 +- .../virtual_hub_routing_intent_resource.go | 2 +- ...irtual_hub_routing_intent_resource_test.go | 2 +- ...virtual_machine_packet_capture_resource.go | 4 +- ...al_machine_packet_capture_resource_test.go | 2 +- ...chine_scale_set_packet_capture_resource.go | 4 +- ..._scale_set_packet_capture_resource_test.go | 2 +- .../network/virtual_network_resource.go | 2 +- .../network/virtual_wan_data_source.go | 2 +- .../services/network/virtual_wan_resource.go | 2 +- .../network/virtual_wan_resource_test.go | 2 +- .../vpn_gateway_connection_resource.go | 2 +- .../network/vpn_gateway_data_source.go | 2 +- .../network/vpn_gateway_nat_rule_resource.go | 2 +- .../vpn_gateway_nat_rule_resource_test.go | 2 +- .../services/network/vpn_gateway_resource.go | 2 +- .../network/vpn_gateway_resource_test.go | 2 +- ...ver_configuration_policy_group_resource.go | 2 +- ...onfiguration_policy_group_resource_test.go | 2 +- .../vpn_server_configuration_resource.go | 2 +- .../vpn_server_configuration_resource_test.go | 2 +- .../services/network/vpn_site_resource.go | 2 +- .../network/vpn_site_resource_test.go | 2 +- ...application_firewall_policy_data_source.go | 2 +- ...eb_application_firewall_policy_resource.go | 2 +- ...plication_firewall_policy_resource_test.go | 2 +- .../network_virtual_appliance_resource.go | 2 +- .../paloalto/schema/network_profile.go | 2 +- .../signalr_service_network_acl_resource.go | 2 +- .../web_pubsub_network_acl_resource.go | 2 +- .../2023-09-01/applicationgateways/README.md | 287 --- .../2023-09-01/applicationgateways/client.go | 26 - .../applicationgateways/constants.go | 2125 ----------------- .../id_applicationgateway.go | 130 - .../id_predefinedpolicy.go | 123 - .../method_backendhealth.go | 99 - .../method_backendhealthondemand.go | 103 - .../applicationgateways/method_delete.go | 71 - .../applicationgateways/method_list.go | 92 - .../applicationgateways/method_listall.go | 92 - .../method_listavailablessloptions.go | 56 - ...thod_listavailablesslpredefinedpolicies.go | 92 - .../method_listavailablewafrulesets.go | 56 - .../applicationgateways/method_start.go | 70 - .../model_applicationgateway.go | 21 - ...icationgatewayauthenticationcertificate.go | 12 - ...thenticationcertificatepropertiesformat.go | 9 - ...pplicationgatewayautoscaleconfiguration.go | 9 - ...l_applicationgatewayavailablessloptions.go | 13 - ...ewayavailablessloptionspropertiesformat.go | 11 - .../model_applicationgatewaybackendaddress.go | 9 - ...el_applicationgatewaybackendaddresspool.go | 12 - ...tewaybackendaddresspoolpropertiesformat.go | 10 - .../model_applicationgatewaybackendhealth.go | 8 - ...icationgatewaybackendhealthhttpsettings.go | 9 - ...applicationgatewaybackendhealthondemand.go | 9 - ...del_applicationgatewaybackendhealthpool.go | 9 - ...l_applicationgatewaybackendhealthserver.go | 11 - ...l_applicationgatewaybackendhttpsettings.go | 12 - ...ewaybackendhttpsettingspropertiesformat.go | 21 - ...model_applicationgatewaybackendsettings.go | 12 - ...ngatewaybackendsettingspropertiesformat.go | 15 - ...plicationgatewayclientauthconfiguration.go | 9 - ...el_applicationgatewayconnectiondraining.go | 9 - .../model_applicationgatewaycustomerror.go | 9 - ...icationgatewayfirewalldisabledrulegroup.go | 9 - ...del_applicationgatewayfirewallexclusion.go | 10 - .../model_applicationgatewayfirewallrule.go | 12 - ...del_applicationgatewayfirewallrulegroup.go | 10 - ...model_applicationgatewayfirewallruleset.go | 13 - ...ngatewayfirewallrulesetpropertiesformat.go | 12 - ...plicationgatewayfrontendipconfiguration.go | 12 - ...frontendipconfigurationpropertiesformat.go | 13 - .../model_applicationgatewayfrontendport.go | 12 - ...tiongatewayfrontendportpropertiesformat.go | 9 - ...l_applicationgatewayglobalconfiguration.go | 9 - .../model_applicationgatewayhttplistener.go | 12 - ...tiongatewayhttplistenerpropertiesformat.go | 18 - ...model_applicationgatewayipconfiguration.go | 12 - ...ngatewayipconfigurationpropertiesformat.go | 9 - .../model_applicationgatewaylistener.go | 12 - ...licationgatewaylistenerpropertiesformat.go | 14 - ...pplicationgatewayloaddistributionpolicy.go | 12 - ...yloaddistributionpolicypropertiesformat.go | 10 - ...pplicationgatewayloaddistributiontarget.go | 12 - ...yloaddistributiontargetpropertiesformat.go | 9 - .../model_applicationgatewayondemandprobe.go | 15 - .../model_applicationgatewaypathrule.go | 12 - ...licationgatewaypathrulepropertiesformat.go | 15 - ...icationgatewayprivateendpointconnection.go | 12 - ...ewayprivateendpointconnectionproperties.go | 11 - ...licationgatewayprivatelinkconfiguration.go | 12 - ...tewayprivatelinkconfigurationproperties.go | 9 - ...cationgatewayprivatelinkipconfiguration.go | 12 - ...wayprivatelinkipconfigurationproperties.go | 12 - .../model_applicationgatewayprobe.go | 12 - ...licationgatewayprobehealthresponsematch.go | 9 - ...applicationgatewayprobepropertiesformat.go | 19 - ...odel_applicationgatewaypropertiesformat.go | 43 - ...applicationgatewayredirectconfiguration.go | 12 - ...ayredirectconfigurationpropertiesformat.go | 15 - ...el_applicationgatewayrequestroutingrule.go | 12 - ...tewayrequestroutingrulepropertiesformat.go | 17 - .../model_applicationgatewayrewriterule.go | 11 - ..._applicationgatewayrewriteruleactionset.go | 10 - .../model_applicationgatewayrewriteruleset.go | 11 - ...ongatewayrewriterulesetpropertiesformat.go | 9 - .../model_applicationgatewayroutingrule.go | 12 - ...ationgatewayroutingrulepropertiesformat.go | 13 - .../model_applicationgatewaysku.go | 10 - ...ongatewaysslcertificatepropertiesformat.go | 12 - .../model_applicationgatewaysslpolicy.go | 12 - ...l_applicationgatewaysslpredefinedpolicy.go | 10 - ...ewaysslpredefinedpolicypropertiesformat.go | 9 - .../model_applicationgatewaysslprofile.go | 12 - ...cationgatewaysslprofilepropertiesformat.go | 11 - ...licationgatewaytrustedclientcertificate.go | 12 - ...rustedclientcertificatepropertiesformat.go | 11 - ...pplicationgatewaytrustedrootcertificate.go | 12 - ...ytrustedrootcertificatepropertiesformat.go | 10 - ...odel_applicationgatewayurlconfiguration.go | 10 - .../model_applicationgatewayurlpathmap.go | 12 - ...cationgatewayurlpathmappropertiesformat.go | 14 - ...ewaywebapplicationfirewallconfiguration.go | 17 - .../model_applicationsecuritygroup.go | 14 - ...pplicationsecuritygrouppropertiesformat.go | 9 - .../model_backendaddresspool.go | 12 - ...odel_backendaddresspoolpropertiesformat.go | 19 - .../model_customdnsconfigpropertiesformat.go | 9 - .../applicationgateways/model_ddossettings.go | 9 - .../applicationgateways/model_delegation.go | 12 - .../applicationgateways/model_flowlog.go | 14 - .../model_flowlogformatparameters.go | 9 - .../model_flowlogpropertiesformat.go | 15 - .../model_frontendipconfiguration.go | 17 - ...frontendipconfigurationpropertiesformat.go | 19 - ...odel_gatewayloadbalancertunnelinterface.go | 11 - .../model_inboundnatrule.go | 12 - .../model_inboundnatrulepropertiesformat.go | 19 - .../model_ipconfiguration.go | 11 - .../model_ipconfigurationprofile.go | 12 - ..._ipconfigurationprofilepropertiesformat.go | 9 - .../model_ipconfigurationpropertiesformat.go | 12 - .../applicationgateways/model_iptag.go | 9 - .../model_loadbalancerbackendaddress.go | 9 - ...dbalancerbackendaddresspropertiesformat.go | 14 - .../applicationgateways/model_natgateway.go | 20 - .../model_natgatewaypropertiesformat.go | 13 - .../model_natruleportmapping.go | 10 - .../model_networkinterface.go | 19 - .../model_networkinterfacednssettings.go | 12 - .../model_networkinterfaceipconfiguration.go | 12 - ...gurationprivatelinkconnectionproperties.go | 10 - ...nterfaceipconfigurationpropertiesformat.go | 21 - .../model_networkinterfacepropertiesformat.go | 29 - .../model_networkinterfacetapconfiguration.go | 12 - ...terfacetapconfigurationpropertiesformat.go | 9 - .../model_networksecuritygroup.go | 14 - ...el_networksecuritygrouppropertiesformat.go | 15 - .../model_privateendpoint.go | 19 - .../model_privateendpointconnection.go | 12 - ...del_privateendpointconnectionproperties.go | 12 - .../model_privateendpointipconfiguration.go | 11 - ...rivateendpointipconfigurationproperties.go | 10 - .../model_privateendpointproperties.go | 16 - .../model_privatelinkservice.go | 19 - .../model_privatelinkserviceconnection.go | 12 - ..._privatelinkserviceconnectionproperties.go | 12 - ...model_privatelinkserviceconnectionstate.go | 10 - ...model_privatelinkserviceipconfiguration.go | 12 - ...atelinkserviceipconfigurationproperties.go | 13 - .../model_privatelinkserviceproperties.go | 17 - .../model_publicipaddress.go | 22 - .../model_publicipaddressdnssettings.go | 11 - .../model_publicipaddresspropertiesformat.go | 23 - .../model_publicipaddresssku.go | 9 - .../model_resourcenavigationlink.go | 12 - .../model_resourcenavigationlinkformat.go | 10 - .../model_retentionpolicyparameters.go | 9 - .../applicationgateways/model_route.go | 12 - .../model_routepropertiesformat.go | 12 - .../applicationgateways/model_routetable.go | 14 - .../model_routetablepropertiesformat.go | 12 - .../applicationgateways/model_securityrule.go | 12 - .../model_securityrulepropertiesformat.go | 23 - .../model_serviceassociationlink.go | 12 - ..._serviceassociationlinkpropertiesformat.go | 12 - ...model_servicedelegationpropertiesformat.go | 10 - .../model_serviceendpointpolicy.go | 15 - .../model_serviceendpointpolicydefinition.go | 12 - ...ndpointpolicydefinitionpropertiesformat.go | 11 - ...l_serviceendpointpolicypropertiesformat.go | 13 - .../model_serviceendpointpropertiesformat.go | 10 - .../applicationgateways/model_subnet.go | 12 - .../model_subnetpropertiesformat.go | 27 - ...trafficanalyticsconfigurationproperties.go | 12 - .../model_trafficanalyticsproperties.go | 8 - .../model_virtualnetworktap.go | 14 - ...model_virtualnetworktappropertiesformat.go | 13 - .../applicationgateways/predicates.go | 55 - .../2023-09-01/applicationgateways/version.go | 12 - .../model_connectionmonitorendpoint.go | 14 - .../networkvirtualappliances/constants.go | 98 - .../model_inboundsecurityrules.go | 10 - .../model_virtualappliancenicproperties.go | 11 - .../model_applicationgatewaysku.go | 10 - .../model_policysettings.go | 18 - .../adminrulecollections/README.md | 6 +- .../adminrulecollections/client.go | 0 .../adminrulecollections/constants.go | 0 .../adminrulecollections/id_rulecollection.go | 0 .../id_securityadminconfiguration.go | 0 .../method_createorupdate.go | 0 .../adminrulecollections/method_delete.go | 0 .../adminrulecollections/method_get.go | 0 .../adminrulecollections/method_list.go | 0 .../model_adminrulecollection.go | 0 ...del_adminrulecollectionpropertiesformat.go | 0 .../model_networkmanagersecuritygroupitem.go | 0 .../adminrulecollections/predicates.go | 0 .../adminrulecollections/version.go | 2 +- .../adminrules/README.md | 6 +- .../adminrules/client.go | 0 .../adminrules/constants.go | 0 .../adminrules/id_rule.go | 0 .../adminrules/id_rulecollection.go | 0 .../adminrules/method_createorupdate.go | 0 .../adminrules/method_delete.go | 0 .../adminrules/method_get.go | 0 .../adminrules/method_list.go | 0 .../adminrules/model_addressprefixitem.go | 0 .../adminrules/model_adminpropertiesformat.go | 0 .../adminrules/model_adminrule.go | 0 .../adminrules/model_baseadminrule.go | 0 .../model_defaultadminpropertiesformat.go | 0 .../adminrules/model_defaultadminrule.go | 0 .../adminrules/predicates.go | 0 .../adminrules/version.go | 2 +- .../README.md | 6 +- .../client.go | 0 .../constants.go | 41 + .../id_applicationgateway.go | 0 ...icationgatewayprivateendpointconnection.go | 0 .../method_delete.go | 0 .../method_get.go | 0 .../method_list.go | 0 .../method_update.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 ...icationgatewayprivateendpointconnection.go | 0 ...ewayprivateendpointconnectionproperties.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../model_ddossettings.go | 0 .../model_delegation.go | 0 .../model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 1 + .../model_networkinterfacepropertiesformat.go | 0 .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../model_route.go | 0 .../model_routepropertiesformat.go | 0 .../model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../model_subresource.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../predicates.go | 0 .../version.go | 2 +- .../README.md | 6 +- .../client.go | 0 .../id_applicationgateway.go | 0 .../method_list.go | 0 ...l_applicationgatewayprivatelinkresource.go | 0 ...iongatewayprivatelinkresourceproperties.go | 0 .../predicates.go | 0 .../version.go | 2 +- .../README.md | 6 +- .../client.go | 0 .../constants.go | 0 .../id_location.go | 0 .../method_defaultget.go | 0 .../method_get.go | 0 ...plicationgatewayfirewallmanifestruleset.go | 0 .../model_applicationgatewayfirewallrule.go | 0 ...del_applicationgatewayfirewallrulegroup.go | 0 ...tewaywafdynamicmanifestpropertiesresult.go | 0 ...licationgatewaywafdynamicmanifestresult.go | 0 .../model_defaultrulesetpropertyformat.go | 0 .../predicates.go | 0 .../version.go | 2 +- .../applicationsecuritygroups/README.md | 6 +- .../applicationsecuritygroups/client.go | 0 .../applicationsecuritygroups/constants.go | 0 .../id_applicationsecuritygroup.go | 0 .../method_createorupdate.go | 0 .../method_delete.go | 0 .../applicationsecuritygroups/method_get.go | 0 .../applicationsecuritygroups/method_list.go | 0 .../method_listall.go | 0 .../method_updatetags.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_tagsobject.go | 0 .../applicationsecuritygroups/predicates.go | 0 .../applicationsecuritygroups/version.go | 2 +- .../availabledelegations/README.md | 6 +- .../availabledelegations/client.go | 0 .../availabledelegations/id_location.go | 0 .../id_providerlocation.go | 0 .../method_availabledelegationslist.go | 0 ...d_availableresourcegroupdelegationslist.go | 0 .../model_availabledelegation.go | 0 .../availabledelegations/predicates.go | 0 .../availabledelegations/version.go | 2 +- .../availableservicealiases/README.md | 6 +- .../availableservicealiases/client.go | 0 .../availableservicealiases/id_location.go | 0 .../id_providerlocation.go | 0 .../availableservicealiases/method_list.go | 0 .../method_listbyresourcegroup.go | 0 .../model_availableservicealias.go | 0 .../availableservicealiases/predicates.go | 0 .../availableservicealiases/version.go | 2 +- .../azurefirewalls/README.md | 6 +- .../azurefirewalls/client.go | 0 .../azurefirewalls/constants.go | 0 .../azurefirewalls/id_azurefirewall.go | 0 ...ethod_azurefirewallslistlearnedprefixes.go | 0 .../azurefirewalls/method_createorupdate.go | 0 .../azurefirewalls/method_delete.go | 0 .../azurefirewalls/method_get.go | 0 .../azurefirewalls/method_list.go | 0 .../azurefirewalls/method_listall.go | 0 .../azurefirewalls/method_packetcapture.go | 0 .../azurefirewalls/method_updatetags.go | 0 .../azurefirewalls/model_azurefirewall.go | 0 .../model_azurefirewallapplicationrule.go | 0 ..._azurefirewallapplicationrulecollection.go | 0 ...plicationrulecollectionpropertiesformat.go | 0 ...el_azurefirewallapplicationruleprotocol.go | 0 .../model_azurefirewallipconfiguration.go | 0 ...firewallipconfigurationpropertiesformat.go | 0 .../model_azurefirewallipgroups.go | 0 .../model_azurefirewallnatrcaction.go | 0 .../model_azurefirewallnatrule.go | 0 .../model_azurefirewallnatrulecollection.go | 0 ...zurefirewallnatrulecollectionproperties.go | 0 .../model_azurefirewallnetworkrule.go | 0 ...odel_azurefirewallnetworkrulecollection.go | 0 ...llnetworkrulecollectionpropertiesformat.go | 0 .../model_azurefirewallpacketcaptureflags.go | 0 .../model_azurefirewallpacketcapturerule.go | 0 .../model_azurefirewallpropertiesformat.go | 0 .../model_azurefirewallpublicipaddress.go | 0 .../model_azurefirewallrcaction.go | 0 .../azurefirewalls/model_azurefirewallsku.go | 0 .../model_firewallpacketcaptureparameters.go | 0 ...l_firewallpacketcaptureparametersformat.go | 0 .../azurefirewalls/model_hubipaddresses.go | 0 .../model_hubpublicipaddresses.go | 0 .../azurefirewalls/model_ipprefixeslist.go | 0 .../azurefirewalls/model_subresource.go | 0 .../azurefirewalls/model_tagsobject.go | 0 .../azurefirewalls/predicates.go | 0 .../azurefirewalls/version.go | 2 +- .../bastionhosts/README.md | 6 +- .../bastionhosts/client.go | 0 .../bastionhosts/constants.go | 0 .../bastionhosts/id_bastionhost.go | 0 .../bastionhosts/method_createorupdate.go | 0 .../bastionhosts/method_delete.go | 0 .../method_deletebastionshareablelink.go | 0 ...ethod_deletebastionshareablelinkbytoken.go | 0 .../method_disconnectactivesessions.go | 0 .../bastionhosts/method_get.go | 0 .../bastionhosts/method_getactivesessions.go | 0 .../method_getbastionshareablelink.go | 0 .../bastionhosts/method_list.go | 0 .../method_listbyresourcegroup.go | 0 .../method_putbastionshareablelink.go | 0 .../bastionhosts/method_updatetags.go | 0 .../model_bastionactivesession.go | 0 .../bastionhosts/model_bastionhost.go | 0 .../model_bastionhostipconfiguration.go | 0 ...tionhostipconfigurationpropertiesformat.go | 0 .../model_bastionhostpropertiesformat.go | 0 ..._bastionhostpropertiesformatnetworkacls.go | 0 .../bastionhosts/model_bastionsessionstate.go | 0 .../model_bastionshareablelink.go | 0 .../model_bastionshareablelinklistrequest.go | 0 ...el_bastionshareablelinktokenlistrequest.go | 0 .../bastionhosts/model_iprule.go | 0 .../bastionhosts/model_resource.go | 0 .../bastionhosts/model_sessionids.go | 0 .../bastionhosts/model_sku.go | 0 .../bastionhosts/model_subresource.go | 0 .../bastionhosts/model_tagsobject.go | 0 .../bastionhosts/predicates.go | 0 .../bastionhosts/version.go | 2 +- .../bastionshareablelink/README.md | 6 +- .../bastionshareablelink/client.go | 0 .../bastionshareablelink/id_bastionhost.go | 0 .../method_deletebastionshareablelink.go | 0 ...ethod_deletebastionshareablelinkbytoken.go | 0 .../method_getbastionshareablelink.go | 0 .../method_putbastionshareablelink.go | 0 .../model_bastionshareablelink.go | 0 .../model_bastionshareablelinklistrequest.go | 0 ...el_bastionshareablelinktokenlistrequest.go | 0 .../bastionshareablelink/model_resource.go | 0 .../bastionshareablelink/predicates.go | 0 .../bastionshareablelink/version.go | 2 +- .../bgpservicecommunities/README.md | 6 +- .../bgpservicecommunities/client.go | 0 .../bgpservicecommunities/method_list.go | 0 .../model_bgpcommunity.go | 0 .../model_bgpservicecommunity.go | 0 ...del_bgpservicecommunitypropertiesformat.go | 0 .../bgpservicecommunities/predicates.go | 0 .../bgpservicecommunities/version.go | 2 +- .../checkdnsavailabilities/README.md | 6 +- .../checkdnsavailabilities/client.go | 0 .../checkdnsavailabilities/id_location.go | 0 .../method_checkdnsnameavailability.go | 0 .../model_dnsnameavailabilityresult.go | 0 .../checkdnsavailabilities/version.go | 2 +- .../{2023-09-01 => 2023-11-01}/client.go | 216 +- .../cloudservicepublicipaddresses/README.md | 6 +- .../cloudservicepublicipaddresses/client.go | 0 .../constants.go | 84 +- .../id_providercloudservice.go | 0 ...addressesgetcloudservicepublicipaddress.go | 0 ...resseslistcloudservicepublicipaddresses.go | 0 ...oudserviceroleinstancepublicipaddresses.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../model_ddossettings.go | 0 .../model_delegation.go | 0 .../model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 1 + .../model_networkinterfacepropertiesformat.go | 0 .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../model_route.go | 0 .../model_routepropertiesformat.go | 0 .../model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../model_subresource.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../predicates.go | 0 .../cloudservicepublicipaddresses/version.go | 2 +- .../connectionmonitors/README.md | 6 +- .../connectionmonitors/client.go | 0 .../connectionmonitors/constants.go | 3 + .../id_connectionmonitor.go | 0 .../connectionmonitors/id_networkwatcher.go | 0 .../method_createorupdate.go | 0 .../connectionmonitors/method_delete.go | 0 .../connectionmonitors/method_get.go | 0 .../connectionmonitors/method_list.go | 0 .../connectionmonitors/method_query.go | 0 .../connectionmonitors/method_start.go | 0 .../connectionmonitors/method_stop.go | 0 .../connectionmonitors/method_updatetags.go | 0 .../model_connectionmonitor.go | 0 .../model_connectionmonitordestination.go | 0 .../model_connectionmonitorendpoint.go | 16 + .../model_connectionmonitorendpointfilter.go | 0 ...del_connectionmonitorendpointfilteritem.go | 0 ...nnectionmonitorendpointlocationdetails.go} | 6 +- .../model_connectionmonitorendpointscope.go | 0 ...odel_connectionmonitorendpointscopeitem.go | 0 ...odel_connectionmonitorhttpconfiguration.go | 0 ...odel_connectionmonitoricmpconfiguration.go | 0 .../model_connectionmonitorlistresult.go | 0 .../model_connectionmonitoroutput.go | 0 .../model_connectionmonitorparameters.go | 0 .../model_connectionmonitorqueryresult.go | 0 .../model_connectionmonitorresult.go | 0 ...model_connectionmonitorresultproperties.go | 0 .../model_connectionmonitorsource.go | 0 ...model_connectionmonitorsuccessthreshold.go | 0 ...model_connectionmonitortcpconfiguration.go | 0 ...odel_connectionmonitortestconfiguration.go | 0 .../model_connectionmonitortestgroup.go | 0 ...odel_connectionmonitorworkspacesettings.go | 0 .../model_connectionstatesnapshot.go | 0 .../model_connectivityhop.go | 0 .../model_connectivityissue.go | 0 .../connectionmonitors/model_hoplink.go | 0 .../model_hoplinkproperties.go | 0 .../connectionmonitors/model_httpheader.go | 0 .../connectionmonitors/model_tagsobject.go | 0 .../connectionmonitors/version.go | 2 +- .../connectivityconfigurations/README.md | 6 +- .../connectivityconfigurations/client.go | 0 .../connectivityconfigurations/constants.go | 0 .../id_connectivityconfiguration.go | 0 .../id_networkmanager.go | 0 .../method_createorupdate.go | 0 .../method_delete.go | 0 .../connectivityconfigurations/method_get.go | 0 .../connectivityconfigurations/method_list.go | 0 .../model_connectivityconfiguration.go | 0 ...del_connectivityconfigurationproperties.go | 0 .../model_connectivitygroupitem.go | 0 .../connectivityconfigurations/model_hub.go | 0 .../connectivityconfigurations/predicates.go | 0 .../connectivityconfigurations/version.go | 2 +- .../customipprefixes/README.md | 6 +- .../customipprefixes/client.go | 0 .../customipprefixes/constants.go | 0 .../customipprefixes/id_customipprefix.go | 0 .../customipprefixes/method_createorupdate.go | 0 .../customipprefixes/method_delete.go | 0 .../customipprefixes/method_get.go | 0 .../customipprefixes/method_list.go | 0 .../customipprefixes/method_listall.go | 0 .../customipprefixes/method_updatetags.go | 0 .../customipprefixes/model_customipprefix.go | 0 .../model_customipprefixpropertiesformat.go | 0 .../customipprefixes/model_subresource.go | 0 .../customipprefixes/model_tagsobject.go | 0 .../customipprefixes/predicates.go | 0 .../customipprefixes/version.go | 2 +- .../ddoscustompolicies/README.md | 6 +- .../ddoscustompolicies/client.go | 0 .../ddoscustompolicies/constants.go | 0 .../ddoscustompolicies/id_ddoscustompolicy.go | 0 .../method_createorupdate.go | 0 .../ddoscustompolicies/method_delete.go | 0 .../ddoscustompolicies/method_get.go | 0 .../ddoscustompolicies/method_updatetags.go | 0 .../model_ddoscustompolicy.go | 0 .../model_ddoscustompolicypropertiesformat.go | 0 .../ddoscustompolicies/model_tagsobject.go | 0 .../ddoscustompolicies/version.go | 2 +- .../ddosprotectionplans/README.md | 6 +- .../ddosprotectionplans/client.go | 0 .../ddosprotectionplans/constants.go | 0 .../id_ddosprotectionplan.go | 0 .../method_createorupdate.go | 0 .../ddosprotectionplans/method_delete.go | 0 .../ddosprotectionplans/method_get.go | 0 .../ddosprotectionplans/method_list.go | 0 .../method_listbyresourcegroup.go | 0 .../ddosprotectionplans/method_updatetags.go | 0 .../model_ddosprotectionplan.go | 0 ...odel_ddosprotectionplanpropertiesformat.go | 0 .../ddosprotectionplans/model_subresource.go | 0 .../ddosprotectionplans/model_tagsobject.go | 0 .../ddosprotectionplans/predicates.go | 0 .../ddosprotectionplans/version.go | 2 +- .../dscpconfiguration/README.md | 6 +- .../dscpconfiguration/client.go | 0 .../dscpconfiguration/constants.go | 41 + .../dscpconfiguration/id_dscpconfiguration.go | 0 .../method_createorupdate.go | 0 .../dscpconfiguration/method_delete.go | 0 .../dscpconfiguration/method_get.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../dscpconfiguration/model_ddossettings.go | 0 .../dscpconfiguration/model_delegation.go | 0 .../model_dscpconfiguration.go | 0 ...model_dscpconfigurationpropertiesformat.go | 0 .../dscpconfiguration/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../dscpconfiguration/model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../dscpconfiguration/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../dscpconfiguration/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../dscpconfiguration/model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 1 + .../model_networkinterfacepropertiesformat.go | 0 .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 .../dscpconfiguration/model_qosdefinition.go | 0 .../dscpconfiguration/model_qosiprange.go | 0 .../dscpconfiguration/model_qosportrange.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../dscpconfiguration/model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../dscpconfiguration/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../dscpconfiguration/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../dscpconfiguration/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../dscpconfiguration/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../dscpconfiguration/model_subresource.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../dscpconfiguration/version.go | 2 +- .../dscpconfigurations/README.md | 6 +- .../dscpconfigurations/client.go | 0 .../dscpconfigurations/constants.go | 41 + .../method_dscpconfigurationlist.go | 0 .../method_dscpconfigurationlistall.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../dscpconfigurations/model_ddossettings.go | 0 .../dscpconfigurations/model_delegation.go | 0 .../model_dscpconfiguration.go | 0 ...model_dscpconfigurationpropertiesformat.go | 0 .../dscpconfigurations/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../dscpconfigurations/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../dscpconfigurations/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../dscpconfigurations/model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 1 + .../model_networkinterfacepropertiesformat.go | 0 .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 .../dscpconfigurations/model_qosdefinition.go | 0 .../dscpconfigurations/model_qosiprange.go | 0 .../dscpconfigurations/model_qosportrange.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../dscpconfigurations/model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../dscpconfigurations/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../dscpconfigurations/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../dscpconfigurations/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../dscpconfigurations/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../dscpconfigurations/model_subresource.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../dscpconfigurations/predicates.go | 0 .../dscpconfigurations/version.go | 2 +- .../endpointservices/README.md | 6 +- .../endpointservices/client.go | 0 .../endpointservices/id_location.go | 0 .../method_availableendpointserviceslist.go | 0 .../model_endpointserviceresult.go | 0 .../endpointservices/predicates.go | 0 .../endpointservices/version.go | 2 +- .../expressroutecircuitarptable/README.md | 6 +- .../expressroutecircuitarptable/client.go | 0 .../id_arptable.go | 0 ...method_expressroutecircuitslistarptable.go | 0 .../model_expressroutecircuitarptable.go | 0 .../expressroutecircuitarptable/predicates.go | 0 .../expressroutecircuitarptable/version.go | 2 +- .../README.md | 6 +- .../client.go | 0 .../constants.go | 0 .../id_authorization.go | 0 .../id_expressroutecircuit.go | 0 .../method_createorupdate.go | 0 .../method_delete.go | 0 .../method_get.go | 0 .../method_list.go | 0 .../model_authorizationpropertiesformat.go | 0 .../model_expressroutecircuitauthorization.go | 0 .../predicates.go | 0 .../version.go | 2 +- .../expressroutecircuitconnections/README.md | 6 +- .../expressroutecircuitconnections/client.go | 0 .../constants.go | 0 .../id_peeringconnection.go | 0 .../method_createorupdate.go | 0 .../method_delete.go | 0 .../method_get.go | 0 .../method_list.go | 0 .../model_expressroutecircuitconnection.go | 0 ...sroutecircuitconnectionpropertiesformat.go | 0 .../model_ipv6circuitconnectionconfig.go | 0 .../model_subresource.go | 0 .../predicates.go | 0 .../expressroutecircuitconnections/version.go | 2 +- .../expressroutecircuitpeerings/README.md | 6 +- .../expressroutecircuitpeerings/client.go | 0 .../expressroutecircuitpeerings/constants.go | 0 .../id_expressroutecircuit.go | 0 .../method_createorupdate.go | 0 .../method_delete.go | 0 .../expressroutecircuitpeerings/method_get.go | 0 .../method_list.go | 0 .../model_expressroutecircuitconnection.go | 0 ...sroutecircuitconnectionpropertiesformat.go | 0 .../model_expressroutecircuitpeering.go | 0 .../model_expressroutecircuitpeeringconfig.go | 0 ...ressroutecircuitpeeringpropertiesformat.go | 0 .../model_expressroutecircuitstats.go | 0 .../model_expressrouteconnectionid.go | 0 .../model_ipv6circuitconnectionconfig.go | 0 ...el_ipv6expressroutecircuitpeeringconfig.go | 0 ...model_peerexpressroutecircuitconnection.go | 0 ...sroutecircuitconnectionpropertiesformat.go | 0 .../model_subresource.go | 0 .../expressroutecircuitpeerings/predicates.go | 0 .../expressroutecircuitpeerings/version.go | 2 +- .../expressroutecircuitroutestable/README.md | 6 +- .../expressroutecircuitroutestable/client.go | 0 .../id_peeringroutetable.go | 0 ...hod_expressroutecircuitslistroutestable.go | 0 .../model_expressroutecircuitroutestable.go | 0 .../predicates.go | 0 .../expressroutecircuitroutestable/version.go | 2 +- .../README.md | 6 +- .../client.go | 0 .../id_routetablessummary.go | 0 ...ressroutecircuitslistroutestablesummary.go | 0 ...l_expressroutecircuitroutestablesummary.go | 0 .../predicates.go | 0 .../version.go | 2 +- .../expressroutecircuits/README.md | 6 +- .../expressroutecircuits/client.go | 0 .../expressroutecircuits/constants.go | 0 .../id_expressroutecircuit.go | 0 .../method_createorupdate.go | 0 .../expressroutecircuits/method_delete.go | 0 .../expressroutecircuits/method_get.go | 0 .../expressroutecircuits/method_list.go | 0 .../expressroutecircuits/method_listall.go | 0 .../expressroutecircuits/method_updatetags.go | 0 .../model_authorizationpropertiesformat.go | 0 .../model_expressroutecircuit.go | 0 .../model_expressroutecircuitauthorization.go | 0 .../model_expressroutecircuitconnection.go | 0 ...sroutecircuitconnectionpropertiesformat.go | 0 .../model_expressroutecircuitpeering.go | 0 .../model_expressroutecircuitpeeringconfig.go | 0 ...ressroutecircuitpeeringpropertiesformat.go | 0 ...del_expressroutecircuitpropertiesformat.go | 1 + ...ssroutecircuitserviceproviderproperties.go | 0 .../model_expressroutecircuitsku.go | 0 .../model_expressroutecircuitstats.go | 0 .../model_expressrouteconnectionid.go | 0 .../model_ipv6circuitconnectionconfig.go | 0 ...el_ipv6expressroutecircuitpeeringconfig.go | 0 ...model_peerexpressroutecircuitconnection.go | 0 ...sroutecircuitconnectionpropertiesformat.go | 0 .../expressroutecircuits/model_subresource.go | 0 .../expressroutecircuits/model_tagsobject.go | 0 .../expressroutecircuits/predicates.go | 0 .../expressroutecircuits/version.go | 2 +- .../expressroutecircuitstats/README.md | 6 +- .../expressroutecircuitstats/client.go | 0 .../id_expressroutecircuit.go | 0 ...hod_expressroutecircuitsgetpeeringstats.go | 0 .../method_expressroutecircuitsgetstats.go | 0 .../model_expressroutecircuitstats.go | 0 .../expressroutecircuitstats/version.go | 2 +- .../expressrouteconnections/README.md | 6 +- .../expressrouteconnections/client.go | 0 .../expressrouteconnections/constants.go | 0 .../id_expressrouteconnection.go | 0 .../id_expressroutegateway.go | 0 .../method_createorupdate.go | 0 .../expressrouteconnections/method_delete.go | 0 .../expressrouteconnections/method_get.go | 0 .../expressrouteconnections/method_list.go | 0 .../model_expressroutecircuitpeeringid.go | 0 .../model_expressrouteconnection.go | 0 .../model_expressrouteconnectionlist.go | 0 .../model_expressrouteconnectionproperties.go | 0 .../model_propagatedroutetable.go | 0 .../model_routingconfiguration.go | 0 .../model_staticroute.go | 0 .../model_staticroutesconfig.go | 0 .../model_subresource.go | 0 .../model_vnetroute.go | 0 .../expressrouteconnections/version.go | 2 +- .../README.md | 6 +- .../client.go | 0 .../id_peeringarptable.go | 0 ...xpressroutecrossconnectionslistarptable.go | 0 .../model_expressroutecircuitarptable.go | 0 .../predicates.go | 0 .../version.go | 2 +- .../README.md | 6 +- .../client.go | 0 .../constants.go | 0 .../id_expressroutecrossconnection.go | 0 .../id_peering.go | 0 .../method_createorupdate.go | 0 .../method_delete.go | 0 .../method_get.go | 0 .../method_list.go | 0 .../model_expressroutecircuitpeeringconfig.go | 0 ...odel_expressroutecrossconnectionpeering.go | 0 ...ssroutecrossconnectionpeeringproperties.go | 0 ...el_ipv6expressroutecircuitpeeringconfig.go | 0 .../model_subresource.go | 0 .../predicates.go | 0 .../version.go | 2 +- .../README.md | 6 +- .../client.go | 0 ...ssroutecrossconnectionpeeringroutetable.go | 0 ...essroutecrossconnectionslistroutestable.go | 0 .../model_expressroutecircuitroutestable.go | 0 .../predicates.go | 0 .../version.go | 2 +- .../README.md | 6 +- .../client.go | 0 .../id_peeringroutetablessummary.go | 0 ...ecrossconnectionslistroutestablesummary.go | 0 ...sroutecrossconnectionroutestablesummary.go | 0 .../predicates.go | 0 .../version.go | 2 +- .../expressroutecrossconnections/README.md | 6 +- .../expressroutecrossconnections/client.go | 0 .../expressroutecrossconnections/constants.go | 0 .../id_expressroutecrossconnection.go | 0 .../method_createorupdate.go | 0 .../method_get.go | 0 .../method_list.go | 0 .../method_listbyresourcegroup.go | 0 .../method_updatetags.go | 0 .../model_expressroutecircuitpeeringconfig.go | 0 .../model_expressroutecircuitreference.go | 0 .../model_expressroutecrossconnection.go | 0 ...odel_expressroutecrossconnectionpeering.go | 0 ...ssroutecrossconnectionpeeringproperties.go | 0 ...l_expressroutecrossconnectionproperties.go | 0 ...el_ipv6expressroutecircuitpeeringconfig.go | 0 .../model_subresource.go | 0 .../model_tagsobject.go | 0 .../predicates.go | 0 .../expressroutecrossconnections/version.go | 2 +- .../expressroutegateways/README.md | 6 +- .../expressroutegateways/client.go | 0 .../expressroutegateways/constants.go | 0 .../id_expressroutegateway.go | 0 .../method_createorupdate.go | 0 .../expressroutegateways/method_delete.go | 0 .../expressroutegateways/method_get.go | 0 .../method_listbyresourcegroup.go | 0 .../method_listbysubscription.go | 0 .../expressroutegateways/method_updatetags.go | 0 .../model_expressroutecircuitpeeringid.go | 0 .../model_expressrouteconnection.go | 0 .../model_expressrouteconnectionproperties.go | 0 .../model_expressroutegateway.go | 0 .../model_expressroutegatewaylist.go | 0 .../model_expressroutegatewayproperties.go | 0 ...gatewaypropertiesautoscaleconfiguration.go | 0 ...ypropertiesautoscaleconfigurationbounds.go | 0 .../model_propagatedroutetable.go | 0 .../model_routingconfiguration.go | 0 .../expressroutegateways/model_staticroute.go | 0 .../model_staticroutesconfig.go | 0 .../expressroutegateways/model_subresource.go | 0 .../expressroutegateways/model_tagsobject.go | 0 .../model_virtualhubid.go | 0 .../expressroutegateways/model_vnetroute.go | 0 .../expressroutegateways/version.go | 2 +- .../expressroutelinks/README.md | 6 +- .../expressroutelinks/client.go | 0 .../expressroutelinks/constants.go | 0 .../expressroutelinks/id_expressrouteport.go | 0 .../expressroutelinks/id_link.go | 0 .../expressroutelinks/method_get.go | 0 .../expressroutelinks/method_list.go | 0 .../model_expressroutelink.go | 0 .../model_expressroutelinkmacsecconfig.go | 0 .../model_expressroutelinkpropertiesformat.go | 0 .../expressroutelinks/predicates.go | 0 .../expressroutelinks/version.go | 2 +- .../expressrouteportauthorizations/README.md | 6 +- .../expressrouteportauthorizations/client.go | 0 .../constants.go | 0 .../id_expressrouteport.go | 0 .../id_expressrouteportauthorization.go | 0 .../method_createorupdate.go | 0 .../method_delete.go | 0 .../method_get.go | 0 .../method_list.go | 0 .../model_expressrouteportauthorization.go | 0 ...srouteportauthorizationpropertiesformat.go | 0 .../predicates.go | 0 .../expressrouteportauthorizations/version.go | 2 +- .../expressrouteports/README.md | 6 +- .../expressrouteports/client.go | 0 .../expressrouteports/constants.go | 0 .../expressrouteports/id_expressrouteport.go | 0 .../method_createorupdate.go | 0 .../expressrouteports/method_delete.go | 0 .../expressrouteports/method_generateloa.go | 0 .../expressrouteports/method_get.go | 0 .../expressrouteports/method_list.go | 0 .../method_listbyresourcegroup.go | 0 .../expressrouteports/method_updatetags.go | 0 .../model_expressroutelink.go | 0 .../model_expressroutelinkmacsecconfig.go | 0 .../model_expressroutelinkpropertiesformat.go | 0 .../model_expressrouteport.go | 0 .../model_expressrouteportpropertiesformat.go | 0 ...del_generateexpressrouteportsloarequest.go | 0 ...odel_generateexpressrouteportsloaresult.go | 0 .../expressrouteports/model_subresource.go | 0 .../expressrouteports/model_tagsobject.go | 0 .../expressrouteports/predicates.go | 0 .../expressrouteports/version.go | 2 +- .../expressrouteportslocations/README.md | 6 +- .../expressrouteportslocations/client.go | 0 .../expressrouteportslocations/constants.go | 0 .../id_expressrouteportslocation.go | 0 .../expressrouteportslocations/method_get.go | 0 .../expressrouteportslocations/method_list.go | 0 .../model_expressrouteportslocation.go | 0 ...del_expressrouteportslocationbandwidths.go | 0 ...pressrouteportslocationpropertiesformat.go | 0 .../expressrouteportslocations/predicates.go | 0 .../expressrouteportslocations/version.go | 2 +- .../expressrouteproviderports/README.md | 6 +- .../expressrouteproviderports/client.go | 0 .../id_expressrouteproviderport.go | 0 .../method_expressrouteproviderport.go | 0 .../method_locationlist.go | 0 .../model_expressrouteproviderport.go | 0 ...odel_expressrouteproviderportproperties.go | 0 .../expressrouteproviderports/predicates.go | 0 .../expressrouteproviderports/version.go | 2 +- .../expressrouteserviceproviders/README.md | 6 +- .../expressrouteserviceproviders/client.go | 0 .../expressrouteserviceproviders/constants.go | 0 .../method_list.go | 0 .../model_expressrouteserviceprovider.go | 0 ...ssrouteserviceproviderbandwidthsoffered.go | 0 ...essrouteserviceproviderpropertiesformat.go | 0 .../predicates.go | 0 .../expressrouteserviceproviders/version.go | 2 +- .../firewallpolicies/README.md | 124 +- .../firewallpolicies/client.go | 0 .../firewallpolicies/constants.go | 252 ++ .../firewallpolicies/id_firewallpolicy.go | 0 .../id_rulecollectiongroup.go | 139 ++ .../firewallpolicies/method_createorupdate.go | 0 .../firewallpolicies/method_delete.go | 0 ...method_firewallpolicydeploymentsdeploy.go} | 21 +- ...hod_firewallpolicydraftscreateorupdate.go} | 18 +- .../method_firewallpolicydraftsdelete.go} | 22 +- .../method_firewallpolicydraftsget.go} | 15 +- ...allpolicyidpssignaturesfiltervalueslist.go | 0 ...method_firewallpolicyidpssignatureslist.go | 0 ...irewallpolicyidpssignaturesoverridesget.go | 0 ...rewallpolicyidpssignaturesoverrideslist.go | 0 ...ewallpolicyidpssignaturesoverridespatch.go | 0 ...irewallpolicyidpssignaturesoverridesput.go | 0 ...ulecollectiongroupdraftscreateorupdate.go} | 22 +- ...lpolicyrulecollectiongroupdraftsdelete.go} | 22 +- ...wallpolicyrulecollectiongroupdraftsget.go} | 15 +- .../firewallpolicies/method_get.go | 0 .../firewallpolicies/method_list.go | 0 .../firewallpolicies/method_listall.go | 0 .../firewallpolicies/method_updatetags.go | 0 .../firewallpolicies/model_applicationrule.go | 52 + .../firewallpolicies/model_dnssettings.go | 0 .../firewallpolicies/model_explicitproxy.go | 0 .../firewallpolicies/model_filteritems.go | 0 .../firewallpolicies/model_firewallpolicy.go | 0 ...odel_firewallpolicycertificateauthority.go | 0 .../model_firewallpolicydraft.go | 13 + .../model_firewallpolicydraftproperties.go | 16 + ...odel_firewallpolicyfilterrulecollection.go | 81 + ...rewallpolicyfilterrulecollectionaction.go} | 6 +- ...model_firewallpolicyhttpheadertoinsert.go} | 4 +- .../model_firewallpolicyinsights.go | 0 .../model_firewallpolicyintrusiondetection.go | 0 ...iondetectionbypasstrafficspecifications.go | 0 ...llpolicyintrusiondetectionconfiguration.go | 0 ...ntrusiondetectionsignaturespecification.go | 0 ...del_firewallpolicyloganalyticsresources.go | 0 ...del_firewallpolicyloganalyticsworkspace.go | 0 .../model_firewallpolicynatrulecollection.go | 81 + ..._firewallpolicynatrulecollectionaction.go} | 6 +- .../model_firewallpolicypropertiesformat.go | 0 .../model_firewallpolicyrule.go | 69 + ...l_firewallpolicyruleapplicationprotocol.go | 9 + .../model_firewallpolicyrulecollection.go | 61 + ...firewallpolicyrulecollectiongroupdraft.go} | 7 +- ...olicyrulecollectiongroupdraftproperties.go | 51 + .../model_firewallpolicysku.go | 0 .../model_firewallpolicysnat.go | 0 .../model_firewallpolicysql.go | 0 ...odel_firewallpolicythreatintelwhitelist.go | 0 .../model_firewallpolicytransportsecurity.go | 0 .../firewallpolicies/model_idpsqueryobject.go | 0 .../firewallpolicies/model_natrule.go | 50 + .../firewallpolicies/model_networkrule.go | 49 + .../firewallpolicies/model_orderby.go | 0 .../firewallpolicies/model_queryresults.go | 0 ...del_signatureoverridesfiltervaluesquery.go | 0 ..._signatureoverridesfiltervaluesresponse.go | 0 .../model_signaturesoverrides.go | 0 .../model_signaturesoverrideslist.go | 0 .../model_signaturesoverridesproperties.go | 0 .../model_singlequeryresult.go | 0 .../firewallpolicies/model_subresource.go | 0 .../firewallpolicies/model_tagsobject.go | 0 .../firewallpolicies/predicates.go | 0 .../firewallpolicies/version.go | 2 +- .../README.md | 6 +- .../client.go | 0 .../constants.go | 0 .../id_firewallpolicy.go | 0 .../id_rulecollectiongroup.go | 0 .../method_createorupdate.go | 0 .../method_delete.go | 0 .../method_get.go | 0 .../method_list.go | 0 .../model_applicationrule.go | 0 ...odel_firewallpolicyfilterrulecollection.go | 0 ...irewallpolicyfilterrulecollectionaction.go | 0 .../model_firewallpolicyhttpheadertoinsert.go | 0 .../model_firewallpolicynatrulecollection.go | 0 ...l_firewallpolicynatrulecollectionaction.go | 0 .../model_firewallpolicyrule.go | 0 ...l_firewallpolicyruleapplicationprotocol.go | 0 .../model_firewallpolicyrulecollection.go | 0 ...model_firewallpolicyrulecollectiongroup.go | 0 ...wallpolicyrulecollectiongroupproperties.go | 0 .../model_natrule.go | 0 .../model_networkrule.go | 0 .../predicates.go | 0 .../version.go | 2 +- .../flowlogs/README.md | 6 +- .../flowlogs/client.go | 0 .../flowlogs/constants.go | 0 .../flowlogs/id_flowlog.go | 0 .../flowlogs/id_networkwatcher.go | 0 .../flowlogs/method_createorupdate.go | 0 .../flowlogs/method_delete.go | 0 .../flowlogs/method_get.go | 0 .../flowlogs/method_list.go | 0 .../flowlogs/method_updatetags.go | 0 .../flowlogs/model_flowlog.go | 0 .../flowlogs/model_flowlogformatparameters.go | 0 .../flowlogs/model_flowlogpropertiesformat.go | 0 .../model_retentionpolicyparameters.go | 0 .../flowlogs/model_tagsobject.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../flowlogs/predicates.go | 0 .../flowlogs/version.go | 2 +- .../ipallocations/README.md | 6 +- .../ipallocations/client.go | 0 .../ipallocations/constants.go | 0 .../ipallocations/id_ipallocation.go | 0 .../ipallocations/method_createorupdate.go | 0 .../ipallocations/method_delete.go | 0 .../ipallocations/method_get.go | 0 .../ipallocations/method_list.go | 0 .../method_listbyresourcegroup.go | 0 .../ipallocations/method_updatetags.go | 0 .../ipallocations/model_ipallocation.go | 0 .../model_ipallocationpropertiesformat.go | 0 .../ipallocations/model_subresource.go | 0 .../ipallocations/model_tagsobject.go | 0 .../ipallocations/predicates.go | 0 .../ipallocations/version.go | 2 +- .../ipgroups/README.md | 6 +- .../ipgroups/client.go | 0 .../ipgroups/constants.go | 0 .../ipgroups/id_ipgroup.go | 0 .../ipgroups/method_createorupdate.go | 0 .../ipgroups/method_delete.go | 0 .../ipgroups/method_get.go | 0 .../ipgroups/method_list.go | 0 .../ipgroups/method_listbyresourcegroup.go | 0 .../ipgroups/method_updategroups.go | 0 .../ipgroups/model_ipgroup.go | 0 .../ipgroups/model_ipgrouppropertiesformat.go | 0 .../ipgroups/model_subresource.go | 0 .../ipgroups/model_tagsobject.go | 0 .../ipgroups/predicates.go | 0 .../ipgroups/version.go | 2 +- .../loadbalancers/README.md | 6 +- .../loadbalancers/client.go | 0 .../loadbalancers/constants.go | 41 + .../loadbalancers/id_backendaddresspool.go | 0 .../id_frontendipconfiguration.go | 0 .../loadbalancers/id_inboundnatrule.go | 0 .../loadbalancers/id_loadbalancer.go | 0 .../id_loadbalancerbackendaddresspool.go | 0 .../loadbalancers/id_loadbalancingrule.go | 0 .../loadbalancers/id_location.go | 0 .../loadbalancers/id_outboundrule.go | 0 .../loadbalancers/id_probe.go | 0 .../loadbalancers/id_providerloadbalancer.go | 0 .../loadbalancers/method_createorupdate.go | 0 .../loadbalancers/method_delete.go | 0 .../loadbalancers/method_get.go | 0 .../method_inboundnatrulescreateorupdate.go | 0 .../method_inboundnatrulesdelete.go | 0 .../method_inboundnatrulesget.go | 0 .../method_inboundnatruleslist.go | 0 .../loadbalancers/method_list.go | 0 .../loadbalancers/method_listall.go | 0 .../method_listinboundnatruleportmappings.go | 0 ...lancerbackendaddresspoolscreateorupdate.go | 0 ...d_loadbalancerbackendaddresspoolsdelete.go | 0 ...thod_loadbalancerbackendaddresspoolsget.go | 0 ...hod_loadbalancerbackendaddresspoolslist.go | 0 ...loadbalancerfrontendipconfigurationsget.go | 0 ...oadbalancerfrontendipconfigurationslist.go | 0 ...ethod_loadbalancerloadbalancingrulesget.go | 0 ...thod_loadbalancerloadbalancingruleslist.go | 0 ...ethod_loadbalancernetworkinterfaceslist.go | 0 .../method_loadbalanceroutboundrulesget.go | 0 .../method_loadbalanceroutboundruleslist.go | 0 .../method_loadbalancerprobesget.go | 0 .../method_loadbalancerprobeslist.go | 0 .../loadbalancers/method_migratetoipbased.go | 0 .../method_swappublicipaddresses.go | 0 .../loadbalancers/method_updatetags.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 ...ackendaddressinboundnatruleportmappings.go | 0 .../loadbalancers/model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../loadbalancers/model_ddossettings.go | 0 .../loadbalancers/model_delegation.go | 0 .../loadbalancers/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../loadbalancers/model_inboundnatpool.go | 0 .../model_inboundnatpoolpropertiesformat.go | 0 .../loadbalancers/model_inboundnatrule.go | 0 .../model_inboundnatruleportmapping.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../loadbalancers/model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../loadbalancers/model_iptag.go | 0 .../loadbalancers/model_loadbalancer.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../model_loadbalancerpropertiesformat.go | 0 .../loadbalancers/model_loadbalancersku.go | 0 .../model_loadbalancervipswaprequest.go | 0 ...ervipswaprequestfrontendipconfiguration.go | 0 ...equestfrontendipconfigurationproperties.go | 0 .../loadbalancers/model_loadbalancingrule.go | 0 ...model_loadbalancingrulepropertiesformat.go | 0 .../loadbalancers/model_migratedpools.go | 0 ...del_migrateloadbalancertoipbasedrequest.go | 0 .../loadbalancers/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../loadbalancers/model_natgatewaysku.go | 0 .../loadbalancers/model_natruleportmapping.go | 0 .../loadbalancers/model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 1 + .../model_networkinterfacepropertiesformat.go | 0 .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../loadbalancers/model_outboundrule.go | 0 .../model_outboundrulepropertiesformat.go | 0 .../loadbalancers/model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../loadbalancers/model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../loadbalancers/model_probe.go | 0 .../model_probepropertiesformat.go | 0 .../loadbalancers/model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../loadbalancers/model_publicipaddresssku.go | 0 ...l_queryinboundnatruleportmappingrequest.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../loadbalancers/model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../loadbalancers/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../loadbalancers/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../loadbalancers/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../loadbalancers/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../loadbalancers/model_subresource.go | 0 .../loadbalancers/model_tagsobject.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../loadbalancers/model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../loadbalancers/predicates.go | 0 .../loadbalancers/version.go | 2 +- .../localnetworkgateways/README.md | 6 +- .../localnetworkgateways/client.go | 0 .../localnetworkgateways/constants.go | 0 .../id_localnetworkgateway.go | 0 .../method_createorupdate.go | 0 .../localnetworkgateways/method_delete.go | 0 .../localnetworkgateways/method_get.go | 0 .../localnetworkgateways/method_list.go | 0 .../localnetworkgateways/method_updatetags.go | 0 .../model_addressspace.go | 0 .../localnetworkgateways/model_bgpsettings.go | 0 .../model_ipconfigurationbgppeeringaddress.go | 0 .../model_localnetworkgateway.go | 0 ...del_localnetworkgatewaypropertiesformat.go | 0 .../localnetworkgateways/model_tagsobject.go | 0 .../localnetworkgateways/predicates.go | 0 .../localnetworkgateways/version.go | 2 +- .../natgateways/README.md | 6 +- .../natgateways/client.go | 0 .../natgateways/constants.go | 0 .../natgateways/id_natgateway.go | 0 .../natgateways/method_createorupdate.go | 0 .../natgateways/method_delete.go | 0 .../natgateways/method_get.go | 0 .../natgateways/method_list.go | 0 .../natgateways/method_listall.go | 0 .../natgateways/method_updatetags.go | 0 .../natgateways/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../natgateways/model_natgatewaysku.go | 0 .../natgateways/model_subresource.go | 0 .../natgateways/model_tagsobject.go | 0 .../natgateways/predicates.go | 0 .../natgateways/version.go | 2 +- .../networkgroups/README.md | 6 +- .../networkgroups/client.go | 0 .../networkgroups/constants.go | 0 .../networkgroups/id_networkgroup.go | 0 .../networkgroups/id_networkmanager.go | 0 .../networkgroups/method_createorupdate.go | 0 .../networkgroups/method_delete.go | 0 .../networkgroups/method_get.go | 0 .../networkgroups/method_list.go | 0 .../networkgroups/model_networkgroup.go | 0 .../model_networkgroupproperties.go | 0 .../networkgroups/predicates.go | 0 .../networkgroups/version.go | 2 +- .../networkinterfaces/README.md | 6 +- .../networkinterfaces/client.go | 0 .../networkinterfaces/constants.go | 41 + .../id_providercloudservice.go | 0 .../networkinterfaces/id_roleinstance.go | 0 .../id_roleinstancenetworkinterface.go | 0 .../networkinterfaces/id_tapconfiguration.go | 0 .../networkinterfaces/id_virtualmachine.go | 0 .../id_virtualmachinescaleset.go | 0 .../method_createorupdate.go | 0 .../networkinterfaces/method_delete.go | 0 .../networkinterfaces/method_get.go | 0 .../method_getcloudservicenetworkinterface.go | 0 .../method_geteffectiveroutetable.go | 0 ...etvirtualmachinescalesetipconfiguration.go | 0 ...tvirtualmachinescalesetnetworkinterface.go | 0 .../networkinterfaces/method_list.go | 0 .../networkinterfaces/method_listall.go | 0 ...ethod_listcloudservicenetworkinterfaces.go | 0 ...oudserviceroleinstancenetworkinterfaces.go | 0 ...thod_listeffectivenetworksecuritygroups.go | 0 ...tvirtualmachinescalesetipconfigurations.go | 0 ...virtualmachinescalesetnetworkinterfaces.go | 0 ...rtualmachinescalesetvmnetworkinterfaces.go | 0 ...hod_networkinterfaceipconfigurationsget.go | 0 ...od_networkinterfaceipconfigurationslist.go | 0 ...ethod_networkinterfaceloadbalancerslist.go | 0 ...od_networkinterfacetapconfigurationsget.go | 0 ...d_networkinterfacetapconfigurationslist.go | 0 .../networkinterfaces/method_updatetags.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../networkinterfaces/model_ddossettings.go | 0 .../networkinterfaces/model_delegation.go | 0 .../model_effectivenetworksecuritygroup.go | 0 ...ffectivenetworksecuritygroupassociation.go | 0 .../model_effectivenetworksecurityrule.go | 0 .../networkinterfaces/model_effectiveroute.go | 0 .../networkinterfaces/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../networkinterfaces/model_inboundnatpool.go | 0 .../model_inboundnatpoolpropertiesformat.go | 0 .../networkinterfaces/model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../networkinterfaces/model_iptag.go | 0 .../networkinterfaces/model_loadbalancer.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../model_loadbalancerpropertiesformat.go | 0 .../model_loadbalancersku.go | 0 .../model_loadbalancingrule.go | 0 ...model_loadbalancingrulepropertiesformat.go | 0 .../networkinterfaces/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../networkinterfaces/model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 1 + .../model_networkinterfacepropertiesformat.go | 0 .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../networkinterfaces/model_outboundrule.go | 0 .../model_outboundrulepropertiesformat.go | 0 .../model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../networkinterfaces/model_probe.go | 0 .../model_probepropertiesformat.go | 0 .../model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../networkinterfaces/model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../networkinterfaces/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../networkinterfaces/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../networkinterfaces/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../networkinterfaces/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../networkinterfaces/model_subresource.go | 0 .../networkinterfaces/model_tagsobject.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../networkinterfaces/predicates.go | 0 .../networkinterfaces/version.go | 2 +- .../README.md | 6 +- .../client.go | 0 .../constants.go | 0 .../id_networkmanager.go | 0 .../method_listactivesecurityadminrules.go | 0 .../model_activebasesecurityadminrule.go | 0 .../model_activeconfigurationparameter.go | 0 .../model_activedefaultsecurityadminrule.go | 0 .../model_activesecurityadminrule.go | 0 ...odel_activesecurityadminruleslistresult.go | 0 .../model_addressprefixitem.go | 0 .../model_adminpropertiesformat.go | 0 .../model_configurationgroup.go | 0 .../model_defaultadminpropertiesformat.go | 0 .../model_networkgroupproperties.go | 0 .../model_networkmanagersecuritygroupitem.go | 0 .../version.go | 2 +- .../README.md | 6 +- .../client.go | 0 .../constants.go | 0 .../id_networkmanager.go | 0 ...od_listactiveconnectivityconfigurations.go | 0 .../model_activeconfigurationparameter.go | 0 .../model_activeconnectivityconfiguration.go | 0 ...iveconnectivityconfigurationslistresult.go | 0 .../model_configurationgroup.go | 0 ...del_connectivityconfigurationproperties.go | 0 .../model_connectivitygroupitem.go | 0 .../model_hub.go | 0 .../model_networkgroupproperties.go | 0 .../version.go | 2 +- .../networkmanagerconnections/README.md | 6 +- .../networkmanagerconnections/client.go | 0 .../networkmanagerconnections/constants.go | 0 .../id_networkmanagerconnection.go | 0 .../id_providers2networkmanagerconnection.go | 0 ...networkmanagerconnectionscreateorupdate.go | 0 ...entgroupnetworkmanagerconnectionsdelete.go | 0 ...gementgroupnetworkmanagerconnectionsget.go | 0 ...ementgroupnetworkmanagerconnectionslist.go | 0 ...networkmanagerconnectionscreateorupdate.go | 0 ...criptionnetworkmanagerconnectionsdelete.go | 0 ...ubscriptionnetworkmanagerconnectionsget.go | 0 ...bscriptionnetworkmanagerconnectionslist.go | 0 .../model_networkmanagerconnection.go | 0 ...odel_networkmanagerconnectionproperties.go | 0 .../networkmanagerconnections/predicates.go | 0 .../networkmanagerconnections/version.go | 2 +- .../README.md | 6 +- .../client.go | 0 .../constants.go | 0 ...agereffectiveconnectivityconfigurations.go | 0 .../model_configurationgroup.go | 0 ...del_connectivityconfigurationproperties.go | 0 .../model_connectivitygroupitem.go | 0 ...odel_effectiveconnectivityconfiguration.go | 0 .../model_hub.go | 0 .../model_networkgroupproperties.go | 0 ...tiveconnectivityconfigurationlistresult.go | 0 .../model_queryrequestoptions.go | 0 .../version.go | 2 +- .../README.md | 6 +- .../client.go | 0 .../constants.go | 0 ...tworkmanagereffectivesecurityadminrules.go | 0 .../model_addressprefixitem.go | 0 .../model_adminpropertiesformat.go | 0 .../model_configurationgroup.go | 0 .../model_defaultadminpropertiesformat.go | 0 .../model_effectivebasesecurityadminrule.go | 0 ...model_effectivedefaultsecurityadminrule.go | 0 .../model_effectivesecurityadminrule.go | 0 .../model_networkgroupproperties.go | 0 ...ereffectivesecurityadminruleslistresult.go | 0 .../model_networkmanagersecuritygroupitem.go | 0 .../model_queryrequestoptions.go | 0 .../version.go | 2 +- .../networkmanagers/README.md | 6 +- .../networkmanagers/client.go | 0 .../networkmanagers/constants.go | 0 .../networkmanagers/id_networkmanager.go | 0 .../networkmanagers/method_createorupdate.go | 0 .../networkmanagers/method_delete.go | 0 .../networkmanagers/method_get.go | 0 .../networkmanagers/method_list.go | 0 .../method_listbysubscription.go | 0 .../method_networkmanagercommitspost.go | 0 ...thod_networkmanagerdeploymentstatuslist.go | 0 .../networkmanagers/method_patch.go | 0 .../model_crosstenantscopes.go | 0 .../networkmanagers/model_networkmanager.go | 0 .../model_networkmanagercommit.go | 0 .../model_networkmanagerdeploymentstatus.go | 0 ...etworkmanagerdeploymentstatuslistresult.go | 0 ...networkmanagerdeploymentstatusparameter.go | 0 .../model_networkmanagerproperties.go | 0 ...rkmanagerpropertiesnetworkmanagerscopes.go | 0 .../networkmanagers/model_patchobject.go | 0 .../networkmanagers/predicates.go | 0 .../networkmanagers/version.go | 2 +- .../networkprofiles/README.md | 6 +- .../networkprofiles/client.go | 0 .../networkprofiles/constants.go | 41 + .../networkprofiles/id_networkprofile.go | 0 .../networkprofiles/method_createorupdate.go | 0 .../networkprofiles/method_delete.go | 0 .../networkprofiles/method_get.go | 0 .../networkprofiles/method_list.go | 0 .../networkprofiles/method_listall.go | 0 .../networkprofiles/method_updatetags.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_containernetworkinterface.go | 0 ..._containernetworkinterfaceconfiguration.go | 0 ...kinterfaceconfigurationpropertiesformat.go | 0 ...ontainernetworkinterfaceipconfiguration.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 0 ...ntainernetworkinterfacepropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../networkprofiles/model_ddossettings.go | 0 .../networkprofiles/model_delegation.go | 0 .../networkprofiles/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../networkprofiles/model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../networkprofiles/model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../networkprofiles/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../networkprofiles/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../networkprofiles/model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../networkprofiles/model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 1 + .../model_networkinterfacepropertiesformat.go | 0 .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../networkprofiles/model_networkprofile.go | 0 .../model_networkprofilepropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../networkprofiles/model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../networkprofiles/model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../networkprofiles/model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../networkprofiles/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../networkprofiles/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../networkprofiles/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../networkprofiles/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../networkprofiles/model_subresource.go | 0 .../networkprofiles/model_tagsobject.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../networkprofiles/predicates.go | 0 .../networkprofiles/version.go | 2 +- .../networksecuritygroups/README.md | 6 +- .../networksecuritygroups/client.go | 0 .../networksecuritygroups/constants.go | 41 + .../id_networksecuritygroup.go | 0 .../method_createorupdate.go | 0 .../networksecuritygroups/method_delete.go | 0 .../networksecuritygroups/method_get.go | 0 .../networksecuritygroups/method_list.go | 0 .../networksecuritygroups/method_listall.go | 0 .../method_updatetags.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../model_ddossettings.go | 0 .../networksecuritygroups/model_delegation.go | 0 .../networksecuritygroups/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../networksecuritygroups/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../networksecuritygroups/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 1 + .../model_networkinterfacepropertiesformat.go | 0 .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../networksecuritygroups/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../networksecuritygroups/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../networksecuritygroups/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../model_subresource.go | 0 .../networksecuritygroups/model_tagsobject.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../networksecuritygroups/predicates.go | 0 .../networksecuritygroups/version.go | 2 +- .../networkvirtualappliances/README.md | 23 +- .../networkvirtualappliances/client.go | 0 .../networkvirtualappliances/constants.go | 224 ++ .../id_inboundsecurityrule.go | 0 .../id_networkvirtualappliance.go | 0 .../method_createorupdate.go | 0 .../networkvirtualappliances/method_delete.go | 0 .../networkvirtualappliances/method_get.go | 0 ...ethod_inboundsecurityrulecreateorupdate.go | 0 .../networkvirtualappliances/method_list.go | 0 .../method_listbyresourcegroup.go | 0 .../method_restart.go} | 26 +- .../method_updatetags.go | 0 .../model_delegationproperties.go | 0 .../model_inboundsecurityrule.go | 0 .../model_inboundsecurityruleproperties.go | 5 +- .../model_inboundsecurityrules.go | 13 + ...odel_internetingresspublicipsproperties.go | 0 .../model_networkvirtualappliance.go | 0 ...del_networkvirtualapplianceinstanceids.go} | 6 +- ...networkvirtualappliancepropertiesformat.go | 37 +- ...appliancepropertiesformatnetworkprofile.go | 8 + .../model_partnermanagedresourceproperties.go | 0 .../model_subresource.go | 0 .../model_tagsobject.go | 0 ...virtualapplianceadditionalnicproperties.go | 0 .../model_virtualapplianceipconfiguration.go | 9 + ...tualapplianceipconfigurationproperties.go} | 6 +- ...lappliancenetworkinterfaceconfiguration.go | 9 + ...networkinterfaceconfigurationproperties.go | 8 + .../model_virtualappliancenicproperties.go | 12 + .../model_virtualapplianceskuproperties.go | 0 .../networkvirtualappliances/predicates.go | 0 .../networkvirtualappliances/version.go | 2 +- .../networkwatchers/README.md | 6 +- .../networkwatchers/client.go | 0 .../networkwatchers/constants.go | 0 .../networkwatchers/id_networkwatcher.go | 0 .../method_checkconnectivity.go | 0 .../networkwatchers/method_createorupdate.go | 0 .../networkwatchers/method_delete.go | 0 .../networkwatchers/method_get.go | 0 .../method_getazurereachabilityreport.go | 0 .../method_getflowlogstatus.go | 0 ...ethod_getnetworkconfigurationdiagnostic.go | 0 .../networkwatchers/method_getnexthop.go | 0 .../networkwatchers/method_gettopology.go | 0 .../method_gettroubleshooting.go | 0 .../method_gettroubleshootingresult.go | 0 .../method_getvmsecurityrules.go | 0 .../networkwatchers/method_list.go | 0 .../networkwatchers/method_listall.go | 0 .../method_listavailableproviders.go | 0 .../method_setflowlogconfiguration.go | 0 .../networkwatchers/method_updatetags.go | 0 .../networkwatchers/method_verifyipflow.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_availableproviderslist.go | 0 .../model_availableproviderslistcity.go | 0 .../model_availableproviderslistcountry.go | 0 .../model_availableproviderslistparameters.go | 0 .../model_availableprovidersliststate.go | 0 .../model_azurereachabilityreport.go | 0 .../model_azurereachabilityreportitem.go | 0 ...odel_azurereachabilityreportlatencyinfo.go | 0 .../model_azurereachabilityreportlocation.go | 0 ...model_azurereachabilityreportparameters.go | 0 .../model_connectivitydestination.go | 0 .../networkwatchers/model_connectivityhop.go | 0 .../model_connectivityinformation.go | 0 .../model_connectivityissue.go | 0 .../model_connectivityparameters.go | 0 .../model_connectivitysource.go | 0 .../model_effectivenetworksecurityrule.go | 0 .../model_evaluatednetworksecuritygroup.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowloginformation.go | 0 .../model_flowlogproperties.go | 0 .../model_flowlogstatusparameters.go | 0 .../networkwatchers/model_hoplink.go | 0 .../model_hoplinkproperties.go | 0 .../model_httpconfiguration.go | 0 .../networkwatchers/model_httpheader.go | 0 .../networkwatchers/model_matchedrule.go | 0 ...etworkconfigurationdiagnosticparameters.go | 0 ...l_networkconfigurationdiagnosticprofile.go | 0 ..._networkconfigurationdiagnosticresponse.go | 0 ...el_networkconfigurationdiagnosticresult.go | 0 .../model_networkinterfaceassociation.go | 0 .../model_networksecuritygroupresult.go | 0 ...el_networksecurityrulesevaluationresult.go | 0 .../networkwatchers/model_networkwatcher.go | 0 .../model_networkwatcherlistresult.go | 0 .../model_networkwatcherpropertiesformat.go | 0 .../model_nexthopparameters.go | 0 .../networkwatchers/model_nexthopresult.go | 0 .../model_protocolconfiguration.go | 0 .../model_querytroubleshootingparameters.go | 0 .../model_retentionpolicyparameters.go | 0 .../model_securitygroupnetworkinterface.go | 0 .../model_securitygroupviewparameters.go | 0 .../model_securitygroupviewresult.go | 0 .../networkwatchers/model_securityrule.go | 0 .../model_securityruleassociations.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_subnetassociation.go | 0 .../networkwatchers/model_subresource.go | 0 .../networkwatchers/model_tagsobject.go | 0 .../networkwatchers/model_topology.go | 0 .../model_topologyassociation.go | 0 .../model_topologyparameters.go | 0 .../networkwatchers/model_topologyresource.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_troubleshootingdetails.go | 0 .../model_troubleshootingparameters.go | 0 .../model_troubleshootingproperties.go | 0 ...model_troubleshootingrecommendedactions.go | 0 .../model_troubleshootingresult.go | 0 .../model_verificationipflowparameters.go | 0 .../model_verificationipflowresult.go | 0 .../networkwatchers/version.go | 2 +- .../p2svpngateways/README.md | 6 +- .../p2svpngateways/client.go | 0 .../p2svpngateways/constants.go | 0 .../method_disconnectp2svpnconnections.go | 0 .../method_generatevpnprofile.go | 0 .../method_getp2svpnconnectionhealth.go | 0 ...ethod_getp2svpnconnectionhealthdetailed.go | 0 .../p2svpngateways/method_reset.go | 0 .../p2svpngateways/method_updatetags.go | 0 .../p2svpngateways/model_addressspace.go | 0 .../model_p2sconnectionconfiguration.go | 0 ...el_p2sconnectionconfigurationproperties.go | 0 .../model_p2svpnconnectionhealth.go | 0 .../model_p2svpnconnectionhealthrequest.go | 0 .../model_p2svpnconnectionrequest.go | 0 .../p2svpngateways/model_p2svpngateway.go | 0 .../model_p2svpngatewayproperties.go | 0 .../model_p2svpnprofileparameters.go | 0 .../model_propagatedroutetable.go | 0 .../model_routingconfiguration.go | 0 .../p2svpngateways/model_staticroute.go | 0 .../model_staticroutesconfig.go | 0 .../p2svpngateways/model_subresource.go | 0 .../p2svpngateways/model_tagsobject.go | 0 .../p2svpngateways/model_vnetroute.go | 0 .../model_vpnclientconnectionhealth.go | 0 .../model_vpnprofileresponse.go | 0 ...model_vpnserverconfigurationpolicygroup.go | 0 ...vpnserverconfigurationpolicygroupmember.go | 0 ...erverconfigurationpolicygroupproperties.go | 0 .../p2svpngateways/version.go | 2 +- .../packetcaptures/README.md | 6 +- .../packetcaptures/client.go | 0 .../packetcaptures/constants.go | 0 .../packetcaptures/id_networkwatcher.go | 0 .../packetcaptures/id_packetcapture.go | 0 .../packetcaptures/method_create.go | 0 .../packetcaptures/method_delete.go | 0 .../packetcaptures/method_get.go | 0 .../packetcaptures/method_getstatus.go | 0 .../packetcaptures/method_list.go | 0 .../packetcaptures/method_stop.go | 0 .../packetcaptures/model_packetcapture.go | 0 .../model_packetcapturefilter.go | 0 .../model_packetcapturelistresult.go | 0 .../model_packetcapturemachinescope.go | 0 .../model_packetcaptureparameters.go | 2 + .../model_packetcapturequerystatusresult.go | 0 .../model_packetcaptureresult.go | 0 .../model_packetcaptureresultproperties.go | 2 + .../model_packetcapturesettings.go | 10 + .../model_packetcapturestoragelocation.go | 1 + .../packetcaptures/version.go | 2 +- .../README.md | 6 +- .../client.go | 0 .../constants.go | 0 .../id_peerconnection.go | 0 .../method_get.go | 0 .../method_list.go | 0 ...model_peerexpressroutecircuitconnection.go | 0 ...sroutecircuitconnectionpropertiesformat.go | 0 .../model_subresource.go | 0 .../predicates.go | 0 .../version.go | 2 +- .../privatednszonegroups/README.md | 6 +- .../privatednszonegroups/client.go | 0 .../privatednszonegroups/constants.go | 0 .../id_privatednszonegroup.go | 0 .../id_privateendpoint.go | 0 .../method_createorupdate.go | 0 .../privatednszonegroups/method_delete.go | 0 .../privatednszonegroups/method_get.go | 0 .../privatednszonegroups/method_list.go | 0 .../model_privatednszoneconfig.go | 0 .../model_privatednszonegroup.go | 0 ...del_privatednszonegrouppropertiesformat.go | 0 .../model_privatednszonepropertiesformat.go | 0 .../privatednszonegroups/model_recordset.go | 0 .../privatednszonegroups/predicates.go | 0 .../privatednszonegroups/version.go | 2 +- .../privateendpoints/README.md | 6 +- .../privateendpoints/client.go | 0 .../privateendpoints/constants.go | 41 + .../privateendpoints/id_location.go | 0 .../privateendpoints/id_privateendpoint.go | 0 .../privateendpoints/id_providerlocation.go | 0 ...ethod_availableprivateendpointtypeslist.go | 0 ...privateendpointtypeslistbyresourcegroup.go | 0 .../privateendpoints/method_createorupdate.go | 0 .../privateendpoints/method_delete.go | 0 .../privateendpoints/method_get.go | 0 .../privateendpoints/method_list.go | 0 .../method_listbysubscription.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_availableprivateendpointtype.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../privateendpoints/model_ddossettings.go | 0 .../privateendpoints/model_delegation.go | 0 .../privateendpoints/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../privateendpoints/model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../privateendpoints/model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../privateendpoints/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../privateendpoints/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../privateendpoints/model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 1 + .../model_networkinterfacepropertiesformat.go | 0 .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../privateendpoints/model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../privateendpoints/model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../privateendpoints/model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../privateendpoints/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../privateendpoints/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../privateendpoints/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../privateendpoints/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../privateendpoints/model_subresource.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../privateendpoints/predicates.go | 0 .../privateendpoints/version.go | 2 +- .../privatelinkservice/README.md | 6 +- .../privatelinkservice/client.go | 0 .../privatelinkservice/constants.go | 41 + .../id_privatelinkservice.go | 0 .../method_createorupdate.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../privatelinkservice/model_ddossettings.go | 0 .../privatelinkservice/model_delegation.go | 0 .../privatelinkservice/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../privatelinkservice/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../privatelinkservice/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../privatelinkservice/model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 1 + .../model_networkinterfacepropertiesformat.go | 0 .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../privatelinkservice/model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../privatelinkservice/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../privatelinkservice/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../privatelinkservice/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../privatelinkservice/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../privatelinkservice/model_subresource.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../privatelinkservice/version.go | 2 +- .../privatelinkservices/README.md | 6 +- .../privatelinkservices/client.go | 0 .../privatelinkservices/constants.go | 41 + .../privatelinkservices/id_location.go | 0 .../id_privateendpointconnection.go | 0 .../id_privatelinkservice.go | 0 .../id_providerlocation.go | 0 ...ethod_checkprivatelinkservicevisibility.go | 0 ...atelinkservicevisibilitybyresourcegroup.go | 0 .../privatelinkservices/method_delete.go | 0 .../method_deleteprivateendpointconnection.go | 0 .../privatelinkservices/method_get.go | 0 .../method_getprivateendpointconnection.go | 0 .../privatelinkservices/method_list.go | 0 ...hod_listautoapprovedprivatelinkservices.go | 0 ...rovedprivatelinkservicesbyresourcegroup.go | 0 .../method_listbysubscription.go | 0 .../method_listprivateendpointconnections.go | 0 .../method_updateprivateendpointconnection.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_autoapprovedprivatelinkservice.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 ...heckprivatelinkservicevisibilityrequest.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../privatelinkservices/model_ddossettings.go | 0 .../privatelinkservices/model_delegation.go | 0 .../privatelinkservices/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../privatelinkservices/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../privatelinkservices/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 1 + .../model_networkinterfacepropertiesformat.go | 0 .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../model_privatelinkservicevisibility.go | 0 .../model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../privatelinkservices/model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../privatelinkservices/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../privatelinkservices/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../privatelinkservices/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../privatelinkservices/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../privatelinkservices/model_subresource.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../privatelinkservices/predicates.go | 0 .../privatelinkservices/version.go | 2 +- .../publicipaddresses/README.md | 6 +- .../publicipaddresses/client.go | 0 .../publicipaddresses}/constants.go | 84 +- .../method_createorupdate.go | 0 .../method_ddosprotectionstatus.go | 0 .../publicipaddresses/method_delete.go | 0 .../publicipaddresses/method_get.go | 0 .../publicipaddresses/method_list.go | 0 .../publicipaddresses/method_listall.go | 0 .../publicipaddresses/method_updatetags.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../publicipaddresses/model_ddossettings.go | 0 .../publicipaddresses/model_delegation.go | 0 .../publicipaddresses/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../publicipaddresses/model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../publicipaddresses/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../publicipaddresses/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../publicipaddresses/model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 1 + .../model_networkinterfacepropertiesformat.go | 0 .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 ...odel_publicipddosprotectionstatusresult.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../publicipaddresses/model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../publicipaddresses/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../publicipaddresses/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../publicipaddresses/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../publicipaddresses/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../publicipaddresses/model_subresource.go | 0 .../publicipaddresses/model_tagsobject.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../publicipaddresses/predicates.go | 0 .../publicipaddresses/version.go | 2 +- .../publicipprefixes/README.md | 6 +- .../publicipprefixes/client.go | 0 .../publicipprefixes/constants.go | 0 .../publicipprefixes/id_publicipprefix.go | 0 .../publicipprefixes/method_createorupdate.go | 0 .../publicipprefixes/method_delete.go | 0 .../publicipprefixes/method_get.go | 0 .../publicipprefixes/method_list.go | 0 .../publicipprefixes/method_listall.go | 0 .../publicipprefixes/method_updatetags.go | 0 .../publicipprefixes/model_iptag.go | 0 .../publicipprefixes/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../publicipprefixes/model_natgatewaysku.go | 0 .../publicipprefixes/model_publicipprefix.go | 0 .../model_publicipprefixpropertiesformat.go | 0 .../model_publicipprefixsku.go | 0 .../model_referencedpublicipaddress.go | 0 .../publicipprefixes/model_subresource.go | 0 .../publicipprefixes/model_tagsobject.go | 0 .../publicipprefixes/predicates.go | 0 .../publicipprefixes/version.go | 2 +- .../routefilterrules/README.md | 6 +- .../routefilterrules/client.go | 0 .../routefilterrules/constants.go | 0 .../routefilterrules/id_routefilter.go | 0 .../routefilterrules/id_routefilterrule.go | 0 .../routefilterrules/method_createorupdate.go | 0 .../routefilterrules/method_delete.go | 0 .../routefilterrules/method_get.go | 0 .../method_listbyroutefilter.go | 0 .../routefilterrules/model_routefilterrule.go | 0 .../model_routefilterrulepropertiesformat.go | 0 .../routefilterrules/predicates.go | 0 .../routefilterrules/version.go | 2 +- .../routefilters/README.md | 6 +- .../routefilters/client.go | 0 .../routefilters/constants.go | 0 .../routefilters/id_routefilter.go | 0 .../routefilters/method_createorupdate.go | 0 .../routefilters/method_delete.go | 0 .../routefilters/method_get.go | 0 .../routefilters/method_list.go | 0 .../method_listbyresourcegroup.go | 0 .../routefilters/method_updatetags.go | 0 .../model_expressroutecircuitconnection.go | 0 ...sroutecircuitconnectionpropertiesformat.go | 0 .../model_expressroutecircuitpeering.go | 0 .../model_expressroutecircuitpeeringconfig.go | 0 ...ressroutecircuitpeeringpropertiesformat.go | 0 .../model_expressroutecircuitstats.go | 0 .../model_expressrouteconnectionid.go | 0 .../model_ipv6circuitconnectionconfig.go | 0 ...el_ipv6expressroutecircuitpeeringconfig.go | 0 ...model_peerexpressroutecircuitconnection.go | 0 ...sroutecircuitconnectionpropertiesformat.go | 0 .../routefilters/model_routefilter.go | 0 .../model_routefilterpropertiesformat.go | 0 .../routefilters/model_routefilterrule.go | 0 .../model_routefilterrulepropertiesformat.go | 0 .../routefilters/model_subresource.go | 0 .../routefilters/model_tagsobject.go | 0 .../routefilters/predicates.go | 0 .../routefilters/version.go | 2 +- .../routes/README.md | 6 +- .../routes/client.go | 0 .../routes/constants.go | 0 .../routes/id_route.go | 0 .../routes/id_routetable.go | 0 .../routes/method_createorupdate.go | 0 .../routes/method_delete.go | 0 .../routes/method_get.go | 0 .../routes/method_list.go | 0 .../routes/model_route.go | 0 .../routes/model_routepropertiesformat.go | 0 .../routes/predicates.go | 0 .../routes/version.go | 2 +- .../routetables/README.md | 6 +- .../routetables/client.go | 0 .../routetables/constants.go | 41 + .../routetables/id_routetable.go | 0 .../routetables/method_createorupdate.go | 0 .../routetables/method_delete.go | 0 .../routetables/method_get.go | 0 .../routetables/method_list.go | 0 .../routetables/method_listall.go | 0 .../routetables/method_updatetags.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../routetables/model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../routetables/model_ddossettings.go | 0 .../routetables/model_delegation.go | 0 .../routetables/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../routetables/model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../routetables/model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../routetables/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../routetables/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../routetables/model_natgatewaysku.go | 0 .../routetables/model_natruleportmapping.go | 0 .../routetables/model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 1 + .../model_networkinterfacepropertiesformat.go | 0 .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../routetables/model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../routetables/model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../routetables/model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../routetables/model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../routetables/model_publicipaddresssku.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../routetables/model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../routetables/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../routetables/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../routetables/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../routetables/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../routetables/model_subresource.go | 0 .../routetables/model_tagsobject.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../routetables/model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../routetables/predicates.go | 0 .../routetables/version.go | 2 +- .../scopeconnections/README.md | 6 +- .../scopeconnections/client.go | 0 .../scopeconnections/constants.go | 0 .../scopeconnections/id_networkmanager.go | 0 .../scopeconnections/id_scopeconnection.go | 0 .../scopeconnections/method_createorupdate.go | 0 .../scopeconnections/method_delete.go | 0 .../scopeconnections/method_get.go | 0 .../scopeconnections/method_list.go | 0 .../scopeconnections/model_scopeconnection.go | 0 .../model_scopeconnectionproperties.go | 0 .../scopeconnections/predicates.go | 0 .../scopeconnections/version.go | 2 +- .../securityadminconfigurations/README.md | 6 +- .../securityadminconfigurations/client.go | 0 .../securityadminconfigurations/constants.go | 0 .../id_networkmanager.go | 0 .../id_securityadminconfiguration.go | 0 .../method_createorupdate.go | 0 .../method_delete.go | 0 .../securityadminconfigurations/method_get.go | 0 .../method_list.go | 0 .../model_securityadminconfiguration.go | 0 ...urityadminconfigurationpropertiesformat.go | 0 .../securityadminconfigurations/predicates.go | 0 .../securityadminconfigurations/version.go | 2 +- .../securitypartnerproviders/README.md | 6 +- .../securitypartnerproviders/client.go | 0 .../securitypartnerproviders/constants.go | 0 .../id_securitypartnerprovider.go | 0 .../method_createorupdate.go | 0 .../securitypartnerproviders/method_delete.go | 0 .../securitypartnerproviders/method_get.go | 0 .../securitypartnerproviders/method_list.go | 0 .../method_listbyresourcegroup.go | 0 .../method_updatetags.go | 0 .../model_securitypartnerprovider.go | 0 ...securitypartnerproviderpropertiesformat.go | 0 .../model_subresource.go | 0 .../model_tagsobject.go | 0 .../securitypartnerproviders/predicates.go | 0 .../securitypartnerproviders/version.go | 2 +- .../securityrules/README.md | 6 +- .../securityrules/client.go | 0 .../securityrules/constants.go | 0 .../securityrules/id_defaultsecurityrule.go | 0 .../securityrules/id_networksecuritygroup.go | 0 .../securityrules/id_securityrule.go | 0 .../securityrules/method_createorupdate.go | 0 .../method_defaultsecurityrulesget.go | 0 .../method_defaultsecurityruleslist.go | 0 .../securityrules/method_delete.go | 0 .../securityrules/method_get.go | 0 .../securityrules/method_list.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../securityrules/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../securityrules/predicates.go | 0 .../securityrules/version.go | 2 +- .../serviceendpointpolicies/README.md | 6 +- .../serviceendpointpolicies/client.go | 0 .../serviceendpointpolicies/constants.go | 41 + .../id_serviceendpointpolicy.go | 0 .../method_createorupdate.go | 0 .../serviceendpointpolicies/method_delete.go | 0 .../serviceendpointpolicies/method_get.go | 0 .../serviceendpointpolicies/method_list.go | 0 .../method_listbyresourcegroup.go | 0 .../method_updatetags.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../model_ddossettings.go | 0 .../model_delegation.go | 0 .../serviceendpointpolicies/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../serviceendpointpolicies/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 1 + .../model_networkinterfacepropertiesformat.go | 0 .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../serviceendpointpolicies/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../serviceendpointpolicies/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../model_subresource.go | 0 .../model_tagsobject.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../serviceendpointpolicies/predicates.go | 0 .../serviceendpointpolicies/version.go | 2 +- .../README.md | 6 +- .../client.go | 0 .../constants.go | 0 .../id_serviceendpointpolicy.go | 0 .../id_serviceendpointpolicydefinition.go | 0 .../method_createorupdate.go | 0 .../method_delete.go | 0 .../method_get.go | 0 .../method_listbyresourcegroup.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 .../predicates.go | 0 .../version.go | 2 +- .../servicetags/README.md | 6 +- .../servicetags/client.go | 0 .../servicetags/id_location.go | 0 .../method_servicetaginformationlist.go | 0 .../servicetags/method_servicetagslist.go | 0 .../model_servicetaginformation.go | 0 ...l_servicetaginformationpropertiesformat.go | 0 .../model_servicetagslistresult.go | 0 .../servicetags/predicates.go | 0 .../servicetags/version.go | 2 +- .../staticmembers/README.md | 6 +- .../staticmembers/client.go | 0 .../staticmembers/constants.go | 0 .../staticmembers/id_networkgroup.go | 0 .../staticmembers/id_staticmember.go | 0 .../staticmembers/method_createorupdate.go | 0 .../staticmembers/method_delete.go | 0 .../staticmembers/method_get.go | 0 .../staticmembers/method_list.go | 0 .../staticmembers/model_staticmember.go | 0 .../model_staticmemberproperties.go | 0 .../staticmembers/predicates.go | 0 .../staticmembers/version.go | 2 +- .../subnets/README.md | 6 +- .../subnets/client.go | 0 .../subnets/constants.go | 41 + .../subnets/method_createorupdate.go | 0 .../subnets/method_delete.go | 0 .../subnets/method_get.go | 0 .../subnets/method_list.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../subnets/model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../subnets/model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../subnets/model_ddossettings.go | 0 .../subnets/model_delegation.go | 0 .../subnets/model_flowlog.go | 0 .../subnets/model_flowlogformatparameters.go | 0 .../subnets/model_flowlogpropertiesformat.go | 0 .../subnets/model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../subnets/model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../subnets/model_ipconfiguration.go | 0 .../subnets/model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../subnets/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../subnets/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../subnets/model_natgatewaysku.go | 0 .../subnets/model_natruleportmapping.go | 0 .../subnets/model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 1 + .../model_networkinterfacepropertiesformat.go | 0 .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../subnets/model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../subnets/model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../subnets/model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../subnets/model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../subnets/model_publicipaddresssku.go | 0 .../subnets/model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../subnets/model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../subnets/model_route.go | 0 .../subnets/model_routepropertiesformat.go | 0 .../subnets/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../subnets/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../subnets/model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../subnets/model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../subnets/model_subnet.go | 0 .../subnets/model_subnetpropertiesformat.go | 1 + .../subnets/model_subresource.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../subnets/model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../subnets/predicates.go | 0 .../subnets/version.go | 2 +- .../trafficanalytics/README.md | 6 +- .../trafficanalytics/client.go | 0 .../trafficanalytics/constants.go | 0 .../trafficanalytics/id_networkwatcher.go | 0 .../method_networkwatchersgetflowlogstatus.go | 0 ..._networkwatcherssetflowlogconfiguration.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowloginformation.go | 0 .../model_flowlogproperties.go | 0 .../model_flowlogstatusparameters.go | 0 .../model_retentionpolicyparameters.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../trafficanalytics/version.go | 2 +- .../usages/README.md | 6 +- .../usages/client.go | 0 .../usages/constants.go | 0 .../usages/id_location.go | 0 .../usages/method_list.go | 0 .../usages/model_usage.go | 0 .../usages/model_usagename.go | 0 .../usages/predicates.go | 0 .../usages/version.go | 2 +- .../vipswap/README.md | 6 +- .../vipswap/client.go | 0 .../vipswap/constants.go | 0 .../vipswap/id_cloudservice.go | 0 .../vipswap/method_create.go | 0 .../vipswap/method_get.go | 0 .../vipswap/method_list.go | 0 .../vipswap/model_swapresource.go | 0 .../vipswap/model_swapresourcelistresult.go | 0 .../vipswap/model_swapresourceproperties.go | 0 .../vipswap/version.go | 2 +- .../virtualappliancesites/README.md | 6 +- .../virtualappliancesites/client.go | 0 .../virtualappliancesites/constants.go | 0 .../id_networkvirtualappliance.go | 0 .../id_virtualappliancesite.go | 0 .../method_createorupdate.go | 0 .../virtualappliancesites/method_delete.go | 0 .../virtualappliancesites/method_get.go | 0 .../virtualappliancesites/method_list.go | 0 .../model_breakoutcategorypolicies.go | 0 .../model_office365policyproperties.go | 0 .../model_virtualappliancesite.go | 0 .../model_virtualappliancesiteproperties.go | 0 .../virtualappliancesites/predicates.go | 0 .../virtualappliancesites/version.go | 2 +- .../virtualapplianceskus/README.md | 6 +- .../virtualapplianceskus/client.go | 0 .../id_networkvirtualappliancesku.go | 0 .../virtualapplianceskus/method_get.go | 0 .../virtualapplianceskus/method_list.go | 0 .../model_networkvirtualappliancesku.go | 0 ...del_networkvirtualapplianceskuinstances.go | 0 ...workvirtualapplianceskupropertiesformat.go | 0 .../virtualapplianceskus/predicates.go | 0 .../virtualapplianceskus/version.go | 2 +- .../README.md | 6 +- .../client.go | 0 .../constants.go | 0 .../id_connection.go | 0 .../method_createorupdate.go | 0 .../method_delete.go | 0 .../method_get.go | 0 .../method_getikesas.go | 0 .../method_getsharedkey.go | 0 .../method_list.go | 0 .../method_resetconnection.go | 0 .../method_resetsharedkey.go | 0 .../method_setsharedkey.go | 0 .../method_startpacketcapture.go | 0 .../method_stoppacketcapture.go | 0 .../method_updatetags.go | 0 .../model_addressspace.go | 0 .../model_bgpsettings.go | 0 .../model_connectionresetsharedkey.go | 0 .../model_connectionsharedkey.go | 0 ...atewaycustombgpipaddressipconfiguration.go | 0 .../model_ipconfigurationbgppeeringaddress.go | 0 .../model_ipsecpolicy.go | 0 .../model_localnetworkgateway.go | 0 ...del_localnetworkgatewaypropertiesformat.go | 0 .../model_radiusserver.go | 0 .../model_subresource.go | 0 .../model_tagsobject.go | 0 .../model_trafficselectorpolicy.go | 0 .../model_tunnelconnectionhealth.go | 0 .../model_virtualnetworkgateway.go | 0 ...el_virtualnetworkgatewayautoscalebounds.go | 0 ...ualnetworkgatewayautoscaleconfiguration.go | 0 .../model_virtualnetworkgatewayconnection.go | 0 ...etworkgatewayconnectionpropertiesformat.go | 0 ...el_virtualnetworkgatewayipconfiguration.go | 0 ...kgatewayipconfigurationpropertiesformat.go | 0 .../model_virtualnetworkgatewaynatrule.go | 0 ..._virtualnetworkgatewaynatruleproperties.go | 0 .../model_virtualnetworkgatewaypolicygroup.go | 0 ..._virtualnetworkgatewaypolicygroupmember.go | 0 ...tualnetworkgatewaypolicygroupproperties.go | 0 ...l_virtualnetworkgatewaypropertiesformat.go | 0 .../model_virtualnetworkgatewaysku.go | 0 .../model_vngclientconnectionconfiguration.go | 0 ...clientconnectionconfigurationproperties.go | 0 .../model_vpnclientconfiguration.go | 0 .../model_vpnclientrevokedcertificate.go | 0 ...lientrevokedcertificatepropertiesformat.go | 0 .../model_vpnclientrootcertificate.go | 0 ...pnclientrootcertificatepropertiesformat.go | 0 .../model_vpnnatrulemapping.go | 0 .../model_vpnpacketcapturestartparameters.go | 0 .../model_vpnpacketcapturestopparameters.go | 0 .../predicates.go | 0 .../version.go | 2 +- .../virtualnetworkgateways/README.md | 6 +- .../virtualnetworkgateways/client.go | 0 .../virtualnetworkgateways/constants.go | 0 .../virtualnetworkgateways/id_connection.go | 0 .../id_virtualnetworkgateway.go | 0 .../id_virtualnetworkgatewaynatrule.go | 0 .../method_createorupdate.go | 0 .../virtualnetworkgateways/method_delete.go | 0 ...nectvirtualnetworkgatewayvpnconnections.go | 0 .../method_generatevpnclientpackage.go | 0 .../method_generatevpnprofile.go | 0 .../virtualnetworkgateways/method_get.go | 0 .../method_getadvertisedroutes.go | 0 .../method_getbgppeerstatus.go | 0 .../method_getlearnedroutes.go | 0 .../method_getvpnclientconnectionhealth.go | 0 .../method_getvpnclientipsecparameters.go | 0 .../method_getvpnprofilepackageurl.go | 0 .../virtualnetworkgateways/method_list.go | 0 .../method_listconnections.go | 0 .../virtualnetworkgateways/method_reset.go | 0 .../method_resetvpnclientsharedkey.go | 0 .../method_setvpnclientipsecparameters.go | 0 .../method_startpacketcapture.go | 0 .../method_stoppacketcapture.go | 0 .../method_supportedvpndevices.go | 0 .../method_updatetags.go | 0 ...ualnetworkgatewaynatrulescreateorupdate.go | 0 ...hod_virtualnetworkgatewaynatrulesdelete.go | 0 ...method_virtualnetworkgatewaynatrulesget.go | 0 ...ewaynatruleslistbyvirtualnetworkgateway.go | 0 .../method_vpndeviceconfigurationscript.go | 0 .../model_addressspace.go | 0 .../model_bgppeerstatus.go | 0 .../model_bgppeerstatuslistresult.go | 0 .../model_bgpsettings.go | 0 ...atewaycustombgpipaddressipconfiguration.go | 0 .../model_gatewayroute.go | 0 .../model_gatewayroutelistresult.go | 0 .../model_ipconfigurationbgppeeringaddress.go | 0 .../model_ipsecpolicy.go | 0 .../model_p2svpnconnectionrequest.go | 0 .../model_radiusserver.go | 0 .../model_subresource.go | 0 .../model_tagsobject.go | 0 .../model_trafficselectorpolicy.go | 0 .../model_tunnelconnectionhealth.go | 0 ...irtualnetworkconnectiongatewayreference.go | 0 .../model_virtualnetworkgateway.go | 0 ...el_virtualnetworkgatewayautoscalebounds.go | 0 ...ualnetworkgatewayautoscaleconfiguration.go | 0 ...rtualnetworkgatewayconnectionlistentity.go | 0 ...wayconnectionlistentitypropertiesformat.go | 0 ...el_virtualnetworkgatewayipconfiguration.go | 0 ...kgatewayipconfigurationpropertiesformat.go | 0 .../model_virtualnetworkgatewaynatrule.go | 0 ..._virtualnetworkgatewaynatruleproperties.go | 0 .../model_virtualnetworkgatewaypolicygroup.go | 0 ..._virtualnetworkgatewaypolicygroupmember.go | 0 ...tualnetworkgatewaypolicygroupproperties.go | 0 ...l_virtualnetworkgatewaypropertiesformat.go | 0 .../model_virtualnetworkgatewaysku.go | 0 .../model_vngclientconnectionconfiguration.go | 0 ...clientconnectionconfigurationproperties.go | 0 .../model_vpnclientconfiguration.go | 0 .../model_vpnclientconnectionhealthdetail.go | 0 ...nclientconnectionhealthdetaillistresult.go | 0 .../model_vpnclientipsecparameters.go | 0 .../model_vpnclientparameters.go | 0 .../model_vpnclientrevokedcertificate.go | 0 ...lientrevokedcertificatepropertiesformat.go | 0 .../model_vpnclientrootcertificate.go | 0 ...pnclientrootcertificatepropertiesformat.go | 0 .../model_vpndevicescriptparameters.go | 0 .../model_vpnnatrulemapping.go | 0 .../model_vpnpacketcapturestartparameters.go | 0 .../model_vpnpacketcapturestopparameters.go | 0 .../virtualnetworkgateways/predicates.go | 0 .../virtualnetworkgateways/version.go | 2 +- .../virtualnetworkpeerings/README.md | 6 +- .../virtualnetworkpeerings/client.go | 0 .../virtualnetworkpeerings/constants.go | 0 .../id_virtualnetworkpeering.go | 0 .../method_createorupdate.go | 0 .../virtualnetworkpeerings/method_delete.go | 0 .../virtualnetworkpeerings/method_get.go | 0 .../virtualnetworkpeerings/method_list.go | 0 .../model_addressspace.go | 0 .../model_subresource.go | 0 .../model_virtualnetworkbgpcommunities.go | 0 .../model_virtualnetworkencryption.go | 0 .../model_virtualnetworkpeering.go | 0 ...l_virtualnetworkpeeringpropertiesformat.go | 6 + .../virtualnetworkpeerings/predicates.go | 0 .../virtualnetworkpeerings/version.go | 2 +- .../virtualnetworks/README.md | 6 +- .../virtualnetworks/client.go | 0 .../virtualnetworks/constants.go | 41 + .../virtualnetworks/method_createorupdate.go | 0 .../virtualnetworks/method_delete.go | 0 .../virtualnetworks/method_get.go | 0 .../virtualnetworks/method_list.go | 0 .../virtualnetworks/method_listall.go | 0 .../method_resourcenavigationlinkslist.go | 0 .../method_serviceassociationlinkslist.go | 0 .../method_subnetspreparenetworkpolicies.go | 0 .../method_subnetsunpreparenetworkpolicies.go | 0 .../virtualnetworks/method_updatetags.go | 0 ...rtualnetworkscheckipaddressavailability.go | 0 ...virtualnetworkslistddosprotectionstatus.go | 0 .../method_virtualnetworkslistusage.go | 0 .../virtualnetworks/model_addressspace.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../virtualnetworks/model_ddossettings.go | 0 .../virtualnetworks/model_delegation.go | 0 .../virtualnetworks/model_dhcpoptions.go | 0 .../virtualnetworks/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../virtualnetworks/model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipaddressavailabilityresult.go | 0 .../virtualnetworks/model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../virtualnetworks/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../virtualnetworks/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../virtualnetworks/model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkintentpolicy.go | 0 .../model_networkintentpolicyconfiguration.go | 0 .../virtualnetworks/model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 1 + .../model_networkinterfacepropertiesformat.go | 0 .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../model_preparenetworkpoliciesrequest.go | 0 .../virtualnetworks/model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../virtualnetworks/model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 ...odel_publicipddosprotectionstatusresult.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../virtualnetworks/model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../virtualnetworks/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../virtualnetworks/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../virtualnetworks/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../virtualnetworks/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../virtualnetworks/model_subresource.go | 0 .../virtualnetworks/model_tagsobject.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_unpreparenetworkpoliciesrequest.go | 0 .../virtualnetworks/model_virtualnetwork.go | 0 .../model_virtualnetworkbgpcommunities.go | 0 .../model_virtualnetworkencryption.go | 0 .../model_virtualnetworkpeering.go | 0 ...l_virtualnetworkpeeringpropertiesformat.go | 6 + .../model_virtualnetworkpropertiesformat.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../model_virtualnetworkusage.go | 0 .../model_virtualnetworkusagename.go | 0 .../virtualnetworks/predicates.go | 0 .../virtualnetworks/version.go | 2 +- .../virtualnetworktap/README.md | 6 +- .../virtualnetworktap/client.go | 0 .../virtualnetworktap/constants.go | 41 + .../virtualnetworktap/id_virtualnetworktap.go | 0 .../method_createorupdate.go | 0 .../virtualnetworktap/method_delete.go | 0 .../virtualnetworktap/method_get.go | 0 .../virtualnetworktap/method_updatetags.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../virtualnetworktap/model_ddossettings.go | 0 .../virtualnetworktap/model_delegation.go | 0 .../virtualnetworktap/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../virtualnetworktap/model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../virtualnetworktap/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../virtualnetworktap/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../virtualnetworktap/model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 1 + .../model_networkinterfacepropertiesformat.go | 0 .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../virtualnetworktap/model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../virtualnetworktap/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../virtualnetworktap/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../virtualnetworktap/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../virtualnetworktap/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../virtualnetworktap/model_subresource.go | 0 .../virtualnetworktap/model_tagsobject.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../virtualnetworktap/version.go | 2 +- .../virtualnetworktaps/README.md | 6 +- .../virtualnetworktaps/client.go | 0 .../virtualnetworktaps/constants.go | 41 + .../virtualnetworktaps/method_listall.go | 0 .../method_listbyresourcegroup.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../virtualnetworktaps/model_ddossettings.go | 0 .../virtualnetworktaps/model_delegation.go | 0 .../virtualnetworktaps/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../virtualnetworktaps/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../virtualnetworktaps/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../virtualnetworktaps/model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 1 + .../model_networkinterfacepropertiesformat.go | 0 .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../virtualnetworktaps/model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../virtualnetworktaps/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../virtualnetworktaps/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../virtualnetworktaps/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../virtualnetworktaps/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../virtualnetworktaps/model_subresource.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../virtualnetworktaps/predicates.go | 0 .../virtualnetworktaps/version.go | 2 +- .../virtualrouterpeerings/README.md | 6 +- .../virtualrouterpeerings/client.go | 0 .../virtualrouterpeerings/constants.go | 0 .../virtualrouterpeerings/id_virtualrouter.go | 0 .../method_createorupdate.go | 0 .../virtualrouterpeerings/method_delete.go | 0 .../virtualrouterpeerings/method_get.go | 0 .../virtualrouterpeerings/method_list.go | 0 .../model_virtualrouterpeering.go | 0 .../model_virtualrouterpeeringproperties.go | 0 .../virtualrouterpeerings/predicates.go | 0 .../virtualrouterpeerings/version.go | 2 +- .../virtualrouters/README.md | 6 +- .../virtualrouters/client.go | 0 .../virtualrouters/constants.go | 0 .../virtualrouters/id_virtualrouter.go | 0 .../virtualrouters/method_createorupdate.go | 0 .../virtualrouters/method_delete.go | 0 .../virtualrouters/method_get.go | 0 .../virtualrouters/method_list.go | 0 .../method_listbyresourcegroup.go | 0 .../virtualrouters/model_subresource.go | 0 .../virtualrouters/model_virtualrouter.go | 0 .../model_virtualrouterpropertiesformat.go | 0 .../virtualrouters/predicates.go | 0 .../virtualrouters/version.go | 2 +- .../virtualwans/README.md | 6 +- .../virtualwans/client.go | 0 .../virtualwans/constants.go | 41 + .../id_configurationpolicygroup.go | 0 .../virtualwans/id_hubroutetable.go | 0 .../id_hubvirtualnetworkconnection.go | 0 .../virtualwans/id_natrule.go | 0 .../virtualwans/id_networkvirtualappliance.go | 0 .../id_networkvirtualapplianceconnection.go | 0 .../virtualwans/id_routemap.go | 0 .../virtualwans/id_routingintent.go | 0 .../virtualwans/id_virtualhub.go | 0 .../virtualwans/id_virtualhubroutetable.go | 0 .../virtualwans/id_virtualwan.go | 0 .../virtualwans/id_vpngateway.go | 0 .../virtualwans/id_vpnlinkconnection.go | 0 .../virtualwans/id_vpnserverconfiguration.go | 0 .../virtualwans/id_vpnsite.go | 0 .../virtualwans/id_vpnsitelink.go | 0 ...configurationpolicygroupscreateorupdate.go | 0 .../method_configurationpolicygroupsdelete.go | 0 .../method_configurationpolicygroupsget.go | 0 ...olicygroupslistbyvpnserverconfiguration.go | 0 ...tualwanvpnserverconfigurationvpnprofile.go | 0 .../method_hubroutetablescreateorupdate.go | 0 .../method_hubroutetablesdelete.go | 0 .../virtualwans/method_hubroutetablesget.go | 0 .../virtualwans/method_hubroutetableslist.go | 0 ...virtualnetworkconnectionscreateorupdate.go | 0 ...thod_hubvirtualnetworkconnectionsdelete.go | 0 .../method_hubvirtualnetworkconnectionsget.go | 0 ...method_hubvirtualnetworkconnectionslist.go | 0 .../method_natrulescreateorupdate.go | 0 .../virtualwans/method_natrulesdelete.go | 0 .../virtualwans/method_natrulesget.go | 0 .../method_natruleslistbyvpngateway.go | 0 ...rtualapplianceconnectionscreateorupdate.go | 0 ...etworkvirtualapplianceconnectionsdelete.go | 0 ...d_networkvirtualapplianceconnectionsget.go | 0 ..._networkvirtualapplianceconnectionslist.go | 0 .../method_p2svpngatewayscreateorupdate.go | 0 .../method_p2svpngatewaysdelete.go | 0 .../virtualwans/method_p2svpngatewaysget.go | 0 .../virtualwans/method_p2svpngatewayslist.go | 0 ...ethod_p2svpngatewayslistbyresourcegroup.go | 0 .../method_routemapscreateorupdate.go | 0 .../virtualwans/method_routemapsdelete.go | 0 .../virtualwans/method_routemapsget.go | 0 .../virtualwans/method_routemapslist.go | 0 .../method_routingintentcreateorupdate.go | 0 .../virtualwans/method_routingintentdelete.go | 0 .../virtualwans/method_routingintentget.go | 0 .../virtualwans/method_routingintentlist.go | 0 .../method_supportedsecurityproviders.go | 0 .../virtualwans/method_updatetags.go | 0 ...d_virtualhubbgpconnectioncreateorupdate.go | 0 .../method_virtualhubbgpconnectiondelete.go | 0 .../method_virtualhubbgpconnectionget.go | 0 .../method_virtualhubbgpconnectionslist.go | 0 ...alhubbgpconnectionslistadvertisedroutes.go | 0 ...rtualhubbgpconnectionslistlearnedroutes.go | 0 ...virtualhubipconfigurationcreateorupdate.go | 0 .../method_virtualhubipconfigurationdelete.go | 0 .../method_virtualhubipconfigurationget.go | 0 .../method_virtualhubipconfigurationlist.go | 0 ...d_virtualhubroutetablev2screateorupdate.go | 0 .../method_virtualhubroutetablev2sdelete.go | 0 .../method_virtualhubroutetablev2sget.go | 0 .../method_virtualhubroutetablev2slist.go | 0 .../method_virtualhubscreateorupdate.go | 0 .../virtualwans/method_virtualhubsdelete.go | 0 .../virtualwans/method_virtualhubsget.go | 0 ...virtualhubsgeteffectivevirtualhubroutes.go | 0 .../method_virtualhubsgetinboundroutes.go | 0 .../method_virtualhubsgetoutboundroutes.go | 0 .../virtualwans/method_virtualhubslist.go | 0 .../method_virtualhubslistbyresourcegroup.go | 0 .../method_virtualhubsupdatetags.go | 0 .../method_virtualwanscreateorupdate.go | 0 .../virtualwans/method_virtualwansdelete.go | 0 .../virtualwans/method_virtualwansget.go | 0 .../virtualwans/method_virtualwanslist.go | 0 .../method_virtualwanslistbyresourcegroup.go | 0 .../method_vpnconnectionscreateorupdate.go | 0 .../method_vpnconnectionsdelete.go | 0 .../virtualwans/method_vpnconnectionsget.go | 0 .../method_vpnconnectionslistbyvpngateway.go | 0 ...method_vpnconnectionsstartpacketcapture.go | 0 .../method_vpnconnectionsstoppacketcapture.go | 0 .../method_vpngatewayscreateorupdate.go | 0 .../virtualwans/method_vpngatewaysdelete.go | 0 .../virtualwans/method_vpngatewaysget.go | 0 .../virtualwans/method_vpngatewayslist.go | 0 .../method_vpngatewayslistbyresourcegroup.go | 0 .../method_vpnlinkconnectionsgetikesas.go | 0 ...d_vpnlinkconnectionslistbyvpnconnection.go | 0 ...figurationsassociatedwithvirtualwanlist.go | 0 ...d_vpnserverconfigurationscreateorupdate.go | 0 .../method_vpnserverconfigurationsdelete.go | 0 .../method_vpnserverconfigurationsget.go | 0 .../method_vpnserverconfigurationslist.go | 0 ...serverconfigurationslistbyresourcegroup.go | 0 .../method_vpnsitelinkconnectionsget.go | 0 .../virtualwans/method_vpnsitelinksget.go | 0 .../method_vpnsitelinkslistbyvpnsite.go | 0 .../method_vpnsitesconfigurationdownload.go | 0 .../method_vpnsitescreateorupdate.go | 0 .../virtualwans/method_vpnsitesdelete.go | 0 .../virtualwans/method_vpnsitesget.go | 0 .../virtualwans/method_vpnsiteslist.go | 0 .../method_vpnsiteslistbyresourcegroup.go | 0 .../model_aadauthenticationparameters.go | 0 .../virtualwans/model_action.go | 0 .../virtualwans/model_addressspace.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../virtualwans/model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../virtualwans/model_bgpconnection.go | 0 .../model_bgpconnectionproperties.go | 0 .../virtualwans/model_bgpsettings.go | 0 .../virtualwans/model_criterion.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../virtualwans/model_ddossettings.go | 0 .../virtualwans/model_delegation.go | 0 .../virtualwans/model_deviceproperties.go | 0 .../model_effectiveroutemaproute.go | 0 .../model_effectiveroutemaproutelist.go | 0 .../model_effectiveroutesparameters.go | 0 .../virtualwans/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...atewaycustombgpipaddressipconfiguration.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../model_getinboundroutesparameters.go | 0 .../model_getoutboundroutesparameters.go | 0 .../model_getvpnsitesconfigurationrequest.go | 0 .../virtualwans/model_hubipconfiguration.go | 0 ...odel_hubipconfigurationpropertiesformat.go | 0 .../virtualwans/model_hubroute.go | 0 .../virtualwans/model_hubroutetable.go | 0 .../model_hubroutetableproperties.go | 0 .../model_hubvirtualnetworkconnection.go | 0 ...l_hubvirtualnetworkconnectionproperties.go | 0 .../virtualwans/model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../virtualwans/model_ipconfiguration.go | 0 .../model_ipconfigurationbgppeeringaddress.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../virtualwans/model_ipsecpolicy.go | 0 .../virtualwans/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../virtualwans/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../virtualwans/model_natgatewaysku.go | 0 .../virtualwans/model_natruleportmapping.go | 0 .../virtualwans/model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 1 + .../model_networkinterfacepropertiesformat.go | 0 .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../virtualwans/model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 ...model_networkvirtualapplianceconnection.go | 0 ...orkvirtualapplianceconnectionproperties.go | 0 .../model_o365breakoutcategorypolicies.go | 0 .../virtualwans/model_o365policyproperties.go | 0 .../model_p2sconnectionconfiguration.go | 0 ...el_p2sconnectionconfigurationproperties.go | 0 .../virtualwans/model_p2svpngateway.go | 0 .../model_p2svpngatewayproperties.go | 0 .../virtualwans/model_parameter.go | 0 .../virtualwans/model_peerroute.go | 0 .../virtualwans/model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../virtualwans/model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../virtualwans/model_propagatedroutetable.go | 0 .../virtualwans/model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../virtualwans/model_publicipaddresssku.go | 0 .../virtualwans/model_radiusserver.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../virtualwans/model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../virtualwans/model_route.go | 0 .../virtualwans/model_routemap.go | 0 .../virtualwans/model_routemapproperties.go | 0 .../virtualwans/model_routemaprule.go | 0 .../model_routepropertiesformat.go | 0 .../virtualwans/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../virtualwans/model_routingconfiguration.go | 0 .../virtualwans/model_routingintent.go | 0 .../model_routingintentproperties.go | 0 .../virtualwans/model_routingpolicy.go | 0 .../virtualwans/model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../virtualwans/model_staticroute.go | 0 .../virtualwans/model_staticroutesconfig.go | 0 .../virtualwans/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../virtualwans/model_subresource.go | 0 .../virtualwans/model_tagsobject.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_trafficselectorpolicy.go | 0 .../virtualwans/model_virtualhub.go | 0 .../model_virtualhubeffectiveroute.go | 0 .../model_virtualhubeffectiveroutelist.go | 0 .../virtualwans/model_virtualhubproperties.go | 0 .../virtualwans/model_virtualhubroute.go | 0 .../virtualwans/model_virtualhubroutetable.go | 0 .../model_virtualhubroutetablev2.go | 0 .../model_virtualhubroutetablev2properties.go | 0 .../virtualwans/model_virtualhubroutev2.go | 0 .../virtualwans/model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 ...del_virtualrouterautoscaleconfiguration.go | 0 .../virtualwans/model_virtualwan.go | 0 .../virtualwans/model_virtualwanproperties.go | 0 .../model_virtualwansecurityprovider.go | 0 .../model_virtualwansecurityproviders.go | 0 .../model_virtualwanvpnprofileparameters.go | 0 .../virtualwans/model_vnetroute.go | 0 .../model_vpnclientconnectionhealth.go | 0 .../virtualwans/model_vpnconnection.go | 0 ...nconnectionpacketcapturestartparameters.go | 0 ...pnconnectionpacketcapturestopparameters.go | 0 .../model_vpnconnectionproperties.go | 0 .../virtualwans/model_vpngateway.go | 0 .../model_vpngatewayipconfiguration.go | 0 .../virtualwans/model_vpngatewaynatrule.go | 0 .../model_vpngatewaynatruleproperties.go | 0 .../virtualwans/model_vpngatewayproperties.go | 0 .../virtualwans/model_vpnlinkbgpsettings.go | 0 .../model_vpnlinkproviderproperties.go | 0 .../virtualwans/model_vpnnatrulemapping.go | 0 .../virtualwans/model_vpnprofileresponse.go | 0 ...serverconfigradiusclientrootcertificate.go | 0 ...serverconfigradiusserverrootcertificate.go | 0 .../model_vpnserverconfiguration.go | 0 ...model_vpnserverconfigurationpolicygroup.go | 0 ...vpnserverconfigurationpolicygroupmember.go | 0 ...erverconfigurationpolicygroupproperties.go | 0 .../model_vpnserverconfigurationproperties.go | 0 .../model_vpnserverconfigurationsresponse.go | 0 ...serverconfigvpnclientrevokedcertificate.go | 0 ...vpnserverconfigvpnclientrootcertificate.go | 0 .../virtualwans/model_vpnsite.go | 0 .../virtualwans/model_vpnsitelink.go | 0 .../model_vpnsitelinkconnection.go | 0 .../model_vpnsitelinkconnectionproperties.go | 1 + .../model_vpnsitelinkproperties.go | 0 .../virtualwans/model_vpnsiteproperties.go | 0 .../virtualwans/predicates.go | 0 .../virtualwans/version.go | 2 +- .../vmsspublicipaddresses/README.md | 6 +- .../vmsspublicipaddresses/client.go | 0 .../vmsspublicipaddresses/constants.go | 41 + .../id_virtualmachinescaleset.go | 0 ...etvirtualmachinescalesetpublicipaddress.go | 0 ...virtualmachinescalesetpublicipaddresses.go | 0 ...rtualmachinescalesetvmpublicipaddresses.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../model_ddossettings.go | 0 .../vmsspublicipaddresses/model_delegation.go | 0 .../vmsspublicipaddresses/model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../vmsspublicipaddresses/model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../vmsspublicipaddresses/model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 1 + .../model_networkinterfacepropertiesformat.go | 0 .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../vmsspublicipaddresses/model_route.go | 0 .../model_routepropertiesformat.go | 0 .../vmsspublicipaddresses/model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../vmsspublicipaddresses/model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../model_subresource.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../vmsspublicipaddresses/predicates.go | 0 .../vmsspublicipaddresses/version.go | 2 +- .../vpngateways/README.md | 6 +- .../vpngateways/client.go | 0 .../vpngateways/constants.go | 0 .../vpngateways/id_vpngateway.go | 0 .../vpngateways/method_reset.go | 0 .../vpngateways/method_startpacketcapture.go | 0 .../vpngateways/method_stoppacketcapture.go | 0 .../vpngateways/method_updatetags.go | 0 .../vpngateways/model_bgpsettings.go | 0 ...atewaycustombgpipaddressipconfiguration.go | 0 .../model_ipconfigurationbgppeeringaddress.go | 0 .../vpngateways/model_ipsecpolicy.go | 0 .../vpngateways/model_propagatedroutetable.go | 0 .../vpngateways/model_routingconfiguration.go | 0 .../vpngateways/model_staticroute.go | 0 .../vpngateways/model_staticroutesconfig.go | 0 .../vpngateways/model_subresource.go | 0 .../vpngateways/model_tagsobject.go | 0 .../model_trafficselectorpolicy.go | 0 .../vpngateways/model_vnetroute.go | 0 .../vpngateways/model_vpnconnection.go | 0 .../model_vpnconnectionproperties.go | 0 .../vpngateways/model_vpngateway.go | 0 .../model_vpngatewayipconfiguration.go | 0 .../vpngateways/model_vpngatewaynatrule.go | 0 .../model_vpngatewaynatruleproperties.go | 0 ..._vpngatewaypacketcapturestartparameters.go | 0 ...l_vpngatewaypacketcapturestopparameters.go | 0 .../vpngateways/model_vpngatewayproperties.go | 0 .../vpngateways/model_vpnnatrulemapping.go | 0 .../model_vpnsitelinkconnection.go | 0 .../model_vpnsitelinkconnectionproperties.go | 1 + .../vpngateways/version.go | 2 +- .../vpnlinkconnections/client.go | 0 .../id_vpnlinkconnection.go | 0 .../method_resetconnection.go | 0 .../vpnlinkconnections/version.go | 2 +- .../vpnserverconfigurations/README.md | 6 +- .../vpnserverconfigurations/client.go | 0 .../vpnserverconfigurations/constants.go | 0 .../id_vpnserverconfiguration.go | 0 .../method_updatetags.go | 0 .../model_aadauthenticationparameters.go | 0 .../model_addressspace.go | 0 .../model_ipsecpolicy.go | 0 .../model_p2sconnectionconfiguration.go | 0 ...el_p2sconnectionconfigurationproperties.go | 0 .../model_p2svpngateway.go | 0 .../model_p2svpngatewayproperties.go | 0 .../model_propagatedroutetable.go | 0 .../model_radiusserver.go | 0 .../model_routingconfiguration.go | 0 .../model_staticroute.go | 0 .../model_staticroutesconfig.go | 0 .../model_subresource.go | 0 .../model_tagsobject.go | 0 .../model_vnetroute.go | 0 .../model_vpnclientconnectionhealth.go | 0 ...serverconfigradiusclientrootcertificate.go | 0 ...serverconfigradiusserverrootcertificate.go | 0 .../model_vpnserverconfiguration.go | 0 ...model_vpnserverconfigurationpolicygroup.go | 0 ...vpnserverconfigurationpolicygroupmember.go | 0 ...erverconfigurationpolicygroupproperties.go | 0 .../model_vpnserverconfigurationproperties.go | 0 ...serverconfigvpnclientrevokedcertificate.go | 0 ...vpnserverconfigvpnclientrootcertificate.go | 0 .../vpnserverconfigurations/version.go | 2 +- .../vpnsites/README.md | 6 +- .../vpnsites/client.go | 0 .../vpnsites/constants.go | 0 .../vpnsites/id_vpnsite.go | 0 .../vpnsites/method_updatetags.go | 0 .../vpnsites/model_addressspace.go | 0 .../vpnsites/model_bgpsettings.go | 0 .../vpnsites/model_deviceproperties.go | 0 .../model_ipconfigurationbgppeeringaddress.go | 0 .../model_o365breakoutcategorypolicies.go | 0 .../vpnsites/model_o365policyproperties.go | 0 .../vpnsites/model_subresource.go | 0 .../vpnsites/model_tagsobject.go | 0 .../vpnsites/model_vpnlinkbgpsettings.go | 0 .../model_vpnlinkproviderproperties.go | 0 .../vpnsites/model_vpnsite.go | 0 .../vpnsites/model_vpnsitelink.go | 0 .../vpnsites/model_vpnsitelinkproperties.go | 0 .../vpnsites/model_vpnsiteproperties.go | 0 .../vpnsites/version.go | 2 +- .../webapplicationfirewallpolicies/README.md | 6 +- .../webapplicationfirewallpolicies/client.go | 0 .../constants.go | 82 + ...tiongatewaywebapplicationfirewallpolicy.go | 0 .../method_createorupdate.go | 0 .../method_delete.go | 0 .../method_get.go | 0 .../method_list.go | 0 .../method_listall.go | 0 .../model_applicationgateway.go | 0 ...icationgatewayauthenticationcertificate.go | 0 ...thenticationcertificatepropertiesformat.go | 0 ...pplicationgatewayautoscaleconfiguration.go | 0 .../model_applicationgatewaybackendaddress.go | 0 ...el_applicationgatewaybackendaddresspool.go | 0 ...tewaybackendaddresspoolpropertiesformat.go | 0 ...l_applicationgatewaybackendhttpsettings.go | 0 ...ewaybackendhttpsettingspropertiesformat.go | 0 ...model_applicationgatewaybackendsettings.go | 0 ...ngatewaybackendsettingspropertiesformat.go | 0 ...plicationgatewayclientauthconfiguration.go | 0 ...el_applicationgatewayconnectiondraining.go | 0 .../model_applicationgatewaycustomerror.go | 0 ...icationgatewayfirewalldisabledrulegroup.go | 0 ...del_applicationgatewayfirewallexclusion.go | 0 ...plicationgatewayfrontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 .../model_applicationgatewayfrontendport.go | 0 ...tiongatewayfrontendportpropertiesformat.go | 0 ...l_applicationgatewayglobalconfiguration.go | 0 ...l_applicationgatewayheaderconfiguration.go | 5 +- .../model_applicationgatewayhttplistener.go | 0 ...tiongatewayhttplistenerpropertiesformat.go | 0 ...model_applicationgatewayipconfiguration.go | 0 ...ngatewayipconfigurationpropertiesformat.go | 0 .../model_applicationgatewaylistener.go | 0 ...licationgatewaylistenerpropertiesformat.go | 0 ...pplicationgatewayloaddistributionpolicy.go | 0 ...yloaddistributionpolicypropertiesformat.go | 0 ...pplicationgatewayloaddistributiontarget.go | 0 ...yloaddistributiontargetpropertiesformat.go | 0 .../model_applicationgatewaypathrule.go | 0 ...licationgatewaypathrulepropertiesformat.go | 0 ...icationgatewayprivateendpointconnection.go | 0 ...ewayprivateendpointconnectionproperties.go | 0 ...licationgatewayprivatelinkconfiguration.go | 0 ...tewayprivatelinkconfigurationproperties.go | 0 ...cationgatewayprivatelinkipconfiguration.go | 0 ...wayprivatelinkipconfigurationproperties.go | 0 .../model_applicationgatewayprobe.go | 0 ...licationgatewayprobehealthresponsematch.go | 0 ...applicationgatewayprobepropertiesformat.go | 0 ...odel_applicationgatewaypropertiesformat.go | 0 ...applicationgatewayredirectconfiguration.go | 0 ...ayredirectconfigurationpropertiesformat.go | 0 ...el_applicationgatewayrequestroutingrule.go | 0 ...tewayrequestroutingrulepropertiesformat.go | 0 .../model_applicationgatewayrewriterule.go | 0 ..._applicationgatewayrewriteruleactionset.go | 0 ..._applicationgatewayrewriterulecondition.go | 0 .../model_applicationgatewayrewriteruleset.go | 0 ...ongatewayrewriterulesetpropertiesformat.go | 0 .../model_applicationgatewayroutingrule.go | 0 ...ationgatewayroutingrulepropertiesformat.go | 0 .../model_applicationgatewaysku.go | 11 + .../model_applicationgatewaysslcertificate.go | 0 ...ongatewaysslcertificatepropertiesformat.go | 0 .../model_applicationgatewaysslpolicy.go | 0 .../model_applicationgatewaysslprofile.go | 0 ...cationgatewaysslprofilepropertiesformat.go | 0 ...licationgatewaytrustedclientcertificate.go | 0 ...rustedclientcertificatepropertiesformat.go | 0 ...pplicationgatewaytrustedrootcertificate.go | 0 ...ytrustedrootcertificatepropertiesformat.go | 0 ...odel_applicationgatewayurlconfiguration.go | 0 .../model_applicationgatewayurlpathmap.go | 0 ...cationgatewayurlpathmappropertiesformat.go | 0 ...ewaywebapplicationfirewallconfiguration.go | 0 .../model_applicationsecuritygroup.go | 0 ...pplicationsecuritygrouppropertiesformat.go | 0 .../model_backendaddresspool.go | 0 ...odel_backendaddresspoolpropertiesformat.go | 0 .../model_customdnsconfigpropertiesformat.go | 0 .../model_ddossettings.go | 0 .../model_delegation.go | 0 .../model_exclusionmanagedrule.go | 0 .../model_exclusionmanagedrulegroup.go | 0 .../model_exclusionmanagedruleset.go | 0 .../model_flowlog.go | 0 .../model_flowlogformatparameters.go | 0 .../model_flowlogpropertiesformat.go | 0 .../model_frontendipconfiguration.go | 0 ...frontendipconfigurationpropertiesformat.go | 0 ...odel_gatewayloadbalancertunnelinterface.go | 0 .../model_groupbyusersession.go | 0 .../model_groupbyvariable.go | 0 .../model_headervaluematcher.go} | 5 +- .../model_inboundnatrule.go | 0 .../model_inboundnatrulepropertiesformat.go | 0 .../model_ipconfiguration.go | 0 .../model_ipconfigurationprofile.go | 0 ..._ipconfigurationprofilepropertiesformat.go | 0 .../model_ipconfigurationpropertiesformat.go | 0 .../model_iptag.go | 0 .../model_loadbalancerbackendaddress.go | 0 ...dbalancerbackendaddresspropertiesformat.go | 0 .../model_managedrulegroupoverride.go | 0 .../model_managedruleoverride.go | 0 .../model_managedrulesdefinition.go | 0 .../model_managedruleset.go | 0 .../model_matchcondition.go | 0 .../model_matchvariable.go | 0 .../model_natgateway.go | 0 .../model_natgatewaypropertiesformat.go | 0 .../model_natgatewaysku.go | 0 .../model_natruleportmapping.go | 0 .../model_networkinterface.go | 0 .../model_networkinterfacednssettings.go | 0 .../model_networkinterfaceipconfiguration.go | 0 ...gurationprivatelinkconnectionproperties.go | 0 ...nterfaceipconfigurationpropertiesformat.go | 1 + .../model_networkinterfacepropertiesformat.go | 0 .../model_networkinterfacetapconfiguration.go | 0 ...terfacetapconfigurationpropertiesformat.go | 0 .../model_networksecuritygroup.go | 0 ...el_networksecuritygrouppropertiesformat.go | 0 .../model_owaspcrsexclusionentry.go | 0 .../model_policysettings.go | 19 + .../model_policysettingslogscrubbing.go | 0 .../model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 .../model_privateendpointipconfiguration.go | 0 ...rivateendpointipconfigurationproperties.go | 0 .../model_privateendpointproperties.go | 0 .../model_privatelinkservice.go | 0 .../model_privatelinkserviceconnection.go | 0 ..._privatelinkserviceconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 ...model_privatelinkserviceipconfiguration.go | 0 ...atelinkserviceipconfigurationproperties.go | 0 .../model_privatelinkserviceproperties.go | 0 .../model_publicipaddress.go | 0 .../model_publicipaddressdnssettings.go | 0 .../model_publicipaddresspropertiesformat.go | 0 .../model_publicipaddresssku.go | 0 .../model_resourcenavigationlink.go | 0 .../model_resourcenavigationlinkformat.go | 0 .../model_resourceset.go | 0 .../model_retentionpolicyparameters.go | 0 .../model_route.go | 0 .../model_routepropertiesformat.go | 0 .../model_routetable.go | 0 .../model_routetablepropertiesformat.go | 0 .../model_securityrule.go | 0 .../model_securityrulepropertiesformat.go | 0 .../model_serviceassociationlink.go | 0 ..._serviceassociationlinkpropertiesformat.go | 0 ...model_servicedelegationpropertiesformat.go | 0 .../model_serviceendpointpolicy.go | 0 .../model_serviceendpointpolicydefinition.go | 0 ...ndpointpolicydefinitionpropertiesformat.go | 0 ...l_serviceendpointpolicypropertiesformat.go | 0 .../model_serviceendpointpropertiesformat.go | 0 .../model_subnet.go | 0 .../model_subnetpropertiesformat.go | 1 + .../model_subresource.go | 0 ...trafficanalyticsconfigurationproperties.go | 0 .../model_trafficanalyticsproperties.go | 0 .../model_virtualnetworktap.go | 0 ...model_virtualnetworktappropertiesformat.go | 0 .../model_webapplicationfirewallcustomrule.go | 0 .../model_webapplicationfirewallpolicy.go | 0 ...plicationfirewallpolicypropertiesformat.go | 0 ...el_webapplicationfirewallscrubbingrules.go | 0 .../predicates.go | 0 .../webapplicationfirewallpolicies/version.go | 2 +- .../webcategories/README.md | 6 +- .../webcategories/client.go | 0 .../webcategories/id_azurewebcategory.go | 0 .../webcategories/method_get.go | 0 .../method_listbysubscription.go | 0 .../webcategories/model_azurewebcategory.go | 0 .../model_azurewebcategorypropertiesformat.go | 0 .../webcategories/predicates.go | 0 .../webcategories/version.go | 2 +- vendor/modules.txt | 215 +- 4351 files changed, 3390 insertions(+), 6663 deletions(-) delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/README.md delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/client.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/constants.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/id_applicationgateway.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/id_predefinedpolicy.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_backendhealth.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_backendhealthondemand.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_delete.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_list.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_listall.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_listavailablessloptions.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_listavailablesslpredefinedpolicies.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_listavailablewafrulesets.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_start.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgateway.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayauthenticationcertificate.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayauthenticationcertificatepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayautoscaleconfiguration.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayavailablessloptions.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayavailablessloptionspropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendaddress.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendaddresspool.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendaddresspoolpropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendhealth.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendhealthhttpsettings.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendhealthondemand.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendhealthpool.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendhealthserver.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendhttpsettings.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendhttpsettingspropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendsettings.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendsettingspropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayclientauthconfiguration.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayconnectiondraining.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaycustomerror.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfirewalldisabledrulegroup.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfirewallexclusion.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfirewallrule.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfirewallrulegroup.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfirewallruleset.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfirewallrulesetpropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfrontendipconfiguration.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfrontendipconfigurationpropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfrontendport.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfrontendportpropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayglobalconfiguration.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayhttplistener.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayhttplistenerpropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayipconfiguration.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayipconfigurationpropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaylistener.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaylistenerpropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayloaddistributionpolicy.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayloaddistributionpolicypropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayloaddistributiontarget.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayloaddistributiontargetpropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayondemandprobe.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaypathrule.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaypathrulepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprivateendpointconnection.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprivateendpointconnectionproperties.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprivatelinkconfiguration.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprivatelinkconfigurationproperties.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprivatelinkipconfiguration.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprivatelinkipconfigurationproperties.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprobe.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprobehealthresponsematch.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprobepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaypropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayredirectconfiguration.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayredirectconfigurationpropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayrequestroutingrule.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayrequestroutingrulepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayrewriterule.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayrewriteruleactionset.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayrewriteruleset.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayrewriterulesetpropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayroutingrule.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayroutingrulepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaysku.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaysslcertificatepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaysslpolicy.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaysslpredefinedpolicy.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaysslpredefinedpolicypropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaysslprofile.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaysslprofilepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaytrustedclientcertificate.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaytrustedclientcertificatepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaytrustedrootcertificate.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaytrustedrootcertificatepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayurlconfiguration.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayurlpathmap.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayurlpathmappropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaywebapplicationfirewallconfiguration.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationsecuritygroup.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationsecuritygrouppropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_backendaddresspool.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_backendaddresspoolpropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_customdnsconfigpropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_ddossettings.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_delegation.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_flowlog.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_flowlogformatparameters.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_flowlogpropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_frontendipconfiguration.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_frontendipconfigurationpropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_gatewayloadbalancertunnelinterface.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_inboundnatrule.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_inboundnatrulepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_ipconfiguration.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_ipconfigurationprofile.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_ipconfigurationprofilepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_ipconfigurationpropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_iptag.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_loadbalancerbackendaddress.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_loadbalancerbackendaddresspropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_natgateway.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_natgatewaypropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_natruleportmapping.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterface.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterfacednssettings.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterfaceipconfiguration.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterfaceipconfigurationpropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterfacepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterfacetapconfiguration.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterfacetapconfigurationpropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networksecuritygroup.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networksecuritygrouppropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privateendpoint.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privateendpointconnection.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privateendpointconnectionproperties.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privateendpointipconfiguration.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privateendpointipconfigurationproperties.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privateendpointproperties.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privatelinkservice.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privatelinkserviceconnection.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privatelinkserviceconnectionproperties.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privatelinkserviceconnectionstate.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privatelinkserviceipconfiguration.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privatelinkserviceipconfigurationproperties.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privatelinkserviceproperties.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_publicipaddress.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_publicipaddressdnssettings.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_publicipaddresspropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_publicipaddresssku.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_resourcenavigationlink.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_resourcenavigationlinkformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_retentionpolicyparameters.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_route.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_routepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_routetable.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_routetablepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_securityrule.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_securityrulepropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_serviceassociationlink.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_serviceassociationlinkpropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_servicedelegationpropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_serviceendpointpolicy.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_serviceendpointpolicydefinition.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_serviceendpointpolicydefinitionpropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_serviceendpointpolicypropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_serviceendpointpropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_subnet.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_subnetpropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_trafficanalyticsconfigurationproperties.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_trafficanalyticsproperties.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_virtualnetworktap.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_virtualnetworktappropertiesformat.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/predicates.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/version.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitorendpoint.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/constants.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_inboundsecurityrules.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_virtualappliancenicproperties.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaysku.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_policysettings.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/adminrulecollections/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/adminrulecollections/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/adminrulecollections/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/adminrulecollections/id_rulecollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/adminrulecollections/id_securityadminconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/adminrulecollections/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/adminrulecollections/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/adminrulecollections/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/adminrulecollections/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/adminrulecollections/model_adminrulecollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/adminrulecollections/model_adminrulecollectionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/adminrulecollections/model_networkmanagersecuritygroupitem.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/adminrulecollections/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/adminrulecollections/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/adminrules/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/adminrules/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/adminrules/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/adminrules/id_rule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/adminrules/id_rulecollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/adminrules/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/adminrules/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/adminrules/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/adminrules/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/adminrules/model_addressprefixitem.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/adminrules/model_adminpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/adminrules/model_adminrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/adminrules/model_baseadminrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/adminrules/model_defaultadminpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/adminrules/model_defaultadminrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/adminrules/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/adminrules/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/constants.go (97%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/id_applicationgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/id_applicationgatewayprivateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/method_update.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_applicationgatewayprivateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_applicationgatewayprivateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_inboundnatrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfigurationpropertiesformat.go (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_networkinterfacepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivateendpointconnections/version.go (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivatelinkresources/README.md (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivatelinkresources/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivatelinkresources/id_applicationgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivatelinkresources/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivatelinkresources/model_applicationgatewayprivatelinkresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivatelinkresources/model_applicationgatewayprivatelinkresourceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivatelinkresources/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewayprivatelinkresources/version.go (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewaywafdynamicmanifests/README.md (91%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewaywafdynamicmanifests/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewaywafdynamicmanifests/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewaywafdynamicmanifests/id_location.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewaywafdynamicmanifests/method_defaultget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewaywafdynamicmanifests/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewaywafdynamicmanifests/model_applicationgatewayfirewallmanifestruleset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewaywafdynamicmanifests/model_applicationgatewayfirewallrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewaywafdynamicmanifests/model_applicationgatewayfirewallrulegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewaywafdynamicmanifests/model_applicationgatewaywafdynamicmanifestpropertiesresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewaywafdynamicmanifests/model_applicationgatewaywafdynamicmanifestresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewaywafdynamicmanifests/model_defaultrulesetpropertyformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewaywafdynamicmanifests/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationgatewaywafdynamicmanifests/version.go (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationsecuritygroups/README.md (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationsecuritygroups/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationsecuritygroups/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationsecuritygroups/id_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationsecuritygroups/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationsecuritygroups/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationsecuritygroups/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationsecuritygroups/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationsecuritygroups/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationsecuritygroups/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationsecuritygroups/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationsecuritygroups/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationsecuritygroups/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationsecuritygroups/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/applicationsecuritygroups/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/availabledelegations/README.md (91%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/availabledelegations/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/availabledelegations/id_location.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/availabledelegations/id_providerlocation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/availabledelegations/method_availabledelegationslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/availabledelegations/method_availableresourcegroupdelegationslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/availabledelegations/model_availabledelegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/availabledelegations/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/availabledelegations/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/availableservicealiases/README.md (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/availableservicealiases/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/availableservicealiases/id_location.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/availableservicealiases/id_providerlocation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/availableservicealiases/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/availableservicealiases/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/availableservicealiases/model_availableservicealias.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/availableservicealiases/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/availableservicealiases/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/README.md (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/id_azurefirewall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/method_azurefirewallslistlearnedprefixes.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/method_packetcapture.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/model_azurefirewall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/model_azurefirewallapplicationrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/model_azurefirewallapplicationrulecollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/model_azurefirewallapplicationrulecollectionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/model_azurefirewallapplicationruleprotocol.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/model_azurefirewallipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/model_azurefirewallipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/model_azurefirewallipgroups.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/model_azurefirewallnatrcaction.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/model_azurefirewallnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/model_azurefirewallnatrulecollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/model_azurefirewallnatrulecollectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/model_azurefirewallnetworkrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/model_azurefirewallnetworkrulecollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/model_azurefirewallnetworkrulecollectionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/model_azurefirewallpacketcaptureflags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/model_azurefirewallpacketcapturerule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/model_azurefirewallpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/model_azurefirewallpublicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/model_azurefirewallrcaction.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/model_azurefirewallsku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/model_firewallpacketcaptureparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/model_firewallpacketcaptureparametersformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/model_hubipaddresses.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/model_hubpublicipaddresses.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/model_ipprefixeslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/azurefirewalls/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/README.md (97%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/id_bastionhost.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/method_deletebastionshareablelink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/method_deletebastionshareablelinkbytoken.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/method_disconnectactivesessions.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/method_getactivesessions.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/method_getbastionshareablelink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/method_putbastionshareablelink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/model_bastionactivesession.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/model_bastionhost.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/model_bastionhostipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/model_bastionhostipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/model_bastionhostpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/model_bastionhostpropertiesformatnetworkacls.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/model_bastionsessionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/model_bastionshareablelink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/model_bastionshareablelinklistrequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/model_bastionshareablelinktokenlistrequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/model_iprule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/model_resource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/model_sessionids.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/model_sku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionhosts/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionshareablelink/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionshareablelink/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionshareablelink/id_bastionhost.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionshareablelink/method_deletebastionshareablelink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionshareablelink/method_deletebastionshareablelinkbytoken.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionshareablelink/method_getbastionshareablelink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionshareablelink/method_putbastionshareablelink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionshareablelink/model_bastionshareablelink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionshareablelink/model_bastionshareablelinklistrequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionshareablelink/model_bastionshareablelinktokenlistrequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionshareablelink/model_resource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionshareablelink/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bastionshareablelink/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bgpservicecommunities/README.md (87%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bgpservicecommunities/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bgpservicecommunities/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bgpservicecommunities/model_bgpcommunity.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bgpservicecommunities/model_bgpservicecommunity.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bgpservicecommunities/model_bgpservicecommunitypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bgpservicecommunities/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/bgpservicecommunities/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/checkdnsavailabilities/README.md (87%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/checkdnsavailabilities/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/checkdnsavailabilities/id_location.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/checkdnsavailabilities/method_checkdnsnameavailability.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/checkdnsavailabilities/model_dnsnameavailabilityresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/checkdnsavailabilities/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/client.go (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01/publicipaddresses => 2023-11-01/cloudservicepublicipaddresses}/constants.go (98%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/id_providercloudservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/method_publicipaddressesgetcloudservicepublicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/method_publicipaddresseslistcloudservicepublicipaddresses.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/method_publicipaddresseslistcloudserviceroleinstancepublicipaddresses.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_inboundnatrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_networkinterfacepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/cloudservicepublicipaddresses/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/README.md (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/constants.go (99%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/id_connectionmonitor.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/id_networkwatcher.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/method_query.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/method_start.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/method_stop.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/model_connectionmonitor.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/model_connectionmonitordestination.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorendpoint.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/model_connectionmonitorendpointfilter.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/model_connectionmonitorendpointfilteritem.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01/applicationgateways/model_tagsobject.go => 2023-11-01/connectionmonitors/model_connectionmonitorendpointlocationdetails.go} (56%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/model_connectionmonitorendpointscope.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/model_connectionmonitorendpointscopeitem.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/model_connectionmonitorhttpconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/model_connectionmonitoricmpconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/model_connectionmonitorlistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/model_connectionmonitoroutput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/model_connectionmonitorparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/model_connectionmonitorqueryresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/model_connectionmonitorresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/model_connectionmonitorresultproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/model_connectionmonitorsource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/model_connectionmonitorsuccessthreshold.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/model_connectionmonitortcpconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/model_connectionmonitortestconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/model_connectionmonitortestgroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/model_connectionmonitorworkspacesettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/model_connectionstatesnapshot.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/model_connectivityhop.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/model_connectivityissue.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/model_hoplink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/model_hoplinkproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/model_httpheader.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectionmonitors/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectivityconfigurations/README.md (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectivityconfigurations/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectivityconfigurations/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectivityconfigurations/id_connectivityconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectivityconfigurations/id_networkmanager.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectivityconfigurations/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectivityconfigurations/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectivityconfigurations/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectivityconfigurations/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectivityconfigurations/model_connectivityconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectivityconfigurations/model_connectivityconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectivityconfigurations/model_connectivitygroupitem.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectivityconfigurations/model_hub.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectivityconfigurations/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/connectivityconfigurations/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/customipprefixes/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/customipprefixes/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/customipprefixes/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/customipprefixes/id_customipprefix.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/customipprefixes/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/customipprefixes/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/customipprefixes/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/customipprefixes/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/customipprefixes/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/customipprefixes/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/customipprefixes/model_customipprefix.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/customipprefixes/model_customipprefixpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/customipprefixes/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/customipprefixes/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/customipprefixes/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/customipprefixes/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ddoscustompolicies/README.md (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ddoscustompolicies/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ddoscustompolicies/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ddoscustompolicies/id_ddoscustompolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ddoscustompolicies/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ddoscustompolicies/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ddoscustompolicies/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ddoscustompolicies/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ddoscustompolicies/model_ddoscustompolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ddoscustompolicies/model_ddoscustompolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ddoscustompolicies/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ddoscustompolicies/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ddosprotectionplans/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ddosprotectionplans/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ddosprotectionplans/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ddosprotectionplans/id_ddosprotectionplan.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ddosprotectionplans/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ddosprotectionplans/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ddosprotectionplans/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ddosprotectionplans/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ddosprotectionplans/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ddosprotectionplans/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ddosprotectionplans/model_ddosprotectionplan.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ddosprotectionplans/model_ddosprotectionplanpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ddosprotectionplans/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ddosprotectionplans/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ddosprotectionplans/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ddosprotectionplans/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/README.md (92%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/constants.go (97%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/id_dscpconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_dscpconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_dscpconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_inboundnatrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_networkinterfaceipconfigurationpropertiesformat.go (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_networkinterfacepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_qosdefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_qosiprange.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_qosportrange.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfiguration/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/README.md (91%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/constants.go (97%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/method_dscpconfigurationlist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/method_dscpconfigurationlistall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_dscpconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_dscpconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_inboundnatrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_networkinterfaceipconfigurationpropertiesformat.go (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_networkinterfacepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_qosdefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_qosiprange.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_qosportrange.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/dscpconfigurations/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/endpointservices/README.md (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/endpointservices/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/endpointservices/id_location.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/endpointservices/method_availableendpointserviceslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/endpointservices/model_endpointserviceresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/endpointservices/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/endpointservices/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitarptable/README.md (91%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitarptable/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitarptable/id_arptable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitarptable/method_expressroutecircuitslistarptable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitarptable/model_expressroutecircuitarptable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitarptable/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitarptable/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitauthorizations/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitauthorizations/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitauthorizations/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitauthorizations/id_authorization.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitauthorizations/id_expressroutecircuit.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitauthorizations/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitauthorizations/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitauthorizations/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitauthorizations/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitauthorizations/model_authorizationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitauthorizations/model_expressroutecircuitauthorization.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitauthorizations/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitauthorizations/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitconnections/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitconnections/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitconnections/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitconnections/id_peeringconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitconnections/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitconnections/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitconnections/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitconnections/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitconnections/model_expressroutecircuitconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitconnections/model_expressroutecircuitconnectionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitconnections/model_ipv6circuitconnectionconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitconnections/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitconnections/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitconnections/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitpeerings/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitpeerings/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitpeerings/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitpeerings/id_expressroutecircuit.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitpeerings/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitpeerings/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitpeerings/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitpeerings/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitpeerings/model_expressroutecircuitconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitpeerings/model_expressroutecircuitconnectionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitpeerings/model_expressroutecircuitpeering.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitpeerings/model_expressroutecircuitpeeringconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitpeerings/model_expressroutecircuitpeeringpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitpeerings/model_expressroutecircuitstats.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitpeerings/model_expressrouteconnectionid.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitpeerings/model_ipv6circuitconnectionconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitpeerings/model_ipv6expressroutecircuitpeeringconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitpeerings/model_peerexpressroutecircuitconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitpeerings/model_peerexpressroutecircuitconnectionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitpeerings/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitpeerings/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitpeerings/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitroutestable/README.md (91%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitroutestable/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitroutestable/id_peeringroutetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitroutestable/method_expressroutecircuitslistroutestable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitroutestable/model_expressroutecircuitroutestable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitroutestable/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitroutestable/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitroutestablesummary/README.md (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitroutestablesummary/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitroutestablesummary/id_routetablessummary.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitroutestablesummary/method_expressroutecircuitslistroutestablesummary.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitroutestablesummary/model_expressroutecircuitroutestablesummary.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitroutestablesummary/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitroutestablesummary/version.go (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuits/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuits/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuits/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuits/id_expressroutecircuit.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuits/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuits/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuits/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuits/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuits/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuits/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuits/model_authorizationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuits/model_expressroutecircuit.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuits/model_expressroutecircuitauthorization.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuits/model_expressroutecircuitconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuits/model_expressroutecircuitconnectionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuits/model_expressroutecircuitpeering.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuits/model_expressroutecircuitpeeringconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuits/model_expressroutecircuitpeeringpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuits/model_expressroutecircuitpropertiesformat.go (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuits/model_expressroutecircuitserviceproviderproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuits/model_expressroutecircuitsku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuits/model_expressroutecircuitstats.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuits/model_expressrouteconnectionid.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuits/model_ipv6circuitconnectionconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuits/model_ipv6expressroutecircuitpeeringconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuits/model_peerexpressroutecircuitconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuits/model_peerexpressroutecircuitconnectionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuits/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuits/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuits/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuits/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitstats/README.md (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitstats/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitstats/id_expressroutecircuit.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitstats/method_expressroutecircuitsgetpeeringstats.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitstats/method_expressroutecircuitsgetstats.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitstats/model_expressroutecircuitstats.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecircuitstats/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteconnections/README.md (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteconnections/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteconnections/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteconnections/id_expressrouteconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteconnections/id_expressroutegateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteconnections/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteconnections/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteconnections/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteconnections/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteconnections/model_expressroutecircuitpeeringid.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteconnections/model_expressrouteconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteconnections/model_expressrouteconnectionlist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteconnections/model_expressrouteconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteconnections/model_propagatedroutetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteconnections/model_routingconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteconnections/model_staticroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteconnections/model_staticroutesconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteconnections/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteconnections/model_vnetroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteconnections/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionarptable/README.md (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionarptable/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionarptable/id_peeringarptable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionarptable/method_expressroutecrossconnectionslistarptable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionarptable/model_expressroutecircuitarptable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionarptable/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionarptable/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionpeerings/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionpeerings/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionpeerings/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionpeerings/id_expressroutecrossconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionpeerings/id_peering.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionpeerings/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionpeerings/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionpeerings/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionpeerings/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionpeerings/model_expressroutecircuitpeeringconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionpeerings/model_expressroutecrossconnectionpeering.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionpeerings/model_expressroutecrossconnectionpeeringproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionpeerings/model_ipv6expressroutecircuitpeeringconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionpeerings/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionpeerings/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionpeerings/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionroutetable/README.md (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionroutetable/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionroutetable/id_expressroutecrossconnectionpeeringroutetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionroutetable/method_expressroutecrossconnectionslistroutestable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionroutetable/model_expressroutecircuitroutestable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionroutetable/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionroutetable/version.go (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionroutetablesummary/README.md (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionroutetablesummary/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionroutetablesummary/id_peeringroutetablessummary.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionroutetablesummary/method_expressroutecrossconnectionslistroutestablesummary.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionroutetablesummary/model_expressroutecrossconnectionroutestablesummary.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionroutetablesummary/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnectionroutetablesummary/version.go (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnections/README.md (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnections/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnections/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnections/id_expressroutecrossconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnections/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnections/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnections/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnections/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnections/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnections/model_expressroutecircuitpeeringconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnections/model_expressroutecircuitreference.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnections/model_expressroutecrossconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnections/model_expressroutecrossconnectionpeering.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnections/model_expressroutecrossconnectionpeeringproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnections/model_expressroutecrossconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnections/model_ipv6expressroutecircuitpeeringconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnections/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnections/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnections/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutecrossconnections/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutegateways/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutegateways/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutegateways/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutegateways/id_expressroutegateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutegateways/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutegateways/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutegateways/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutegateways/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutegateways/method_listbysubscription.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutegateways/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutegateways/model_expressroutecircuitpeeringid.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutegateways/model_expressrouteconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutegateways/model_expressrouteconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutegateways/model_expressroutegateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutegateways/model_expressroutegatewaylist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutegateways/model_expressroutegatewayproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutegateways/model_expressroutegatewaypropertiesautoscaleconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutegateways/model_expressroutegatewaypropertiesautoscaleconfigurationbounds.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutegateways/model_propagatedroutetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutegateways/model_routingconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutegateways/model_staticroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutegateways/model_staticroutesconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutegateways/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutegateways/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutegateways/model_virtualhubid.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutegateways/model_vnetroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutegateways/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutelinks/README.md (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutelinks/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutelinks/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutelinks/id_expressrouteport.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutelinks/id_link.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutelinks/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutelinks/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutelinks/model_expressroutelink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutelinks/model_expressroutelinkmacsecconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutelinks/model_expressroutelinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutelinks/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressroutelinks/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteportauthorizations/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteportauthorizations/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteportauthorizations/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteportauthorizations/id_expressrouteport.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteportauthorizations/id_expressrouteportauthorization.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteportauthorizations/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteportauthorizations/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteportauthorizations/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteportauthorizations/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteportauthorizations/model_expressrouteportauthorization.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteportauthorizations/model_expressrouteportauthorizationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteportauthorizations/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteportauthorizations/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteports/README.md (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteports/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteports/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteports/id_expressrouteport.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteports/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteports/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteports/method_generateloa.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteports/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteports/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteports/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteports/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteports/model_expressroutelink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteports/model_expressroutelinkmacsecconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteports/model_expressroutelinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteports/model_expressrouteport.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteports/model_expressrouteportpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteports/model_generateexpressrouteportsloarequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteports/model_generateexpressrouteportsloaresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteports/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteports/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteports/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteports/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteportslocations/README.md (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteportslocations/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteportslocations/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteportslocations/id_expressrouteportslocation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteportslocations/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteportslocations/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteportslocations/model_expressrouteportslocation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteportslocations/model_expressrouteportslocationbandwidths.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteportslocations/model_expressrouteportslocationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteportslocations/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteportslocations/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteproviderports/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteproviderports/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteproviderports/id_expressrouteproviderport.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteproviderports/method_expressrouteproviderport.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteproviderports/method_locationlist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteproviderports/model_expressrouteproviderport.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteproviderports/model_expressrouteproviderportproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteproviderports/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteproviderports/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteserviceproviders/README.md (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteserviceproviders/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteserviceproviders/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteserviceproviders/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteserviceproviders/model_expressrouteserviceprovider.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteserviceproviders/model_expressrouteserviceproviderbandwidthsoffered.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteserviceproviders/model_expressrouteserviceproviderpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteserviceproviders/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/expressrouteserviceproviders/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/README.md (63%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/constants.go (61%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/id_firewallpolicy.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/id_rulecollectiongroup.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01/applicationgateways/method_stop.go => 2023-11-01/firewallpolicies/method_firewallpolicydeploymentsdeploy.go} (58%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01/applicationgateways/method_updatetags.go => 2023-11-01/firewallpolicies/method_firewallpolicydraftscreateorupdate.go} (62%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01/applicationgateways/method_get.go => 2023-11-01/firewallpolicies/method_firewallpolicydraftsdelete.go} (63%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01/applicationgateways/method_getsslpredefinedpolicy.go => 2023-11-01/firewallpolicies/method_firewallpolicydraftsget.go} (67%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/method_firewallpolicyidpssignaturesfiltervalueslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/method_firewallpolicyidpssignatureslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/method_firewallpolicyidpssignaturesoverridesget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/method_firewallpolicyidpssignaturesoverrideslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/method_firewallpolicyidpssignaturesoverridespatch.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/method_firewallpolicyidpssignaturesoverridesput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01/applicationgateways/method_listavailableresponseheaders.go => 2023-11-01/firewallpolicies/method_firewallpolicyrulecollectiongroupdraftscreateorupdate.go} (53%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01/applicationgateways/method_listavailablerequestheaders.go => 2023-11-01/firewallpolicies/method_firewallpolicyrulecollectiongroupdraftsdelete.go} (53%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01/applicationgateways/method_listavailableservervariables.go => 2023-11-01/firewallpolicies/method_firewallpolicyrulecollectiongroupdraftsget.go} (62%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/method_updatetags.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_applicationrule.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/model_dnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/model_explicitproxy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/model_filteritems.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/model_firewallpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/model_firewallpolicycertificateauthority.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicydraft.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicydraftproperties.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyfilterrulecollection.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01/applicationgateways/model_applicationgatewayavailablewafrulesetsresult.go => 2023-11-01/firewallpolicies/model_firewallpolicyfilterrulecollectionaction.go} (50%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01/applicationgateways/model_applicationgatewayheaderconfiguration.go => 2023-11-01/firewallpolicies/model_firewallpolicyhttpheadertoinsert.go} (76%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/model_firewallpolicyinsights.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/model_firewallpolicyintrusiondetection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/model_firewallpolicyintrusiondetectionbypasstrafficspecifications.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/model_firewallpolicyintrusiondetectionconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/model_firewallpolicyintrusiondetectionsignaturespecification.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/model_firewallpolicyloganalyticsresources.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/model_firewallpolicyloganalyticsworkspace.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicynatrulecollection.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01/applicationgateways/model_natgatewaysku.go => 2023-11-01/firewallpolicies/model_firewallpolicynatrulecollectionaction.go} (51%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/model_firewallpolicypropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyrule.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyruleapplicationprotocol.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyrulecollection.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01/applicationgateways/model_applicationgatewaysslcertificate.go => 2023-11-01/firewallpolicies/model_firewallpolicyrulecollectiongroupdraft.go} (66%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyrulecollectiongroupdraftproperties.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/model_firewallpolicysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/model_firewallpolicysnat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/model_firewallpolicysql.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/model_firewallpolicythreatintelwhitelist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/model_firewallpolicytransportsecurity.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/model_idpsqueryobject.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_natrule.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_networkrule.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/model_orderby.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/model_queryresults.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/model_signatureoverridesfiltervaluesquery.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/model_signatureoverridesfiltervaluesresponse.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/model_signaturesoverrides.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/model_signaturesoverrideslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/model_signaturesoverridesproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/model_singlequeryresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicies/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicyrulecollectiongroups/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicyrulecollectiongroups/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicyrulecollectiongroups/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicyrulecollectiongroups/id_firewallpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicyrulecollectiongroups/id_rulecollectiongroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicyrulecollectiongroups/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicyrulecollectiongroups/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicyrulecollectiongroups/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicyrulecollectiongroups/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicyrulecollectiongroups/model_applicationrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicyrulecollectiongroups/model_firewallpolicyfilterrulecollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicyrulecollectiongroups/model_firewallpolicyfilterrulecollectionaction.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicyrulecollectiongroups/model_firewallpolicyhttpheadertoinsert.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicyrulecollectiongroups/model_firewallpolicynatrulecollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicyrulecollectiongroups/model_firewallpolicynatrulecollectionaction.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicyrulecollectiongroups/model_firewallpolicyrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicyrulecollectiongroups/model_firewallpolicyruleapplicationprotocol.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicyrulecollectiongroups/model_firewallpolicyrulecollection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicyrulecollectiongroups/model_firewallpolicyrulecollectiongroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicyrulecollectiongroups/model_firewallpolicyrulecollectiongroupproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicyrulecollectiongroups/model_natrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicyrulecollectiongroups/model_networkrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicyrulecollectiongroups/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/firewallpolicyrulecollectiongroups/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/flowlogs/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/flowlogs/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/flowlogs/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/flowlogs/id_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/flowlogs/id_networkwatcher.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/flowlogs/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/flowlogs/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/flowlogs/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/flowlogs/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/flowlogs/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/flowlogs/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/flowlogs/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/flowlogs/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/flowlogs/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/flowlogs/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/flowlogs/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/flowlogs/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/flowlogs/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/flowlogs/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipallocations/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipallocations/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipallocations/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipallocations/id_ipallocation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipallocations/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipallocations/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipallocations/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipallocations/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipallocations/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipallocations/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipallocations/model_ipallocation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipallocations/model_ipallocationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipallocations/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipallocations/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipallocations/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipallocations/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipgroups/README.md (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipgroups/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipgroups/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipgroups/id_ipgroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipgroups/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipgroups/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipgroups/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipgroups/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipgroups/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipgroups/method_updategroups.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipgroups/model_ipgroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipgroups/model_ipgrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipgroups/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipgroups/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipgroups/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/ipgroups/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/README.md (98%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/constants.go (97%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/id_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/id_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/id_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/id_loadbalancer.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/id_loadbalancerbackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/id_loadbalancingrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/id_location.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/id_outboundrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/id_probe.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/id_providerloadbalancer.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/method_inboundnatrulescreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/method_inboundnatrulesdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/method_inboundnatrulesget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/method_inboundnatruleslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/method_listinboundnatruleportmappings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/method_loadbalancerbackendaddresspoolscreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/method_loadbalancerbackendaddresspoolsdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/method_loadbalancerbackendaddresspoolsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/method_loadbalancerbackendaddresspoolslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/method_loadbalancerfrontendipconfigurationsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/method_loadbalancerfrontendipconfigurationslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/method_loadbalancerloadbalancingrulesget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/method_loadbalancerloadbalancingruleslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/method_loadbalancernetworkinterfaceslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/method_loadbalanceroutboundrulesget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/method_loadbalanceroutboundruleslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/method_loadbalancerprobesget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/method_loadbalancerprobeslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/method_migratetoipbased.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/method_swappublicipaddresses.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_backendaddressinboundnatruleportmappings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_inboundnatpool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_inboundnatpoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_inboundnatruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_inboundnatrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_loadbalancer.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_loadbalancerpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_loadbalancersku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_loadbalancervipswaprequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_loadbalancervipswaprequestfrontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_loadbalancervipswaprequestfrontendipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_loadbalancingrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_loadbalancingrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_migratedpools.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_migrateloadbalancertoipbasedrequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_networkinterfaceipconfigurationpropertiesformat.go (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_networkinterfacepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_outboundrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_outboundrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_probe.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_probepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_queryinboundnatruleportmappingrequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/loadbalancers/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/localnetworkgateways/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/localnetworkgateways/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/localnetworkgateways/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/localnetworkgateways/id_localnetworkgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/localnetworkgateways/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/localnetworkgateways/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/localnetworkgateways/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/localnetworkgateways/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/localnetworkgateways/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/localnetworkgateways/model_addressspace.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/localnetworkgateways/model_bgpsettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/localnetworkgateways/model_ipconfigurationbgppeeringaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/localnetworkgateways/model_localnetworkgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/localnetworkgateways/model_localnetworkgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/localnetworkgateways/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/localnetworkgateways/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/localnetworkgateways/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/natgateways/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/natgateways/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/natgateways/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/natgateways/id_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/natgateways/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/natgateways/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/natgateways/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/natgateways/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/natgateways/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/natgateways/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/natgateways/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/natgateways/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/natgateways/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/natgateways/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/natgateways/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/natgateways/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/natgateways/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkgroups/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkgroups/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkgroups/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkgroups/id_networkgroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkgroups/id_networkmanager.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkgroups/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkgroups/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkgroups/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkgroups/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkgroups/model_networkgroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkgroups/model_networkgroupproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkgroups/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkgroups/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/README.md (98%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/constants.go (97%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/id_providercloudservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/id_roleinstance.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/id_roleinstancenetworkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/id_tapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/id_virtualmachine.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/id_virtualmachinescaleset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/method_getcloudservicenetworkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/method_geteffectiveroutetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/method_getvirtualmachinescalesetipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/method_getvirtualmachinescalesetnetworkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/method_listcloudservicenetworkinterfaces.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/method_listcloudserviceroleinstancenetworkinterfaces.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/method_listeffectivenetworksecuritygroups.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/method_listvirtualmachinescalesetipconfigurations.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/method_listvirtualmachinescalesetnetworkinterfaces.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/method_listvirtualmachinescalesetvmnetworkinterfaces.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/method_networkinterfaceipconfigurationsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/method_networkinterfaceipconfigurationslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/method_networkinterfaceloadbalancerslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/method_networkinterfacetapconfigurationsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/method_networkinterfacetapconfigurationslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_effectivenetworksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_effectivenetworksecuritygroupassociation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_effectivenetworksecurityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_effectiveroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_inboundnatpool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_inboundnatpoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_inboundnatrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_loadbalancer.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_loadbalancerpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_loadbalancersku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_loadbalancingrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_loadbalancingrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_networkinterfaceipconfigurationpropertiesformat.go (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_networkinterfacepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_outboundrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_outboundrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_probe.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_probepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkinterfaces/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanageractiveconfigurations/README.md (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanageractiveconfigurations/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanageractiveconfigurations/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanageractiveconfigurations/id_networkmanager.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanageractiveconfigurations/method_listactivesecurityadminrules.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanageractiveconfigurations/model_activebasesecurityadminrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanageractiveconfigurations/model_activeconfigurationparameter.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanageractiveconfigurations/model_activedefaultsecurityadminrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanageractiveconfigurations/model_activesecurityadminrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanageractiveconfigurations/model_activesecurityadminruleslistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanageractiveconfigurations/model_addressprefixitem.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanageractiveconfigurations/model_adminpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanageractiveconfigurations/model_configurationgroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanageractiveconfigurations/model_defaultadminpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanageractiveconfigurations/model_networkgroupproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanageractiveconfigurations/model_networkmanagersecuritygroupitem.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanageractiveconfigurations/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanageractiveconnectivityconfigurations/README.md (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanageractiveconnectivityconfigurations/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanageractiveconnectivityconfigurations/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanageractiveconnectivityconfigurations/id_networkmanager.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanageractiveconnectivityconfigurations/method_listactiveconnectivityconfigurations.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanageractiveconnectivityconfigurations/model_activeconfigurationparameter.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanageractiveconnectivityconfigurations/model_activeconnectivityconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanageractiveconnectivityconfigurations/model_activeconnectivityconfigurationslistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanageractiveconnectivityconfigurations/model_configurationgroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanageractiveconnectivityconfigurations/model_connectivityconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanageractiveconnectivityconfigurations/model_connectivitygroupitem.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanageractiveconnectivityconfigurations/model_hub.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanageractiveconnectivityconfigurations/model_networkgroupproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanageractiveconnectivityconfigurations/version.go (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagerconnections/README.md (98%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagerconnections/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagerconnections/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagerconnections/id_networkmanagerconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagerconnections/id_providers2networkmanagerconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionscreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionsdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionscreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionsdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagerconnections/model_networkmanagerconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagerconnections/model_networkmanagerconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagerconnections/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagerconnections/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagereffectiveconnectivityconfiguration/README.md (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagereffectiveconnectivityconfiguration/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagereffectiveconnectivityconfiguration/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagereffectiveconnectivityconfiguration/method_listnetworkmanagereffectiveconnectivityconfigurations.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagereffectiveconnectivityconfiguration/model_configurationgroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagereffectiveconnectivityconfiguration/model_connectivityconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagereffectiveconnectivityconfiguration/model_connectivitygroupitem.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagereffectiveconnectivityconfiguration/model_effectiveconnectivityconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagereffectiveconnectivityconfiguration/model_hub.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagereffectiveconnectivityconfiguration/model_networkgroupproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagereffectiveconnectivityconfiguration/model_networkmanagereffectiveconnectivityconfigurationlistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagereffectiveconnectivityconfiguration/model_queryrequestoptions.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagereffectiveconnectivityconfiguration/version.go (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagereffectivesecurityadminrules/README.md (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagereffectivesecurityadminrules/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagereffectivesecurityadminrules/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagereffectivesecurityadminrules/method_listnetworkmanagereffectivesecurityadminrules.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagereffectivesecurityadminrules/model_addressprefixitem.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagereffectivesecurityadminrules/model_adminpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagereffectivesecurityadminrules/model_configurationgroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagereffectivesecurityadminrules/model_defaultadminpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagereffectivesecurityadminrules/model_effectivebasesecurityadminrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagereffectivesecurityadminrules/model_effectivedefaultsecurityadminrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagereffectivesecurityadminrules/model_effectivesecurityadminrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagereffectivesecurityadminrules/model_networkgroupproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagereffectivesecurityadminrules/model_networkmanagereffectivesecurityadminruleslistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagereffectivesecurityadminrules/model_networkmanagersecuritygroupitem.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagereffectivesecurityadminrules/model_queryrequestoptions.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagereffectivesecurityadminrules/version.go (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagers/README.md (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagers/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagers/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagers/id_networkmanager.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagers/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagers/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagers/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagers/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagers/method_listbysubscription.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagers/method_networkmanagercommitspost.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagers/method_networkmanagerdeploymentstatuslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagers/method_patch.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagers/model_crosstenantscopes.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagers/model_networkmanager.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagers/model_networkmanagercommit.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagers/model_networkmanagerdeploymentstatus.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagers/model_networkmanagerdeploymentstatuslistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagers/model_networkmanagerdeploymentstatusparameter.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagers/model_networkmanagerproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagers/model_networkmanagerpropertiesnetworkmanagerscopes.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagers/model_patchobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagers/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkmanagers/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/constants.go (97%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/id_networkprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_containernetworkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_containernetworkinterfaceconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_containernetworkinterfaceconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_containernetworkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_containernetworkinterfaceipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_containernetworkinterfacepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_inboundnatrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_networkinterfaceipconfigurationpropertiesformat.go (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_networkinterfacepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_networkprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_networkprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkprofiles/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/constants.go (97%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/id_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_inboundnatrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_networkinterfaceipconfigurationpropertiesformat.go (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_networkinterfacepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networksecuritygroups/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkvirtualappliances/README.md (86%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkvirtualappliances/client.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/constants.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkvirtualappliances/id_inboundsecurityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkvirtualappliances/id_networkvirtualappliance.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkvirtualappliances/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkvirtualappliances/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkvirtualappliances/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkvirtualappliances/method_inboundsecurityrulecreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkvirtualappliances/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkvirtualappliances/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01/applicationgateways/method_createorupdate.go => 2023-11-01/networkvirtualappliances/method_restart.go} (59%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkvirtualappliances/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkvirtualappliances/model_delegationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkvirtualappliances/model_inboundsecurityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkvirtualappliances/model_inboundsecurityruleproperties.go (51%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_inboundsecurityrules.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkvirtualappliances/model_internetingresspublicipsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkvirtualappliances/model_networkvirtualappliance.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01/applicationgateways/model_subresource.go => 2023-11-01/networkvirtualappliances/model_networkvirtualapplianceinstanceids.go} (54%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkvirtualappliances/model_networkvirtualappliancepropertiesformat.go (54%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_networkvirtualappliancepropertiesformatnetworkprofile.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkvirtualappliances/model_partnermanagedresourceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkvirtualappliances/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkvirtualappliances/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkvirtualappliances/model_virtualapplianceadditionalnicproperties.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_virtualapplianceipconfiguration.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01/applicationgateways/model_resourceset.go => 2023-11-01/networkvirtualappliances/model_virtualapplianceipconfigurationproperties.go} (54%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_virtualappliancenetworkinterfaceconfiguration.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_virtualappliancenetworkinterfaceconfigurationproperties.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_virtualappliancenicproperties.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkvirtualappliances/model_virtualapplianceskuproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkvirtualappliances/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkvirtualappliances/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/README.md (98%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/id_networkwatcher.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/method_checkconnectivity.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/method_getazurereachabilityreport.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/method_getflowlogstatus.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/method_getnetworkconfigurationdiagnostic.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/method_getnexthop.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/method_gettopology.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/method_gettroubleshooting.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/method_gettroubleshootingresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/method_getvmsecurityrules.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/method_listavailableproviders.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/method_setflowlogconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/method_verifyipflow.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_availableproviderslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_availableproviderslistcity.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_availableproviderslistcountry.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_availableproviderslistparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_availableprovidersliststate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_azurereachabilityreport.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_azurereachabilityreportitem.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_azurereachabilityreportlatencyinfo.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_azurereachabilityreportlocation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_azurereachabilityreportparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_connectivitydestination.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_connectivityhop.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_connectivityinformation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_connectivityissue.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_connectivityparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_connectivitysource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_effectivenetworksecurityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_evaluatednetworksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_flowloginformation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_flowlogproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_flowlogstatusparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_hoplink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_hoplinkproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_httpconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_httpheader.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_matchedrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_networkconfigurationdiagnosticparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_networkconfigurationdiagnosticprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_networkconfigurationdiagnosticresponse.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_networkconfigurationdiagnosticresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_networkinterfaceassociation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_networksecuritygroupresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_networksecurityrulesevaluationresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_networkwatcher.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_networkwatcherlistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_networkwatcherpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_nexthopparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_nexthopresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_protocolconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_querytroubleshootingparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_securitygroupnetworkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_securitygroupviewparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_securitygroupviewresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_securityruleassociations.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_subnetassociation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_topology.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_topologyassociation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_topologyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_topologyresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_troubleshootingdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_troubleshootingparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_troubleshootingproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_troubleshootingrecommendedactions.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_troubleshootingresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_verificationipflowparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/model_verificationipflowresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/networkwatchers/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/p2svpngateways/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/p2svpngateways/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/p2svpngateways/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/p2svpngateways/method_disconnectp2svpnconnections.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/p2svpngateways/method_generatevpnprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/p2svpngateways/method_getp2svpnconnectionhealth.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/p2svpngateways/method_getp2svpnconnectionhealthdetailed.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/p2svpngateways/method_reset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/p2svpngateways/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/p2svpngateways/model_addressspace.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/p2svpngateways/model_p2sconnectionconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/p2svpngateways/model_p2sconnectionconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/p2svpngateways/model_p2svpnconnectionhealth.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/p2svpngateways/model_p2svpnconnectionhealthrequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/p2svpngateways/model_p2svpnconnectionrequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/p2svpngateways/model_p2svpngateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/p2svpngateways/model_p2svpngatewayproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/p2svpngateways/model_p2svpnprofileparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/p2svpngateways/model_propagatedroutetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/p2svpngateways/model_routingconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/p2svpngateways/model_staticroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/p2svpngateways/model_staticroutesconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/p2svpngateways/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/p2svpngateways/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/p2svpngateways/model_vnetroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/p2svpngateways/model_vpnclientconnectionhealth.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/p2svpngateways/model_vpnprofileresponse.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/p2svpngateways/model_vpnserverconfigurationpolicygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/p2svpngateways/model_vpnserverconfigurationpolicygroupmember.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/p2svpngateways/model_vpnserverconfigurationpolicygroupproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/p2svpngateways/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/packetcaptures/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/packetcaptures/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/packetcaptures/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/packetcaptures/id_networkwatcher.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/packetcaptures/id_packetcapture.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/packetcaptures/method_create.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/packetcaptures/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/packetcaptures/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/packetcaptures/method_getstatus.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/packetcaptures/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/packetcaptures/method_stop.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/packetcaptures/model_packetcapture.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/packetcaptures/model_packetcapturefilter.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/packetcaptures/model_packetcapturelistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/packetcaptures/model_packetcapturemachinescope.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/packetcaptures/model_packetcaptureparameters.go (83%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/packetcaptures/model_packetcapturequerystatusresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/packetcaptures/model_packetcaptureresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/packetcaptures/model_packetcaptureresultproperties.go (84%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/model_packetcapturesettings.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/packetcaptures/model_packetcapturestoragelocation.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/packetcaptures/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/peerexpressroutecircuitconnections/README.md (92%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/peerexpressroutecircuitconnections/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/peerexpressroutecircuitconnections/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/peerexpressroutecircuitconnections/id_peerconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/peerexpressroutecircuitconnections/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/peerexpressroutecircuitconnections/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/peerexpressroutecircuitconnections/model_peerexpressroutecircuitconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/peerexpressroutecircuitconnections/model_peerexpressroutecircuitconnectionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/peerexpressroutecircuitconnections/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/peerexpressroutecircuitconnections/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/peerexpressroutecircuitconnections/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatednszonegroups/README.md (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatednszonegroups/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatednszonegroups/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatednszonegroups/id_privatednszonegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatednszonegroups/id_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatednszonegroups/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatednszonegroups/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatednszonegroups/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatednszonegroups/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatednszonegroups/model_privatednszoneconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatednszonegroups/model_privatednszonegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatednszonegroups/model_privatednszonegrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatednszonegroups/model_privatednszonepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatednszonegroups/model_recordset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatednszonegroups/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatednszonegroups/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/README.md (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/constants.go (97%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/id_location.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/id_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/id_providerlocation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/method_availableprivateendpointtypeslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/method_availableprivateendpointtypeslistbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/method_listbysubscription.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_availableprivateendpointtype.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_inboundnatrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_networkinterfaceipconfigurationpropertiesformat.go (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_networkinterfacepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privateendpoints/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/README.md (87%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/constants.go (97%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/id_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_inboundnatrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_networkinterfaceipconfigurationpropertiesformat.go (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_networkinterfacepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservice/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/README.md (97%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/constants.go (97%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/id_location.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/id_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/id_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/id_providerlocation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/method_checkprivatelinkservicevisibility.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/method_checkprivatelinkservicevisibilitybyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/method_deleteprivateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/method_getprivateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/method_listautoapprovedprivatelinkservices.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/method_listautoapprovedprivatelinkservicesbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/method_listbysubscription.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/method_listprivateendpointconnections.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/method_updateprivateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_autoapprovedprivatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_checkprivatelinkservicevisibilityrequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_inboundnatrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_networkinterfaceipconfigurationpropertiesformat.go (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_networkinterfacepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_privatelinkservicevisibility.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/privatelinkservices/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01/cloudservicepublicipaddresses => 2023-11-01/publicipaddresses}/constants.go (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/method_ddosprotectionstatus.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_inboundnatrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_networkinterfacepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_publicipddosprotectionstatusresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipaddresses/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipprefixes/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipprefixes/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipprefixes/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipprefixes/id_publicipprefix.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipprefixes/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipprefixes/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipprefixes/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipprefixes/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipprefixes/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipprefixes/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipprefixes/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipprefixes/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipprefixes/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipprefixes/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipprefixes/model_publicipprefix.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipprefixes/model_publicipprefixpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipprefixes/model_publicipprefixsku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipprefixes/model_referencedpublicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipprefixes/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipprefixes/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipprefixes/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/publicipprefixes/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilterrules/README.md (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilterrules/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilterrules/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilterrules/id_routefilter.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilterrules/id_routefilterrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilterrules/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilterrules/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilterrules/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilterrules/method_listbyroutefilter.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilterrules/model_routefilterrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilterrules/model_routefilterrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilterrules/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilterrules/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilters/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilters/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilters/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilters/id_routefilter.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilters/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilters/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilters/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilters/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilters/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilters/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilters/model_expressroutecircuitconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilters/model_expressroutecircuitconnectionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilters/model_expressroutecircuitpeering.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilters/model_expressroutecircuitpeeringconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilters/model_expressroutecircuitpeeringpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilters/model_expressroutecircuitstats.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilters/model_expressrouteconnectionid.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilters/model_ipv6circuitconnectionconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilters/model_ipv6expressroutecircuitpeeringconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilters/model_peerexpressroutecircuitconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilters/model_peerexpressroutecircuitconnectionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilters/model_routefilter.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilters/model_routefilterpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilters/model_routefilterrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilters/model_routefilterrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilters/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilters/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilters/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routefilters/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routes/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routes/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routes/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routes/id_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routes/id_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routes/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routes/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routes/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routes/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routes/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routes/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routes/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routes/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/constants.go (97%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/id_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_inboundnatrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_networkinterfaceipconfigurationpropertiesformat.go (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_networkinterfacepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/routetables/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/scopeconnections/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/scopeconnections/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/scopeconnections/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/scopeconnections/id_networkmanager.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/scopeconnections/id_scopeconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/scopeconnections/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/scopeconnections/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/scopeconnections/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/scopeconnections/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/scopeconnections/model_scopeconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/scopeconnections/model_scopeconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/scopeconnections/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/scopeconnections/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securityadminconfigurations/README.md (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securityadminconfigurations/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securityadminconfigurations/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securityadminconfigurations/id_networkmanager.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securityadminconfigurations/id_securityadminconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securityadminconfigurations/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securityadminconfigurations/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securityadminconfigurations/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securityadminconfigurations/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securityadminconfigurations/model_securityadminconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securityadminconfigurations/model_securityadminconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securityadminconfigurations/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securityadminconfigurations/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securitypartnerproviders/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securitypartnerproviders/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securitypartnerproviders/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securitypartnerproviders/id_securitypartnerprovider.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securitypartnerproviders/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securitypartnerproviders/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securitypartnerproviders/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securitypartnerproviders/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securitypartnerproviders/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securitypartnerproviders/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securitypartnerproviders/model_securitypartnerprovider.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securitypartnerproviders/model_securitypartnerproviderpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securitypartnerproviders/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securitypartnerproviders/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securitypartnerproviders/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securitypartnerproviders/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securityrules/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securityrules/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securityrules/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securityrules/id_defaultsecurityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securityrules/id_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securityrules/id_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securityrules/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securityrules/method_defaultsecurityrulesget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securityrules/method_defaultsecurityruleslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securityrules/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securityrules/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securityrules/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securityrules/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securityrules/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securityrules/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securityrules/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securityrules/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/securityrules/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/constants.go (97%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/id_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_inboundnatrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_networkinterfaceipconfigurationpropertiesformat.go (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_networkinterfacepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicies/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicydefinitions/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicydefinitions/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicydefinitions/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicydefinitions/id_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicydefinitions/id_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicydefinitions/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicydefinitions/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicydefinitions/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicydefinitions/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicydefinitions/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicydefinitions/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicydefinitions/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/serviceendpointpolicydefinitions/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/servicetags/README.md (92%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/servicetags/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/servicetags/id_location.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/servicetags/method_servicetaginformationlist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/servicetags/method_servicetagslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/servicetags/model_servicetaginformation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/servicetags/model_servicetaginformationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/servicetags/model_servicetagslistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/servicetags/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/servicetags/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/staticmembers/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/staticmembers/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/staticmembers/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/staticmembers/id_networkgroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/staticmembers/id_staticmember.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/staticmembers/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/staticmembers/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/staticmembers/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/staticmembers/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/staticmembers/model_staticmember.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/staticmembers/model_staticmemberproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/staticmembers/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/staticmembers/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/constants.go (97%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_inboundnatrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_networkinterfaceipconfigurationpropertiesformat.go (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_networkinterfacepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/subnets/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/trafficanalytics/README.md (91%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/trafficanalytics/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/trafficanalytics/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/trafficanalytics/id_networkwatcher.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/trafficanalytics/method_networkwatchersgetflowlogstatus.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/trafficanalytics/method_networkwatcherssetflowlogconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/trafficanalytics/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/trafficanalytics/model_flowloginformation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/trafficanalytics/model_flowlogproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/trafficanalytics/model_flowlogstatusparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/trafficanalytics/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/trafficanalytics/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/trafficanalytics/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/trafficanalytics/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/usages/README.md (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/usages/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/usages/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/usages/id_location.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/usages/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/usages/model_usage.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/usages/model_usagename.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/usages/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/usages/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vipswap/README.md (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vipswap/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vipswap/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vipswap/id_cloudservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vipswap/method_create.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vipswap/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vipswap/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vipswap/model_swapresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vipswap/model_swapresourcelistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vipswap/model_swapresourceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vipswap/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualappliancesites/README.md (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualappliancesites/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualappliancesites/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualappliancesites/id_networkvirtualappliance.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualappliancesites/id_virtualappliancesite.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualappliancesites/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualappliancesites/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualappliancesites/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualappliancesites/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualappliancesites/model_breakoutcategorypolicies.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualappliancesites/model_office365policyproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualappliancesites/model_virtualappliancesite.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualappliancesites/model_virtualappliancesiteproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualappliancesites/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualappliancesites/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualapplianceskus/README.md (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualapplianceskus/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualapplianceskus/id_networkvirtualappliancesku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualapplianceskus/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualapplianceskus/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualapplianceskus/model_networkvirtualappliancesku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualapplianceskus/model_networkvirtualapplianceskuinstances.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualapplianceskus/model_networkvirtualapplianceskupropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualapplianceskus/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualapplianceskus/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/README.md (97%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/id_connection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/method_getikesas.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/method_getsharedkey.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/method_resetconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/method_resetsharedkey.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/method_setsharedkey.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/method_startpacketcapture.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/method_stoppacketcapture.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_addressspace.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_bgpsettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_connectionresetsharedkey.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_connectionsharedkey.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_gatewaycustombgpipaddressipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_ipconfigurationbgppeeringaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_ipsecpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_localnetworkgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_localnetworkgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_radiusserver.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_trafficselectorpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_tunnelconnectionhealth.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_virtualnetworkgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_virtualnetworkgatewayautoscalebounds.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_virtualnetworkgatewayautoscaleconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_virtualnetworkgatewayconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_virtualnetworkgatewayconnectionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_virtualnetworkgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_virtualnetworkgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_virtualnetworkgatewaynatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_virtualnetworkgatewaynatruleproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypolicygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypolicygroupmember.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypolicygroupproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_virtualnetworkgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_vngclientconnectionconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_vngclientconnectionconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_vpnclientconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_vpnclientrevokedcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_vpnclientrevokedcertificatepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_vpnclientrootcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_vpnclientrootcertificatepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_vpnnatrulemapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_vpnpacketcapturestartparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/model_vpnpacketcapturestopparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgatewayconnections/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/README.md (98%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/id_connection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/id_virtualnetworkgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/id_virtualnetworkgatewaynatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/method_disconnectvirtualnetworkgatewayvpnconnections.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/method_generatevpnclientpackage.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/method_generatevpnprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/method_getadvertisedroutes.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/method_getbgppeerstatus.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/method_getlearnedroutes.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/method_getvpnclientconnectionhealth.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/method_getvpnclientipsecparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/method_getvpnprofilepackageurl.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/method_listconnections.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/method_reset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/method_resetvpnclientsharedkey.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/method_setvpnclientipsecparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/method_startpacketcapture.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/method_stoppacketcapture.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/method_supportedvpndevices.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/method_virtualnetworkgatewaynatrulescreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/method_virtualnetworkgatewaynatrulesdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/method_virtualnetworkgatewaynatrulesget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/method_virtualnetworkgatewaynatruleslistbyvirtualnetworkgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/method_vpndeviceconfigurationscript.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_addressspace.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_bgppeerstatus.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_bgppeerstatuslistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_bgpsettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_gatewaycustombgpipaddressipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_gatewayroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_gatewayroutelistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_ipconfigurationbgppeeringaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_ipsecpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_p2svpnconnectionrequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_radiusserver.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_trafficselectorpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_tunnelconnectionhealth.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_virtualnetworkconnectiongatewayreference.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_virtualnetworkgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_virtualnetworkgatewayautoscalebounds.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_virtualnetworkgatewayautoscaleconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_virtualnetworkgatewayconnectionlistentity.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_virtualnetworkgatewayconnectionlistentitypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_virtualnetworkgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_virtualnetworkgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_virtualnetworkgatewaynatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_virtualnetworkgatewaynatruleproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_virtualnetworkgatewaypolicygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_virtualnetworkgatewaypolicygroupmember.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_virtualnetworkgatewaypolicygroupproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_virtualnetworkgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_virtualnetworkgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_vngclientconnectionconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_vngclientconnectionconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_vpnclientconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_vpnclientconnectionhealthdetail.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_vpnclientconnectionhealthdetaillistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_vpnclientipsecparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_vpnclientparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_vpnclientrevokedcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_vpnclientrevokedcertificatepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_vpnclientrootcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_vpnclientrootcertificatepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_vpndevicescriptparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_vpnnatrulemapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_vpnpacketcapturestartparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/model_vpnpacketcapturestopparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkgateways/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkpeerings/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkpeerings/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkpeerings/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkpeerings/id_virtualnetworkpeering.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkpeerings/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkpeerings/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkpeerings/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkpeerings/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkpeerings/model_addressspace.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkpeerings/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkpeerings/model_virtualnetworkbgpcommunities.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkpeerings/model_virtualnetworkencryption.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkpeerings/model_virtualnetworkpeering.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkpeerings/model_virtualnetworkpeeringpropertiesformat.go (73%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkpeerings/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworkpeerings/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/README.md (97%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/constants.go (97%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/method_resourcenavigationlinkslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/method_serviceassociationlinkslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/method_subnetspreparenetworkpolicies.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/method_subnetsunpreparenetworkpolicies.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/method_virtualnetworkscheckipaddressavailability.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/method_virtualnetworkslistddosprotectionstatus.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/method_virtualnetworkslistusage.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_addressspace.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_dhcpoptions.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_inboundnatrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_ipaddressavailabilityresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_networkintentpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_networkintentpolicyconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_networkinterfaceipconfigurationpropertiesformat.go (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_networkinterfacepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_preparenetworkpoliciesrequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_publicipddosprotectionstatusresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_unpreparenetworkpoliciesrequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_virtualnetwork.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_virtualnetworkbgpcommunities.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_virtualnetworkencryption.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_virtualnetworkpeering.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_virtualnetworkpeeringpropertiesformat.go (73%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_virtualnetworkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_virtualnetworkusage.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/model_virtualnetworkusagename.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworks/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/README.md (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/constants.go (97%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/id_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_inboundnatrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_networkinterfaceipconfigurationpropertiesformat.go (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_networkinterfacepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktap/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/README.md (91%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/constants.go (97%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_inboundnatrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_networkinterfaceipconfigurationpropertiesformat.go (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_networkinterfacepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualnetworktaps/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualrouterpeerings/README.md (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualrouterpeerings/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualrouterpeerings/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualrouterpeerings/id_virtualrouter.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualrouterpeerings/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualrouterpeerings/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualrouterpeerings/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualrouterpeerings/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualrouterpeerings/model_virtualrouterpeering.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualrouterpeerings/model_virtualrouterpeeringproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualrouterpeerings/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualrouterpeerings/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualrouters/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualrouters/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualrouters/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualrouters/id_virtualrouter.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualrouters/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualrouters/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualrouters/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualrouters/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualrouters/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualrouters/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualrouters/model_virtualrouter.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualrouters/model_virtualrouterpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualrouters/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualrouters/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/README.md (99%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/constants.go (98%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/id_configurationpolicygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/id_hubroutetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/id_hubvirtualnetworkconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/id_natrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/id_networkvirtualappliance.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/id_networkvirtualapplianceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/id_routemap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/id_routingintent.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/id_virtualhub.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/id_virtualhubroutetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/id_virtualwan.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/id_vpngateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/id_vpnlinkconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/id_vpnserverconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/id_vpnsite.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/id_vpnsitelink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_configurationpolicygroupscreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_configurationpolicygroupsdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_configurationpolicygroupsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_configurationpolicygroupslistbyvpnserverconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_generatevirtualwanvpnserverconfigurationvpnprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_hubroutetablescreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_hubroutetablesdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_hubroutetablesget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_hubroutetableslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_hubvirtualnetworkconnectionscreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_hubvirtualnetworkconnectionsdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_hubvirtualnetworkconnectionsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_hubvirtualnetworkconnectionslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_natrulescreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_natrulesdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_natrulesget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_natruleslistbyvpngateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_networkvirtualapplianceconnectionscreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_networkvirtualapplianceconnectionsdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_networkvirtualapplianceconnectionsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_networkvirtualapplianceconnectionslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_p2svpngatewayscreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_p2svpngatewaysdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_p2svpngatewaysget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_p2svpngatewayslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_p2svpngatewayslistbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_routemapscreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_routemapsdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_routemapsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_routemapslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_routingintentcreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_routingintentdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_routingintentget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_routingintentlist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_supportedsecurityproviders.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_virtualhubbgpconnectioncreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_virtualhubbgpconnectiondelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_virtualhubbgpconnectionget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_virtualhubbgpconnectionslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_virtualhubbgpconnectionslistadvertisedroutes.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_virtualhubbgpconnectionslistlearnedroutes.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_virtualhubipconfigurationcreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_virtualhubipconfigurationdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_virtualhubipconfigurationget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_virtualhubipconfigurationlist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_virtualhubroutetablev2screateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_virtualhubroutetablev2sdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_virtualhubroutetablev2sget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_virtualhubroutetablev2slist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_virtualhubscreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_virtualhubsdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_virtualhubsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_virtualhubsgeteffectivevirtualhubroutes.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_virtualhubsgetinboundroutes.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_virtualhubsgetoutboundroutes.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_virtualhubslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_virtualhubslistbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_virtualhubsupdatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_virtualwanscreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_virtualwansdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_virtualwansget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_virtualwanslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_virtualwanslistbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_vpnconnectionscreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_vpnconnectionsdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_vpnconnectionsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_vpnconnectionslistbyvpngateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_vpnconnectionsstartpacketcapture.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_vpnconnectionsstoppacketcapture.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_vpngatewayscreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_vpngatewaysdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_vpngatewaysget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_vpngatewayslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_vpngatewayslistbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_vpnlinkconnectionsgetikesas.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_vpnlinkconnectionslistbyvpnconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_vpnserverconfigurationsassociatedwithvirtualwanlist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_vpnserverconfigurationscreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_vpnserverconfigurationsdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_vpnserverconfigurationsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_vpnserverconfigurationslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_vpnserverconfigurationslistbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_vpnsitelinkconnectionsget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_vpnsitelinksget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_vpnsitelinkslistbyvpnsite.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_vpnsitesconfigurationdownload.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_vpnsitescreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_vpnsitesdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_vpnsitesget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_vpnsiteslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/method_vpnsiteslistbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_aadauthenticationparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_action.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_addressspace.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_bgpconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_bgpconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_bgpsettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_criterion.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_deviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_effectiveroutemaproute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_effectiveroutemaproutelist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_effectiveroutesparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_gatewaycustombgpipaddressipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_getinboundroutesparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_getoutboundroutesparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_getvpnsitesconfigurationrequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_hubipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_hubipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_hubroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_hubroutetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_hubroutetableproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_hubvirtualnetworkconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_hubvirtualnetworkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_inboundnatrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_ipconfigurationbgppeeringaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_ipsecpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_networkinterfaceipconfigurationpropertiesformat.go (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_networkinterfacepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_networkvirtualapplianceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_networkvirtualapplianceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_o365breakoutcategorypolicies.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_o365policyproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_p2sconnectionconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_p2sconnectionconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_p2svpngateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_p2svpngatewayproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_parameter.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_peerroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_propagatedroutetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_radiusserver.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_routemap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_routemapproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_routemaprule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_routingconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_routingintent.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_routingintentproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_routingpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_staticroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_staticroutesconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_trafficselectorpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_virtualhub.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_virtualhubeffectiveroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_virtualhubeffectiveroutelist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_virtualhubproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_virtualhubroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_virtualhubroutetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_virtualhubroutetablev2.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_virtualhubroutetablev2properties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_virtualhubroutev2.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_virtualrouterautoscaleconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_virtualwan.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_virtualwanproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_virtualwansecurityprovider.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_virtualwansecurityproviders.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_virtualwanvpnprofileparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_vnetroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_vpnclientconnectionhealth.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_vpnconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_vpnconnectionpacketcapturestartparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_vpnconnectionpacketcapturestopparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_vpnconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_vpngateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_vpngatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_vpngatewaynatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_vpngatewaynatruleproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_vpngatewayproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_vpnlinkbgpsettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_vpnlinkproviderproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_vpnnatrulemapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_vpnprofileresponse.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_vpnserverconfigradiusclientrootcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_vpnserverconfigradiusserverrootcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_vpnserverconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_vpnserverconfigurationpolicygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_vpnserverconfigurationpolicygroupmember.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_vpnserverconfigurationpolicygroupproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_vpnserverconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_vpnserverconfigurationsresponse.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_vpnserverconfigvpnclientrevokedcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_vpnserverconfigvpnclientrootcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_vpnsite.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_vpnsitelink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_vpnsitelinkconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_vpnsitelinkconnectionproperties.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_vpnsitelinkproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/model_vpnsiteproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/virtualwans/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/constants.go (97%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/id_virtualmachinescaleset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/method_publicipaddressesgetvirtualmachinescalesetpublicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/method_publicipaddresseslistvirtualmachinescalesetpublicipaddresses.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/method_publicipaddresseslistvirtualmachinescalesetvmpublicipaddresses.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_inboundnatrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_networkinterfacepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vmsspublicipaddresses/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/id_vpngateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/method_reset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/method_startpacketcapture.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/method_stoppacketcapture.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/model_bgpsettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/model_gatewaycustombgpipaddressipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/model_ipconfigurationbgppeeringaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/model_ipsecpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/model_propagatedroutetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/model_routingconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/model_staticroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/model_staticroutesconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/model_trafficselectorpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/model_vnetroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/model_vpnconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/model_vpnconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/model_vpngateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/model_vpngatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/model_vpngatewaynatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/model_vpngatewaynatruleproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/model_vpngatewaypacketcapturestartparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/model_vpngatewaypacketcapturestopparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/model_vpngatewayproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/model_vpnnatrulemapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/model_vpnsitelinkconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/model_vpnsitelinkconnectionproperties.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpngateways/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnlinkconnections/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnlinkconnections/id_vpnlinkconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnlinkconnections/method_resetconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnlinkconnections/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnserverconfigurations/README.md (87%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnserverconfigurations/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnserverconfigurations/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnserverconfigurations/id_vpnserverconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnserverconfigurations/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnserverconfigurations/model_aadauthenticationparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnserverconfigurations/model_addressspace.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnserverconfigurations/model_ipsecpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnserverconfigurations/model_p2sconnectionconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnserverconfigurations/model_p2sconnectionconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnserverconfigurations/model_p2svpngateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnserverconfigurations/model_p2svpngatewayproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnserverconfigurations/model_propagatedroutetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnserverconfigurations/model_radiusserver.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnserverconfigurations/model_routingconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnserverconfigurations/model_staticroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnserverconfigurations/model_staticroutesconfig.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnserverconfigurations/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnserverconfigurations/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnserverconfigurations/model_vnetroute.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnserverconfigurations/model_vpnclientconnectionhealth.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnserverconfigurations/model_vpnserverconfigradiusclientrootcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnserverconfigurations/model_vpnserverconfigradiusserverrootcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnserverconfigurations/model_vpnserverconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnserverconfigurations/model_vpnserverconfigurationpolicygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnserverconfigurations/model_vpnserverconfigurationpolicygroupmember.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnserverconfigurations/model_vpnserverconfigurationpolicygroupproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnserverconfigurations/model_vpnserverconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnserverconfigurations/model_vpnserverconfigvpnclientrevokedcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnserverconfigurations/model_vpnserverconfigvpnclientrootcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnserverconfigurations/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnsites/README.md (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnsites/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnsites/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnsites/id_vpnsite.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnsites/method_updatetags.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnsites/model_addressspace.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnsites/model_bgpsettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnsites/model_deviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnsites/model_ipconfigurationbgppeeringaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnsites/model_o365breakoutcategorypolicies.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnsites/model_o365policyproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnsites/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnsites/model_tagsobject.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnsites/model_vpnlinkbgpsettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnsites/model_vpnlinkproviderproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnsites/model_vpnsite.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnsites/model_vpnsitelink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnsites/model_vpnsitelinkproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnsites/model_vpnsiteproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/vpnsites/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/README.md (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/constants.go (97%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/id_applicationgatewaywebapplicationfirewallpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/method_listall.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayauthenticationcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayauthenticationcertificatepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayautoscaleconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewaybackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewaybackendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewaybackendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewaybackendhttpsettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewaybackendhttpsettingspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewaybackendsettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewaybackendsettingspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayclientauthconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayconnectiondraining.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewaycustomerror.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayfirewalldisabledrulegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayfirewallexclusion.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayfrontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayfrontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayfrontendport.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayfrontendportpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayglobalconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayheaderconfiguration.go (53%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayhttplistener.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayhttplistenerpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewaylistener.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewaylistenerpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayloaddistributionpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayloaddistributionpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayloaddistributiontarget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayloaddistributiontargetpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewaypathrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewaypathrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayprivateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayprivateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayprobe.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayprobehealthresponsematch.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayprobepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayredirectconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayredirectconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayrequestroutingrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayrequestroutingrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayrewriterule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayrewriteruleactionset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayrewriterulecondition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayrewriteruleset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayrewriterulesetpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayroutingrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayroutingrulepropertiesformat.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaysku.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewaysslcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewaysslcertificatepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewaysslpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewaysslprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewaysslprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewaytrustedclientcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewaytrustedclientcertificatepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewaytrustedrootcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewaytrustedrootcertificatepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayurlconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayurlpathmap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewayurlpathmappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationgatewaywebapplicationfirewallconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationsecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_applicationsecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_backendaddresspool.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_backendaddresspoolpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_customdnsconfigpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_ddossettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_delegation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_exclusionmanagedrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_exclusionmanagedrulegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_exclusionmanagedruleset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_flowlog.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_flowlogformatparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_flowlogpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_frontendipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_frontendipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_gatewayloadbalancertunnelinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_groupbyusersession.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_groupbyvariable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01/applicationgateways/model_applicationgatewayrewriterulecondition.go => 2023-11-01/webapplicationfirewallpolicies/model_headervaluematcher.go} (70%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_inboundnatrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_inboundnatrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_ipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_ipconfigurationprofile.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_ipconfigurationprofilepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_ipconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_iptag.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_loadbalancerbackendaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_loadbalancerbackendaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_managedrulegroupoverride.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_managedruleoverride.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_managedrulesdefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_managedruleset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_matchcondition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_matchvariable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_natgateway.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_natgatewaypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_natgatewaysku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_natruleportmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_networkinterface.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_networkinterfacednssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_networkinterfaceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_networkinterfaceipconfigurationpropertiesformat.go (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_networkinterfacepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_networkinterfacetapconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_networkinterfacetapconfigurationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_networksecuritygroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_networksecuritygrouppropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_owaspcrsexclusionentry.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_policysettings.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_policysettingslogscrubbing.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_privateendpointipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_privateendpointipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_privateendpointproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_privatelinkservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_privatelinkserviceconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_privatelinkserviceconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_privatelinkserviceipconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_privatelinkserviceipconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_privatelinkserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_publicipaddress.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_publicipaddressdnssettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_publicipaddresspropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_publicipaddresssku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_resourcenavigationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_resourcenavigationlinkformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_resourceset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_retentionpolicyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_route.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_routepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_routetable.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_routetablepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_securityrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_securityrulepropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_serviceassociationlink.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_serviceassociationlinkpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_servicedelegationpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_serviceendpointpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_serviceendpointpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_serviceendpointpolicydefinitionpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_serviceendpointpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_serviceendpointpropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_subnetpropertiesformat.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_subresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_trafficanalyticsconfigurationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_trafficanalyticsproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_virtualnetworktap.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_virtualnetworktappropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_webapplicationfirewallcustomrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_webapplicationfirewallpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_webapplicationfirewallpolicypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/model_webapplicationfirewallscrubbingrules.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webapplicationfirewallpolicies/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webcategories/README.md (91%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webcategories/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webcategories/id_azurewebcategory.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webcategories/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webcategories/method_listbysubscription.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webcategories/model_azurewebcategory.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webcategories/model_azurewebcategorypropertiesformat.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webcategories/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/{2023-09-01 => 2023-11-01}/webcategories/version.go (88%) diff --git a/internal/services/compute/orchestrated_virtual_machine_scale_set.go b/internal/services/compute/orchestrated_virtual_machine_scale_set.go index f7ae6a4dd76d..9e6f542e8913 100644 --- a/internal/services/compute/orchestrated_virtual_machine_scale_set.go +++ b/internal/services/compute/orchestrated_virtual_machine_scale_set.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-sdk/resource-manager/compute/2024-03-01/virtualmachinescalesets" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" azValidate "github.com/hashicorp/terraform-provider-azurerm/helpers/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/services/compute/validate" diff --git a/internal/services/compute/virtual_machine_scale_set.go b/internal/services/compute/virtual_machine_scale_set.go index 90b80e76a487..281f128d8e29 100644 --- a/internal/services/compute/virtual_machine_scale_set.go +++ b/internal/services/compute/virtual_machine_scale_set.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/identity" "github.com/hashicorp/go-azure-sdk/resource-manager/compute/2022-03-03/galleryapplicationversions" "github.com/hashicorp/go-azure-sdk/resource-manager/compute/2024-03-01/virtualmachinescalesets" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups" azValidate "github.com/hashicorp/terraform-provider-azurerm/helpers/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/features" "github.com/hashicorp/terraform-provider-azurerm/internal/services/compute/validate" diff --git a/internal/services/containers/kubernetes_cluster_node_pool_resource.go b/internal/services/containers/kubernetes_cluster_node_pool_resource.go index db25ca0de6e1..facb73d3c8fc 100644 --- a/internal/services/containers/kubernetes_cluster_node_pool_resource.go +++ b/internal/services/containers/kubernetes_cluster_node_pool_resource.go @@ -22,7 +22,7 @@ import ( "github.com/hashicorp/go-azure-sdk/resource-manager/containerservice/2023-06-02-preview/agentpools" "github.com/hashicorp/go-azure-sdk/resource-manager/containerservice/2023-06-02-preview/managedclusters" "github.com/hashicorp/go-azure-sdk/resource-manager/containerservice/2023-06-02-preview/snapshots" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/containers/kubernetes_nodepool.go b/internal/services/containers/kubernetes_nodepool.go index de32e6ee4980..be892d63ad96 100644 --- a/internal/services/containers/kubernetes_nodepool.go +++ b/internal/services/containers/kubernetes_nodepool.go @@ -20,7 +20,7 @@ import ( "github.com/hashicorp/go-azure-sdk/resource-manager/containerservice/2023-06-02-preview/agentpools" "github.com/hashicorp/go-azure-sdk/resource-manager/containerservice/2023-06-02-preview/managedclusters" "github.com/hashicorp/go-azure-sdk/resource-manager/containerservice/2023-06-02-preview/snapshots" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/internal/features" computeValidate "github.com/hashicorp/terraform-provider-azurerm/internal/services/compute/validate" diff --git a/internal/services/databricks/databricks_workspace_private_endpoint_connection_data_source.go b/internal/services/databricks/databricks_workspace_private_endpoint_connection_data_source.go index b79db66b9cac..86cef4d71610 100644 --- a/internal/services/databricks/databricks_workspace_private_endpoint_connection_data_source.go +++ b/internal/services/databricks/databricks_workspace_private_endpoint_connection_data_source.go @@ -9,7 +9,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-sdk/resource-manager/databricks/2024-05-01/workspaces" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" diff --git a/internal/services/databricks/databricks_workspace_resource.go b/internal/services/databricks/databricks_workspace_resource.go index 66a752a973f4..edfa0394a5cf 100644 --- a/internal/services/databricks/databricks_workspace_resource.go +++ b/internal/services/databricks/databricks_workspace_resource.go @@ -18,7 +18,7 @@ import ( "github.com/hashicorp/go-azure-sdk/resource-manager/databricks/2022-10-01-preview/accessconnector" "github.com/hashicorp/go-azure-sdk/resource-manager/databricks/2024-05-01/workspaces" mlworkspace "github.com/hashicorp/go-azure-sdk/resource-manager/machinelearningservices/2023-10-01/workspaces" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/firewall/firewall_application_rule_collection_resource.go b/internal/services/firewall/firewall_application_rule_collection_resource.go index 5be15c781375..e4f77f7de246 100644 --- a/internal/services/firewall/firewall_application_rule_collection_resource.go +++ b/internal/services/firewall/firewall_application_rule_collection_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/helpers/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/firewall/firewall_application_rule_collection_resource_test.go b/internal/services/firewall/firewall_application_rule_collection_resource_test.go index 7b0892031f07..8ebb2fc95ddf 100644 --- a/internal/services/firewall/firewall_application_rule_collection_resource_test.go +++ b/internal/services/firewall/firewall_application_rule_collection_resource_test.go @@ -10,7 +10,7 @@ import ( "testing" "time" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls" "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" diff --git a/internal/services/firewall/firewall_data_source.go b/internal/services/firewall/firewall_data_source.go index 7d0eb784045b..443ea723881c 100644 --- a/internal/services/firewall/firewall_data_source.go +++ b/internal/services/firewall/firewall_data_source.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-helpers/resourcemanager/zones" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/firewall/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/firewall/firewall_nat_rule_collection_resource.go b/internal/services/firewall/firewall_nat_rule_collection_resource.go index 186e531eeaab..40963c1b10ab 100644 --- a/internal/services/firewall/firewall_nat_rule_collection_resource.go +++ b/internal/services/firewall/firewall_nat_rule_collection_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/firewall/firewall_nat_rule_collection_resource_test.go b/internal/services/firewall/firewall_nat_rule_collection_resource_test.go index 856d183a53bb..8c73f2287655 100644 --- a/internal/services/firewall/firewall_nat_rule_collection_resource_test.go +++ b/internal/services/firewall/firewall_nat_rule_collection_resource_test.go @@ -10,7 +10,7 @@ import ( "testing" "time" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls" "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" diff --git a/internal/services/firewall/firewall_network_rule_collection_resource.go b/internal/services/firewall/firewall_network_rule_collection_resource.go index 1ba932436842..2f1f629aaeb8 100644 --- a/internal/services/firewall/firewall_network_rule_collection_resource.go +++ b/internal/services/firewall/firewall_network_rule_collection_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/firewall/firewall_network_rule_collection_resource_test.go b/internal/services/firewall/firewall_network_rule_collection_resource_test.go index b840cc9b031b..19a0906b9ccd 100644 --- a/internal/services/firewall/firewall_network_rule_collection_resource_test.go +++ b/internal/services/firewall/firewall_network_rule_collection_resource_test.go @@ -10,7 +10,7 @@ import ( "testing" "time" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls" "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" diff --git a/internal/services/firewall/firewall_policy_data_source.go b/internal/services/firewall/firewall_policy_data_source.go index e0dcb129f47c..5214898f0bbd 100644 --- a/internal/services/firewall/firewall_policy_data_source.go +++ b/internal/services/firewall/firewall_policy_data_source.go @@ -12,7 +12,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-09-01/firewallpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/firewall/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/firewall/firewall_policy_resource.go b/internal/services/firewall/firewall_policy_resource.go index 29d42ef78479..7a8c85cc0131 100644 --- a/internal/services/firewall/firewall_policy_resource.go +++ b/internal/services/firewall/firewall_policy_resource.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/identity" "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-09-01/firewallpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies" "github.com/hashicorp/go-azure-sdk/resource-manager/operationalinsights/2020-08-01/workspaces" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" diff --git a/internal/services/firewall/firewall_policy_resource_test.go b/internal/services/firewall/firewall_policy_resource_test.go index dc77b7a95c9f..2c4c59905483 100644 --- a/internal/services/firewall/firewall_policy_resource_test.go +++ b/internal/services/firewall/firewall_policy_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "time" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies" "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" diff --git a/internal/services/firewall/firewall_policy_rule_collection_group_resource.go b/internal/services/firewall/firewall_policy_rule_collection_group_resource.go index 0fee9ebbd88a..d9469ca385b5 100644 --- a/internal/services/firewall/firewall_policy_rule_collection_group_resource.go +++ b/internal/services/firewall/firewall_policy_rule_collection_group_resource.go @@ -12,8 +12,8 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/validation" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/firewall/firewall_policy_rule_collection_group_resource_test.go b/internal/services/firewall/firewall_policy_rule_collection_group_resource_test.go index 6c09d7065122..cbd19a0c66f6 100644 --- a/internal/services/firewall/firewall_policy_rule_collection_group_resource_test.go +++ b/internal/services/firewall/firewall_policy_rule_collection_group_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups" "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" diff --git a/internal/services/firewall/firewall_resource.go b/internal/services/firewall/firewall_resource.go index 57a9f3455036..95f6522d2836 100644 --- a/internal/services/firewall/firewall_resource.go +++ b/internal/services/firewall/firewall_resource.go @@ -16,8 +16,8 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-helpers/resourcemanager/zones" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" diff --git a/internal/services/firewall/firewall_resource_test.go b/internal/services/firewall/firewall_resource_test.go index 3fcd8f386671..d1ed3d24499f 100644 --- a/internal/services/firewall/firewall_resource_test.go +++ b/internal/services/firewall/firewall_resource_test.go @@ -10,7 +10,7 @@ import ( "strings" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls" "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" diff --git a/internal/services/firewall/subresource.go b/internal/services/firewall/subresource.go index 62a9400baac1..6ce8bdd6c419 100644 --- a/internal/services/firewall/subresource.go +++ b/internal/services/firewall/subresource.go @@ -4,7 +4,7 @@ package firewall import ( - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies" ) func flattenNetworkSubResourceID(input *[]firewallpolicies.SubResource) []interface{} { diff --git a/internal/services/loadbalancer/backend_address_pool_address_resource.go b/internal/services/loadbalancer/backend_address_pool_address_resource.go index 73dbd68ed1a4..8e4d70172806 100644 --- a/internal/services/loadbalancer/backend_address_pool_address_resource.go +++ b/internal/services/loadbalancer/backend_address_pool_address_resource.go @@ -10,7 +10,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/services/loadbalancer/parse" diff --git a/internal/services/loadbalancer/backend_address_pool_address_resource_test.go b/internal/services/loadbalancer/backend_address_pool_address_resource_test.go index fcc8c765ae19..3374f34db5d5 100644 --- a/internal/services/loadbalancer/backend_address_pool_address_resource_test.go +++ b/internal/services/loadbalancer/backend_address_pool_address_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/types" diff --git a/internal/services/loadbalancer/backend_address_pool_data_source.go b/internal/services/loadbalancer/backend_address_pool_data_source.go index 1b98c43acb4a..4e1a025e0ebb 100644 --- a/internal/services/loadbalancer/backend_address_pool_data_source.go +++ b/internal/services/loadbalancer/backend_address_pool_data_source.go @@ -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/resource-manager/network/2023-09-01/loadbalancers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers" "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" diff --git a/internal/services/loadbalancer/backend_address_pool_resource.go b/internal/services/loadbalancer/backend_address_pool_resource.go index f32c409861f8..2a5a9ccdbc31 100644 --- a/internal/services/loadbalancer/backend_address_pool_resource.go +++ b/internal/services/loadbalancer/backend_address_pool_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/loadbalancer/backend_address_pool_resource_test.go b/internal/services/loadbalancer/backend_address_pool_resource_test.go index e3ca43a5e92f..5827ea6598d0 100644 --- a/internal/services/loadbalancer/backend_address_pool_resource_test.go +++ b/internal/services/loadbalancer/backend_address_pool_resource_test.go @@ -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/resource-manager/network/2023-09-01/loadbalancers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers" "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" diff --git a/internal/services/loadbalancer/client/client.go b/internal/services/loadbalancer/client/client.go index 33db82cdf50b..0fc97319a4a5 100644 --- a/internal/services/loadbalancer/client/client.go +++ b/internal/services/loadbalancer/client/client.go @@ -6,7 +6,7 @@ package client import ( "fmt" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers" "github.com/hashicorp/terraform-provider-azurerm/internal/common" ) diff --git a/internal/services/loadbalancer/loadbalancer.go b/internal/services/loadbalancer/loadbalancer.go index cd3e4db211b5..12be42e15a45 100644 --- a/internal/services/loadbalancer/loadbalancer.go +++ b/internal/services/loadbalancer/loadbalancer.go @@ -6,7 +6,7 @@ package loadbalancer import ( "context" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" ) diff --git a/internal/services/loadbalancer/loadbalancer_data_source.go b/internal/services/loadbalancer/loadbalancer_data_source.go index 5373b817aa59..b5f9f0e8b554 100644 --- a/internal/services/loadbalancer/loadbalancer_data_source.go +++ b/internal/services/loadbalancer/loadbalancer_data_source.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-helpers/resourcemanager/zones" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers" "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" diff --git a/internal/services/loadbalancer/loadbalancer_nat_pool_resource_test.go b/internal/services/loadbalancer/loadbalancer_nat_pool_resource_test.go index 6227a5498342..b1f651e42855 100644 --- a/internal/services/loadbalancer/loadbalancer_nat_pool_resource_test.go +++ b/internal/services/loadbalancer/loadbalancer_nat_pool_resource_test.go @@ -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/resource-manager/network/2023-09-01/loadbalancers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers" "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" diff --git a/internal/services/loadbalancer/loadbalancer_nat_rule_resource_test.go b/internal/services/loadbalancer/loadbalancer_nat_rule_resource_test.go index 136904551108..76c605eed16c 100644 --- a/internal/services/loadbalancer/loadbalancer_nat_rule_resource_test.go +++ b/internal/services/loadbalancer/loadbalancer_nat_rule_resource_test.go @@ -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/resource-manager/network/2023-09-01/loadbalancers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers" "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" diff --git a/internal/services/loadbalancer/loadbalancer_outbound_rule_resource_test.go b/internal/services/loadbalancer/loadbalancer_outbound_rule_resource_test.go index 62245f426409..c50868a5ce99 100644 --- a/internal/services/loadbalancer/loadbalancer_outbound_rule_resource_test.go +++ b/internal/services/loadbalancer/loadbalancer_outbound_rule_resource_test.go @@ -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/resource-manager/network/2023-09-01/loadbalancers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers" "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" diff --git a/internal/services/loadbalancer/loadbalancer_probe_resource_test.go b/internal/services/loadbalancer/loadbalancer_probe_resource_test.go index 147f3b317bcc..f3d7a2f299b6 100644 --- a/internal/services/loadbalancer/loadbalancer_probe_resource_test.go +++ b/internal/services/loadbalancer/loadbalancer_probe_resource_test.go @@ -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/resource-manager/network/2023-09-01/loadbalancers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers" "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" diff --git a/internal/services/loadbalancer/loadbalancer_resource.go b/internal/services/loadbalancer/loadbalancer_resource.go index 88ad72fb9d4c..e34d57c6149d 100644 --- a/internal/services/loadbalancer/loadbalancer_resource.go +++ b/internal/services/loadbalancer/loadbalancer_resource.go @@ -20,7 +20,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-helpers/resourcemanager/zones" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" diff --git a/internal/services/loadbalancer/loadbalancer_resource_test.go b/internal/services/loadbalancer/loadbalancer_resource_test.go index 121d3d049315..f7a04cbf13ff 100644 --- a/internal/services/loadbalancer/loadbalancer_resource_test.go +++ b/internal/services/loadbalancer/loadbalancer_resource_test.go @@ -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/resource-manager/network/2023-09-01/loadbalancers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers" "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" diff --git a/internal/services/loadbalancer/loadbalancer_rule_resource_test.go b/internal/services/loadbalancer/loadbalancer_rule_resource_test.go index 0cb6fa91ea8f..ba6bb376ecfa 100644 --- a/internal/services/loadbalancer/loadbalancer_rule_resource_test.go +++ b/internal/services/loadbalancer/loadbalancer_rule_resource_test.go @@ -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/resource-manager/network/2023-09-01/loadbalancers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers" "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" diff --git a/internal/services/loadbalancer/nat_pool_resource.go b/internal/services/loadbalancer/nat_pool_resource.go index d07fec653af2..0310690182d8 100644 --- a/internal/services/loadbalancer/nat_pool_resource.go +++ b/internal/services/loadbalancer/nat_pool_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/helpers/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/loadbalancer/nat_rule_resource.go b/internal/services/loadbalancer/nat_rule_resource.go index 773f12d0c5f9..adbdf72efed5 100644 --- a/internal/services/loadbalancer/nat_rule_resource.go +++ b/internal/services/loadbalancer/nat_rule_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/helpers/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/loadbalancer/outbound_rule_data_source.go b/internal/services/loadbalancer/outbound_rule_data_source.go index 09412cf7b798..7de3826f5582 100644 --- a/internal/services/loadbalancer/outbound_rule_data_source.go +++ b/internal/services/loadbalancer/outbound_rule_data_source.go @@ -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/resource-manager/network/2023-09-01/loadbalancers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers" "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" diff --git a/internal/services/loadbalancer/outbound_rule_resource.go b/internal/services/loadbalancer/outbound_rule_resource.go index 4702fd9b96f8..ac95c1b14dbc 100644 --- a/internal/services/loadbalancer/outbound_rule_resource.go +++ b/internal/services/loadbalancer/outbound_rule_resource.go @@ -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/resource-manager/network/2023-09-01/loadbalancers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/loadbalancer/probe_resource.go b/internal/services/loadbalancer/probe_resource.go index 5b4376f28d48..12ae85b0d982 100644 --- a/internal/services/loadbalancer/probe_resource.go +++ b/internal/services/loadbalancer/probe_resource.go @@ -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/resource-manager/network/2023-09-01/loadbalancers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/helpers/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/loadbalancer/rule_data_source.go b/internal/services/loadbalancer/rule_data_source.go index 7354fa73b543..6ff15ba71330 100644 --- a/internal/services/loadbalancer/rule_data_source.go +++ b/internal/services/loadbalancer/rule_data_source.go @@ -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/resource-manager/network/2023-09-01/loadbalancers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/loadbalancer/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/loadbalancer/rule_resource.go b/internal/services/loadbalancer/rule_resource.go index 1ae1e82215fd..c5b36b033097 100644 --- a/internal/services/loadbalancer/rule_resource.go +++ b/internal/services/loadbalancer/rule_resource.go @@ -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/resource-manager/network/2023-09-01/loadbalancers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/helpers/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/mssql/mssql_virtual_machine_availability_group_listener_resource.go b/internal/services/mssql/mssql_virtual_machine_availability_group_listener_resource.go index a6cecfe35203..24d3ce6a0ca2 100644 --- a/internal/services/mssql/mssql_virtual_machine_availability_group_listener_resource.go +++ b/internal/services/mssql/mssql_virtual_machine_availability_group_listener_resource.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers" "github.com/hashicorp/go-azure-sdk/resource-manager/sqlvirtualmachine/2022-02-01/availabilitygrouplisteners" "github.com/hashicorp/go-azure-sdk/resource-manager/sqlvirtualmachine/2022-02-01/sqlvirtualmachines" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/services/network/application_gateway_data_source.go b/internal/services/network/application_gateway_data_source.go index cd8762e40f1a..41976fd46082 100644 --- a/internal/services/network/application_gateway_data_source.go +++ b/internal/services/network/application_gateway_data_source.go @@ -14,8 +14,8 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-helpers/resourcemanager/zones" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/parse" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/application_gateway_resource.go b/internal/services/network/application_gateway_resource.go index 73b4ff1a5429..409d86e48cf6 100644 --- a/internal/services/network/application_gateway_resource.go +++ b/internal/services/network/application_gateway_resource.go @@ -19,8 +19,8 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-helpers/resourcemanager/zones" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/helpers/validate" diff --git a/internal/services/network/application_security_group_data_source.go b/internal/services/network/application_security_group_data_source.go index c06b0cc4eccf..0eca83eb102d 100644 --- a/internal/services/network/application_security_group_data_source.go +++ b/internal/services/network/application_security_group_data_source.go @@ -11,7 +11,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-09-01/applicationsecuritygroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" diff --git a/internal/services/network/application_security_group_resource.go b/internal/services/network/application_security_group_resource.go index e3c74d1ff562..3dfc86efef93 100644 --- a/internal/services/network/application_security_group_resource.go +++ b/internal/services/network/application_security_group_resource.go @@ -13,7 +13,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-09-01/applicationsecuritygroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/application_security_group_resource_test.go b/internal/services/network/application_security_group_resource_test.go index 0b697551ad43..b599e2c48b03 100644 --- a/internal/services/network/application_security_group_resource_test.go +++ b/internal/services/network/application_security_group_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups" "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" diff --git a/internal/services/network/bastion_host_data_source.go b/internal/services/network/bastion_host_data_source.go index 8eee994c996f..f2674329990f 100644 --- a/internal/services/network/bastion_host_data_source.go +++ b/internal/services/network/bastion_host_data_source.go @@ -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-09-01/bastionhosts" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-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" diff --git a/internal/services/network/bastion_host_resource.go b/internal/services/network/bastion_host_resource.go index cc81eed1df88..13f20a984fa2 100644 --- a/internal/services/network/bastion_host_resource.go +++ b/internal/services/network/bastion_host_resource.go @@ -14,7 +14,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-09-01/bastionhosts" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-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" diff --git a/internal/services/network/bastion_host_resource_test.go b/internal/services/network/bastion_host_resource_test.go index c7741fee3555..8e3b86578681 100644 --- a/internal/services/network/bastion_host_resource_test.go +++ b/internal/services/network/bastion_host_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-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" diff --git a/internal/services/network/client/client.go b/internal/services/network/client/client.go index fc4cb9e6a97c..75b29f7cd6a8 100644 --- a/internal/services/network/client/client.go +++ b/internal/services/network/client/client.go @@ -6,7 +6,7 @@ package client import ( "fmt" - network_2023_09_01 "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01" + network_2023_11_01 "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01" "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways" "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" "github.com/hashicorp/terraform-provider-azurerm/internal/common" @@ -14,7 +14,7 @@ import ( ) type Client struct { - *network_2023_09_01.Client + *network_2023_11_01.Client // TODO 4.0 application gateways should be updated to use 2023-09-01 just prior to releasing 4.0 ApplicationGatewaysClient *applicationgateways.ApplicationGatewaysClient @@ -178,7 +178,7 @@ func NewClient(o *common.ClientOptions) (*Client, error) { ResourceNavigationLinkClient := network.NewResourceNavigationLinksClientWithBaseURI(o.ResourceManagerEndpoint, o.SubscriptionId) o.ConfigureClient(&ResourceNavigationLinkClient.Client, o.ResourceManagerAuthorizer) - client, err := network_2023_09_01.NewClientWithBaseURI(o.Environment.ResourceManager, func(c *resourcemanager.Client) { + client, err := network_2023_11_01.NewClientWithBaseURI(o.Environment.ResourceManager, func(c *resourcemanager.Client) { o.Configure(c, o.Authorizers.ResourceManager) }) if err != nil { diff --git a/internal/services/network/custom_ip_prefix_resource.go b/internal/services/network/custom_ip_prefix_resource.go index b982e8b13cb6..f670d0878965 100644 --- a/internal/services/network/custom_ip_prefix_resource.go +++ b/internal/services/network/custom_ip_prefix_resource.go @@ -17,7 +17,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-09-01/customipprefixes" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/custom_ip_prefix_resource_test.go b/internal/services/network/custom_ip_prefix_resource_test.go index 0366e00678b5..e81388cc7f81 100644 --- a/internal/services/network/custom_ip_prefix_resource_test.go +++ b/internal/services/network/custom_ip_prefix_resource_test.go @@ -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/resource-manager/network/2023-09-01/customipprefixes" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes" "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" diff --git a/internal/services/network/custompollers/local_network_gateway_poller.go b/internal/services/network/custompollers/local_network_gateway_poller.go index baea16d6b3a8..3b501f12390b 100644 --- a/internal/services/network/custompollers/local_network_gateway_poller.go +++ b/internal/services/network/custompollers/local_network_gateway_poller.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways" "github.com/hashicorp/go-azure-sdk/sdk/client/pollers" ) diff --git a/internal/services/network/express_route_circuit_peering_resource.go b/internal/services/network/express_route_circuit_peering_resource.go index 11fa6cc22267..7e07334cb972 100644 --- a/internal/services/network/express_route_circuit_peering_resource.go +++ b/internal/services/network/express_route_circuit_peering_resource.go @@ -12,7 +12,7 @@ import ( "github.com/Azure/go-autorest/autorest" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/ip_group_cidr_resource.go b/internal/services/network/ip_group_cidr_resource.go index d41ca930da45..080374636096 100644 --- a/internal/services/network/ip_group_cidr_resource.go +++ b/internal/services/network/ip_group_cidr_resource.go @@ -9,7 +9,7 @@ import ( "time" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/ip_group_cidr_resource_test.go b/internal/services/network/ip_group_cidr_resource_test.go index 272cc4cabc47..578b5340367e 100644 --- a/internal/services/network/ip_group_cidr_resource_test.go +++ b/internal/services/network/ip_group_cidr_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups" "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" diff --git a/internal/services/network/ip_group_data_source.go b/internal/services/network/ip_group_data_source.go index bed3f7543251..b49e48a580f6 100644 --- a/internal/services/network/ip_group_data_source.go +++ b/internal/services/network/ip_group_data_source.go @@ -11,7 +11,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-09-01/ipgroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" diff --git a/internal/services/network/ip_group_resource.go b/internal/services/network/ip_group_resource.go index 1f924c616c92..6b4e28058233 100644 --- a/internal/services/network/ip_group_resource.go +++ b/internal/services/network/ip_group_resource.go @@ -13,9 +13,9 @@ 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-09-01/azurefirewalls" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/ip_group_resource_test.go b/internal/services/network/ip_group_resource_test.go index ae10ed8e2702..a325150aacc8 100644 --- a/internal/services/network/ip_group_resource_test.go +++ b/internal/services/network/ip_group_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups" "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" diff --git a/internal/services/network/local_network_gateway_data_source.go b/internal/services/network/local_network_gateway_data_source.go index e002e9127aad..2978b684f0b4 100644 --- a/internal/services/network/local_network_gateway_data_source.go +++ b/internal/services/network/local_network_gateway_data_source.go @@ -11,7 +11,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-09-01/localnetworkgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" diff --git a/internal/services/network/local_network_gateway_resource.go b/internal/services/network/local_network_gateway_resource.go index 6d1164259a2a..9b17eaf9bca5 100644 --- a/internal/services/network/local_network_gateway_resource.go +++ b/internal/services/network/local_network_gateway_resource.go @@ -12,7 +12,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-09-01/localnetworkgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways" "github.com/hashicorp/go-azure-sdk/sdk/client/pollers" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/local_network_gateway_resource_test.go b/internal/services/network/local_network_gateway_resource_test.go index de1314122dd4..ce26864ce653 100644 --- a/internal/services/network/local_network_gateway_resource_test.go +++ b/internal/services/network/local_network_gateway_resource_test.go @@ -10,7 +10,7 @@ import ( "time" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways" "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" diff --git a/internal/services/network/migration/network_watcher_flow_log.go b/internal/services/network/migration/network_watcher_flow_log.go index 38d1855cd892..5ffd0028694c 100644 --- a/internal/services/network/migration/network_watcher_flow_log.go +++ b/internal/services/network/migration/network_watcher_flow_log.go @@ -9,8 +9,8 @@ import ( "log" "strings" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers" "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/parse" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" ) diff --git a/internal/services/network/migration/web_application_firewall_policy.go b/internal/services/network/migration/web_application_firewall_policy.go index 61868139aa1c..3f7f9d888b31 100644 --- a/internal/services/network/migration/web_application_firewall_policy.go +++ b/internal/services/network/migration/web_application_firewall_policy.go @@ -7,7 +7,7 @@ import ( "fmt" "log" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" ) diff --git a/internal/services/network/nat_gateway_data_source.go b/internal/services/network/nat_gateway_data_source.go index 9065740e4af1..cf2e9bd85d5e 100644 --- a/internal/services/network/nat_gateway_data_source.go +++ b/internal/services/network/nat_gateway_data_source.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-helpers/resourcemanager/zones" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/nat_gateway_public_ip_association_resource.go b/internal/services/network/nat_gateway_public_ip_association_resource.go index 7e8055c725de..533ab2ba4e7f 100644 --- a/internal/services/network/nat_gateway_public_ip_association_resource.go +++ b/internal/services/network/nat_gateway_public_ip_association_resource.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/nat_gateway_public_ip_association_resource_test.go b/internal/services/network/nat_gateway_public_ip_association_resource_test.go index 11418e223d8f..ce82a2683cba 100644 --- a/internal/services/network/nat_gateway_public_ip_association_resource_test.go +++ b/internal/services/network/nat_gateway_public_ip_association_resource_test.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways" "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" diff --git a/internal/services/network/nat_gateway_public_ip_prefix_association_resource.go b/internal/services/network/nat_gateway_public_ip_prefix_association_resource.go index 9df7bc2804e9..9d4c68bfb5ff 100644 --- a/internal/services/network/nat_gateway_public_ip_prefix_association_resource.go +++ b/internal/services/network/nat_gateway_public_ip_prefix_association_resource.go @@ -12,8 +12,8 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/nat_gateway_public_ip_prefix_association_resource_test.go b/internal/services/network/nat_gateway_public_ip_prefix_association_resource_test.go index d772483a0e8b..8b3de902f3fd 100644 --- a/internal/services/network/nat_gateway_public_ip_prefix_association_resource_test.go +++ b/internal/services/network/nat_gateway_public_ip_prefix_association_resource_test.go @@ -12,8 +12,8 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes" "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" diff --git a/internal/services/network/nat_gateway_resource.go b/internal/services/network/nat_gateway_resource.go index 3b23ae5df234..5c5e417f3620 100644 --- a/internal/services/network/nat_gateway_resource.go +++ b/internal/services/network/nat_gateway_resource.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-helpers/resourcemanager/zones" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/nat_gateway_resource_test.go b/internal/services/network/nat_gateway_resource_test.go index b3d13f1f5a6b..e2b39b7b3472 100644 --- a/internal/services/network/nat_gateway_resource_test.go +++ b/internal/services/network/nat_gateway_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways" "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" diff --git a/internal/services/network/network_connection_monitor_resource.go b/internal/services/network/network_connection_monitor_resource.go index 529d0ea83908..82b4ea206655 100644 --- a/internal/services/network/network_connection_monitor_resource.go +++ b/internal/services/network/network_connection_monitor_resource.go @@ -13,8 +13,8 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-sdk/resource-manager/hybridcompute/2022-11-10/machines" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers" "github.com/hashicorp/go-azure-sdk/resource-manager/operationalinsights/2020-08-01/workspaces" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" diff --git a/internal/services/network/network_connection_monitor_resource_test.go b/internal/services/network/network_connection_monitor_resource_test.go index 6d46ef70a28c..8176e25032b7 100644 --- a/internal/services/network/network_connection_monitor_resource_test.go +++ b/internal/services/network/network_connection_monitor_resource_test.go @@ -9,7 +9,7 @@ import ( "regexp" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors" "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" diff --git a/internal/services/network/network_ddos_protection_plan_data_source.go b/internal/services/network/network_ddos_protection_plan_data_source.go index da6efc0eaa0b..6e81203a20c7 100644 --- a/internal/services/network/network_ddos_protection_plan_data_source.go +++ b/internal/services/network/network_ddos_protection_plan_data_source.go @@ -11,7 +11,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-09-01/ddosprotectionplans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" diff --git a/internal/services/network/network_ddos_protection_plan_resource.go b/internal/services/network/network_ddos_protection_plan_resource.go index 3425809e66c1..64a342d758de 100644 --- a/internal/services/network/network_ddos_protection_plan_resource.go +++ b/internal/services/network/network_ddos_protection_plan_resource.go @@ -14,7 +14,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-09-01/ddosprotectionplans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/network_ddos_protection_plan_resource_test.go b/internal/services/network/network_ddos_protection_plan_resource_test.go index 5a639667ec92..c8985edffd52 100644 --- a/internal/services/network/network_ddos_protection_plan_resource_test.go +++ b/internal/services/network/network_ddos_protection_plan_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans" "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" diff --git a/internal/services/network/network_interface.go b/internal/services/network/network_interface.go index 65f8b16ab673..41a75d02d97d 100644 --- a/internal/services/network/network_interface.go +++ b/internal/services/network/network_interface.go @@ -4,7 +4,7 @@ package network import ( - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces" "github.com/hashicorp/terraform-provider-azurerm/utils" ) diff --git a/internal/services/network/network_interface_application_gateway_association_resource.go b/internal/services/network/network_interface_application_gateway_association_resource.go index 9c1c59d31a43..bbb5ed0e6d4e 100644 --- a/internal/services/network/network_interface_application_gateway_association_resource.go +++ b/internal/services/network/network_interface_application_gateway_association_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/network_interface_application_gateway_association_resource_test.go b/internal/services/network/network_interface_application_gateway_association_resource_test.go index d57948036fcc..b6e7d59cb78b 100644 --- a/internal/services/network/network_interface_application_gateway_association_resource_test.go +++ b/internal/services/network/network_interface_application_gateway_association_resource_test.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces" "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" diff --git a/internal/services/network/network_interface_application_security_group_association_resource.go b/internal/services/network/network_interface_application_security_group_association_resource.go index 59accd45cd3c..fb0f8b819898 100644 --- a/internal/services/network/network_interface_application_security_group_association_resource.go +++ b/internal/services/network/network_interface_application_security_group_association_resource.go @@ -10,8 +10,8 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/network_interface_application_security_group_association_resource_test.go b/internal/services/network/network_interface_application_security_group_association_resource_test.go index 91821cde0ceb..25d9f5f12da1 100644 --- a/internal/services/network/network_interface_application_security_group_association_resource_test.go +++ b/internal/services/network/network_interface_application_security_group_association_resource_test.go @@ -11,8 +11,8 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces" "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" diff --git a/internal/services/network/network_interface_backend_address_pool_association_resource.go b/internal/services/network/network_interface_backend_address_pool_association_resource.go index f71b3dd9e555..b134bc3ee48f 100644 --- a/internal/services/network/network_interface_backend_address_pool_association_resource.go +++ b/internal/services/network/network_interface_backend_address_pool_association_resource.go @@ -11,8 +11,8 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/network_interface_backend_address_pool_association_resource_test.go b/internal/services/network/network_interface_backend_address_pool_association_resource_test.go index 396197b81602..6c1a3be2a0d2 100644 --- a/internal/services/network/network_interface_backend_address_pool_association_resource_test.go +++ b/internal/services/network/network_interface_backend_address_pool_association_resource_test.go @@ -11,8 +11,8 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces" "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" diff --git a/internal/services/network/network_interface_data_source.go b/internal/services/network/network_interface_data_source.go index 132732b9d47f..fd9d7d94a905 100644 --- a/internal/services/network/network_interface_data_source.go +++ b/internal/services/network/network_interface_data_source.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "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-09-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/network_interface_helpers.go b/internal/services/network/network_interface_helpers.go index 080e8f19c68a..308be3fac623 100644 --- a/internal/services/network/network_interface_helpers.go +++ b/internal/services/network/network_interface_helpers.go @@ -4,7 +4,7 @@ package network import ( - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces" ) func FindNetworkInterfaceIPConfiguration(input *[]networkinterfaces.NetworkInterfaceIPConfiguration, name string) *networkinterfaces.NetworkInterfaceIPConfiguration { diff --git a/internal/services/network/network_interface_locking.go b/internal/services/network/network_interface_locking.go index d83b87cfd8c9..163cae84af8a 100644 --- a/internal/services/network/network_interface_locking.go +++ b/internal/services/network/network_interface_locking.go @@ -5,7 +5,7 @@ package network import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" "github.com/hashicorp/terraform-provider-azurerm/utils" ) diff --git a/internal/services/network/network_interface_nat_rule_association_resource.go b/internal/services/network/network_interface_nat_rule_association_resource.go index 95d38878c64f..6b14d0af2da6 100644 --- a/internal/services/network/network_interface_nat_rule_association_resource.go +++ b/internal/services/network/network_interface_nat_rule_association_resource.go @@ -11,8 +11,8 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/network_interface_nat_rule_association_resource_test.go b/internal/services/network/network_interface_nat_rule_association_resource_test.go index c7273fdd589d..4f6f1e1e017e 100644 --- a/internal/services/network/network_interface_nat_rule_association_resource_test.go +++ b/internal/services/network/network_interface_nat_rule_association_resource_test.go @@ -11,8 +11,8 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces" "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" diff --git a/internal/services/network/network_interface_resource.go b/internal/services/network/network_interface_resource.go index f52d84199d47..f78aa91f5da3 100644 --- a/internal/services/network/network_interface_resource.go +++ b/internal/services/network/network_interface_resource.go @@ -14,7 +14,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-09-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/network_interface_resource_test.go b/internal/services/network/network_interface_resource_test.go index 587b030d909f..a53419b4a7e9 100644 --- a/internal/services/network/network_interface_resource_test.go +++ b/internal/services/network/network_interface_resource_test.go @@ -10,7 +10,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces" "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" diff --git a/internal/services/network/network_manager_admin_rule_collection_resource.go b/internal/services/network/network_manager_admin_rule_collection_resource.go index 0b2d5ee72658..ef49a49dba68 100644 --- a/internal/services/network/network_manager_admin_rule_collection_resource.go +++ b/internal/services/network/network_manager_admin_rule_collection_resource.go @@ -9,8 +9,8 @@ import ( "time" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups" "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" diff --git a/internal/services/network/network_manager_admin_rule_collection_resource_test.go b/internal/services/network/network_manager_admin_rule_collection_resource_test.go index 624b126cbbde..df346aff9a48 100644 --- a/internal/services/network/network_manager_admin_rule_collection_resource_test.go +++ b/internal/services/network/network_manager_admin_rule_collection_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections" "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" diff --git a/internal/services/network/network_manager_admin_rule_resource.go b/internal/services/network/network_manager_admin_rule_resource.go index dd96907794c9..2fa04b9bf248 100644 --- a/internal/services/network/network_manager_admin_rule_resource.go +++ b/internal/services/network/network_manager_admin_rule_resource.go @@ -9,7 +9,7 @@ import ( "time" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules" "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" diff --git a/internal/services/network/network_manager_admin_rule_resource_test.go b/internal/services/network/network_manager_admin_rule_resource_test.go index 962b837d82d3..26ffc26d1d7b 100644 --- a/internal/services/network/network_manager_admin_rule_resource_test.go +++ b/internal/services/network/network_manager_admin_rule_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules" "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" diff --git a/internal/services/network/network_manager_connectivity_configuration_data_source.go b/internal/services/network/network_manager_connectivity_configuration_data_source.go index ce54f6d116d2..285f7371fc48 100644 --- a/internal/services/network/network_manager_connectivity_configuration_data_source.go +++ b/internal/services/network/network_manager_connectivity_configuration_data_source.go @@ -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/resource-manager/network/2023-09-01/connectivityconfigurations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations" "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" diff --git a/internal/services/network/network_manager_connectivity_configuration_resource.go b/internal/services/network/network_manager_connectivity_configuration_resource.go index 16a7e5d4e12f..4b583ddaf902 100644 --- a/internal/services/network/network_manager_connectivity_configuration_resource.go +++ b/internal/services/network/network_manager_connectivity_configuration_resource.go @@ -9,7 +9,7 @@ import ( "time" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/network_manager_connectivity_configuration_resource_test.go b/internal/services/network/network_manager_connectivity_configuration_resource_test.go index cddab63cd604..da6793c6b24d 100644 --- a/internal/services/network/network_manager_connectivity_configuration_resource_test.go +++ b/internal/services/network/network_manager_connectivity_configuration_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations" "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" diff --git a/internal/services/network/network_manager_data_source.go b/internal/services/network/network_manager_data_source.go index 90630ded0a61..9600cd5a0b09 100644 --- a/internal/services/network/network_manager_data_source.go +++ b/internal/services/network/network_manager_data_source.go @@ -11,7 +11,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/location" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/network_manager_deployment_resource.go b/internal/services/network/network_manager_deployment_resource.go index b0f05443d386..5869a137aadc 100644 --- a/internal/services/network/network_manager_deployment_resource.go +++ b/internal/services/network/network_manager_deployment_resource.go @@ -12,7 +12,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/location" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" diff --git a/internal/services/network/network_manager_deployment_resource_test.go b/internal/services/network/network_manager_deployment_resource_test.go index 2ffe5c0a2a5a..1a709fda61f0 100644 --- a/internal/services/network/network_manager_deployment_resource_test.go +++ b/internal/services/network/network_manager_deployment_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance/check" diff --git a/internal/services/network/network_manager_management_group_connection_resource.go b/internal/services/network/network_manager_management_group_connection_resource.go index 94e1b2bf83fd..92b4d0d43185 100644 --- a/internal/services/network/network_manager_management_group_connection_resource.go +++ b/internal/services/network/network_manager_management_group_connection_resource.go @@ -9,8 +9,8 @@ import ( "time" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" managementParse "github.com/hashicorp/terraform-provider-azurerm/internal/services/managementgroup/parse" managementValidate "github.com/hashicorp/terraform-provider-azurerm/internal/services/managementgroup/validate" diff --git a/internal/services/network/network_manager_management_group_connection_resource_test.go b/internal/services/network/network_manager_management_group_connection_resource_test.go index d2de58f84d44..9acef782b973 100644 --- a/internal/services/network/network_manager_management_group_connection_resource_test.go +++ b/internal/services/network/network_manager_management_group_connection_resource_test.go @@ -10,7 +10,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections" "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" diff --git a/internal/services/network/network_manager_network_group_data_source.go b/internal/services/network/network_manager_network_group_data_source.go index 0644e5b6bc3c..c183420381df 100644 --- a/internal/services/network/network_manager_network_group_data_source.go +++ b/internal/services/network/network_manager_network_group_data_source.go @@ -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/resource-manager/network/2023-09-01/networkgroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups" "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" diff --git a/internal/services/network/network_manager_network_group_resource.go b/internal/services/network/network_manager_network_group_resource.go index 815f16f03ee7..91ea8824ebfe 100644 --- a/internal/services/network/network_manager_network_group_resource.go +++ b/internal/services/network/network_manager_network_group_resource.go @@ -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/resource-manager/network/2023-09-01/networkgroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups" "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" diff --git a/internal/services/network/network_manager_network_group_resource_test.go b/internal/services/network/network_manager_network_group_resource_test.go index ea4143e86cf1..34ce8cbe7433 100644 --- a/internal/services/network/network_manager_network_group_resource_test.go +++ b/internal/services/network/network_manager_network_group_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups" "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" diff --git a/internal/services/network/network_manager_resource.go b/internal/services/network/network_manager_resource.go index 2dace345155e..b455ebd5075a 100644 --- a/internal/services/network/network_manager_resource.go +++ b/internal/services/network/network_manager_resource.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" diff --git a/internal/services/network/network_manager_resource_test.go b/internal/services/network/network_manager_resource_test.go index 4ce8c8325d82..01f36c03ba62 100644 --- a/internal/services/network/network_manager_resource_test.go +++ b/internal/services/network/network_manager_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers" "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" diff --git a/internal/services/network/network_manager_scope_connection_resource.go b/internal/services/network/network_manager_scope_connection_resource.go index 2546958ef1f1..ef1f1e0ed6ca 100644 --- a/internal/services/network/network_manager_scope_connection_resource.go +++ b/internal/services/network/network_manager_scope_connection_resource.go @@ -9,7 +9,7 @@ import ( "time" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections" "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" diff --git a/internal/services/network/network_manager_scope_connection_resource_test.go b/internal/services/network/network_manager_scope_connection_resource_test.go index 38f15f0239fd..b59868565ed9 100644 --- a/internal/services/network/network_manager_scope_connection_resource_test.go +++ b/internal/services/network/network_manager_scope_connection_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections" "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" diff --git a/internal/services/network/network_manager_security_admin_configuration_resource.go b/internal/services/network/network_manager_security_admin_configuration_resource.go index 04dcce1d6fd6..fbe49a918fee 100644 --- a/internal/services/network/network_manager_security_admin_configuration_resource.go +++ b/internal/services/network/network_manager_security_admin_configuration_resource.go @@ -9,7 +9,7 @@ import ( "time" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations" "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" diff --git a/internal/services/network/network_manager_security_admin_configuration_resource_test.go b/internal/services/network/network_manager_security_admin_configuration_resource_test.go index 779db15a52b2..8cffd99c0553 100644 --- a/internal/services/network/network_manager_security_admin_configuration_resource_test.go +++ b/internal/services/network/network_manager_security_admin_configuration_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations" "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" diff --git a/internal/services/network/network_manager_static_member_resource.go b/internal/services/network/network_manager_static_member_resource.go index d096a62351fa..85f61e79b192 100644 --- a/internal/services/network/network_manager_static_member_resource.go +++ b/internal/services/network/network_manager_static_member_resource.go @@ -10,7 +10,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers" "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" diff --git a/internal/services/network/network_manager_static_member_resource_test.go b/internal/services/network/network_manager_static_member_resource_test.go index 3d73947ce2a2..b5b9d0972fe2 100644 --- a/internal/services/network/network_manager_static_member_resource_test.go +++ b/internal/services/network/network_manager_static_member_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers" "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" diff --git a/internal/services/network/network_manager_subscription_connection_resource.go b/internal/services/network/network_manager_subscription_connection_resource.go index 7c977e7e7418..55ba86f3029e 100644 --- a/internal/services/network/network_manager_subscription_connection_resource.go +++ b/internal/services/network/network_manager_subscription_connection_resource.go @@ -10,8 +10,8 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers" "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" diff --git a/internal/services/network/network_manager_subscription_connection_resource_test.go b/internal/services/network/network_manager_subscription_connection_resource_test.go index ea77a785de18..2099299a3bb7 100644 --- a/internal/services/network/network_manager_subscription_connection_resource_test.go +++ b/internal/services/network/network_manager_subscription_connection_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections" "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" diff --git a/internal/services/network/network_packet_capture_resource.go b/internal/services/network/network_packet_capture_resource.go index 1b0b40d574ab..c1bcbcefe7c6 100644 --- a/internal/services/network/network_packet_capture_resource.go +++ b/internal/services/network/network_packet_capture_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures" "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/migration" diff --git a/internal/services/network/network_packet_capture_resource_test.go b/internal/services/network/network_packet_capture_resource_test.go index b47d29eef5de..b337b245e575 100644 --- a/internal/services/network/network_packet_capture_resource_test.go +++ b/internal/services/network/network_packet_capture_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures" "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" diff --git a/internal/services/network/network_profile_resource.go b/internal/services/network/network_profile_resource.go index 6302703d455b..98e7210260ea 100644 --- a/internal/services/network/network_profile_resource.go +++ b/internal/services/network/network_profile_resource.go @@ -14,7 +14,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-09-01/networkprofiles" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/network_profile_resource_test.go b/internal/services/network/network_profile_resource_test.go index 899f6554f8d3..1effcee5ebd3 100644 --- a/internal/services/network/network_profile_resource_test.go +++ b/internal/services/network/network_profile_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles" "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" diff --git a/internal/services/network/network_security_group_data_source.go b/internal/services/network/network_security_group_data_source.go index 6276385392c6..d0eb195a0734 100644 --- a/internal/services/network/network_security_group_data_source.go +++ b/internal/services/network/network_security_group_data_source.go @@ -11,7 +11,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-09-01/networksecuritygroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" diff --git a/internal/services/network/network_security_group_resource.go b/internal/services/network/network_security_group_resource.go index c8b19f6ed771..86f4020a073a 100644 --- a/internal/services/network/network_security_group_resource.go +++ b/internal/services/network/network_security_group_resource.go @@ -13,7 +13,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-09-01/networksecuritygroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups" "github.com/hashicorp/go-multierror" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/network_security_group_resource_test.go b/internal/services/network/network_security_group_resource_test.go index 9580b6b58fd3..2e3a245f43b0 100644 --- a/internal/services/network/network_security_group_resource_test.go +++ b/internal/services/network/network_security_group_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups" "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" diff --git a/internal/services/network/network_security_rule_resource.go b/internal/services/network/network_security_rule_resource.go index d1af54365ab1..5a91be76856e 100644 --- a/internal/services/network/network_security_rule_resource.go +++ b/internal/services/network/network_security_rule_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/network_security_rule_resource_test.go b/internal/services/network/network_security_rule_resource_test.go index c49f251bf9e3..487986357c26 100644 --- a/internal/services/network/network_security_rule_resource_test.go +++ b/internal/services/network/network_security_rule_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules" "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" diff --git a/internal/services/network/network_service_tags_data_source.go b/internal/services/network/network_service_tags_data_source.go index 469619f5fd43..9a5caf817e47 100644 --- a/internal/services/network/network_service_tags_data_source.go +++ b/internal/services/network/network_service_tags_data_source.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/servicetags" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/servicetags" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" diff --git a/internal/services/network/network_watcher_data_source.go b/internal/services/network/network_watcher_data_source.go index 74c00568bda9..1f8cf5eed8c0 100644 --- a/internal/services/network/network_watcher_data_source.go +++ b/internal/services/network/network_watcher_data_source.go @@ -11,7 +11,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-09-01/networkwatchers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers" "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" diff --git a/internal/services/network/network_watcher_flow_log_resource.go b/internal/services/network/network_watcher_flow_log_resource.go index 7eddefc91823..368a2bc488f5 100644 --- a/internal/services/network/network_watcher_flow_log_resource.go +++ b/internal/services/network/network_watcher_flow_log_resource.go @@ -14,8 +14,8 @@ 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-09-01/flowlogs" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/network_watcher_flow_log_resource_test.go b/internal/services/network/network_watcher_flow_log_resource_test.go index 3ec5184e7542..d43b44199444 100644 --- a/internal/services/network/network_watcher_flow_log_resource_test.go +++ b/internal/services/network/network_watcher_flow_log_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs" "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" diff --git a/internal/services/network/network_watcher_resource.go b/internal/services/network/network_watcher_resource.go index f84975e12b49..81d1bf17d52b 100644 --- a/internal/services/network/network_watcher_resource.go +++ b/internal/services/network/network_watcher_resource.go @@ -12,7 +12,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-09-01/networkwatchers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/network_watcher_resource_test.go b/internal/services/network/network_watcher_resource_test.go index 807a8befa801..f2520b457dd8 100644 --- a/internal/services/network/network_watcher_resource_test.go +++ b/internal/services/network/network_watcher_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers" "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" diff --git a/internal/services/network/parse/network_manager_deployment.go b/internal/services/network/parse/network_manager_deployment.go index 568ce793eb18..5c7cd916fc3d 100644 --- a/internal/services/network/parse/network_manager_deployment.go +++ b/internal/services/network/parse/network_manager_deployment.go @@ -7,7 +7,7 @@ import ( "fmt" "strings" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" ) diff --git a/internal/services/network/parse/private_endpoint_application_security_group_association_id.go b/internal/services/network/parse/private_endpoint_application_security_group_association_id.go index 7cf75112fac5..34cca218c579 100644 --- a/internal/services/network/parse/private_endpoint_application_security_group_association_id.go +++ b/internal/services/network/parse/private_endpoint_application_security_group_association_id.go @@ -8,8 +8,8 @@ import ( "strings" "github.com/hashicorp/go-azure-helpers/resourcemanager/resourceids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints" ) var _ resourceids.Id = PrivateEndpointApplicationSecurityGroupAssociationId{} diff --git a/internal/services/network/parse/private_endpoint_application_security_group_association_id_test.go b/internal/services/network/parse/private_endpoint_application_security_group_association_id_test.go index ec45ba9bdb40..054cc78f2106 100644 --- a/internal/services/network/parse/private_endpoint_application_security_group_association_id_test.go +++ b/internal/services/network/parse/private_endpoint_application_security_group_association_id_test.go @@ -6,8 +6,8 @@ package parse import ( "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints" ) func TestPrivateEndpointApplicationSecurityGroupAssociationID(t *testing.T) { diff --git a/internal/services/network/point_to_site_vpn_gateway_resource.go b/internal/services/network/point_to_site_vpn_gateway_resource.go index 05f7a2c3be1c..f745f6664a32 100644 --- a/internal/services/network/point_to_site_vpn_gateway_resource.go +++ b/internal/services/network/point_to_site_vpn_gateway_resource.go @@ -9,7 +9,7 @@ import ( "time" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/helpers/validate" diff --git a/internal/services/network/private_endpoint_application_security_group_association.go b/internal/services/network/private_endpoint_application_security_group_association.go index 35d66e77c6b7..6737e8b8c405 100644 --- a/internal/services/network/private_endpoint_application_security_group_association.go +++ b/internal/services/network/private_endpoint_application_security_group_association.go @@ -10,8 +10,8 @@ import ( "time" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/parse" diff --git a/internal/services/network/private_endpoint_application_security_group_association_test.go b/internal/services/network/private_endpoint_application_security_group_association_test.go index 11818db4d130..7ba97b8792a9 100644 --- a/internal/services/network/private_endpoint_application_security_group_association_test.go +++ b/internal/services/network/private_endpoint_application_security_group_association_test.go @@ -11,8 +11,8 @@ import ( "time" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints" "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" diff --git a/internal/services/network/private_endpoint_connection_data_source.go b/internal/services/network/private_endpoint_connection_data_source.go index 4b9bfc0177ba..4cd27a07de12 100644 --- a/internal/services/network/private_endpoint_connection_data_source.go +++ b/internal/services/network/private_endpoint_connection_data_source.go @@ -11,7 +11,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/location" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/parse" "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/validate" diff --git a/internal/services/network/private_endpoint_resource.go b/internal/services/network/private_endpoint_resource.go index fb29655af1ee..e8e2658ad515 100644 --- a/internal/services/network/private_endpoint_resource.go +++ b/internal/services/network/private_endpoint_resource.go @@ -18,7 +18,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" mariadbServers "github.com/hashicorp/go-azure-sdk/resource-manager/mariadb/2018-06-01/servers" "github.com/hashicorp/go-azure-sdk/resource-manager/mysql/2017-12-01/servers" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints" postgresqlServers "github.com/hashicorp/go-azure-sdk/resource-manager/postgresql/2017-12-01/servers" "github.com/hashicorp/go-azure-sdk/resource-manager/privatedns/2020-06-01/privatezones" "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis" diff --git a/internal/services/network/private_endpoint_resource_test.go b/internal/services/network/private_endpoint_resource_test.go index 607f2f2fb19a..b27ccc79c25b 100644 --- a/internal/services/network/private_endpoint_resource_test.go +++ b/internal/services/network/private_endpoint_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints" "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" diff --git a/internal/services/network/private_link_service_endpoint_connections_data_source.go b/internal/services/network/private_link_service_endpoint_connections_data_source.go index ca9da85d1813..4693ce183717 100644 --- a/internal/services/network/private_link_service_endpoint_connections_data_source.go +++ b/internal/services/network/private_link_service_endpoint_connections_data_source.go @@ -9,7 +9,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints" "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/parse" diff --git a/internal/services/network/public_ip_data_source.go b/internal/services/network/public_ip_data_source.go index a582c52566fb..7d50378273de 100644 --- a/internal/services/network/public_ip_data_source.go +++ b/internal/services/network/public_ip_data_source.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-helpers/resourcemanager/zones" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses" "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" diff --git a/internal/services/network/public_ip_prefix_data_source.go b/internal/services/network/public_ip_prefix_data_source.go index e556ac9c4f90..f5235681af56 100644 --- a/internal/services/network/public_ip_prefix_data_source.go +++ b/internal/services/network/public_ip_prefix_data_source.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-helpers/resourcemanager/zones" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" diff --git a/internal/services/network/public_ip_prefix_resource.go b/internal/services/network/public_ip_prefix_resource.go index 13f71f8cd404..f48b483b1c27 100644 --- a/internal/services/network/public_ip_prefix_resource.go +++ b/internal/services/network/public_ip_prefix_resource.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-helpers/resourcemanager/zones" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/public_ip_prefix_resource_test.go b/internal/services/network/public_ip_prefix_resource_test.go index 09d62541c39c..80ad19e5268e 100644 --- a/internal/services/network/public_ip_prefix_resource_test.go +++ b/internal/services/network/public_ip_prefix_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes" "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" diff --git a/internal/services/network/public_ip_resource.go b/internal/services/network/public_ip_resource.go index 12768c7af001..9f13d5beaace 100644 --- a/internal/services/network/public_ip_resource.go +++ b/internal/services/network/public_ip_resource.go @@ -16,8 +16,8 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-helpers/resourcemanager/zones" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/public_ip_resource_test.go b/internal/services/network/public_ip_resource_test.go index 0c3335d1261e..0921d835bff8 100644 --- a/internal/services/network/public_ip_resource_test.go +++ b/internal/services/network/public_ip_resource_test.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses" "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" diff --git a/internal/services/network/public_ips_data_source.go b/internal/services/network/public_ips_data_source.go index d5f5dcfac799..4f97ab288c01 100644 --- a/internal/services/network/public_ips_data_source.go +++ b/internal/services/network/public_ips_data_source.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses" "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" diff --git a/internal/services/network/route_filter_data_source.go b/internal/services/network/route_filter_data_source.go index 123411a836be..4d6529a7a4d5 100644 --- a/internal/services/network/route_filter_data_source.go +++ b/internal/services/network/route_filter_data_source.go @@ -12,7 +12,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-09-01/routefilters" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters" "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" diff --git a/internal/services/network/route_filter_resource.go b/internal/services/network/route_filter_resource.go index 94bfc4013a75..79db3f01b98c 100644 --- a/internal/services/network/route_filter_resource.go +++ b/internal/services/network/route_filter_resource.go @@ -13,7 +13,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-09-01/routefilters" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/route_filter_resource_test.go b/internal/services/network/route_filter_resource_test.go index 6434bc1454a5..e12dde8d77d6 100644 --- a/internal/services/network/route_filter_resource_test.go +++ b/internal/services/network/route_filter_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters" "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" diff --git a/internal/services/network/route_resource.go b/internal/services/network/route_resource.go index 948650490baf..6672126ad0ff 100644 --- a/internal/services/network/route_resource.go +++ b/internal/services/network/route_resource.go @@ -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-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/route_resource_test.go b/internal/services/network/route_resource_test.go index af34bd715083..4b503b3ba527 100644 --- a/internal/services/network/route_resource_test.go +++ b/internal/services/network/route_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes" "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" diff --git a/internal/services/network/route_table_data_source.go b/internal/services/network/route_table_data_source.go index 2178faf4ab25..b20227be3d55 100644 --- a/internal/services/network/route_table_data_source.go +++ b/internal/services/network/route_table_data_source.go @@ -12,7 +12,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-09-01/routetables" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables" "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" diff --git a/internal/services/network/route_table_resource.go b/internal/services/network/route_table_resource.go index 426dcd90a58c..e69493c04086 100644 --- a/internal/services/network/route_table_resource.go +++ b/internal/services/network/route_table_resource.go @@ -12,7 +12,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-09-01/routetables" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables" "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" diff --git a/internal/services/network/route_table_resource_test.go b/internal/services/network/route_table_resource_test.go index 5b5338090362..871706657eaa 100644 --- a/internal/services/network/route_table_resource_test.go +++ b/internal/services/network/route_table_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables" "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" diff --git a/internal/services/network/subnet_data_source.go b/internal/services/network/subnet_data_source.go index fa5663dc9feb..4b0f05a8f07b 100644 --- a/internal/services/network/subnet_data_source.go +++ b/internal/services/network/subnet_data_source.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/features" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/subnet_nat_gateway_association_resource.go b/internal/services/network/subnet_nat_gateway_association_resource.go index c9bca2f93bc4..613bf241f7fc 100644 --- a/internal/services/network/subnet_nat_gateway_association_resource.go +++ b/internal/services/network/subnet_nat_gateway_association_resource.go @@ -10,7 +10,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/subnet_nat_gateway_association_resource_test.go b/internal/services/network/subnet_nat_gateway_association_resource_test.go index d28bb1378d89..a4610ef853f8 100644 --- a/internal/services/network/subnet_nat_gateway_association_resource_test.go +++ b/internal/services/network/subnet_nat_gateway_association_resource_test.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets" "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" diff --git a/internal/services/network/subnet_network_security_group_association_resource.go b/internal/services/network/subnet_network_security_group_association_resource.go index 5d7acbba738f..b70a32385536 100644 --- a/internal/services/network/subnet_network_security_group_association_resource.go +++ b/internal/services/network/subnet_network_security_group_association_resource.go @@ -10,7 +10,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/subnet_network_security_group_association_resource_test.go b/internal/services/network/subnet_network_security_group_association_resource_test.go index 1d134c09373b..4b24a67a4e0d 100644 --- a/internal/services/network/subnet_network_security_group_association_resource_test.go +++ b/internal/services/network/subnet_network_security_group_association_resource_test.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets" "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" diff --git a/internal/services/network/subnet_resource.go b/internal/services/network/subnet_resource.go index 36e95eedf3e9..f50da9879562 100644 --- a/internal/services/network/subnet_resource.go +++ b/internal/services/network/subnet_resource.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/features" diff --git a/internal/services/network/subnet_resource_test.go b/internal/services/network/subnet_resource_test.go index 15b59c5b7bd5..4afe80a52c93 100644 --- a/internal/services/network/subnet_resource_test.go +++ b/internal/services/network/subnet_resource_test.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets" "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" diff --git a/internal/services/network/subnet_route_table_association_resource.go b/internal/services/network/subnet_route_table_association_resource.go index 0e0379efaf4e..9f699b4fba16 100644 --- a/internal/services/network/subnet_route_table_association_resource.go +++ b/internal/services/network/subnet_route_table_association_resource.go @@ -10,8 +10,8 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/subnet_route_table_association_resource_test.go b/internal/services/network/subnet_route_table_association_resource_test.go index b39263b521d5..fb180e50e65d 100644 --- a/internal/services/network/subnet_route_table_association_resource_test.go +++ b/internal/services/network/subnet_route_table_association_resource_test.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets" "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" diff --git a/internal/services/network/virtual_hub_routing_intent_resource.go b/internal/services/network/virtual_hub_routing_intent_resource.go index 273d67284b0b..129d24d1b8d1 100644 --- a/internal/services/network/virtual_hub_routing_intent_resource.go +++ b/internal/services/network/virtual_hub_routing_intent_resource.go @@ -9,7 +9,7 @@ import ( "time" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/virtual_hub_routing_intent_resource_test.go b/internal/services/network/virtual_hub_routing_intent_resource_test.go index 63c6c8d7e602..8fcfb69cb575 100644 --- a/internal/services/network/virtual_hub_routing_intent_resource_test.go +++ b/internal/services/network/virtual_hub_routing_intent_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans" "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" diff --git a/internal/services/network/virtual_machine_packet_capture_resource.go b/internal/services/network/virtual_machine_packet_capture_resource.go index 7078904394ca..2f6d7a03ce41 100644 --- a/internal/services/network/virtual_machine_packet_capture_resource.go +++ b/internal/services/network/virtual_machine_packet_capture_resource.go @@ -11,8 +11,8 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" networkValidate "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/validate" diff --git a/internal/services/network/virtual_machine_packet_capture_resource_test.go b/internal/services/network/virtual_machine_packet_capture_resource_test.go index 3402554ae337..c7a2508971c8 100644 --- a/internal/services/network/virtual_machine_packet_capture_resource_test.go +++ b/internal/services/network/virtual_machine_packet_capture_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures" "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" diff --git a/internal/services/network/virtual_machine_scale_set_packet_capture_resource.go b/internal/services/network/virtual_machine_scale_set_packet_capture_resource.go index 54c610a8ef0b..df84bfab1612 100644 --- a/internal/services/network/virtual_machine_scale_set_packet_capture_resource.go +++ b/internal/services/network/virtual_machine_scale_set_packet_capture_resource.go @@ -11,8 +11,8 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" computeParse "github.com/hashicorp/terraform-provider-azurerm/internal/services/compute/parse" diff --git a/internal/services/network/virtual_machine_scale_set_packet_capture_resource_test.go b/internal/services/network/virtual_machine_scale_set_packet_capture_resource_test.go index 080de12e6492..ba6928048703 100644 --- a/internal/services/network/virtual_machine_scale_set_packet_capture_resource_test.go +++ b/internal/services/network/virtual_machine_scale_set_packet_capture_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures" "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" diff --git a/internal/services/network/virtual_network_resource.go b/internal/services/network/virtual_network_resource.go index 772b79a968e0..ef5a2b0f24d6 100644 --- a/internal/services/network/virtual_network_resource.go +++ b/internal/services/network/virtual_network_resource.go @@ -15,7 +15,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/virtual_wan_data_source.go b/internal/services/network/virtual_wan_data_source.go index 27b40cfa90d9..e7174b12ea24 100644 --- a/internal/services/network/virtual_wan_data_source.go +++ b/internal/services/network/virtual_wan_data_source.go @@ -12,7 +12,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-09-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans" "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" diff --git a/internal/services/network/virtual_wan_resource.go b/internal/services/network/virtual_wan_resource.go index 57ee58c55f38..94c786b4e3e6 100644 --- a/internal/services/network/virtual_wan_resource.go +++ b/internal/services/network/virtual_wan_resource.go @@ -13,7 +13,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-09-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/network/virtual_wan_resource_test.go b/internal/services/network/virtual_wan_resource_test.go index 7c5c7a09b876..429ca5dde644 100644 --- a/internal/services/network/virtual_wan_resource_test.go +++ b/internal/services/network/virtual_wan_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans" "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" diff --git a/internal/services/network/vpn_gateway_connection_resource.go b/internal/services/network/vpn_gateway_connection_resource.go index 6659027d53ec..beb32e47df19 100644 --- a/internal/services/network/vpn_gateway_connection_resource.go +++ b/internal/services/network/vpn_gateway_connection_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/vpn_gateway_data_source.go b/internal/services/network/vpn_gateway_data_source.go index 43606a5b49c5..5a0fd412ae1c 100644 --- a/internal/services/network/vpn_gateway_data_source.go +++ b/internal/services/network/vpn_gateway_data_source.go @@ -11,7 +11,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-09-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" diff --git a/internal/services/network/vpn_gateway_nat_rule_resource.go b/internal/services/network/vpn_gateway_nat_rule_resource.go index f72e6ec345d5..a78cbcc77bfe 100644 --- a/internal/services/network/vpn_gateway_nat_rule_resource.go +++ b/internal/services/network/vpn_gateway_nat_rule_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/resourcegroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/vpn_gateway_nat_rule_resource_test.go b/internal/services/network/vpn_gateway_nat_rule_resource_test.go index b9fb54e022bf..13dc7b57f405 100644 --- a/internal/services/network/vpn_gateway_nat_rule_resource_test.go +++ b/internal/services/network/vpn_gateway_nat_rule_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans" "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" diff --git a/internal/services/network/vpn_gateway_resource.go b/internal/services/network/vpn_gateway_resource.go index ce249d3d04b8..2ace2bd64caa 100644 --- a/internal/services/network/vpn_gateway_resource.go +++ b/internal/services/network/vpn_gateway_resource.go @@ -13,7 +13,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-09-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" commonValidate "github.com/hashicorp/terraform-provider-azurerm/helpers/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/vpn_gateway_resource_test.go b/internal/services/network/vpn_gateway_resource_test.go index 2895221ae2ef..e47711bdff71 100644 --- a/internal/services/network/vpn_gateway_resource_test.go +++ b/internal/services/network/vpn_gateway_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans" "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" diff --git a/internal/services/network/vpn_server_configuration_policy_group_resource.go b/internal/services/network/vpn_server_configuration_policy_group_resource.go index 553baf63262f..17044dc27d9a 100644 --- a/internal/services/network/vpn_server_configuration_policy_group_resource.go +++ b/internal/services/network/vpn_server_configuration_policy_group_resource.go @@ -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/resource-manager/network/2023-09-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/network/vpn_server_configuration_policy_group_resource_test.go b/internal/services/network/vpn_server_configuration_policy_group_resource_test.go index 8e948ba0087a..2f4f290f70b6 100644 --- a/internal/services/network/vpn_server_configuration_policy_group_resource_test.go +++ b/internal/services/network/vpn_server_configuration_policy_group_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans" "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" diff --git a/internal/services/network/vpn_server_configuration_resource.go b/internal/services/network/vpn_server_configuration_resource.go index 6b2cb8e34195..daae3e1e4b05 100644 --- a/internal/services/network/vpn_server_configuration_resource.go +++ b/internal/services/network/vpn_server_configuration_resource.go @@ -13,7 +13,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-09-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/vpn_server_configuration_resource_test.go b/internal/services/network/vpn_server_configuration_resource_test.go index 99ed1d9ad63d..1e2b37ff944d 100644 --- a/internal/services/network/vpn_server_configuration_resource_test.go +++ b/internal/services/network/vpn_server_configuration_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans" "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" diff --git a/internal/services/network/vpn_site_resource.go b/internal/services/network/vpn_site_resource.go index 641787be3673..fe9f48f15b6e 100644 --- a/internal/services/network/vpn_site_resource.go +++ b/internal/services/network/vpn_site_resource.go @@ -13,7 +13,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-09-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans" "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" diff --git a/internal/services/network/vpn_site_resource_test.go b/internal/services/network/vpn_site_resource_test.go index 99fa483bde2e..0399336285bf 100644 --- a/internal/services/network/vpn_site_resource_test.go +++ b/internal/services/network/vpn_site_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans" "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" diff --git a/internal/services/network/web_application_firewall_policy_data_source.go b/internal/services/network/web_application_firewall_policy_data_source.go index 85df8da98de3..70de6dbbe980 100644 --- a/internal/services/network/web_application_firewall_policy_data_source.go +++ b/internal/services/network/web_application_firewall_policy_data_source.go @@ -11,7 +11,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-09-01/webapplicationfirewallpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies" "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" diff --git a/internal/services/network/web_application_firewall_policy_resource.go b/internal/services/network/web_application_firewall_policy_resource.go index b1e0522ddf90..05819b205a58 100644 --- a/internal/services/network/web_application_firewall_policy_resource.go +++ b/internal/services/network/web_application_firewall_policy_resource.go @@ -13,7 +13,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-09-01/webapplicationfirewallpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/network/web_application_firewall_policy_resource_test.go b/internal/services/network/web_application_firewall_policy_resource_test.go index b6955c0dc304..4e1eff8299d5 100644 --- a/internal/services/network/web_application_firewall_policy_resource_test.go +++ b/internal/services/network/web_application_firewall_policy_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies" "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" diff --git a/internal/services/paloalto/network_virtual_appliance_resource.go b/internal/services/paloalto/network_virtual_appliance_resource.go index 1d830f408937..9881d7538183 100644 --- a/internal/services/paloalto/network_virtual_appliance_resource.go +++ b/internal/services/paloalto/network_virtual_appliance_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/parse" diff --git a/internal/services/paloalto/schema/network_profile.go b/internal/services/paloalto/schema/network_profile.go index 330f9a4741b2..82885c2c0037 100644 --- a/internal/services/paloalto/schema/network_profile.go +++ b/internal/services/paloalto/schema/network_profile.go @@ -5,7 +5,7 @@ package schema import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances" "github.com/hashicorp/go-azure-sdk/resource-manager/paloaltonetworks/2023-09-01/firewalls" networkValidate "github.com/hashicorp/terraform-provider-azurerm/internal/services/network/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/signalr/signalr_service_network_acl_resource.go b/internal/services/signalr/signalr_service_network_acl_resource.go index 0fdeb304b441..8e60330e2a23 100644 --- a/internal/services/signalr/signalr_service_network_acl_resource.go +++ b/internal/services/signalr/signalr_service_network_acl_resource.go @@ -8,7 +8,7 @@ import ( "time" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints" "github.com/hashicorp/go-azure-sdk/resource-manager/signalr/2023-02-01/signalr" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/signalr/web_pubsub_network_acl_resource.go b/internal/services/signalr/web_pubsub_network_acl_resource.go index 3144297a571a..2d74f31009de 100644 --- a/internal/services/signalr/web_pubsub_network_acl_resource.go +++ b/internal/services/signalr/web_pubsub_network_acl_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints" "github.com/hashicorp/go-azure-sdk/resource-manager/webpubsub/2023-02-01/webpubsub" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/README.md deleted file mode 100644 index 76a7011d7696..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/README.md +++ /dev/null @@ -1,287 +0,0 @@ - -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways` Documentation - -The `applicationgateways` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). - -This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). - -### Import Path - -```go -import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways" -``` - - -### Client Initialization - -```go -client := applicationgateways.NewApplicationGatewaysClientWithBaseURI("https://management.azure.com") -client.Client.Authorizer = authorizer -``` - - -### Example Usage: `ApplicationGatewaysClient.BackendHealth` - -```go -ctx := context.TODO() -id := applicationgateways.NewApplicationGatewayID("12345678-1234-9876-4563-123456789012", "example-resource-group", "applicationGatewayValue") - -if err := client.BackendHealthThenPoll(ctx, id, applicationgateways.DefaultBackendHealthOperationOptions()); err != nil { - // handle the error -} -``` - - -### Example Usage: `ApplicationGatewaysClient.BackendHealthOnDemand` - -```go -ctx := context.TODO() -id := applicationgateways.NewApplicationGatewayID("12345678-1234-9876-4563-123456789012", "example-resource-group", "applicationGatewayValue") - -payload := applicationgateways.ApplicationGatewayOnDemandProbe{ - // ... -} - - -if err := client.BackendHealthOnDemandThenPoll(ctx, id, payload, applicationgateways.DefaultBackendHealthOnDemandOperationOptions()); err != nil { - // handle the error -} -``` - - -### Example Usage: `ApplicationGatewaysClient.CreateOrUpdate` - -```go -ctx := context.TODO() -id := applicationgateways.NewApplicationGatewayID("12345678-1234-9876-4563-123456789012", "example-resource-group", "applicationGatewayValue") - -payload := applicationgateways.ApplicationGateway{ - // ... -} - - -if err := client.CreateOrUpdateThenPoll(ctx, id, payload); err != nil { - // handle the error -} -``` - - -### Example Usage: `ApplicationGatewaysClient.Delete` - -```go -ctx := context.TODO() -id := applicationgateways.NewApplicationGatewayID("12345678-1234-9876-4563-123456789012", "example-resource-group", "applicationGatewayValue") - -if err := client.DeleteThenPoll(ctx, id); err != nil { - // handle the error -} -``` - - -### Example Usage: `ApplicationGatewaysClient.Get` - -```go -ctx := context.TODO() -id := applicationgateways.NewApplicationGatewayID("12345678-1234-9876-4563-123456789012", "example-resource-group", "applicationGatewayValue") - -read, err := client.Get(ctx, id) -if err != nil { - // handle the error -} -if model := read.Model; model != nil { - // do something with the model/response object -} -``` - - -### Example Usage: `ApplicationGatewaysClient.GetSslPredefinedPolicy` - -```go -ctx := context.TODO() -id := applicationgateways.NewPredefinedPolicyID("12345678-1234-9876-4563-123456789012", "predefinedPolicyValue") - -read, err := client.GetSslPredefinedPolicy(ctx, id) -if err != nil { - // handle the error -} -if model := read.Model; model != nil { - // do something with the model/response object -} -``` - - -### Example Usage: `ApplicationGatewaysClient.List` - -```go -ctx := context.TODO() -id := commonids.NewResourceGroupID("12345678-1234-9876-4563-123456789012", "example-resource-group") - -// alternatively `client.List(ctx, id)` can be used to do batched pagination -items, err := client.ListComplete(ctx, id) -if err != nil { - // handle the error -} -for _, item := range items { - // do something -} -``` - - -### Example Usage: `ApplicationGatewaysClient.ListAll` - -```go -ctx := context.TODO() -id := commonids.NewSubscriptionID("12345678-1234-9876-4563-123456789012") - -// alternatively `client.ListAll(ctx, id)` can be used to do batched pagination -items, err := client.ListAllComplete(ctx, id) -if err != nil { - // handle the error -} -for _, item := range items { - // do something -} -``` - - -### Example Usage: `ApplicationGatewaysClient.ListAvailableRequestHeaders` - -```go -ctx := context.TODO() -id := commonids.NewSubscriptionID("12345678-1234-9876-4563-123456789012") - -read, err := client.ListAvailableRequestHeaders(ctx, id) -if err != nil { - // handle the error -} -if model := read.Model; model != nil { - // do something with the model/response object -} -``` - - -### Example Usage: `ApplicationGatewaysClient.ListAvailableResponseHeaders` - -```go -ctx := context.TODO() -id := commonids.NewSubscriptionID("12345678-1234-9876-4563-123456789012") - -read, err := client.ListAvailableResponseHeaders(ctx, id) -if err != nil { - // handle the error -} -if model := read.Model; model != nil { - // do something with the model/response object -} -``` - - -### Example Usage: `ApplicationGatewaysClient.ListAvailableServerVariables` - -```go -ctx := context.TODO() -id := commonids.NewSubscriptionID("12345678-1234-9876-4563-123456789012") - -read, err := client.ListAvailableServerVariables(ctx, id) -if err != nil { - // handle the error -} -if model := read.Model; model != nil { - // do something with the model/response object -} -``` - - -### Example Usage: `ApplicationGatewaysClient.ListAvailableSslOptions` - -```go -ctx := context.TODO() -id := commonids.NewSubscriptionID("12345678-1234-9876-4563-123456789012") - -read, err := client.ListAvailableSslOptions(ctx, id) -if err != nil { - // handle the error -} -if model := read.Model; model != nil { - // do something with the model/response object -} -``` - - -### Example Usage: `ApplicationGatewaysClient.ListAvailableSslPredefinedPolicies` - -```go -ctx := context.TODO() -id := commonids.NewSubscriptionID("12345678-1234-9876-4563-123456789012") - -// alternatively `client.ListAvailableSslPredefinedPolicies(ctx, id)` can be used to do batched pagination -items, err := client.ListAvailableSslPredefinedPoliciesComplete(ctx, id) -if err != nil { - // handle the error -} -for _, item := range items { - // do something -} -``` - - -### Example Usage: `ApplicationGatewaysClient.ListAvailableWafRuleSets` - -```go -ctx := context.TODO() -id := commonids.NewSubscriptionID("12345678-1234-9876-4563-123456789012") - -read, err := client.ListAvailableWafRuleSets(ctx, id) -if err != nil { - // handle the error -} -if model := read.Model; model != nil { - // do something with the model/response object -} -``` - - -### Example Usage: `ApplicationGatewaysClient.Start` - -```go -ctx := context.TODO() -id := applicationgateways.NewApplicationGatewayID("12345678-1234-9876-4563-123456789012", "example-resource-group", "applicationGatewayValue") - -if err := client.StartThenPoll(ctx, id); err != nil { - // handle the error -} -``` - - -### Example Usage: `ApplicationGatewaysClient.Stop` - -```go -ctx := context.TODO() -id := applicationgateways.NewApplicationGatewayID("12345678-1234-9876-4563-123456789012", "example-resource-group", "applicationGatewayValue") - -if err := client.StopThenPoll(ctx, id); err != nil { - // handle the error -} -``` - - -### Example Usage: `ApplicationGatewaysClient.UpdateTags` - -```go -ctx := context.TODO() -id := applicationgateways.NewApplicationGatewayID("12345678-1234-9876-4563-123456789012", "example-resource-group", "applicationGatewayValue") - -payload := applicationgateways.TagsObject{ - // ... -} - - -read, err := client.UpdateTags(ctx, id, payload) -if err != nil { - // handle the error -} -if model := read.Model; model != nil { - // do something with the model/response object -} -``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/client.go deleted file mode 100644 index 9608bf471068..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/client.go +++ /dev/null @@ -1,26 +0,0 @@ -package applicationgateways - -import ( - "fmt" - - "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" - sdkEnv "github.com/hashicorp/go-azure-sdk/sdk/environments" -) - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewaysClient struct { - Client *resourcemanager.Client -} - -func NewApplicationGatewaysClientWithBaseURI(sdkApi sdkEnv.Api) (*ApplicationGatewaysClient, error) { - client, err := resourcemanager.NewResourceManagerClient(sdkApi, "applicationgateways", defaultApiVersion) - if err != nil { - return nil, fmt.Errorf("instantiating ApplicationGatewaysClient: %+v", err) - } - - return &ApplicationGatewaysClient{ - Client: client, - }, nil -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/constants.go deleted file mode 100644 index ba8f0df90ef7..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/constants.go +++ /dev/null @@ -1,2125 +0,0 @@ -package applicationgateways - -import ( - "encoding/json" - "fmt" - "strings" -) - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayBackendHealthServerHealth string - -const ( - ApplicationGatewayBackendHealthServerHealthDown ApplicationGatewayBackendHealthServerHealth = "Down" - ApplicationGatewayBackendHealthServerHealthDraining ApplicationGatewayBackendHealthServerHealth = "Draining" - ApplicationGatewayBackendHealthServerHealthPartial ApplicationGatewayBackendHealthServerHealth = "Partial" - ApplicationGatewayBackendHealthServerHealthUnknown ApplicationGatewayBackendHealthServerHealth = "Unknown" - ApplicationGatewayBackendHealthServerHealthUp ApplicationGatewayBackendHealthServerHealth = "Up" -) - -func PossibleValuesForApplicationGatewayBackendHealthServerHealth() []string { - return []string{ - string(ApplicationGatewayBackendHealthServerHealthDown), - string(ApplicationGatewayBackendHealthServerHealthDraining), - string(ApplicationGatewayBackendHealthServerHealthPartial), - string(ApplicationGatewayBackendHealthServerHealthUnknown), - string(ApplicationGatewayBackendHealthServerHealthUp), - } -} - -func (s *ApplicationGatewayBackendHealthServerHealth) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseApplicationGatewayBackendHealthServerHealth(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseApplicationGatewayBackendHealthServerHealth(input string) (*ApplicationGatewayBackendHealthServerHealth, error) { - vals := map[string]ApplicationGatewayBackendHealthServerHealth{ - "down": ApplicationGatewayBackendHealthServerHealthDown, - "draining": ApplicationGatewayBackendHealthServerHealthDraining, - "partial": ApplicationGatewayBackendHealthServerHealthPartial, - "unknown": ApplicationGatewayBackendHealthServerHealthUnknown, - "up": ApplicationGatewayBackendHealthServerHealthUp, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := ApplicationGatewayBackendHealthServerHealth(input) - return &out, nil -} - -type ApplicationGatewayClientRevocationOptions string - -const ( - ApplicationGatewayClientRevocationOptionsNone ApplicationGatewayClientRevocationOptions = "None" - ApplicationGatewayClientRevocationOptionsOCSP ApplicationGatewayClientRevocationOptions = "OCSP" -) - -func PossibleValuesForApplicationGatewayClientRevocationOptions() []string { - return []string{ - string(ApplicationGatewayClientRevocationOptionsNone), - string(ApplicationGatewayClientRevocationOptionsOCSP), - } -} - -func (s *ApplicationGatewayClientRevocationOptions) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseApplicationGatewayClientRevocationOptions(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseApplicationGatewayClientRevocationOptions(input string) (*ApplicationGatewayClientRevocationOptions, error) { - vals := map[string]ApplicationGatewayClientRevocationOptions{ - "none": ApplicationGatewayClientRevocationOptionsNone, - "ocsp": ApplicationGatewayClientRevocationOptionsOCSP, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := ApplicationGatewayClientRevocationOptions(input) - return &out, nil -} - -type ApplicationGatewayCookieBasedAffinity string - -const ( - ApplicationGatewayCookieBasedAffinityDisabled ApplicationGatewayCookieBasedAffinity = "Disabled" - ApplicationGatewayCookieBasedAffinityEnabled ApplicationGatewayCookieBasedAffinity = "Enabled" -) - -func PossibleValuesForApplicationGatewayCookieBasedAffinity() []string { - return []string{ - string(ApplicationGatewayCookieBasedAffinityDisabled), - string(ApplicationGatewayCookieBasedAffinityEnabled), - } -} - -func (s *ApplicationGatewayCookieBasedAffinity) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseApplicationGatewayCookieBasedAffinity(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseApplicationGatewayCookieBasedAffinity(input string) (*ApplicationGatewayCookieBasedAffinity, error) { - vals := map[string]ApplicationGatewayCookieBasedAffinity{ - "disabled": ApplicationGatewayCookieBasedAffinityDisabled, - "enabled": ApplicationGatewayCookieBasedAffinityEnabled, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := ApplicationGatewayCookieBasedAffinity(input) - return &out, nil -} - -type ApplicationGatewayCustomErrorStatusCode string - -const ( - ApplicationGatewayCustomErrorStatusCodeHTTPStatusFiveHundred ApplicationGatewayCustomErrorStatusCode = "HttpStatus500" - ApplicationGatewayCustomErrorStatusCodeHTTPStatusFiveZeroFour ApplicationGatewayCustomErrorStatusCode = "HttpStatus504" - ApplicationGatewayCustomErrorStatusCodeHTTPStatusFiveZeroThree ApplicationGatewayCustomErrorStatusCode = "HttpStatus503" - ApplicationGatewayCustomErrorStatusCodeHTTPStatusFiveZeroTwo ApplicationGatewayCustomErrorStatusCode = "HttpStatus502" - ApplicationGatewayCustomErrorStatusCodeHTTPStatusFourHundred ApplicationGatewayCustomErrorStatusCode = "HttpStatus400" - ApplicationGatewayCustomErrorStatusCodeHTTPStatusFourZeroEight ApplicationGatewayCustomErrorStatusCode = "HttpStatus408" - ApplicationGatewayCustomErrorStatusCodeHTTPStatusFourZeroFive ApplicationGatewayCustomErrorStatusCode = "HttpStatus405" - ApplicationGatewayCustomErrorStatusCodeHTTPStatusFourZeroFour ApplicationGatewayCustomErrorStatusCode = "HttpStatus404" - ApplicationGatewayCustomErrorStatusCodeHTTPStatusFourZeroThree ApplicationGatewayCustomErrorStatusCode = "HttpStatus403" -) - -func PossibleValuesForApplicationGatewayCustomErrorStatusCode() []string { - return []string{ - string(ApplicationGatewayCustomErrorStatusCodeHTTPStatusFiveHundred), - string(ApplicationGatewayCustomErrorStatusCodeHTTPStatusFiveZeroFour), - string(ApplicationGatewayCustomErrorStatusCodeHTTPStatusFiveZeroThree), - string(ApplicationGatewayCustomErrorStatusCodeHTTPStatusFiveZeroTwo), - string(ApplicationGatewayCustomErrorStatusCodeHTTPStatusFourHundred), - string(ApplicationGatewayCustomErrorStatusCodeHTTPStatusFourZeroEight), - string(ApplicationGatewayCustomErrorStatusCodeHTTPStatusFourZeroFive), - string(ApplicationGatewayCustomErrorStatusCodeHTTPStatusFourZeroFour), - string(ApplicationGatewayCustomErrorStatusCodeHTTPStatusFourZeroThree), - } -} - -func (s *ApplicationGatewayCustomErrorStatusCode) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseApplicationGatewayCustomErrorStatusCode(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseApplicationGatewayCustomErrorStatusCode(input string) (*ApplicationGatewayCustomErrorStatusCode, error) { - vals := map[string]ApplicationGatewayCustomErrorStatusCode{ - "httpstatus500": ApplicationGatewayCustomErrorStatusCodeHTTPStatusFiveHundred, - "httpstatus504": ApplicationGatewayCustomErrorStatusCodeHTTPStatusFiveZeroFour, - "httpstatus503": ApplicationGatewayCustomErrorStatusCodeHTTPStatusFiveZeroThree, - "httpstatus502": ApplicationGatewayCustomErrorStatusCodeHTTPStatusFiveZeroTwo, - "httpstatus400": ApplicationGatewayCustomErrorStatusCodeHTTPStatusFourHundred, - "httpstatus408": ApplicationGatewayCustomErrorStatusCodeHTTPStatusFourZeroEight, - "httpstatus405": ApplicationGatewayCustomErrorStatusCodeHTTPStatusFourZeroFive, - "httpstatus404": ApplicationGatewayCustomErrorStatusCodeHTTPStatusFourZeroFour, - "httpstatus403": ApplicationGatewayCustomErrorStatusCodeHTTPStatusFourZeroThree, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := ApplicationGatewayCustomErrorStatusCode(input) - return &out, nil -} - -type ApplicationGatewayFirewallMode string - -const ( - ApplicationGatewayFirewallModeDetection ApplicationGatewayFirewallMode = "Detection" - ApplicationGatewayFirewallModePrevention ApplicationGatewayFirewallMode = "Prevention" -) - -func PossibleValuesForApplicationGatewayFirewallMode() []string { - return []string{ - string(ApplicationGatewayFirewallModeDetection), - string(ApplicationGatewayFirewallModePrevention), - } -} - -func (s *ApplicationGatewayFirewallMode) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseApplicationGatewayFirewallMode(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseApplicationGatewayFirewallMode(input string) (*ApplicationGatewayFirewallMode, error) { - vals := map[string]ApplicationGatewayFirewallMode{ - "detection": ApplicationGatewayFirewallModeDetection, - "prevention": ApplicationGatewayFirewallModePrevention, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := ApplicationGatewayFirewallMode(input) - return &out, nil -} - -type ApplicationGatewayLoadDistributionAlgorithm string - -const ( - ApplicationGatewayLoadDistributionAlgorithmIPHash ApplicationGatewayLoadDistributionAlgorithm = "IpHash" - ApplicationGatewayLoadDistributionAlgorithmLeastConnections ApplicationGatewayLoadDistributionAlgorithm = "LeastConnections" - ApplicationGatewayLoadDistributionAlgorithmRoundRobin ApplicationGatewayLoadDistributionAlgorithm = "RoundRobin" -) - -func PossibleValuesForApplicationGatewayLoadDistributionAlgorithm() []string { - return []string{ - string(ApplicationGatewayLoadDistributionAlgorithmIPHash), - string(ApplicationGatewayLoadDistributionAlgorithmLeastConnections), - string(ApplicationGatewayLoadDistributionAlgorithmRoundRobin), - } -} - -func (s *ApplicationGatewayLoadDistributionAlgorithm) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseApplicationGatewayLoadDistributionAlgorithm(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseApplicationGatewayLoadDistributionAlgorithm(input string) (*ApplicationGatewayLoadDistributionAlgorithm, error) { - vals := map[string]ApplicationGatewayLoadDistributionAlgorithm{ - "iphash": ApplicationGatewayLoadDistributionAlgorithmIPHash, - "leastconnections": ApplicationGatewayLoadDistributionAlgorithmLeastConnections, - "roundrobin": ApplicationGatewayLoadDistributionAlgorithmRoundRobin, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := ApplicationGatewayLoadDistributionAlgorithm(input) - return &out, nil -} - -type ApplicationGatewayOperationalState string - -const ( - ApplicationGatewayOperationalStateRunning ApplicationGatewayOperationalState = "Running" - ApplicationGatewayOperationalStateStarting ApplicationGatewayOperationalState = "Starting" - ApplicationGatewayOperationalStateStopped ApplicationGatewayOperationalState = "Stopped" - ApplicationGatewayOperationalStateStopping ApplicationGatewayOperationalState = "Stopping" -) - -func PossibleValuesForApplicationGatewayOperationalState() []string { - return []string{ - string(ApplicationGatewayOperationalStateRunning), - string(ApplicationGatewayOperationalStateStarting), - string(ApplicationGatewayOperationalStateStopped), - string(ApplicationGatewayOperationalStateStopping), - } -} - -func (s *ApplicationGatewayOperationalState) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseApplicationGatewayOperationalState(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseApplicationGatewayOperationalState(input string) (*ApplicationGatewayOperationalState, error) { - vals := map[string]ApplicationGatewayOperationalState{ - "running": ApplicationGatewayOperationalStateRunning, - "starting": ApplicationGatewayOperationalStateStarting, - "stopped": ApplicationGatewayOperationalStateStopped, - "stopping": ApplicationGatewayOperationalStateStopping, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := ApplicationGatewayOperationalState(input) - return &out, nil -} - -type ApplicationGatewayProtocol string - -const ( - ApplicationGatewayProtocolHTTP ApplicationGatewayProtocol = "Http" - ApplicationGatewayProtocolHTTPS ApplicationGatewayProtocol = "Https" - ApplicationGatewayProtocolTcp ApplicationGatewayProtocol = "Tcp" - ApplicationGatewayProtocolTls ApplicationGatewayProtocol = "Tls" -) - -func PossibleValuesForApplicationGatewayProtocol() []string { - return []string{ - string(ApplicationGatewayProtocolHTTP), - string(ApplicationGatewayProtocolHTTPS), - string(ApplicationGatewayProtocolTcp), - string(ApplicationGatewayProtocolTls), - } -} - -func (s *ApplicationGatewayProtocol) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseApplicationGatewayProtocol(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseApplicationGatewayProtocol(input string) (*ApplicationGatewayProtocol, error) { - vals := map[string]ApplicationGatewayProtocol{ - "http": ApplicationGatewayProtocolHTTP, - "https": ApplicationGatewayProtocolHTTPS, - "tcp": ApplicationGatewayProtocolTcp, - "tls": ApplicationGatewayProtocolTls, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := ApplicationGatewayProtocol(input) - return &out, nil -} - -type ApplicationGatewayRedirectType string - -const ( - ApplicationGatewayRedirectTypeFound ApplicationGatewayRedirectType = "Found" - ApplicationGatewayRedirectTypePermanent ApplicationGatewayRedirectType = "Permanent" - ApplicationGatewayRedirectTypeSeeOther ApplicationGatewayRedirectType = "SeeOther" - ApplicationGatewayRedirectTypeTemporary ApplicationGatewayRedirectType = "Temporary" -) - -func PossibleValuesForApplicationGatewayRedirectType() []string { - return []string{ - string(ApplicationGatewayRedirectTypeFound), - string(ApplicationGatewayRedirectTypePermanent), - string(ApplicationGatewayRedirectTypeSeeOther), - string(ApplicationGatewayRedirectTypeTemporary), - } -} - -func (s *ApplicationGatewayRedirectType) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseApplicationGatewayRedirectType(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseApplicationGatewayRedirectType(input string) (*ApplicationGatewayRedirectType, error) { - vals := map[string]ApplicationGatewayRedirectType{ - "found": ApplicationGatewayRedirectTypeFound, - "permanent": ApplicationGatewayRedirectTypePermanent, - "seeother": ApplicationGatewayRedirectTypeSeeOther, - "temporary": ApplicationGatewayRedirectTypeTemporary, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := ApplicationGatewayRedirectType(input) - return &out, nil -} - -type ApplicationGatewayRequestRoutingRuleType string - -const ( - ApplicationGatewayRequestRoutingRuleTypeBasic ApplicationGatewayRequestRoutingRuleType = "Basic" - ApplicationGatewayRequestRoutingRuleTypePathBasedRouting ApplicationGatewayRequestRoutingRuleType = "PathBasedRouting" -) - -func PossibleValuesForApplicationGatewayRequestRoutingRuleType() []string { - return []string{ - string(ApplicationGatewayRequestRoutingRuleTypeBasic), - string(ApplicationGatewayRequestRoutingRuleTypePathBasedRouting), - } -} - -func (s *ApplicationGatewayRequestRoutingRuleType) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseApplicationGatewayRequestRoutingRuleType(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseApplicationGatewayRequestRoutingRuleType(input string) (*ApplicationGatewayRequestRoutingRuleType, error) { - vals := map[string]ApplicationGatewayRequestRoutingRuleType{ - "basic": ApplicationGatewayRequestRoutingRuleTypeBasic, - "pathbasedrouting": ApplicationGatewayRequestRoutingRuleTypePathBasedRouting, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := ApplicationGatewayRequestRoutingRuleType(input) - return &out, nil -} - -type ApplicationGatewaySkuName string - -const ( - ApplicationGatewaySkuNameBasic ApplicationGatewaySkuName = "Basic" - ApplicationGatewaySkuNameStandardLarge ApplicationGatewaySkuName = "Standard_Large" - ApplicationGatewaySkuNameStandardMedium ApplicationGatewaySkuName = "Standard_Medium" - ApplicationGatewaySkuNameStandardSmall ApplicationGatewaySkuName = "Standard_Small" - ApplicationGatewaySkuNameStandardVTwo ApplicationGatewaySkuName = "Standard_v2" - ApplicationGatewaySkuNameWAFLarge ApplicationGatewaySkuName = "WAF_Large" - ApplicationGatewaySkuNameWAFMedium ApplicationGatewaySkuName = "WAF_Medium" - ApplicationGatewaySkuNameWAFVTwo ApplicationGatewaySkuName = "WAF_v2" -) - -func PossibleValuesForApplicationGatewaySkuName() []string { - return []string{ - string(ApplicationGatewaySkuNameBasic), - string(ApplicationGatewaySkuNameStandardLarge), - string(ApplicationGatewaySkuNameStandardMedium), - string(ApplicationGatewaySkuNameStandardSmall), - string(ApplicationGatewaySkuNameStandardVTwo), - string(ApplicationGatewaySkuNameWAFLarge), - string(ApplicationGatewaySkuNameWAFMedium), - string(ApplicationGatewaySkuNameWAFVTwo), - } -} - -func (s *ApplicationGatewaySkuName) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseApplicationGatewaySkuName(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseApplicationGatewaySkuName(input string) (*ApplicationGatewaySkuName, error) { - vals := map[string]ApplicationGatewaySkuName{ - "basic": ApplicationGatewaySkuNameBasic, - "standard_large": ApplicationGatewaySkuNameStandardLarge, - "standard_medium": ApplicationGatewaySkuNameStandardMedium, - "standard_small": ApplicationGatewaySkuNameStandardSmall, - "standard_v2": ApplicationGatewaySkuNameStandardVTwo, - "waf_large": ApplicationGatewaySkuNameWAFLarge, - "waf_medium": ApplicationGatewaySkuNameWAFMedium, - "waf_v2": ApplicationGatewaySkuNameWAFVTwo, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := ApplicationGatewaySkuName(input) - return &out, nil -} - -type ApplicationGatewaySslCipherSuite string - -const ( - ApplicationGatewaySslCipherSuiteTLSDHEDSSWITHAESOneTwoEightCBCSHA ApplicationGatewaySslCipherSuite = "TLS_DHE_DSS_WITH_AES_128_CBC_SHA" - ApplicationGatewaySslCipherSuiteTLSDHEDSSWITHAESOneTwoEightCBCSHATwoFiveSix ApplicationGatewaySslCipherSuite = "TLS_DHE_DSS_WITH_AES_128_CBC_SHA256" - ApplicationGatewaySslCipherSuiteTLSDHEDSSWITHAESTwoFiveSixCBCSHA ApplicationGatewaySslCipherSuite = "TLS_DHE_DSS_WITH_AES_256_CBC_SHA" - ApplicationGatewaySslCipherSuiteTLSDHEDSSWITHAESTwoFiveSixCBCSHATwoFiveSix ApplicationGatewaySslCipherSuite = "TLS_DHE_DSS_WITH_AES_256_CBC_SHA256" - ApplicationGatewaySslCipherSuiteTLSDHEDSSWITHThreeDESEDECBCSHA ApplicationGatewaySslCipherSuite = "TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA" - ApplicationGatewaySslCipherSuiteTLSDHERSAWITHAESOneTwoEightCBCSHA ApplicationGatewaySslCipherSuite = "TLS_DHE_RSA_WITH_AES_128_CBC_SHA" - ApplicationGatewaySslCipherSuiteTLSDHERSAWITHAESOneTwoEightGCMSHATwoFiveSix ApplicationGatewaySslCipherSuite = "TLS_DHE_RSA_WITH_AES_128_GCM_SHA256" - ApplicationGatewaySslCipherSuiteTLSDHERSAWITHAESTwoFiveSixCBCSHA ApplicationGatewaySslCipherSuite = "TLS_DHE_RSA_WITH_AES_256_CBC_SHA" - ApplicationGatewaySslCipherSuiteTLSDHERSAWITHAESTwoFiveSixGCMSHAThreeEightFour ApplicationGatewaySslCipherSuite = "TLS_DHE_RSA_WITH_AES_256_GCM_SHA384" - ApplicationGatewaySslCipherSuiteTLSECDHEECDSAWITHAESOneTwoEightCBCSHA ApplicationGatewaySslCipherSuite = "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA" - ApplicationGatewaySslCipherSuiteTLSECDHEECDSAWITHAESOneTwoEightCBCSHATwoFiveSix ApplicationGatewaySslCipherSuite = "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256" - ApplicationGatewaySslCipherSuiteTLSECDHEECDSAWITHAESOneTwoEightGCMSHATwoFiveSix ApplicationGatewaySslCipherSuite = "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256" - ApplicationGatewaySslCipherSuiteTLSECDHEECDSAWITHAESTwoFiveSixCBCSHA ApplicationGatewaySslCipherSuite = "TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA" - ApplicationGatewaySslCipherSuiteTLSECDHEECDSAWITHAESTwoFiveSixCBCSHAThreeEightFour ApplicationGatewaySslCipherSuite = "TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384" - ApplicationGatewaySslCipherSuiteTLSECDHEECDSAWITHAESTwoFiveSixGCMSHAThreeEightFour ApplicationGatewaySslCipherSuite = "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384" - ApplicationGatewaySslCipherSuiteTLSECDHERSAWITHAESOneTwoEightCBCSHA ApplicationGatewaySslCipherSuite = "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA" - ApplicationGatewaySslCipherSuiteTLSECDHERSAWITHAESOneTwoEightCBCSHATwoFiveSix ApplicationGatewaySslCipherSuite = "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256" - ApplicationGatewaySslCipherSuiteTLSECDHERSAWITHAESOneTwoEightGCMSHATwoFiveSix ApplicationGatewaySslCipherSuite = "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256" - ApplicationGatewaySslCipherSuiteTLSECDHERSAWITHAESTwoFiveSixCBCSHA ApplicationGatewaySslCipherSuite = "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA" - ApplicationGatewaySslCipherSuiteTLSECDHERSAWITHAESTwoFiveSixCBCSHAThreeEightFour ApplicationGatewaySslCipherSuite = "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384" - ApplicationGatewaySslCipherSuiteTLSECDHERSAWITHAESTwoFiveSixGCMSHAThreeEightFour ApplicationGatewaySslCipherSuite = "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384" - ApplicationGatewaySslCipherSuiteTLSRSAWITHAESOneTwoEightCBCSHA ApplicationGatewaySslCipherSuite = "TLS_RSA_WITH_AES_128_CBC_SHA" - ApplicationGatewaySslCipherSuiteTLSRSAWITHAESOneTwoEightCBCSHATwoFiveSix ApplicationGatewaySslCipherSuite = "TLS_RSA_WITH_AES_128_CBC_SHA256" - ApplicationGatewaySslCipherSuiteTLSRSAWITHAESOneTwoEightGCMSHATwoFiveSix ApplicationGatewaySslCipherSuite = "TLS_RSA_WITH_AES_128_GCM_SHA256" - ApplicationGatewaySslCipherSuiteTLSRSAWITHAESTwoFiveSixCBCSHA ApplicationGatewaySslCipherSuite = "TLS_RSA_WITH_AES_256_CBC_SHA" - ApplicationGatewaySslCipherSuiteTLSRSAWITHAESTwoFiveSixCBCSHATwoFiveSix ApplicationGatewaySslCipherSuite = "TLS_RSA_WITH_AES_256_CBC_SHA256" - ApplicationGatewaySslCipherSuiteTLSRSAWITHAESTwoFiveSixGCMSHAThreeEightFour ApplicationGatewaySslCipherSuite = "TLS_RSA_WITH_AES_256_GCM_SHA384" - ApplicationGatewaySslCipherSuiteTLSRSAWITHThreeDESEDECBCSHA ApplicationGatewaySslCipherSuite = "TLS_RSA_WITH_3DES_EDE_CBC_SHA" -) - -func PossibleValuesForApplicationGatewaySslCipherSuite() []string { - return []string{ - string(ApplicationGatewaySslCipherSuiteTLSDHEDSSWITHAESOneTwoEightCBCSHA), - string(ApplicationGatewaySslCipherSuiteTLSDHEDSSWITHAESOneTwoEightCBCSHATwoFiveSix), - string(ApplicationGatewaySslCipherSuiteTLSDHEDSSWITHAESTwoFiveSixCBCSHA), - string(ApplicationGatewaySslCipherSuiteTLSDHEDSSWITHAESTwoFiveSixCBCSHATwoFiveSix), - string(ApplicationGatewaySslCipherSuiteTLSDHEDSSWITHThreeDESEDECBCSHA), - string(ApplicationGatewaySslCipherSuiteTLSDHERSAWITHAESOneTwoEightCBCSHA), - string(ApplicationGatewaySslCipherSuiteTLSDHERSAWITHAESOneTwoEightGCMSHATwoFiveSix), - string(ApplicationGatewaySslCipherSuiteTLSDHERSAWITHAESTwoFiveSixCBCSHA), - string(ApplicationGatewaySslCipherSuiteTLSDHERSAWITHAESTwoFiveSixGCMSHAThreeEightFour), - string(ApplicationGatewaySslCipherSuiteTLSECDHEECDSAWITHAESOneTwoEightCBCSHA), - string(ApplicationGatewaySslCipherSuiteTLSECDHEECDSAWITHAESOneTwoEightCBCSHATwoFiveSix), - string(ApplicationGatewaySslCipherSuiteTLSECDHEECDSAWITHAESOneTwoEightGCMSHATwoFiveSix), - string(ApplicationGatewaySslCipherSuiteTLSECDHEECDSAWITHAESTwoFiveSixCBCSHA), - string(ApplicationGatewaySslCipherSuiteTLSECDHEECDSAWITHAESTwoFiveSixCBCSHAThreeEightFour), - string(ApplicationGatewaySslCipherSuiteTLSECDHEECDSAWITHAESTwoFiveSixGCMSHAThreeEightFour), - string(ApplicationGatewaySslCipherSuiteTLSECDHERSAWITHAESOneTwoEightCBCSHA), - string(ApplicationGatewaySslCipherSuiteTLSECDHERSAWITHAESOneTwoEightCBCSHATwoFiveSix), - string(ApplicationGatewaySslCipherSuiteTLSECDHERSAWITHAESOneTwoEightGCMSHATwoFiveSix), - string(ApplicationGatewaySslCipherSuiteTLSECDHERSAWITHAESTwoFiveSixCBCSHA), - string(ApplicationGatewaySslCipherSuiteTLSECDHERSAWITHAESTwoFiveSixCBCSHAThreeEightFour), - string(ApplicationGatewaySslCipherSuiteTLSECDHERSAWITHAESTwoFiveSixGCMSHAThreeEightFour), - string(ApplicationGatewaySslCipherSuiteTLSRSAWITHAESOneTwoEightCBCSHA), - string(ApplicationGatewaySslCipherSuiteTLSRSAWITHAESOneTwoEightCBCSHATwoFiveSix), - string(ApplicationGatewaySslCipherSuiteTLSRSAWITHAESOneTwoEightGCMSHATwoFiveSix), - string(ApplicationGatewaySslCipherSuiteTLSRSAWITHAESTwoFiveSixCBCSHA), - string(ApplicationGatewaySslCipherSuiteTLSRSAWITHAESTwoFiveSixCBCSHATwoFiveSix), - string(ApplicationGatewaySslCipherSuiteTLSRSAWITHAESTwoFiveSixGCMSHAThreeEightFour), - string(ApplicationGatewaySslCipherSuiteTLSRSAWITHThreeDESEDECBCSHA), - } -} - -func (s *ApplicationGatewaySslCipherSuite) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseApplicationGatewaySslCipherSuite(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseApplicationGatewaySslCipherSuite(input string) (*ApplicationGatewaySslCipherSuite, error) { - vals := map[string]ApplicationGatewaySslCipherSuite{ - "tls_dhe_dss_with_aes_128_cbc_sha": ApplicationGatewaySslCipherSuiteTLSDHEDSSWITHAESOneTwoEightCBCSHA, - "tls_dhe_dss_with_aes_128_cbc_sha256": ApplicationGatewaySslCipherSuiteTLSDHEDSSWITHAESOneTwoEightCBCSHATwoFiveSix, - "tls_dhe_dss_with_aes_256_cbc_sha": ApplicationGatewaySslCipherSuiteTLSDHEDSSWITHAESTwoFiveSixCBCSHA, - "tls_dhe_dss_with_aes_256_cbc_sha256": ApplicationGatewaySslCipherSuiteTLSDHEDSSWITHAESTwoFiveSixCBCSHATwoFiveSix, - "tls_dhe_dss_with_3des_ede_cbc_sha": ApplicationGatewaySslCipherSuiteTLSDHEDSSWITHThreeDESEDECBCSHA, - "tls_dhe_rsa_with_aes_128_cbc_sha": ApplicationGatewaySslCipherSuiteTLSDHERSAWITHAESOneTwoEightCBCSHA, - "tls_dhe_rsa_with_aes_128_gcm_sha256": ApplicationGatewaySslCipherSuiteTLSDHERSAWITHAESOneTwoEightGCMSHATwoFiveSix, - "tls_dhe_rsa_with_aes_256_cbc_sha": ApplicationGatewaySslCipherSuiteTLSDHERSAWITHAESTwoFiveSixCBCSHA, - "tls_dhe_rsa_with_aes_256_gcm_sha384": ApplicationGatewaySslCipherSuiteTLSDHERSAWITHAESTwoFiveSixGCMSHAThreeEightFour, - "tls_ecdhe_ecdsa_with_aes_128_cbc_sha": ApplicationGatewaySslCipherSuiteTLSECDHEECDSAWITHAESOneTwoEightCBCSHA, - "tls_ecdhe_ecdsa_with_aes_128_cbc_sha256": ApplicationGatewaySslCipherSuiteTLSECDHEECDSAWITHAESOneTwoEightCBCSHATwoFiveSix, - "tls_ecdhe_ecdsa_with_aes_128_gcm_sha256": ApplicationGatewaySslCipherSuiteTLSECDHEECDSAWITHAESOneTwoEightGCMSHATwoFiveSix, - "tls_ecdhe_ecdsa_with_aes_256_cbc_sha": ApplicationGatewaySslCipherSuiteTLSECDHEECDSAWITHAESTwoFiveSixCBCSHA, - "tls_ecdhe_ecdsa_with_aes_256_cbc_sha384": ApplicationGatewaySslCipherSuiteTLSECDHEECDSAWITHAESTwoFiveSixCBCSHAThreeEightFour, - "tls_ecdhe_ecdsa_with_aes_256_gcm_sha384": ApplicationGatewaySslCipherSuiteTLSECDHEECDSAWITHAESTwoFiveSixGCMSHAThreeEightFour, - "tls_ecdhe_rsa_with_aes_128_cbc_sha": ApplicationGatewaySslCipherSuiteTLSECDHERSAWITHAESOneTwoEightCBCSHA, - "tls_ecdhe_rsa_with_aes_128_cbc_sha256": ApplicationGatewaySslCipherSuiteTLSECDHERSAWITHAESOneTwoEightCBCSHATwoFiveSix, - "tls_ecdhe_rsa_with_aes_128_gcm_sha256": ApplicationGatewaySslCipherSuiteTLSECDHERSAWITHAESOneTwoEightGCMSHATwoFiveSix, - "tls_ecdhe_rsa_with_aes_256_cbc_sha": ApplicationGatewaySslCipherSuiteTLSECDHERSAWITHAESTwoFiveSixCBCSHA, - "tls_ecdhe_rsa_with_aes_256_cbc_sha384": ApplicationGatewaySslCipherSuiteTLSECDHERSAWITHAESTwoFiveSixCBCSHAThreeEightFour, - "tls_ecdhe_rsa_with_aes_256_gcm_sha384": ApplicationGatewaySslCipherSuiteTLSECDHERSAWITHAESTwoFiveSixGCMSHAThreeEightFour, - "tls_rsa_with_aes_128_cbc_sha": ApplicationGatewaySslCipherSuiteTLSRSAWITHAESOneTwoEightCBCSHA, - "tls_rsa_with_aes_128_cbc_sha256": ApplicationGatewaySslCipherSuiteTLSRSAWITHAESOneTwoEightCBCSHATwoFiveSix, - "tls_rsa_with_aes_128_gcm_sha256": ApplicationGatewaySslCipherSuiteTLSRSAWITHAESOneTwoEightGCMSHATwoFiveSix, - "tls_rsa_with_aes_256_cbc_sha": ApplicationGatewaySslCipherSuiteTLSRSAWITHAESTwoFiveSixCBCSHA, - "tls_rsa_with_aes_256_cbc_sha256": ApplicationGatewaySslCipherSuiteTLSRSAWITHAESTwoFiveSixCBCSHATwoFiveSix, - "tls_rsa_with_aes_256_gcm_sha384": ApplicationGatewaySslCipherSuiteTLSRSAWITHAESTwoFiveSixGCMSHAThreeEightFour, - "tls_rsa_with_3des_ede_cbc_sha": ApplicationGatewaySslCipherSuiteTLSRSAWITHThreeDESEDECBCSHA, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := ApplicationGatewaySslCipherSuite(input) - return &out, nil -} - -type ApplicationGatewaySslPolicyName string - -const ( - ApplicationGatewaySslPolicyNameAppGwSslPolicyTwoZeroOneFiveZeroFiveZeroOne ApplicationGatewaySslPolicyName = "AppGwSslPolicy20150501" - ApplicationGatewaySslPolicyNameAppGwSslPolicyTwoZeroOneSevenZeroFourZeroOne ApplicationGatewaySslPolicyName = "AppGwSslPolicy20170401" - ApplicationGatewaySslPolicyNameAppGwSslPolicyTwoZeroOneSevenZeroFourZeroOneS ApplicationGatewaySslPolicyName = "AppGwSslPolicy20170401S" - ApplicationGatewaySslPolicyNameAppGwSslPolicyTwoZeroTwoTwoZeroOneZeroOne ApplicationGatewaySslPolicyName = "AppGwSslPolicy20220101" - ApplicationGatewaySslPolicyNameAppGwSslPolicyTwoZeroTwoTwoZeroOneZeroOneS ApplicationGatewaySslPolicyName = "AppGwSslPolicy20220101S" -) - -func PossibleValuesForApplicationGatewaySslPolicyName() []string { - return []string{ - string(ApplicationGatewaySslPolicyNameAppGwSslPolicyTwoZeroOneFiveZeroFiveZeroOne), - string(ApplicationGatewaySslPolicyNameAppGwSslPolicyTwoZeroOneSevenZeroFourZeroOne), - string(ApplicationGatewaySslPolicyNameAppGwSslPolicyTwoZeroOneSevenZeroFourZeroOneS), - string(ApplicationGatewaySslPolicyNameAppGwSslPolicyTwoZeroTwoTwoZeroOneZeroOne), - string(ApplicationGatewaySslPolicyNameAppGwSslPolicyTwoZeroTwoTwoZeroOneZeroOneS), - } -} - -func (s *ApplicationGatewaySslPolicyName) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseApplicationGatewaySslPolicyName(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseApplicationGatewaySslPolicyName(input string) (*ApplicationGatewaySslPolicyName, error) { - vals := map[string]ApplicationGatewaySslPolicyName{ - "appgwsslpolicy20150501": ApplicationGatewaySslPolicyNameAppGwSslPolicyTwoZeroOneFiveZeroFiveZeroOne, - "appgwsslpolicy20170401": ApplicationGatewaySslPolicyNameAppGwSslPolicyTwoZeroOneSevenZeroFourZeroOne, - "appgwsslpolicy20170401s": ApplicationGatewaySslPolicyNameAppGwSslPolicyTwoZeroOneSevenZeroFourZeroOneS, - "appgwsslpolicy20220101": ApplicationGatewaySslPolicyNameAppGwSslPolicyTwoZeroTwoTwoZeroOneZeroOne, - "appgwsslpolicy20220101s": ApplicationGatewaySslPolicyNameAppGwSslPolicyTwoZeroTwoTwoZeroOneZeroOneS, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := ApplicationGatewaySslPolicyName(input) - return &out, nil -} - -type ApplicationGatewaySslPolicyType string - -const ( - ApplicationGatewaySslPolicyTypeCustom ApplicationGatewaySslPolicyType = "Custom" - ApplicationGatewaySslPolicyTypeCustomVTwo ApplicationGatewaySslPolicyType = "CustomV2" - ApplicationGatewaySslPolicyTypePredefined ApplicationGatewaySslPolicyType = "Predefined" -) - -func PossibleValuesForApplicationGatewaySslPolicyType() []string { - return []string{ - string(ApplicationGatewaySslPolicyTypeCustom), - string(ApplicationGatewaySslPolicyTypeCustomVTwo), - string(ApplicationGatewaySslPolicyTypePredefined), - } -} - -func (s *ApplicationGatewaySslPolicyType) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseApplicationGatewaySslPolicyType(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseApplicationGatewaySslPolicyType(input string) (*ApplicationGatewaySslPolicyType, error) { - vals := map[string]ApplicationGatewaySslPolicyType{ - "custom": ApplicationGatewaySslPolicyTypeCustom, - "customv2": ApplicationGatewaySslPolicyTypeCustomVTwo, - "predefined": ApplicationGatewaySslPolicyTypePredefined, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := ApplicationGatewaySslPolicyType(input) - return &out, nil -} - -type ApplicationGatewaySslProtocol string - -const ( - ApplicationGatewaySslProtocolTLSvOneOne ApplicationGatewaySslProtocol = "TLSv1_1" - ApplicationGatewaySslProtocolTLSvOneThree ApplicationGatewaySslProtocol = "TLSv1_3" - ApplicationGatewaySslProtocolTLSvOneTwo ApplicationGatewaySslProtocol = "TLSv1_2" - ApplicationGatewaySslProtocolTLSvOneZero ApplicationGatewaySslProtocol = "TLSv1_0" -) - -func PossibleValuesForApplicationGatewaySslProtocol() []string { - return []string{ - string(ApplicationGatewaySslProtocolTLSvOneOne), - string(ApplicationGatewaySslProtocolTLSvOneThree), - string(ApplicationGatewaySslProtocolTLSvOneTwo), - string(ApplicationGatewaySslProtocolTLSvOneZero), - } -} - -func (s *ApplicationGatewaySslProtocol) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseApplicationGatewaySslProtocol(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseApplicationGatewaySslProtocol(input string) (*ApplicationGatewaySslProtocol, error) { - vals := map[string]ApplicationGatewaySslProtocol{ - "tlsv1_1": ApplicationGatewaySslProtocolTLSvOneOne, - "tlsv1_3": ApplicationGatewaySslProtocolTLSvOneThree, - "tlsv1_2": ApplicationGatewaySslProtocolTLSvOneTwo, - "tlsv1_0": ApplicationGatewaySslProtocolTLSvOneZero, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := ApplicationGatewaySslProtocol(input) - return &out, nil -} - -type ApplicationGatewayTier string - -const ( - ApplicationGatewayTierBasic ApplicationGatewayTier = "Basic" - ApplicationGatewayTierStandard ApplicationGatewayTier = "Standard" - ApplicationGatewayTierStandardVTwo ApplicationGatewayTier = "Standard_v2" - ApplicationGatewayTierWAF ApplicationGatewayTier = "WAF" - ApplicationGatewayTierWAFVTwo ApplicationGatewayTier = "WAF_v2" -) - -func PossibleValuesForApplicationGatewayTier() []string { - return []string{ - string(ApplicationGatewayTierBasic), - string(ApplicationGatewayTierStandard), - string(ApplicationGatewayTierStandardVTwo), - string(ApplicationGatewayTierWAF), - string(ApplicationGatewayTierWAFVTwo), - } -} - -func (s *ApplicationGatewayTier) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseApplicationGatewayTier(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseApplicationGatewayTier(input string) (*ApplicationGatewayTier, error) { - vals := map[string]ApplicationGatewayTier{ - "basic": ApplicationGatewayTierBasic, - "standard": ApplicationGatewayTierStandard, - "standard_v2": ApplicationGatewayTierStandardVTwo, - "waf": ApplicationGatewayTierWAF, - "waf_v2": ApplicationGatewayTierWAFVTwo, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := ApplicationGatewayTier(input) - return &out, nil -} - -type ApplicationGatewayTierTypes string - -const ( - ApplicationGatewayTierTypesStandard ApplicationGatewayTierTypes = "Standard" - ApplicationGatewayTierTypesStandardVTwo ApplicationGatewayTierTypes = "Standard_v2" - ApplicationGatewayTierTypesWAF ApplicationGatewayTierTypes = "WAF" - ApplicationGatewayTierTypesWAFVTwo ApplicationGatewayTierTypes = "WAF_v2" -) - -func PossibleValuesForApplicationGatewayTierTypes() []string { - return []string{ - string(ApplicationGatewayTierTypesStandard), - string(ApplicationGatewayTierTypesStandardVTwo), - string(ApplicationGatewayTierTypesWAF), - string(ApplicationGatewayTierTypesWAFVTwo), - } -} - -func (s *ApplicationGatewayTierTypes) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseApplicationGatewayTierTypes(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseApplicationGatewayTierTypes(input string) (*ApplicationGatewayTierTypes, error) { - vals := map[string]ApplicationGatewayTierTypes{ - "standard": ApplicationGatewayTierTypesStandard, - "standard_v2": ApplicationGatewayTierTypesStandardVTwo, - "waf": ApplicationGatewayTierTypesWAF, - "waf_v2": ApplicationGatewayTierTypesWAFVTwo, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := ApplicationGatewayTierTypes(input) - return &out, nil -} - -type ApplicationGatewayWafRuleActionTypes string - -const ( - ApplicationGatewayWafRuleActionTypesAllow ApplicationGatewayWafRuleActionTypes = "Allow" - ApplicationGatewayWafRuleActionTypesAnomalyScoring ApplicationGatewayWafRuleActionTypes = "AnomalyScoring" - ApplicationGatewayWafRuleActionTypesBlock ApplicationGatewayWafRuleActionTypes = "Block" - ApplicationGatewayWafRuleActionTypesLog ApplicationGatewayWafRuleActionTypes = "Log" - ApplicationGatewayWafRuleActionTypesNone ApplicationGatewayWafRuleActionTypes = "None" -) - -func PossibleValuesForApplicationGatewayWafRuleActionTypes() []string { - return []string{ - string(ApplicationGatewayWafRuleActionTypesAllow), - string(ApplicationGatewayWafRuleActionTypesAnomalyScoring), - string(ApplicationGatewayWafRuleActionTypesBlock), - string(ApplicationGatewayWafRuleActionTypesLog), - string(ApplicationGatewayWafRuleActionTypesNone), - } -} - -func (s *ApplicationGatewayWafRuleActionTypes) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseApplicationGatewayWafRuleActionTypes(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseApplicationGatewayWafRuleActionTypes(input string) (*ApplicationGatewayWafRuleActionTypes, error) { - vals := map[string]ApplicationGatewayWafRuleActionTypes{ - "allow": ApplicationGatewayWafRuleActionTypesAllow, - "anomalyscoring": ApplicationGatewayWafRuleActionTypesAnomalyScoring, - "block": ApplicationGatewayWafRuleActionTypesBlock, - "log": ApplicationGatewayWafRuleActionTypesLog, - "none": ApplicationGatewayWafRuleActionTypesNone, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := ApplicationGatewayWafRuleActionTypes(input) - return &out, nil -} - -type ApplicationGatewayWafRuleStateTypes string - -const ( - ApplicationGatewayWafRuleStateTypesDisabled ApplicationGatewayWafRuleStateTypes = "Disabled" - ApplicationGatewayWafRuleStateTypesEnabled ApplicationGatewayWafRuleStateTypes = "Enabled" -) - -func PossibleValuesForApplicationGatewayWafRuleStateTypes() []string { - return []string{ - string(ApplicationGatewayWafRuleStateTypesDisabled), - string(ApplicationGatewayWafRuleStateTypesEnabled), - } -} - -func (s *ApplicationGatewayWafRuleStateTypes) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseApplicationGatewayWafRuleStateTypes(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseApplicationGatewayWafRuleStateTypes(input string) (*ApplicationGatewayWafRuleStateTypes, error) { - vals := map[string]ApplicationGatewayWafRuleStateTypes{ - "disabled": ApplicationGatewayWafRuleStateTypesDisabled, - "enabled": ApplicationGatewayWafRuleStateTypesEnabled, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := ApplicationGatewayWafRuleStateTypes(input) - return &out, nil -} - -type DdosSettingsProtectionMode string - -const ( - DdosSettingsProtectionModeDisabled DdosSettingsProtectionMode = "Disabled" - DdosSettingsProtectionModeEnabled DdosSettingsProtectionMode = "Enabled" - DdosSettingsProtectionModeVirtualNetworkInherited DdosSettingsProtectionMode = "VirtualNetworkInherited" -) - -func PossibleValuesForDdosSettingsProtectionMode() []string { - return []string{ - string(DdosSettingsProtectionModeDisabled), - string(DdosSettingsProtectionModeEnabled), - string(DdosSettingsProtectionModeVirtualNetworkInherited), - } -} - -func (s *DdosSettingsProtectionMode) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseDdosSettingsProtectionMode(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseDdosSettingsProtectionMode(input string) (*DdosSettingsProtectionMode, error) { - vals := map[string]DdosSettingsProtectionMode{ - "disabled": DdosSettingsProtectionModeDisabled, - "enabled": DdosSettingsProtectionModeEnabled, - "virtualnetworkinherited": DdosSettingsProtectionModeVirtualNetworkInherited, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := DdosSettingsProtectionMode(input) - return &out, nil -} - -type DeleteOptions string - -const ( - DeleteOptionsDelete DeleteOptions = "Delete" - DeleteOptionsDetach DeleteOptions = "Detach" -) - -func PossibleValuesForDeleteOptions() []string { - return []string{ - string(DeleteOptionsDelete), - string(DeleteOptionsDetach), - } -} - -func (s *DeleteOptions) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseDeleteOptions(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseDeleteOptions(input string) (*DeleteOptions, error) { - vals := map[string]DeleteOptions{ - "delete": DeleteOptionsDelete, - "detach": DeleteOptionsDetach, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := DeleteOptions(input) - return &out, nil -} - -type FlowLogFormatType string - -const ( - FlowLogFormatTypeJSON FlowLogFormatType = "JSON" -) - -func PossibleValuesForFlowLogFormatType() []string { - return []string{ - string(FlowLogFormatTypeJSON), - } -} - -func (s *FlowLogFormatType) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseFlowLogFormatType(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseFlowLogFormatType(input string) (*FlowLogFormatType, error) { - vals := map[string]FlowLogFormatType{ - "json": FlowLogFormatTypeJSON, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := FlowLogFormatType(input) - return &out, nil -} - -type GatewayLoadBalancerTunnelInterfaceType string - -const ( - GatewayLoadBalancerTunnelInterfaceTypeExternal GatewayLoadBalancerTunnelInterfaceType = "External" - GatewayLoadBalancerTunnelInterfaceTypeInternal GatewayLoadBalancerTunnelInterfaceType = "Internal" - GatewayLoadBalancerTunnelInterfaceTypeNone GatewayLoadBalancerTunnelInterfaceType = "None" -) - -func PossibleValuesForGatewayLoadBalancerTunnelInterfaceType() []string { - return []string{ - string(GatewayLoadBalancerTunnelInterfaceTypeExternal), - string(GatewayLoadBalancerTunnelInterfaceTypeInternal), - string(GatewayLoadBalancerTunnelInterfaceTypeNone), - } -} - -func (s *GatewayLoadBalancerTunnelInterfaceType) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseGatewayLoadBalancerTunnelInterfaceType(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseGatewayLoadBalancerTunnelInterfaceType(input string) (*GatewayLoadBalancerTunnelInterfaceType, error) { - vals := map[string]GatewayLoadBalancerTunnelInterfaceType{ - "external": GatewayLoadBalancerTunnelInterfaceTypeExternal, - "internal": GatewayLoadBalancerTunnelInterfaceTypeInternal, - "none": GatewayLoadBalancerTunnelInterfaceTypeNone, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := GatewayLoadBalancerTunnelInterfaceType(input) - return &out, nil -} - -type GatewayLoadBalancerTunnelProtocol string - -const ( - GatewayLoadBalancerTunnelProtocolNative GatewayLoadBalancerTunnelProtocol = "Native" - GatewayLoadBalancerTunnelProtocolNone GatewayLoadBalancerTunnelProtocol = "None" - GatewayLoadBalancerTunnelProtocolVXLAN GatewayLoadBalancerTunnelProtocol = "VXLAN" -) - -func PossibleValuesForGatewayLoadBalancerTunnelProtocol() []string { - return []string{ - string(GatewayLoadBalancerTunnelProtocolNative), - string(GatewayLoadBalancerTunnelProtocolNone), - string(GatewayLoadBalancerTunnelProtocolVXLAN), - } -} - -func (s *GatewayLoadBalancerTunnelProtocol) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseGatewayLoadBalancerTunnelProtocol(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseGatewayLoadBalancerTunnelProtocol(input string) (*GatewayLoadBalancerTunnelProtocol, error) { - vals := map[string]GatewayLoadBalancerTunnelProtocol{ - "native": GatewayLoadBalancerTunnelProtocolNative, - "none": GatewayLoadBalancerTunnelProtocolNone, - "vxlan": GatewayLoadBalancerTunnelProtocolVXLAN, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := GatewayLoadBalancerTunnelProtocol(input) - return &out, nil -} - -type IPAllocationMethod string - -const ( - IPAllocationMethodDynamic IPAllocationMethod = "Dynamic" - IPAllocationMethodStatic IPAllocationMethod = "Static" -) - -func PossibleValuesForIPAllocationMethod() []string { - return []string{ - string(IPAllocationMethodDynamic), - string(IPAllocationMethodStatic), - } -} - -func (s *IPAllocationMethod) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseIPAllocationMethod(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseIPAllocationMethod(input string) (*IPAllocationMethod, error) { - vals := map[string]IPAllocationMethod{ - "dynamic": IPAllocationMethodDynamic, - "static": IPAllocationMethodStatic, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := IPAllocationMethod(input) - return &out, nil -} - -type IPVersion string - -const ( - IPVersionIPvFour IPVersion = "IPv4" - IPVersionIPvSix IPVersion = "IPv6" -) - -func PossibleValuesForIPVersion() []string { - return []string{ - string(IPVersionIPvFour), - string(IPVersionIPvSix), - } -} - -func (s *IPVersion) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseIPVersion(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseIPVersion(input string) (*IPVersion, error) { - vals := map[string]IPVersion{ - "ipv4": IPVersionIPvFour, - "ipv6": IPVersionIPvSix, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := IPVersion(input) - return &out, nil -} - -type LoadBalancerBackendAddressAdminState string - -const ( - LoadBalancerBackendAddressAdminStateDown LoadBalancerBackendAddressAdminState = "Down" - LoadBalancerBackendAddressAdminStateNone LoadBalancerBackendAddressAdminState = "None" - LoadBalancerBackendAddressAdminStateUp LoadBalancerBackendAddressAdminState = "Up" -) - -func PossibleValuesForLoadBalancerBackendAddressAdminState() []string { - return []string{ - string(LoadBalancerBackendAddressAdminStateDown), - string(LoadBalancerBackendAddressAdminStateNone), - string(LoadBalancerBackendAddressAdminStateUp), - } -} - -func (s *LoadBalancerBackendAddressAdminState) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseLoadBalancerBackendAddressAdminState(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseLoadBalancerBackendAddressAdminState(input string) (*LoadBalancerBackendAddressAdminState, error) { - vals := map[string]LoadBalancerBackendAddressAdminState{ - "down": LoadBalancerBackendAddressAdminStateDown, - "none": LoadBalancerBackendAddressAdminStateNone, - "up": LoadBalancerBackendAddressAdminStateUp, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := LoadBalancerBackendAddressAdminState(input) - return &out, nil -} - -type NatGatewaySkuName string - -const ( - NatGatewaySkuNameStandard NatGatewaySkuName = "Standard" -) - -func PossibleValuesForNatGatewaySkuName() []string { - return []string{ - string(NatGatewaySkuNameStandard), - } -} - -func (s *NatGatewaySkuName) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseNatGatewaySkuName(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseNatGatewaySkuName(input string) (*NatGatewaySkuName, error) { - vals := map[string]NatGatewaySkuName{ - "standard": NatGatewaySkuNameStandard, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := NatGatewaySkuName(input) - return &out, nil -} - -type NetworkInterfaceAuxiliaryMode string - -const ( - NetworkInterfaceAuxiliaryModeAcceleratedConnections NetworkInterfaceAuxiliaryMode = "AcceleratedConnections" - NetworkInterfaceAuxiliaryModeFloating NetworkInterfaceAuxiliaryMode = "Floating" - NetworkInterfaceAuxiliaryModeMaxConnections NetworkInterfaceAuxiliaryMode = "MaxConnections" - NetworkInterfaceAuxiliaryModeNone NetworkInterfaceAuxiliaryMode = "None" -) - -func PossibleValuesForNetworkInterfaceAuxiliaryMode() []string { - return []string{ - string(NetworkInterfaceAuxiliaryModeAcceleratedConnections), - string(NetworkInterfaceAuxiliaryModeFloating), - string(NetworkInterfaceAuxiliaryModeMaxConnections), - string(NetworkInterfaceAuxiliaryModeNone), - } -} - -func (s *NetworkInterfaceAuxiliaryMode) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseNetworkInterfaceAuxiliaryMode(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseNetworkInterfaceAuxiliaryMode(input string) (*NetworkInterfaceAuxiliaryMode, error) { - vals := map[string]NetworkInterfaceAuxiliaryMode{ - "acceleratedconnections": NetworkInterfaceAuxiliaryModeAcceleratedConnections, - "floating": NetworkInterfaceAuxiliaryModeFloating, - "maxconnections": NetworkInterfaceAuxiliaryModeMaxConnections, - "none": NetworkInterfaceAuxiliaryModeNone, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := NetworkInterfaceAuxiliaryMode(input) - return &out, nil -} - -type NetworkInterfaceAuxiliarySku string - -const ( - NetworkInterfaceAuxiliarySkuAEight NetworkInterfaceAuxiliarySku = "A8" - NetworkInterfaceAuxiliarySkuAFour NetworkInterfaceAuxiliarySku = "A4" - NetworkInterfaceAuxiliarySkuAOne NetworkInterfaceAuxiliarySku = "A1" - NetworkInterfaceAuxiliarySkuATwo NetworkInterfaceAuxiliarySku = "A2" - NetworkInterfaceAuxiliarySkuNone NetworkInterfaceAuxiliarySku = "None" -) - -func PossibleValuesForNetworkInterfaceAuxiliarySku() []string { - return []string{ - string(NetworkInterfaceAuxiliarySkuAEight), - string(NetworkInterfaceAuxiliarySkuAFour), - string(NetworkInterfaceAuxiliarySkuAOne), - string(NetworkInterfaceAuxiliarySkuATwo), - string(NetworkInterfaceAuxiliarySkuNone), - } -} - -func (s *NetworkInterfaceAuxiliarySku) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseNetworkInterfaceAuxiliarySku(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseNetworkInterfaceAuxiliarySku(input string) (*NetworkInterfaceAuxiliarySku, error) { - vals := map[string]NetworkInterfaceAuxiliarySku{ - "a8": NetworkInterfaceAuxiliarySkuAEight, - "a4": NetworkInterfaceAuxiliarySkuAFour, - "a1": NetworkInterfaceAuxiliarySkuAOne, - "a2": NetworkInterfaceAuxiliarySkuATwo, - "none": NetworkInterfaceAuxiliarySkuNone, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := NetworkInterfaceAuxiliarySku(input) - return &out, nil -} - -type NetworkInterfaceMigrationPhase string - -const ( - NetworkInterfaceMigrationPhaseAbort NetworkInterfaceMigrationPhase = "Abort" - NetworkInterfaceMigrationPhaseCommit NetworkInterfaceMigrationPhase = "Commit" - NetworkInterfaceMigrationPhaseCommitted NetworkInterfaceMigrationPhase = "Committed" - NetworkInterfaceMigrationPhaseNone NetworkInterfaceMigrationPhase = "None" - NetworkInterfaceMigrationPhasePrepare NetworkInterfaceMigrationPhase = "Prepare" -) - -func PossibleValuesForNetworkInterfaceMigrationPhase() []string { - return []string{ - string(NetworkInterfaceMigrationPhaseAbort), - string(NetworkInterfaceMigrationPhaseCommit), - string(NetworkInterfaceMigrationPhaseCommitted), - string(NetworkInterfaceMigrationPhaseNone), - string(NetworkInterfaceMigrationPhasePrepare), - } -} - -func (s *NetworkInterfaceMigrationPhase) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseNetworkInterfaceMigrationPhase(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseNetworkInterfaceMigrationPhase(input string) (*NetworkInterfaceMigrationPhase, error) { - vals := map[string]NetworkInterfaceMigrationPhase{ - "abort": NetworkInterfaceMigrationPhaseAbort, - "commit": NetworkInterfaceMigrationPhaseCommit, - "committed": NetworkInterfaceMigrationPhaseCommitted, - "none": NetworkInterfaceMigrationPhaseNone, - "prepare": NetworkInterfaceMigrationPhasePrepare, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := NetworkInterfaceMigrationPhase(input) - return &out, nil -} - -type NetworkInterfaceNicType string - -const ( - NetworkInterfaceNicTypeElastic NetworkInterfaceNicType = "Elastic" - NetworkInterfaceNicTypeStandard NetworkInterfaceNicType = "Standard" -) - -func PossibleValuesForNetworkInterfaceNicType() []string { - return []string{ - string(NetworkInterfaceNicTypeElastic), - string(NetworkInterfaceNicTypeStandard), - } -} - -func (s *NetworkInterfaceNicType) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseNetworkInterfaceNicType(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseNetworkInterfaceNicType(input string) (*NetworkInterfaceNicType, error) { - vals := map[string]NetworkInterfaceNicType{ - "elastic": NetworkInterfaceNicTypeElastic, - "standard": NetworkInterfaceNicTypeStandard, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := NetworkInterfaceNicType(input) - return &out, nil -} - -type ProvisioningState string - -const ( - ProvisioningStateDeleting ProvisioningState = "Deleting" - ProvisioningStateFailed ProvisioningState = "Failed" - ProvisioningStateSucceeded ProvisioningState = "Succeeded" - ProvisioningStateUpdating ProvisioningState = "Updating" -) - -func PossibleValuesForProvisioningState() []string { - return []string{ - string(ProvisioningStateDeleting), - string(ProvisioningStateFailed), - string(ProvisioningStateSucceeded), - string(ProvisioningStateUpdating), - } -} - -func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseProvisioningState(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseProvisioningState(input string) (*ProvisioningState, error) { - vals := map[string]ProvisioningState{ - "deleting": ProvisioningStateDeleting, - "failed": ProvisioningStateFailed, - "succeeded": ProvisioningStateSucceeded, - "updating": ProvisioningStateUpdating, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := ProvisioningState(input) - return &out, nil -} - -type PublicIPAddressDnsSettingsDomainNameLabelScope string - -const ( - PublicIPAddressDnsSettingsDomainNameLabelScopeNoReuse PublicIPAddressDnsSettingsDomainNameLabelScope = "NoReuse" - PublicIPAddressDnsSettingsDomainNameLabelScopeResourceGroupReuse PublicIPAddressDnsSettingsDomainNameLabelScope = "ResourceGroupReuse" - PublicIPAddressDnsSettingsDomainNameLabelScopeSubscriptionReuse PublicIPAddressDnsSettingsDomainNameLabelScope = "SubscriptionReuse" - PublicIPAddressDnsSettingsDomainNameLabelScopeTenantReuse PublicIPAddressDnsSettingsDomainNameLabelScope = "TenantReuse" -) - -func PossibleValuesForPublicIPAddressDnsSettingsDomainNameLabelScope() []string { - return []string{ - string(PublicIPAddressDnsSettingsDomainNameLabelScopeNoReuse), - string(PublicIPAddressDnsSettingsDomainNameLabelScopeResourceGroupReuse), - string(PublicIPAddressDnsSettingsDomainNameLabelScopeSubscriptionReuse), - string(PublicIPAddressDnsSettingsDomainNameLabelScopeTenantReuse), - } -} - -func (s *PublicIPAddressDnsSettingsDomainNameLabelScope) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parsePublicIPAddressDnsSettingsDomainNameLabelScope(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parsePublicIPAddressDnsSettingsDomainNameLabelScope(input string) (*PublicIPAddressDnsSettingsDomainNameLabelScope, error) { - vals := map[string]PublicIPAddressDnsSettingsDomainNameLabelScope{ - "noreuse": PublicIPAddressDnsSettingsDomainNameLabelScopeNoReuse, - "resourcegroupreuse": PublicIPAddressDnsSettingsDomainNameLabelScopeResourceGroupReuse, - "subscriptionreuse": PublicIPAddressDnsSettingsDomainNameLabelScopeSubscriptionReuse, - "tenantreuse": PublicIPAddressDnsSettingsDomainNameLabelScopeTenantReuse, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := PublicIPAddressDnsSettingsDomainNameLabelScope(input) - return &out, nil -} - -type PublicIPAddressMigrationPhase string - -const ( - PublicIPAddressMigrationPhaseAbort PublicIPAddressMigrationPhase = "Abort" - PublicIPAddressMigrationPhaseCommit PublicIPAddressMigrationPhase = "Commit" - PublicIPAddressMigrationPhaseCommitted PublicIPAddressMigrationPhase = "Committed" - PublicIPAddressMigrationPhaseNone PublicIPAddressMigrationPhase = "None" - PublicIPAddressMigrationPhasePrepare PublicIPAddressMigrationPhase = "Prepare" -) - -func PossibleValuesForPublicIPAddressMigrationPhase() []string { - return []string{ - string(PublicIPAddressMigrationPhaseAbort), - string(PublicIPAddressMigrationPhaseCommit), - string(PublicIPAddressMigrationPhaseCommitted), - string(PublicIPAddressMigrationPhaseNone), - string(PublicIPAddressMigrationPhasePrepare), - } -} - -func (s *PublicIPAddressMigrationPhase) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parsePublicIPAddressMigrationPhase(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parsePublicIPAddressMigrationPhase(input string) (*PublicIPAddressMigrationPhase, error) { - vals := map[string]PublicIPAddressMigrationPhase{ - "abort": PublicIPAddressMigrationPhaseAbort, - "commit": PublicIPAddressMigrationPhaseCommit, - "committed": PublicIPAddressMigrationPhaseCommitted, - "none": PublicIPAddressMigrationPhaseNone, - "prepare": PublicIPAddressMigrationPhasePrepare, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := PublicIPAddressMigrationPhase(input) - return &out, nil -} - -type PublicIPAddressSkuName string - -const ( - PublicIPAddressSkuNameBasic PublicIPAddressSkuName = "Basic" - PublicIPAddressSkuNameStandard PublicIPAddressSkuName = "Standard" -) - -func PossibleValuesForPublicIPAddressSkuName() []string { - return []string{ - string(PublicIPAddressSkuNameBasic), - string(PublicIPAddressSkuNameStandard), - } -} - -func (s *PublicIPAddressSkuName) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parsePublicIPAddressSkuName(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parsePublicIPAddressSkuName(input string) (*PublicIPAddressSkuName, error) { - vals := map[string]PublicIPAddressSkuName{ - "basic": PublicIPAddressSkuNameBasic, - "standard": PublicIPAddressSkuNameStandard, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := PublicIPAddressSkuName(input) - return &out, nil -} - -type PublicIPAddressSkuTier string - -const ( - PublicIPAddressSkuTierGlobal PublicIPAddressSkuTier = "Global" - PublicIPAddressSkuTierRegional PublicIPAddressSkuTier = "Regional" -) - -func PossibleValuesForPublicIPAddressSkuTier() []string { - return []string{ - string(PublicIPAddressSkuTierGlobal), - string(PublicIPAddressSkuTierRegional), - } -} - -func (s *PublicIPAddressSkuTier) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parsePublicIPAddressSkuTier(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parsePublicIPAddressSkuTier(input string) (*PublicIPAddressSkuTier, error) { - vals := map[string]PublicIPAddressSkuTier{ - "global": PublicIPAddressSkuTierGlobal, - "regional": PublicIPAddressSkuTierRegional, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := PublicIPAddressSkuTier(input) - return &out, nil -} - -type RouteNextHopType string - -const ( - RouteNextHopTypeInternet RouteNextHopType = "Internet" - RouteNextHopTypeNone RouteNextHopType = "None" - RouteNextHopTypeVirtualAppliance RouteNextHopType = "VirtualAppliance" - RouteNextHopTypeVirtualNetworkGateway RouteNextHopType = "VirtualNetworkGateway" - RouteNextHopTypeVnetLocal RouteNextHopType = "VnetLocal" -) - -func PossibleValuesForRouteNextHopType() []string { - return []string{ - string(RouteNextHopTypeInternet), - string(RouteNextHopTypeNone), - string(RouteNextHopTypeVirtualAppliance), - string(RouteNextHopTypeVirtualNetworkGateway), - string(RouteNextHopTypeVnetLocal), - } -} - -func (s *RouteNextHopType) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseRouteNextHopType(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseRouteNextHopType(input string) (*RouteNextHopType, error) { - vals := map[string]RouteNextHopType{ - "internet": RouteNextHopTypeInternet, - "none": RouteNextHopTypeNone, - "virtualappliance": RouteNextHopTypeVirtualAppliance, - "virtualnetworkgateway": RouteNextHopTypeVirtualNetworkGateway, - "vnetlocal": RouteNextHopTypeVnetLocal, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := RouteNextHopType(input) - return &out, nil -} - -type SecurityRuleAccess string - -const ( - SecurityRuleAccessAllow SecurityRuleAccess = "Allow" - SecurityRuleAccessDeny SecurityRuleAccess = "Deny" -) - -func PossibleValuesForSecurityRuleAccess() []string { - return []string{ - string(SecurityRuleAccessAllow), - string(SecurityRuleAccessDeny), - } -} - -func (s *SecurityRuleAccess) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseSecurityRuleAccess(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseSecurityRuleAccess(input string) (*SecurityRuleAccess, error) { - vals := map[string]SecurityRuleAccess{ - "allow": SecurityRuleAccessAllow, - "deny": SecurityRuleAccessDeny, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := SecurityRuleAccess(input) - return &out, nil -} - -type SecurityRuleDirection string - -const ( - SecurityRuleDirectionInbound SecurityRuleDirection = "Inbound" - SecurityRuleDirectionOutbound SecurityRuleDirection = "Outbound" -) - -func PossibleValuesForSecurityRuleDirection() []string { - return []string{ - string(SecurityRuleDirectionInbound), - string(SecurityRuleDirectionOutbound), - } -} - -func (s *SecurityRuleDirection) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseSecurityRuleDirection(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseSecurityRuleDirection(input string) (*SecurityRuleDirection, error) { - vals := map[string]SecurityRuleDirection{ - "inbound": SecurityRuleDirectionInbound, - "outbound": SecurityRuleDirectionOutbound, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := SecurityRuleDirection(input) - return &out, nil -} - -type SecurityRuleProtocol string - -const ( - SecurityRuleProtocolAh SecurityRuleProtocol = "Ah" - SecurityRuleProtocolAny SecurityRuleProtocol = "*" - SecurityRuleProtocolEsp SecurityRuleProtocol = "Esp" - SecurityRuleProtocolIcmp SecurityRuleProtocol = "Icmp" - SecurityRuleProtocolTcp SecurityRuleProtocol = "Tcp" - SecurityRuleProtocolUdp SecurityRuleProtocol = "Udp" -) - -func PossibleValuesForSecurityRuleProtocol() []string { - return []string{ - string(SecurityRuleProtocolAh), - string(SecurityRuleProtocolAny), - string(SecurityRuleProtocolEsp), - string(SecurityRuleProtocolIcmp), - string(SecurityRuleProtocolTcp), - string(SecurityRuleProtocolUdp), - } -} - -func (s *SecurityRuleProtocol) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseSecurityRuleProtocol(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseSecurityRuleProtocol(input string) (*SecurityRuleProtocol, error) { - vals := map[string]SecurityRuleProtocol{ - "ah": SecurityRuleProtocolAh, - "*": SecurityRuleProtocolAny, - "esp": SecurityRuleProtocolEsp, - "icmp": SecurityRuleProtocolIcmp, - "tcp": SecurityRuleProtocolTcp, - "udp": SecurityRuleProtocolUdp, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := SecurityRuleProtocol(input) - return &out, nil -} - -type SyncMode string - -const ( - SyncModeAutomatic SyncMode = "Automatic" - SyncModeManual SyncMode = "Manual" -) - -func PossibleValuesForSyncMode() []string { - return []string{ - string(SyncModeAutomatic), - string(SyncModeManual), - } -} - -func (s *SyncMode) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseSyncMode(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseSyncMode(input string) (*SyncMode, error) { - vals := map[string]SyncMode{ - "automatic": SyncModeAutomatic, - "manual": SyncModeManual, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := SyncMode(input) - return &out, nil -} - -type TransportProtocol string - -const ( - TransportProtocolAll TransportProtocol = "All" - TransportProtocolTcp TransportProtocol = "Tcp" - TransportProtocolUdp TransportProtocol = "Udp" -) - -func PossibleValuesForTransportProtocol() []string { - return []string{ - string(TransportProtocolAll), - string(TransportProtocolTcp), - string(TransportProtocolUdp), - } -} - -func (s *TransportProtocol) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseTransportProtocol(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseTransportProtocol(input string) (*TransportProtocol, error) { - vals := map[string]TransportProtocol{ - "all": TransportProtocolAll, - "tcp": TransportProtocolTcp, - "udp": TransportProtocolUdp, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := TransportProtocol(input) - return &out, nil -} - -type VirtualNetworkPrivateEndpointNetworkPolicies string - -const ( - VirtualNetworkPrivateEndpointNetworkPoliciesDisabled VirtualNetworkPrivateEndpointNetworkPolicies = "Disabled" - VirtualNetworkPrivateEndpointNetworkPoliciesEnabled VirtualNetworkPrivateEndpointNetworkPolicies = "Enabled" - VirtualNetworkPrivateEndpointNetworkPoliciesNetworkSecurityGroupEnabled VirtualNetworkPrivateEndpointNetworkPolicies = "NetworkSecurityGroupEnabled" - VirtualNetworkPrivateEndpointNetworkPoliciesRouteTableEnabled VirtualNetworkPrivateEndpointNetworkPolicies = "RouteTableEnabled" -) - -func PossibleValuesForVirtualNetworkPrivateEndpointNetworkPolicies() []string { - return []string{ - string(VirtualNetworkPrivateEndpointNetworkPoliciesDisabled), - string(VirtualNetworkPrivateEndpointNetworkPoliciesEnabled), - string(VirtualNetworkPrivateEndpointNetworkPoliciesNetworkSecurityGroupEnabled), - string(VirtualNetworkPrivateEndpointNetworkPoliciesRouteTableEnabled), - } -} - -func (s *VirtualNetworkPrivateEndpointNetworkPolicies) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseVirtualNetworkPrivateEndpointNetworkPolicies(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseVirtualNetworkPrivateEndpointNetworkPolicies(input string) (*VirtualNetworkPrivateEndpointNetworkPolicies, error) { - vals := map[string]VirtualNetworkPrivateEndpointNetworkPolicies{ - "disabled": VirtualNetworkPrivateEndpointNetworkPoliciesDisabled, - "enabled": VirtualNetworkPrivateEndpointNetworkPoliciesEnabled, - "networksecuritygroupenabled": VirtualNetworkPrivateEndpointNetworkPoliciesNetworkSecurityGroupEnabled, - "routetableenabled": VirtualNetworkPrivateEndpointNetworkPoliciesRouteTableEnabled, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := VirtualNetworkPrivateEndpointNetworkPolicies(input) - return &out, nil -} - -type VirtualNetworkPrivateLinkServiceNetworkPolicies string - -const ( - VirtualNetworkPrivateLinkServiceNetworkPoliciesDisabled VirtualNetworkPrivateLinkServiceNetworkPolicies = "Disabled" - VirtualNetworkPrivateLinkServiceNetworkPoliciesEnabled VirtualNetworkPrivateLinkServiceNetworkPolicies = "Enabled" -) - -func PossibleValuesForVirtualNetworkPrivateLinkServiceNetworkPolicies() []string { - return []string{ - string(VirtualNetworkPrivateLinkServiceNetworkPoliciesDisabled), - string(VirtualNetworkPrivateLinkServiceNetworkPoliciesEnabled), - } -} - -func (s *VirtualNetworkPrivateLinkServiceNetworkPolicies) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseVirtualNetworkPrivateLinkServiceNetworkPolicies(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseVirtualNetworkPrivateLinkServiceNetworkPolicies(input string) (*VirtualNetworkPrivateLinkServiceNetworkPolicies, error) { - vals := map[string]VirtualNetworkPrivateLinkServiceNetworkPolicies{ - "disabled": VirtualNetworkPrivateLinkServiceNetworkPoliciesDisabled, - "enabled": VirtualNetworkPrivateLinkServiceNetworkPoliciesEnabled, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := VirtualNetworkPrivateLinkServiceNetworkPolicies(input) - return &out, nil -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/id_applicationgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/id_applicationgateway.go deleted file mode 100644 index 0611edc85135..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/id_applicationgateway.go +++ /dev/null @@ -1,130 +0,0 @@ -package applicationgateways - -import ( - "fmt" - "strings" - - "github.com/hashicorp/go-azure-helpers/resourcemanager/recaser" - "github.com/hashicorp/go-azure-helpers/resourcemanager/resourceids" -) - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -func init() { - recaser.RegisterResourceId(&ApplicationGatewayId{}) -} - -var _ resourceids.ResourceId = &ApplicationGatewayId{} - -// ApplicationGatewayId is a struct representing the Resource ID for a Application Gateway -type ApplicationGatewayId struct { - SubscriptionId string - ResourceGroupName string - ApplicationGatewayName string -} - -// NewApplicationGatewayID returns a new ApplicationGatewayId struct -func NewApplicationGatewayID(subscriptionId string, resourceGroupName string, applicationGatewayName string) ApplicationGatewayId { - return ApplicationGatewayId{ - SubscriptionId: subscriptionId, - ResourceGroupName: resourceGroupName, - ApplicationGatewayName: applicationGatewayName, - } -} - -// ParseApplicationGatewayID parses 'input' into a ApplicationGatewayId -func ParseApplicationGatewayID(input string) (*ApplicationGatewayId, error) { - parser := resourceids.NewParserFromResourceIdType(&ApplicationGatewayId{}) - parsed, err := parser.Parse(input, false) - if err != nil { - return nil, fmt.Errorf("parsing %q: %+v", input, err) - } - - id := ApplicationGatewayId{} - if err := id.FromParseResult(*parsed); err != nil { - return nil, err - } - - return &id, nil -} - -// ParseApplicationGatewayIDInsensitively parses 'input' case-insensitively into a ApplicationGatewayId -// note: this method should only be used for API response data and not user input -func ParseApplicationGatewayIDInsensitively(input string) (*ApplicationGatewayId, error) { - parser := resourceids.NewParserFromResourceIdType(&ApplicationGatewayId{}) - parsed, err := parser.Parse(input, true) - if err != nil { - return nil, fmt.Errorf("parsing %q: %+v", input, err) - } - - id := ApplicationGatewayId{} - if err := id.FromParseResult(*parsed); err != nil { - return nil, err - } - - return &id, nil -} - -func (id *ApplicationGatewayId) FromParseResult(input resourceids.ParseResult) error { - var ok bool - - if id.SubscriptionId, ok = input.Parsed["subscriptionId"]; !ok { - return resourceids.NewSegmentNotSpecifiedError(id, "subscriptionId", input) - } - - if id.ResourceGroupName, ok = input.Parsed["resourceGroupName"]; !ok { - return resourceids.NewSegmentNotSpecifiedError(id, "resourceGroupName", input) - } - - if id.ApplicationGatewayName, ok = input.Parsed["applicationGatewayName"]; !ok { - return resourceids.NewSegmentNotSpecifiedError(id, "applicationGatewayName", input) - } - - return nil -} - -// ValidateApplicationGatewayID checks that 'input' can be parsed as a Application Gateway ID -func ValidateApplicationGatewayID(input interface{}, key string) (warnings []string, errors []error) { - v, ok := input.(string) - if !ok { - errors = append(errors, fmt.Errorf("expected %q to be a string", key)) - return - } - - if _, err := ParseApplicationGatewayID(v); err != nil { - errors = append(errors, err) - } - - return -} - -// ID returns the formatted Application Gateway ID -func (id ApplicationGatewayId) ID() string { - fmtString := "/subscriptions/%s/resourceGroups/%s/providers/Microsoft.Network/applicationGateways/%s" - return fmt.Sprintf(fmtString, id.SubscriptionId, id.ResourceGroupName, id.ApplicationGatewayName) -} - -// Segments returns a slice of Resource ID Segments which comprise this Application Gateway ID -func (id ApplicationGatewayId) Segments() []resourceids.Segment { - return []resourceids.Segment{ - resourceids.StaticSegment("staticSubscriptions", "subscriptions", "subscriptions"), - resourceids.SubscriptionIdSegment("subscriptionId", "12345678-1234-9876-4563-123456789012"), - resourceids.StaticSegment("staticResourceGroups", "resourceGroups", "resourceGroups"), - resourceids.ResourceGroupSegment("resourceGroupName", "example-resource-group"), - resourceids.StaticSegment("staticProviders", "providers", "providers"), - resourceids.ResourceProviderSegment("staticMicrosoftNetwork", "Microsoft.Network", "Microsoft.Network"), - resourceids.StaticSegment("staticApplicationGateways", "applicationGateways", "applicationGateways"), - resourceids.UserSpecifiedSegment("applicationGatewayName", "applicationGatewayValue"), - } -} - -// String returns a human-readable description of this Application Gateway ID -func (id ApplicationGatewayId) String() string { - components := []string{ - fmt.Sprintf("Subscription: %q", id.SubscriptionId), - fmt.Sprintf("Resource Group Name: %q", id.ResourceGroupName), - fmt.Sprintf("Application Gateway Name: %q", id.ApplicationGatewayName), - } - return fmt.Sprintf("Application Gateway (%s)", strings.Join(components, "\n")) -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/id_predefinedpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/id_predefinedpolicy.go deleted file mode 100644 index f22e541bda31..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/id_predefinedpolicy.go +++ /dev/null @@ -1,123 +0,0 @@ -package applicationgateways - -import ( - "fmt" - "strings" - - "github.com/hashicorp/go-azure-helpers/resourcemanager/recaser" - "github.com/hashicorp/go-azure-helpers/resourcemanager/resourceids" -) - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -func init() { - recaser.RegisterResourceId(&PredefinedPolicyId{}) -} - -var _ resourceids.ResourceId = &PredefinedPolicyId{} - -// PredefinedPolicyId is a struct representing the Resource ID for a Predefined Policy -type PredefinedPolicyId struct { - SubscriptionId string - PredefinedPolicyName string -} - -// NewPredefinedPolicyID returns a new PredefinedPolicyId struct -func NewPredefinedPolicyID(subscriptionId string, predefinedPolicyName string) PredefinedPolicyId { - return PredefinedPolicyId{ - SubscriptionId: subscriptionId, - PredefinedPolicyName: predefinedPolicyName, - } -} - -// ParsePredefinedPolicyID parses 'input' into a PredefinedPolicyId -func ParsePredefinedPolicyID(input string) (*PredefinedPolicyId, error) { - parser := resourceids.NewParserFromResourceIdType(&PredefinedPolicyId{}) - parsed, err := parser.Parse(input, false) - if err != nil { - return nil, fmt.Errorf("parsing %q: %+v", input, err) - } - - id := PredefinedPolicyId{} - if err := id.FromParseResult(*parsed); err != nil { - return nil, err - } - - return &id, nil -} - -// ParsePredefinedPolicyIDInsensitively parses 'input' case-insensitively into a PredefinedPolicyId -// note: this method should only be used for API response data and not user input -func ParsePredefinedPolicyIDInsensitively(input string) (*PredefinedPolicyId, error) { - parser := resourceids.NewParserFromResourceIdType(&PredefinedPolicyId{}) - parsed, err := parser.Parse(input, true) - if err != nil { - return nil, fmt.Errorf("parsing %q: %+v", input, err) - } - - id := PredefinedPolicyId{} - if err := id.FromParseResult(*parsed); err != nil { - return nil, err - } - - return &id, nil -} - -func (id *PredefinedPolicyId) FromParseResult(input resourceids.ParseResult) error { - var ok bool - - if id.SubscriptionId, ok = input.Parsed["subscriptionId"]; !ok { - return resourceids.NewSegmentNotSpecifiedError(id, "subscriptionId", input) - } - - if id.PredefinedPolicyName, ok = input.Parsed["predefinedPolicyName"]; !ok { - return resourceids.NewSegmentNotSpecifiedError(id, "predefinedPolicyName", input) - } - - return nil -} - -// ValidatePredefinedPolicyID checks that 'input' can be parsed as a Predefined Policy ID -func ValidatePredefinedPolicyID(input interface{}, key string) (warnings []string, errors []error) { - v, ok := input.(string) - if !ok { - errors = append(errors, fmt.Errorf("expected %q to be a string", key)) - return - } - - if _, err := ParsePredefinedPolicyID(v); err != nil { - errors = append(errors, err) - } - - return -} - -// ID returns the formatted Predefined Policy ID -func (id PredefinedPolicyId) ID() string { - fmtString := "/subscriptions/%s/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies/%s" - return fmt.Sprintf(fmtString, id.SubscriptionId, id.PredefinedPolicyName) -} - -// Segments returns a slice of Resource ID Segments which comprise this Predefined Policy ID -func (id PredefinedPolicyId) Segments() []resourceids.Segment { - return []resourceids.Segment{ - resourceids.StaticSegment("staticSubscriptions", "subscriptions", "subscriptions"), - resourceids.SubscriptionIdSegment("subscriptionId", "12345678-1234-9876-4563-123456789012"), - resourceids.StaticSegment("staticProviders", "providers", "providers"), - resourceids.ResourceProviderSegment("staticMicrosoftNetwork", "Microsoft.Network", "Microsoft.Network"), - resourceids.StaticSegment("staticApplicationGatewayAvailableSslOptions", "applicationGatewayAvailableSslOptions", "applicationGatewayAvailableSslOptions"), - resourceids.StaticSegment("staticDefault", "default", "default"), - resourceids.StaticSegment("staticPredefinedPolicies", "predefinedPolicies", "predefinedPolicies"), - resourceids.UserSpecifiedSegment("predefinedPolicyName", "predefinedPolicyValue"), - } -} - -// String returns a human-readable description of this Predefined Policy ID -func (id PredefinedPolicyId) String() string { - components := []string{ - fmt.Sprintf("Subscription: %q", id.SubscriptionId), - fmt.Sprintf("Predefined Policy Name: %q", id.PredefinedPolicyName), - } - return fmt.Sprintf("Predefined Policy (%s)", strings.Join(components, "\n")) -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_backendhealth.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_backendhealth.go deleted file mode 100644 index bc7254fd7d68..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_backendhealth.go +++ /dev/null @@ -1,99 +0,0 @@ -package applicationgateways - -import ( - "context" - "fmt" - "net/http" - - "github.com/hashicorp/go-azure-sdk/sdk/client" - "github.com/hashicorp/go-azure-sdk/sdk/client/pollers" - "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" - "github.com/hashicorp/go-azure-sdk/sdk/odata" -) - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type BackendHealthOperationResponse struct { - Poller pollers.Poller - HttpResponse *http.Response - OData *odata.OData - Model *ApplicationGatewayBackendHealth -} - -type BackendHealthOperationOptions struct { - Expand *string -} - -func DefaultBackendHealthOperationOptions() BackendHealthOperationOptions { - return BackendHealthOperationOptions{} -} - -func (o BackendHealthOperationOptions) ToHeaders() *client.Headers { - out := client.Headers{} - - return &out -} - -func (o BackendHealthOperationOptions) ToOData() *odata.Query { - out := odata.Query{} - return &out -} - -func (o BackendHealthOperationOptions) ToQuery() *client.QueryParams { - out := client.QueryParams{} - if o.Expand != nil { - out.Append("$expand", fmt.Sprintf("%v", *o.Expand)) - } - return &out -} - -// BackendHealth ... -func (c ApplicationGatewaysClient) BackendHealth(ctx context.Context, id ApplicationGatewayId, options BackendHealthOperationOptions) (result BackendHealthOperationResponse, err error) { - opts := client.RequestOptions{ - ContentType: "application/json; charset=utf-8", - ExpectedStatusCodes: []int{ - http.StatusAccepted, - http.StatusOK, - }, - HttpMethod: http.MethodPost, - Path: fmt.Sprintf("%s/backendhealth", id.ID()), - OptionsObject: options, - } - - req, err := c.Client.NewRequest(ctx, opts) - if err != nil { - return - } - - var resp *client.Response - resp, err = req.Execute(ctx) - if resp != nil { - result.OData = resp.OData - result.HttpResponse = resp.Response - } - if err != nil { - return - } - - result.Poller, err = resourcemanager.PollerFromResponse(resp, c.Client) - if err != nil { - return - } - - return -} - -// BackendHealthThenPoll performs BackendHealth then polls until it's completed -func (c ApplicationGatewaysClient) BackendHealthThenPoll(ctx context.Context, id ApplicationGatewayId, options BackendHealthOperationOptions) error { - result, err := c.BackendHealth(ctx, id, options) - if err != nil { - return fmt.Errorf("performing BackendHealth: %+v", err) - } - - if err := result.Poller.PollUntilDone(ctx); err != nil { - return fmt.Errorf("polling after BackendHealth: %+v", err) - } - - return nil -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_backendhealthondemand.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_backendhealthondemand.go deleted file mode 100644 index c99e1e55de22..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_backendhealthondemand.go +++ /dev/null @@ -1,103 +0,0 @@ -package applicationgateways - -import ( - "context" - "fmt" - "net/http" - - "github.com/hashicorp/go-azure-sdk/sdk/client" - "github.com/hashicorp/go-azure-sdk/sdk/client/pollers" - "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" - "github.com/hashicorp/go-azure-sdk/sdk/odata" -) - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type BackendHealthOnDemandOperationResponse struct { - Poller pollers.Poller - HttpResponse *http.Response - OData *odata.OData - Model *ApplicationGatewayBackendHealthOnDemand -} - -type BackendHealthOnDemandOperationOptions struct { - Expand *string -} - -func DefaultBackendHealthOnDemandOperationOptions() BackendHealthOnDemandOperationOptions { - return BackendHealthOnDemandOperationOptions{} -} - -func (o BackendHealthOnDemandOperationOptions) ToHeaders() *client.Headers { - out := client.Headers{} - - return &out -} - -func (o BackendHealthOnDemandOperationOptions) ToOData() *odata.Query { - out := odata.Query{} - return &out -} - -func (o BackendHealthOnDemandOperationOptions) ToQuery() *client.QueryParams { - out := client.QueryParams{} - if o.Expand != nil { - out.Append("$expand", fmt.Sprintf("%v", *o.Expand)) - } - return &out -} - -// BackendHealthOnDemand ... -func (c ApplicationGatewaysClient) BackendHealthOnDemand(ctx context.Context, id ApplicationGatewayId, input ApplicationGatewayOnDemandProbe, options BackendHealthOnDemandOperationOptions) (result BackendHealthOnDemandOperationResponse, err error) { - opts := client.RequestOptions{ - ContentType: "application/json; charset=utf-8", - ExpectedStatusCodes: []int{ - http.StatusAccepted, - http.StatusOK, - }, - HttpMethod: http.MethodPost, - Path: fmt.Sprintf("%s/getBackendHealthOnDemand", id.ID()), - OptionsObject: options, - } - - req, err := c.Client.NewRequest(ctx, opts) - if err != nil { - return - } - - if err = req.Marshal(input); err != nil { - return - } - - var resp *client.Response - resp, err = req.Execute(ctx) - if resp != nil { - result.OData = resp.OData - result.HttpResponse = resp.Response - } - if err != nil { - return - } - - result.Poller, err = resourcemanager.PollerFromResponse(resp, c.Client) - if err != nil { - return - } - - return -} - -// BackendHealthOnDemandThenPoll performs BackendHealthOnDemand then polls until it's completed -func (c ApplicationGatewaysClient) BackendHealthOnDemandThenPoll(ctx context.Context, id ApplicationGatewayId, input ApplicationGatewayOnDemandProbe, options BackendHealthOnDemandOperationOptions) error { - result, err := c.BackendHealthOnDemand(ctx, id, input, options) - if err != nil { - return fmt.Errorf("performing BackendHealthOnDemand: %+v", err) - } - - if err := result.Poller.PollUntilDone(ctx); err != nil { - return fmt.Errorf("polling after BackendHealthOnDemand: %+v", err) - } - - return nil -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_delete.go deleted file mode 100644 index 6769fa69c245..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_delete.go +++ /dev/null @@ -1,71 +0,0 @@ -package applicationgateways - -import ( - "context" - "fmt" - "net/http" - - "github.com/hashicorp/go-azure-sdk/sdk/client" - "github.com/hashicorp/go-azure-sdk/sdk/client/pollers" - "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" - "github.com/hashicorp/go-azure-sdk/sdk/odata" -) - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type DeleteOperationResponse struct { - Poller pollers.Poller - HttpResponse *http.Response - OData *odata.OData -} - -// Delete ... -func (c ApplicationGatewaysClient) Delete(ctx context.Context, id ApplicationGatewayId) (result DeleteOperationResponse, err error) { - opts := client.RequestOptions{ - ContentType: "application/json; charset=utf-8", - ExpectedStatusCodes: []int{ - http.StatusAccepted, - http.StatusNoContent, - http.StatusOK, - }, - HttpMethod: http.MethodDelete, - Path: id.ID(), - } - - req, err := c.Client.NewRequest(ctx, opts) - if err != nil { - return - } - - var resp *client.Response - resp, err = req.Execute(ctx) - if resp != nil { - result.OData = resp.OData - result.HttpResponse = resp.Response - } - if err != nil { - return - } - - result.Poller, err = resourcemanager.PollerFromResponse(resp, c.Client) - if err != nil { - return - } - - return -} - -// DeleteThenPoll performs Delete then polls until it's completed -func (c ApplicationGatewaysClient) DeleteThenPoll(ctx context.Context, id ApplicationGatewayId) error { - result, err := c.Delete(ctx, id) - if err != nil { - return fmt.Errorf("performing Delete: %+v", err) - } - - if err := result.Poller.PollUntilDone(ctx); err != nil { - return fmt.Errorf("polling after Delete: %+v", err) - } - - return nil -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_list.go deleted file mode 100644 index 3770e6793df7..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_list.go +++ /dev/null @@ -1,92 +0,0 @@ -package applicationgateways - -import ( - "context" - "fmt" - "net/http" - - "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/sdk/client" - "github.com/hashicorp/go-azure-sdk/sdk/odata" -) - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ListOperationResponse struct { - HttpResponse *http.Response - OData *odata.OData - Model *[]ApplicationGateway -} - -type ListCompleteResult struct { - LatestHttpResponse *http.Response - Items []ApplicationGateway -} - -// List ... -func (c ApplicationGatewaysClient) List(ctx context.Context, id commonids.ResourceGroupId) (result ListOperationResponse, err error) { - opts := client.RequestOptions{ - ContentType: "application/json; charset=utf-8", - ExpectedStatusCodes: []int{ - http.StatusOK, - }, - HttpMethod: http.MethodGet, - Path: fmt.Sprintf("%s/providers/Microsoft.Network/applicationGateways", id.ID()), - } - - req, err := c.Client.NewRequest(ctx, opts) - if err != nil { - return - } - - var resp *client.Response - resp, err = req.ExecutePaged(ctx) - if resp != nil { - result.OData = resp.OData - result.HttpResponse = resp.Response - } - if err != nil { - return - } - - var values struct { - Values *[]ApplicationGateway `json:"value"` - } - if err = resp.Unmarshal(&values); err != nil { - return - } - - result.Model = values.Values - - return -} - -// ListComplete retrieves all the results into a single object -func (c ApplicationGatewaysClient) ListComplete(ctx context.Context, id commonids.ResourceGroupId) (ListCompleteResult, error) { - return c.ListCompleteMatchingPredicate(ctx, id, ApplicationGatewayOperationPredicate{}) -} - -// ListCompleteMatchingPredicate retrieves all the results and then applies the predicate -func (c ApplicationGatewaysClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, predicate ApplicationGatewayOperationPredicate) (result ListCompleteResult, err error) { - items := make([]ApplicationGateway, 0) - - resp, err := c.List(ctx, id) - if err != nil { - err = fmt.Errorf("loading results: %+v", err) - return - } - if resp.Model != nil { - for _, v := range *resp.Model { - if predicate.Matches(v) { - items = append(items, v) - } - } - } - - result = ListCompleteResult{ - LatestHttpResponse: resp.HttpResponse, - Items: items, - } - return -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_listall.go deleted file mode 100644 index 486009336b4c..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_listall.go +++ /dev/null @@ -1,92 +0,0 @@ -package applicationgateways - -import ( - "context" - "fmt" - "net/http" - - "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/sdk/client" - "github.com/hashicorp/go-azure-sdk/sdk/odata" -) - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ListAllOperationResponse struct { - HttpResponse *http.Response - OData *odata.OData - Model *[]ApplicationGateway -} - -type ListAllCompleteResult struct { - LatestHttpResponse *http.Response - Items []ApplicationGateway -} - -// ListAll ... -func (c ApplicationGatewaysClient) ListAll(ctx context.Context, id commonids.SubscriptionId) (result ListAllOperationResponse, err error) { - opts := client.RequestOptions{ - ContentType: "application/json; charset=utf-8", - ExpectedStatusCodes: []int{ - http.StatusOK, - }, - HttpMethod: http.MethodGet, - Path: fmt.Sprintf("%s/providers/Microsoft.Network/applicationGateways", id.ID()), - } - - req, err := c.Client.NewRequest(ctx, opts) - if err != nil { - return - } - - var resp *client.Response - resp, err = req.ExecutePaged(ctx) - if resp != nil { - result.OData = resp.OData - result.HttpResponse = resp.Response - } - if err != nil { - return - } - - var values struct { - Values *[]ApplicationGateway `json:"value"` - } - if err = resp.Unmarshal(&values); err != nil { - return - } - - result.Model = values.Values - - return -} - -// ListAllComplete retrieves all the results into a single object -func (c ApplicationGatewaysClient) ListAllComplete(ctx context.Context, id commonids.SubscriptionId) (ListAllCompleteResult, error) { - return c.ListAllCompleteMatchingPredicate(ctx, id, ApplicationGatewayOperationPredicate{}) -} - -// ListAllCompleteMatchingPredicate retrieves all the results and then applies the predicate -func (c ApplicationGatewaysClient) ListAllCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate ApplicationGatewayOperationPredicate) (result ListAllCompleteResult, err error) { - items := make([]ApplicationGateway, 0) - - resp, err := c.ListAll(ctx, id) - if err != nil { - err = fmt.Errorf("loading results: %+v", err) - return - } - if resp.Model != nil { - for _, v := range *resp.Model { - if predicate.Matches(v) { - items = append(items, v) - } - } - } - - result = ListAllCompleteResult{ - LatestHttpResponse: resp.HttpResponse, - Items: items, - } - return -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_listavailablessloptions.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_listavailablessloptions.go deleted file mode 100644 index 386a33e5e844..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_listavailablessloptions.go +++ /dev/null @@ -1,56 +0,0 @@ -package applicationgateways - -import ( - "context" - "fmt" - "net/http" - - "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/sdk/client" - "github.com/hashicorp/go-azure-sdk/sdk/odata" -) - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ListAvailableSslOptionsOperationResponse struct { - HttpResponse *http.Response - OData *odata.OData - Model *ApplicationGatewayAvailableSslOptions -} - -// ListAvailableSslOptions ... -func (c ApplicationGatewaysClient) ListAvailableSslOptions(ctx context.Context, id commonids.SubscriptionId) (result ListAvailableSslOptionsOperationResponse, err error) { - opts := client.RequestOptions{ - ContentType: "application/json; charset=utf-8", - ExpectedStatusCodes: []int{ - http.StatusOK, - }, - HttpMethod: http.MethodGet, - Path: fmt.Sprintf("%s/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default", id.ID()), - } - - req, err := c.Client.NewRequest(ctx, opts) - if err != nil { - return - } - - var resp *client.Response - resp, err = req.Execute(ctx) - if resp != nil { - result.OData = resp.OData - result.HttpResponse = resp.Response - } - if err != nil { - return - } - - var model ApplicationGatewayAvailableSslOptions - result.Model = &model - - if err = resp.Unmarshal(result.Model); err != nil { - return - } - - return -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_listavailablesslpredefinedpolicies.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_listavailablesslpredefinedpolicies.go deleted file mode 100644 index 8eb0fca135d2..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_listavailablesslpredefinedpolicies.go +++ /dev/null @@ -1,92 +0,0 @@ -package applicationgateways - -import ( - "context" - "fmt" - "net/http" - - "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/sdk/client" - "github.com/hashicorp/go-azure-sdk/sdk/odata" -) - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ListAvailableSslPredefinedPoliciesOperationResponse struct { - HttpResponse *http.Response - OData *odata.OData - Model *[]ApplicationGatewaySslPredefinedPolicy -} - -type ListAvailableSslPredefinedPoliciesCompleteResult struct { - LatestHttpResponse *http.Response - Items []ApplicationGatewaySslPredefinedPolicy -} - -// ListAvailableSslPredefinedPolicies ... -func (c ApplicationGatewaysClient) ListAvailableSslPredefinedPolicies(ctx context.Context, id commonids.SubscriptionId) (result ListAvailableSslPredefinedPoliciesOperationResponse, err error) { - opts := client.RequestOptions{ - ContentType: "application/json; charset=utf-8", - ExpectedStatusCodes: []int{ - http.StatusOK, - }, - HttpMethod: http.MethodGet, - Path: fmt.Sprintf("%s/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies", id.ID()), - } - - req, err := c.Client.NewRequest(ctx, opts) - if err != nil { - return - } - - var resp *client.Response - resp, err = req.ExecutePaged(ctx) - if resp != nil { - result.OData = resp.OData - result.HttpResponse = resp.Response - } - if err != nil { - return - } - - var values struct { - Values *[]ApplicationGatewaySslPredefinedPolicy `json:"value"` - } - if err = resp.Unmarshal(&values); err != nil { - return - } - - result.Model = values.Values - - return -} - -// ListAvailableSslPredefinedPoliciesComplete retrieves all the results into a single object -func (c ApplicationGatewaysClient) ListAvailableSslPredefinedPoliciesComplete(ctx context.Context, id commonids.SubscriptionId) (ListAvailableSslPredefinedPoliciesCompleteResult, error) { - return c.ListAvailableSslPredefinedPoliciesCompleteMatchingPredicate(ctx, id, ApplicationGatewaySslPredefinedPolicyOperationPredicate{}) -} - -// ListAvailableSslPredefinedPoliciesCompleteMatchingPredicate retrieves all the results and then applies the predicate -func (c ApplicationGatewaysClient) ListAvailableSslPredefinedPoliciesCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate ApplicationGatewaySslPredefinedPolicyOperationPredicate) (result ListAvailableSslPredefinedPoliciesCompleteResult, err error) { - items := make([]ApplicationGatewaySslPredefinedPolicy, 0) - - resp, err := c.ListAvailableSslPredefinedPolicies(ctx, id) - if err != nil { - err = fmt.Errorf("loading results: %+v", err) - return - } - if resp.Model != nil { - for _, v := range *resp.Model { - if predicate.Matches(v) { - items = append(items, v) - } - } - } - - result = ListAvailableSslPredefinedPoliciesCompleteResult{ - LatestHttpResponse: resp.HttpResponse, - Items: items, - } - return -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_listavailablewafrulesets.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_listavailablewafrulesets.go deleted file mode 100644 index 3df1a2db564a..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_listavailablewafrulesets.go +++ /dev/null @@ -1,56 +0,0 @@ -package applicationgateways - -import ( - "context" - "fmt" - "net/http" - - "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/sdk/client" - "github.com/hashicorp/go-azure-sdk/sdk/odata" -) - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ListAvailableWafRuleSetsOperationResponse struct { - HttpResponse *http.Response - OData *odata.OData - Model *ApplicationGatewayAvailableWafRuleSetsResult -} - -// ListAvailableWafRuleSets ... -func (c ApplicationGatewaysClient) ListAvailableWafRuleSets(ctx context.Context, id commonids.SubscriptionId) (result ListAvailableWafRuleSetsOperationResponse, err error) { - opts := client.RequestOptions{ - ContentType: "application/json; charset=utf-8", - ExpectedStatusCodes: []int{ - http.StatusOK, - }, - HttpMethod: http.MethodGet, - Path: fmt.Sprintf("%s/providers/Microsoft.Network/applicationGatewayAvailableWafRuleSets", id.ID()), - } - - req, err := c.Client.NewRequest(ctx, opts) - if err != nil { - return - } - - var resp *client.Response - resp, err = req.Execute(ctx) - if resp != nil { - result.OData = resp.OData - result.HttpResponse = resp.Response - } - if err != nil { - return - } - - var model ApplicationGatewayAvailableWafRuleSetsResult - result.Model = &model - - if err = resp.Unmarshal(result.Model); err != nil { - return - } - - return -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_start.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_start.go deleted file mode 100644 index 828fc60cb3c2..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_start.go +++ /dev/null @@ -1,70 +0,0 @@ -package applicationgateways - -import ( - "context" - "fmt" - "net/http" - - "github.com/hashicorp/go-azure-sdk/sdk/client" - "github.com/hashicorp/go-azure-sdk/sdk/client/pollers" - "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" - "github.com/hashicorp/go-azure-sdk/sdk/odata" -) - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type StartOperationResponse struct { - Poller pollers.Poller - HttpResponse *http.Response - OData *odata.OData -} - -// Start ... -func (c ApplicationGatewaysClient) Start(ctx context.Context, id ApplicationGatewayId) (result StartOperationResponse, err error) { - opts := client.RequestOptions{ - ContentType: "application/json; charset=utf-8", - ExpectedStatusCodes: []int{ - http.StatusAccepted, - http.StatusOK, - }, - HttpMethod: http.MethodPost, - Path: fmt.Sprintf("%s/start", id.ID()), - } - - req, err := c.Client.NewRequest(ctx, opts) - if err != nil { - return - } - - var resp *client.Response - resp, err = req.Execute(ctx) - if resp != nil { - result.OData = resp.OData - result.HttpResponse = resp.Response - } - if err != nil { - return - } - - result.Poller, err = resourcemanager.PollerFromResponse(resp, c.Client) - if err != nil { - return - } - - return -} - -// StartThenPoll performs Start then polls until it's completed -func (c ApplicationGatewaysClient) StartThenPoll(ctx context.Context, id ApplicationGatewayId) error { - result, err := c.Start(ctx, id) - if err != nil { - return fmt.Errorf("performing Start: %+v", err) - } - - if err := result.Poller.PollUntilDone(ctx); err != nil { - return fmt.Errorf("polling after Start: %+v", err) - } - - return nil -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgateway.go deleted file mode 100644 index 26c26a889270..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgateway.go +++ /dev/null @@ -1,21 +0,0 @@ -package applicationgateways - -import ( - "github.com/hashicorp/go-azure-helpers/resourcemanager/identity" - "github.com/hashicorp/go-azure-helpers/resourcemanager/zones" -) - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGateway struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Identity *identity.SystemAndUserAssignedMap `json:"identity,omitempty"` - Location *string `json:"location,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ApplicationGatewayPropertiesFormat `json:"properties,omitempty"` - Tags *map[string]string `json:"tags,omitempty"` - Type *string `json:"type,omitempty"` - Zones *zones.Schema `json:"zones,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayauthenticationcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayauthenticationcertificate.go deleted file mode 100644 index 21a1fec007fc..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayauthenticationcertificate.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayAuthenticationCertificate struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ApplicationGatewayAuthenticationCertificatePropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayauthenticationcertificatepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayauthenticationcertificatepropertiesformat.go deleted file mode 100644 index 37f5189d68aa..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayauthenticationcertificatepropertiesformat.go +++ /dev/null @@ -1,9 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayAuthenticationCertificatePropertiesFormat struct { - Data *string `json:"data,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayautoscaleconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayautoscaleconfiguration.go deleted file mode 100644 index e8f13521e070..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayautoscaleconfiguration.go +++ /dev/null @@ -1,9 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayAutoscaleConfiguration struct { - MaxCapacity *int64 `json:"maxCapacity,omitempty"` - MinCapacity int64 `json:"minCapacity"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayavailablessloptions.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayavailablessloptions.go deleted file mode 100644 index 18677bfa9ada..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayavailablessloptions.go +++ /dev/null @@ -1,13 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayAvailableSslOptions struct { - Id *string `json:"id,omitempty"` - Location *string `json:"location,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ApplicationGatewayAvailableSslOptionsPropertiesFormat `json:"properties,omitempty"` - Tags *map[string]string `json:"tags,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayavailablessloptionspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayavailablessloptionspropertiesformat.go deleted file mode 100644 index 552b956629b8..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayavailablessloptionspropertiesformat.go +++ /dev/null @@ -1,11 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayAvailableSslOptionsPropertiesFormat struct { - AvailableCipherSuites *[]ApplicationGatewaySslCipherSuite `json:"availableCipherSuites,omitempty"` - AvailableProtocols *[]ApplicationGatewaySslProtocol `json:"availableProtocols,omitempty"` - DefaultPolicy *ApplicationGatewaySslPolicyName `json:"defaultPolicy,omitempty"` - PredefinedPolicies *[]SubResource `json:"predefinedPolicies,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendaddress.go deleted file mode 100644 index 9245b4581ff5..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendaddress.go +++ /dev/null @@ -1,9 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayBackendAddress struct { - Fqdn *string `json:"fqdn,omitempty"` - IPAddress *string `json:"ipAddress,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendaddresspool.go deleted file mode 100644 index e62cc5f5a6aa..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendaddresspool.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayBackendAddressPool struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ApplicationGatewayBackendAddressPoolPropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendaddresspoolpropertiesformat.go deleted file mode 100644 index 92e4b6fcae04..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendaddresspoolpropertiesformat.go +++ /dev/null @@ -1,10 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayBackendAddressPoolPropertiesFormat struct { - BackendAddresses *[]ApplicationGatewayBackendAddress `json:"backendAddresses,omitempty"` - BackendIPConfigurations *[]NetworkInterfaceIPConfiguration `json:"backendIPConfigurations,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendhealth.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendhealth.go deleted file mode 100644 index b84392209575..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendhealth.go +++ /dev/null @@ -1,8 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayBackendHealth struct { - BackendAddressPools *[]ApplicationGatewayBackendHealthPool `json:"backendAddressPools,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendhealthhttpsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendhealthhttpsettings.go deleted file mode 100644 index 00f4c87c142f..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendhealthhttpsettings.go +++ /dev/null @@ -1,9 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayBackendHealthHTTPSettings struct { - BackendHTTPSettings *ApplicationGatewayBackendHTTPSettings `json:"backendHttpSettings,omitempty"` - Servers *[]ApplicationGatewayBackendHealthServer `json:"servers,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendhealthondemand.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendhealthondemand.go deleted file mode 100644 index 3bf6d17e80cd..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendhealthondemand.go +++ /dev/null @@ -1,9 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayBackendHealthOnDemand struct { - BackendAddressPool *ApplicationGatewayBackendAddressPool `json:"backendAddressPool,omitempty"` - BackendHealthHTTPSettings *ApplicationGatewayBackendHealthHTTPSettings `json:"backendHealthHttpSettings,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendhealthpool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendhealthpool.go deleted file mode 100644 index b32fffdf6140..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendhealthpool.go +++ /dev/null @@ -1,9 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayBackendHealthPool struct { - BackendAddressPool *ApplicationGatewayBackendAddressPool `json:"backendAddressPool,omitempty"` - BackendHTTPSettingsCollection *[]ApplicationGatewayBackendHealthHTTPSettings `json:"backendHttpSettingsCollection,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendhealthserver.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendhealthserver.go deleted file mode 100644 index c11aed154b2f..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendhealthserver.go +++ /dev/null @@ -1,11 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayBackendHealthServer struct { - Address *string `json:"address,omitempty"` - Health *ApplicationGatewayBackendHealthServerHealth `json:"health,omitempty"` - HealthProbeLog *string `json:"healthProbeLog,omitempty"` - IPConfiguration *NetworkInterfaceIPConfiguration `json:"ipConfiguration,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendhttpsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendhttpsettings.go deleted file mode 100644 index 7cfbecd35064..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendhttpsettings.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayBackendHTTPSettings struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ApplicationGatewayBackendHTTPSettingsPropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendhttpsettingspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendhttpsettingspropertiesformat.go deleted file mode 100644 index 68ccfd35301c..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendhttpsettingspropertiesformat.go +++ /dev/null @@ -1,21 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayBackendHTTPSettingsPropertiesFormat struct { - AffinityCookieName *string `json:"affinityCookieName,omitempty"` - AuthenticationCertificates *[]SubResource `json:"authenticationCertificates,omitempty"` - ConnectionDraining *ApplicationGatewayConnectionDraining `json:"connectionDraining,omitempty"` - CookieBasedAffinity *ApplicationGatewayCookieBasedAffinity `json:"cookieBasedAffinity,omitempty"` - HostName *string `json:"hostName,omitempty"` - Path *string `json:"path,omitempty"` - PickHostNameFromBackendAddress *bool `json:"pickHostNameFromBackendAddress,omitempty"` - Port *int64 `json:"port,omitempty"` - Probe *SubResource `json:"probe,omitempty"` - ProbeEnabled *bool `json:"probeEnabled,omitempty"` - Protocol *ApplicationGatewayProtocol `json:"protocol,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - RequestTimeout *int64 `json:"requestTimeout,omitempty"` - TrustedRootCertificates *[]SubResource `json:"trustedRootCertificates,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendsettings.go deleted file mode 100644 index 435626e72963..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendsettings.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayBackendSettings struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ApplicationGatewayBackendSettingsPropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendsettingspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendsettingspropertiesformat.go deleted file mode 100644 index 5d5c1275f2e6..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaybackendsettingspropertiesformat.go +++ /dev/null @@ -1,15 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayBackendSettingsPropertiesFormat struct { - HostName *string `json:"hostName,omitempty"` - PickHostNameFromBackendAddress *bool `json:"pickHostNameFromBackendAddress,omitempty"` - Port *int64 `json:"port,omitempty"` - Probe *SubResource `json:"probe,omitempty"` - Protocol *ApplicationGatewayProtocol `json:"protocol,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - Timeout *int64 `json:"timeout,omitempty"` - TrustedRootCertificates *[]SubResource `json:"trustedRootCertificates,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayclientauthconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayclientauthconfiguration.go deleted file mode 100644 index 7be179f89f0a..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayclientauthconfiguration.go +++ /dev/null @@ -1,9 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayClientAuthConfiguration struct { - VerifyClientCertIssuerDN *bool `json:"verifyClientCertIssuerDN,omitempty"` - VerifyClientRevocation *ApplicationGatewayClientRevocationOptions `json:"verifyClientRevocation,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayconnectiondraining.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayconnectiondraining.go deleted file mode 100644 index f40777a88f84..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayconnectiondraining.go +++ /dev/null @@ -1,9 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayConnectionDraining struct { - DrainTimeoutInSec int64 `json:"drainTimeoutInSec"` - Enabled bool `json:"enabled"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaycustomerror.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaycustomerror.go deleted file mode 100644 index 532de5a8e93d..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaycustomerror.go +++ /dev/null @@ -1,9 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayCustomError struct { - CustomErrorPageUrl *string `json:"customErrorPageUrl,omitempty"` - StatusCode *ApplicationGatewayCustomErrorStatusCode `json:"statusCode,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfirewalldisabledrulegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfirewalldisabledrulegroup.go deleted file mode 100644 index 30534c50f525..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfirewalldisabledrulegroup.go +++ /dev/null @@ -1,9 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayFirewallDisabledRuleGroup struct { - RuleGroupName string `json:"ruleGroupName"` - Rules *[]int64 `json:"rules,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfirewallexclusion.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfirewallexclusion.go deleted file mode 100644 index 77bfe2cf65c9..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfirewallexclusion.go +++ /dev/null @@ -1,10 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayFirewallExclusion struct { - MatchVariable string `json:"matchVariable"` - Selector string `json:"selector"` - SelectorMatchOperator string `json:"selectorMatchOperator"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfirewallrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfirewallrule.go deleted file mode 100644 index c9a89bac6335..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfirewallrule.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayFirewallRule struct { - Action *ApplicationGatewayWafRuleActionTypes `json:"action,omitempty"` - Description *string `json:"description,omitempty"` - RuleId int64 `json:"ruleId"` - RuleIdString *string `json:"ruleIdString,omitempty"` - State *ApplicationGatewayWafRuleStateTypes `json:"state,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfirewallrulegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfirewallrulegroup.go deleted file mode 100644 index 06c7cbffb389..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfirewallrulegroup.go +++ /dev/null @@ -1,10 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayFirewallRuleGroup struct { - Description *string `json:"description,omitempty"` - RuleGroupName string `json:"ruleGroupName"` - Rules []ApplicationGatewayFirewallRule `json:"rules"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfirewallruleset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfirewallruleset.go deleted file mode 100644 index 3eb743516241..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfirewallruleset.go +++ /dev/null @@ -1,13 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayFirewallRuleSet struct { - Id *string `json:"id,omitempty"` - Location *string `json:"location,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ApplicationGatewayFirewallRuleSetPropertiesFormat `json:"properties,omitempty"` - Tags *map[string]string `json:"tags,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfirewallrulesetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfirewallrulesetpropertiesformat.go deleted file mode 100644 index f0bd967c325e..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfirewallrulesetpropertiesformat.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayFirewallRuleSetPropertiesFormat struct { - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - RuleGroups []ApplicationGatewayFirewallRuleGroup `json:"ruleGroups"` - RuleSetType string `json:"ruleSetType"` - RuleSetVersion string `json:"ruleSetVersion"` - Tiers *[]ApplicationGatewayTierTypes `json:"tiers,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfrontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfrontendipconfiguration.go deleted file mode 100644 index 16f3a44fe687..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfrontendipconfiguration.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayFrontendIPConfiguration struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ApplicationGatewayFrontendIPConfigurationPropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfrontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfrontendipconfigurationpropertiesformat.go deleted file mode 100644 index 45f83bbaa113..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfrontendipconfigurationpropertiesformat.go +++ /dev/null @@ -1,13 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayFrontendIPConfigurationPropertiesFormat struct { - PrivateIPAddress *string `json:"privateIPAddress,omitempty"` - PrivateIPAllocationMethod *IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"` - PrivateLinkConfiguration *SubResource `json:"privateLinkConfiguration,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - PublicIPAddress *SubResource `json:"publicIPAddress,omitempty"` - Subnet *SubResource `json:"subnet,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfrontendport.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfrontendport.go deleted file mode 100644 index 9b3c8763e014..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfrontendport.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayFrontendPort struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ApplicationGatewayFrontendPortPropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfrontendportpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfrontendportpropertiesformat.go deleted file mode 100644 index a9399610b8b2..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayfrontendportpropertiesformat.go +++ /dev/null @@ -1,9 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayFrontendPortPropertiesFormat struct { - Port *int64 `json:"port,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayglobalconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayglobalconfiguration.go deleted file mode 100644 index 8f031b6ad381..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayglobalconfiguration.go +++ /dev/null @@ -1,9 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayGlobalConfiguration struct { - EnableRequestBuffering *bool `json:"enableRequestBuffering,omitempty"` - EnableResponseBuffering *bool `json:"enableResponseBuffering,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayhttplistener.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayhttplistener.go deleted file mode 100644 index 457c3af7d7bb..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayhttplistener.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayHTTPListener struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ApplicationGatewayHTTPListenerPropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayhttplistenerpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayhttplistenerpropertiesformat.go deleted file mode 100644 index 7d3436f61862..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayhttplistenerpropertiesformat.go +++ /dev/null @@ -1,18 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayHTTPListenerPropertiesFormat struct { - CustomErrorConfigurations *[]ApplicationGatewayCustomError `json:"customErrorConfigurations,omitempty"` - FirewallPolicy *SubResource `json:"firewallPolicy,omitempty"` - FrontendIPConfiguration *SubResource `json:"frontendIPConfiguration,omitempty"` - FrontendPort *SubResource `json:"frontendPort,omitempty"` - HostName *string `json:"hostName,omitempty"` - HostNames *[]string `json:"hostNames,omitempty"` - Protocol *ApplicationGatewayProtocol `json:"protocol,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - RequireServerNameIndication *bool `json:"requireServerNameIndication,omitempty"` - SslCertificate *SubResource `json:"sslCertificate,omitempty"` - SslProfile *SubResource `json:"sslProfile,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayipconfiguration.go deleted file mode 100644 index 7b513c563594..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayipconfiguration.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayIPConfiguration struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ApplicationGatewayIPConfigurationPropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayipconfigurationpropertiesformat.go deleted file mode 100644 index 67b2b22486e0..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayipconfigurationpropertiesformat.go +++ /dev/null @@ -1,9 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayIPConfigurationPropertiesFormat struct { - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - Subnet *SubResource `json:"subnet,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaylistener.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaylistener.go deleted file mode 100644 index eb251dad173a..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaylistener.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayListener struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ApplicationGatewayListenerPropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaylistenerpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaylistenerpropertiesformat.go deleted file mode 100644 index 96c7728780de..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaylistenerpropertiesformat.go +++ /dev/null @@ -1,14 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayListenerPropertiesFormat struct { - FrontendIPConfiguration *SubResource `json:"frontendIPConfiguration,omitempty"` - FrontendPort *SubResource `json:"frontendPort,omitempty"` - HostNames *[]string `json:"hostNames,omitempty"` - Protocol *ApplicationGatewayProtocol `json:"protocol,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - SslCertificate *SubResource `json:"sslCertificate,omitempty"` - SslProfile *SubResource `json:"sslProfile,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayloaddistributionpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayloaddistributionpolicy.go deleted file mode 100644 index 9c07ad54259c..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayloaddistributionpolicy.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayLoadDistributionPolicy struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ApplicationGatewayLoadDistributionPolicyPropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayloaddistributionpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayloaddistributionpolicypropertiesformat.go deleted file mode 100644 index 9ae762454d0a..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayloaddistributionpolicypropertiesformat.go +++ /dev/null @@ -1,10 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayLoadDistributionPolicyPropertiesFormat struct { - LoadDistributionAlgorithm *ApplicationGatewayLoadDistributionAlgorithm `json:"loadDistributionAlgorithm,omitempty"` - LoadDistributionTargets *[]ApplicationGatewayLoadDistributionTarget `json:"loadDistributionTargets,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayloaddistributiontarget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayloaddistributiontarget.go deleted file mode 100644 index 5db29bd27a5c..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayloaddistributiontarget.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayLoadDistributionTarget struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ApplicationGatewayLoadDistributionTargetPropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayloaddistributiontargetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayloaddistributiontargetpropertiesformat.go deleted file mode 100644 index cd785c4126e4..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayloaddistributiontargetpropertiesformat.go +++ /dev/null @@ -1,9 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayLoadDistributionTargetPropertiesFormat struct { - BackendAddressPool *SubResource `json:"backendAddressPool,omitempty"` - WeightPerServer *int64 `json:"weightPerServer,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayondemandprobe.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayondemandprobe.go deleted file mode 100644 index 6ee19e174e2a..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayondemandprobe.go +++ /dev/null @@ -1,15 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayOnDemandProbe struct { - BackendAddressPool *SubResource `json:"backendAddressPool,omitempty"` - BackendHTTPSettings *SubResource `json:"backendHttpSettings,omitempty"` - Host *string `json:"host,omitempty"` - Match *ApplicationGatewayProbeHealthResponseMatch `json:"match,omitempty"` - Path *string `json:"path,omitempty"` - PickHostNameFromBackendHTTPSettings *bool `json:"pickHostNameFromBackendHttpSettings,omitempty"` - Protocol *ApplicationGatewayProtocol `json:"protocol,omitempty"` - Timeout *int64 `json:"timeout,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaypathrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaypathrule.go deleted file mode 100644 index ae684eb5860a..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaypathrule.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayPathRule struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ApplicationGatewayPathRulePropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaypathrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaypathrulepropertiesformat.go deleted file mode 100644 index c0586444c859..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaypathrulepropertiesformat.go +++ /dev/null @@ -1,15 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayPathRulePropertiesFormat struct { - BackendAddressPool *SubResource `json:"backendAddressPool,omitempty"` - BackendHTTPSettings *SubResource `json:"backendHttpSettings,omitempty"` - FirewallPolicy *SubResource `json:"firewallPolicy,omitempty"` - LoadDistributionPolicy *SubResource `json:"loadDistributionPolicy,omitempty"` - Paths *[]string `json:"paths,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - RedirectConfiguration *SubResource `json:"redirectConfiguration,omitempty"` - RewriteRuleSet *SubResource `json:"rewriteRuleSet,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprivateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprivateendpointconnection.go deleted file mode 100644 index 8099219aff4c..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprivateendpointconnection.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayPrivateEndpointConnection struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ApplicationGatewayPrivateEndpointConnectionProperties `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprivateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprivateendpointconnectionproperties.go deleted file mode 100644 index 400c841d704a..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprivateendpointconnectionproperties.go +++ /dev/null @@ -1,11 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayPrivateEndpointConnectionProperties struct { - LinkIdentifier *string `json:"linkIdentifier,omitempty"` - PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` - PrivateLinkServiceConnectionState *PrivateLinkServiceConnectionState `json:"privateLinkServiceConnectionState,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprivatelinkconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprivatelinkconfiguration.go deleted file mode 100644 index 1997234fb4da..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprivatelinkconfiguration.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayPrivateLinkConfiguration struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ApplicationGatewayPrivateLinkConfigurationProperties `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprivatelinkconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprivatelinkconfigurationproperties.go deleted file mode 100644 index b86b3f170145..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprivatelinkconfigurationproperties.go +++ /dev/null @@ -1,9 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayPrivateLinkConfigurationProperties struct { - IPConfigurations *[]ApplicationGatewayPrivateLinkIPConfiguration `json:"ipConfigurations,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprivatelinkipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprivatelinkipconfiguration.go deleted file mode 100644 index ad8bfa28be72..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprivatelinkipconfiguration.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayPrivateLinkIPConfiguration struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ApplicationGatewayPrivateLinkIPConfigurationProperties `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprivatelinkipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprivatelinkipconfigurationproperties.go deleted file mode 100644 index b2d2b2af23ad..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprivatelinkipconfigurationproperties.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayPrivateLinkIPConfigurationProperties struct { - Primary *bool `json:"primary,omitempty"` - PrivateIPAddress *string `json:"privateIPAddress,omitempty"` - PrivateIPAllocationMethod *IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - Subnet *SubResource `json:"subnet,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprobe.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprobe.go deleted file mode 100644 index 9b27b4f71333..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprobe.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayProbe struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ApplicationGatewayProbePropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprobehealthresponsematch.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprobehealthresponsematch.go deleted file mode 100644 index 68ccf1eaaaff..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprobehealthresponsematch.go +++ /dev/null @@ -1,9 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayProbeHealthResponseMatch struct { - Body *string `json:"body,omitempty"` - StatusCodes *[]string `json:"statusCodes,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprobepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprobepropertiesformat.go deleted file mode 100644 index dab5ee7ae23f..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayprobepropertiesformat.go +++ /dev/null @@ -1,19 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayProbePropertiesFormat struct { - Host *string `json:"host,omitempty"` - Interval *int64 `json:"interval,omitempty"` - Match *ApplicationGatewayProbeHealthResponseMatch `json:"match,omitempty"` - MinServers *int64 `json:"minServers,omitempty"` - Path *string `json:"path,omitempty"` - PickHostNameFromBackendHTTPSettings *bool `json:"pickHostNameFromBackendHttpSettings,omitempty"` - PickHostNameFromBackendSettings *bool `json:"pickHostNameFromBackendSettings,omitempty"` - Port *int64 `json:"port,omitempty"` - Protocol *ApplicationGatewayProtocol `json:"protocol,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - Timeout *int64 `json:"timeout,omitempty"` - UnhealthyThreshold *int64 `json:"unhealthyThreshold,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaypropertiesformat.go deleted file mode 100644 index 1332febd49d8..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaypropertiesformat.go +++ /dev/null @@ -1,43 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayPropertiesFormat struct { - AuthenticationCertificates *[]ApplicationGatewayAuthenticationCertificate `json:"authenticationCertificates,omitempty"` - AutoscaleConfiguration *ApplicationGatewayAutoscaleConfiguration `json:"autoscaleConfiguration,omitempty"` - BackendAddressPools *[]ApplicationGatewayBackendAddressPool `json:"backendAddressPools,omitempty"` - BackendHTTPSettingsCollection *[]ApplicationGatewayBackendHTTPSettings `json:"backendHttpSettingsCollection,omitempty"` - BackendSettingsCollection *[]ApplicationGatewayBackendSettings `json:"backendSettingsCollection,omitempty"` - CustomErrorConfigurations *[]ApplicationGatewayCustomError `json:"customErrorConfigurations,omitempty"` - DefaultPredefinedSslPolicy *ApplicationGatewaySslPolicyName `json:"defaultPredefinedSslPolicy,omitempty"` - EnableFips *bool `json:"enableFips,omitempty"` - EnableHTTP2 *bool `json:"enableHttp2,omitempty"` - FirewallPolicy *SubResource `json:"firewallPolicy,omitempty"` - ForceFirewallPolicyAssociation *bool `json:"forceFirewallPolicyAssociation,omitempty"` - FrontendIPConfigurations *[]ApplicationGatewayFrontendIPConfiguration `json:"frontendIPConfigurations,omitempty"` - FrontendPorts *[]ApplicationGatewayFrontendPort `json:"frontendPorts,omitempty"` - GatewayIPConfigurations *[]ApplicationGatewayIPConfiguration `json:"gatewayIPConfigurations,omitempty"` - GlobalConfiguration *ApplicationGatewayGlobalConfiguration `json:"globalConfiguration,omitempty"` - HTTPListeners *[]ApplicationGatewayHTTPListener `json:"httpListeners,omitempty"` - Listeners *[]ApplicationGatewayListener `json:"listeners,omitempty"` - LoadDistributionPolicies *[]ApplicationGatewayLoadDistributionPolicy `json:"loadDistributionPolicies,omitempty"` - OperationalState *ApplicationGatewayOperationalState `json:"operationalState,omitempty"` - PrivateEndpointConnections *[]ApplicationGatewayPrivateEndpointConnection `json:"privateEndpointConnections,omitempty"` - PrivateLinkConfigurations *[]ApplicationGatewayPrivateLinkConfiguration `json:"privateLinkConfigurations,omitempty"` - Probes *[]ApplicationGatewayProbe `json:"probes,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - RedirectConfigurations *[]ApplicationGatewayRedirectConfiguration `json:"redirectConfigurations,omitempty"` - RequestRoutingRules *[]ApplicationGatewayRequestRoutingRule `json:"requestRoutingRules,omitempty"` - ResourceGuid *string `json:"resourceGuid,omitempty"` - RewriteRuleSets *[]ApplicationGatewayRewriteRuleSet `json:"rewriteRuleSets,omitempty"` - RoutingRules *[]ApplicationGatewayRoutingRule `json:"routingRules,omitempty"` - Sku *ApplicationGatewaySku `json:"sku,omitempty"` - SslCertificates *[]ApplicationGatewaySslCertificate `json:"sslCertificates,omitempty"` - SslPolicy *ApplicationGatewaySslPolicy `json:"sslPolicy,omitempty"` - SslProfiles *[]ApplicationGatewaySslProfile `json:"sslProfiles,omitempty"` - TrustedClientCertificates *[]ApplicationGatewayTrustedClientCertificate `json:"trustedClientCertificates,omitempty"` - TrustedRootCertificates *[]ApplicationGatewayTrustedRootCertificate `json:"trustedRootCertificates,omitempty"` - UrlPathMaps *[]ApplicationGatewayUrlPathMap `json:"urlPathMaps,omitempty"` - WebApplicationFirewallConfiguration *ApplicationGatewayWebApplicationFirewallConfiguration `json:"webApplicationFirewallConfiguration,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayredirectconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayredirectconfiguration.go deleted file mode 100644 index 99a2df5f0de9..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayredirectconfiguration.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayRedirectConfiguration struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ApplicationGatewayRedirectConfigurationPropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayredirectconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayredirectconfigurationpropertiesformat.go deleted file mode 100644 index 07b97214f7f7..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayredirectconfigurationpropertiesformat.go +++ /dev/null @@ -1,15 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayRedirectConfigurationPropertiesFormat struct { - IncludePath *bool `json:"includePath,omitempty"` - IncludeQueryString *bool `json:"includeQueryString,omitempty"` - PathRules *[]SubResource `json:"pathRules,omitempty"` - RedirectType *ApplicationGatewayRedirectType `json:"redirectType,omitempty"` - RequestRoutingRules *[]SubResource `json:"requestRoutingRules,omitempty"` - TargetListener *SubResource `json:"targetListener,omitempty"` - TargetUrl *string `json:"targetUrl,omitempty"` - UrlPathMaps *[]SubResource `json:"urlPathMaps,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayrequestroutingrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayrequestroutingrule.go deleted file mode 100644 index 8968674820d1..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayrequestroutingrule.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayRequestRoutingRule struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ApplicationGatewayRequestRoutingRulePropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayrequestroutingrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayrequestroutingrulepropertiesformat.go deleted file mode 100644 index d7ab0f3f4d94..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayrequestroutingrulepropertiesformat.go +++ /dev/null @@ -1,17 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayRequestRoutingRulePropertiesFormat struct { - BackendAddressPool *SubResource `json:"backendAddressPool,omitempty"` - BackendHTTPSettings *SubResource `json:"backendHttpSettings,omitempty"` - HTTPListener *SubResource `json:"httpListener,omitempty"` - LoadDistributionPolicy *SubResource `json:"loadDistributionPolicy,omitempty"` - Priority *int64 `json:"priority,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - RedirectConfiguration *SubResource `json:"redirectConfiguration,omitempty"` - RewriteRuleSet *SubResource `json:"rewriteRuleSet,omitempty"` - RuleType *ApplicationGatewayRequestRoutingRuleType `json:"ruleType,omitempty"` - UrlPathMap *SubResource `json:"urlPathMap,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayrewriterule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayrewriterule.go deleted file mode 100644 index 6ce3b9a1f5d5..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayrewriterule.go +++ /dev/null @@ -1,11 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayRewriteRule struct { - ActionSet *ApplicationGatewayRewriteRuleActionSet `json:"actionSet,omitempty"` - Conditions *[]ApplicationGatewayRewriteRuleCondition `json:"conditions,omitempty"` - Name *string `json:"name,omitempty"` - RuleSequence *int64 `json:"ruleSequence,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayrewriteruleactionset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayrewriteruleactionset.go deleted file mode 100644 index 02be2e1f37bf..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayrewriteruleactionset.go +++ /dev/null @@ -1,10 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayRewriteRuleActionSet struct { - RequestHeaderConfigurations *[]ApplicationGatewayHeaderConfiguration `json:"requestHeaderConfigurations,omitempty"` - ResponseHeaderConfigurations *[]ApplicationGatewayHeaderConfiguration `json:"responseHeaderConfigurations,omitempty"` - UrlConfiguration *ApplicationGatewayUrlConfiguration `json:"urlConfiguration,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayrewriteruleset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayrewriteruleset.go deleted file mode 100644 index 571e90385085..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayrewriteruleset.go +++ /dev/null @@ -1,11 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayRewriteRuleSet struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ApplicationGatewayRewriteRuleSetPropertiesFormat `json:"properties,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayrewriterulesetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayrewriterulesetpropertiesformat.go deleted file mode 100644 index 031206c13cec..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayrewriterulesetpropertiesformat.go +++ /dev/null @@ -1,9 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayRewriteRuleSetPropertiesFormat struct { - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - RewriteRules *[]ApplicationGatewayRewriteRule `json:"rewriteRules,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayroutingrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayroutingrule.go deleted file mode 100644 index 448709de6b46..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayroutingrule.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayRoutingRule struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ApplicationGatewayRoutingRulePropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayroutingrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayroutingrulepropertiesformat.go deleted file mode 100644 index 5be005525341..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayroutingrulepropertiesformat.go +++ /dev/null @@ -1,13 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayRoutingRulePropertiesFormat struct { - BackendAddressPool *SubResource `json:"backendAddressPool,omitempty"` - BackendSettings *SubResource `json:"backendSettings,omitempty"` - Listener *SubResource `json:"listener,omitempty"` - Priority int64 `json:"priority"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - RuleType *ApplicationGatewayRequestRoutingRuleType `json:"ruleType,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaysku.go deleted file mode 100644 index 99350cf8ec72..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaysku.go +++ /dev/null @@ -1,10 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewaySku struct { - Capacity *int64 `json:"capacity,omitempty"` - Name *ApplicationGatewaySkuName `json:"name,omitempty"` - Tier *ApplicationGatewayTier `json:"tier,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaysslcertificatepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaysslcertificatepropertiesformat.go deleted file mode 100644 index 1c92efb93bd5..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaysslcertificatepropertiesformat.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewaySslCertificatePropertiesFormat struct { - Data *string `json:"data,omitempty"` - KeyVaultSecretId *string `json:"keyVaultSecretId,omitempty"` - Password *string `json:"password,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - PublicCertData *string `json:"publicCertData,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaysslpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaysslpolicy.go deleted file mode 100644 index be42ac49a185..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaysslpolicy.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewaySslPolicy struct { - CipherSuites *[]ApplicationGatewaySslCipherSuite `json:"cipherSuites,omitempty"` - DisabledSslProtocols *[]ApplicationGatewaySslProtocol `json:"disabledSslProtocols,omitempty"` - MinProtocolVersion *ApplicationGatewaySslProtocol `json:"minProtocolVersion,omitempty"` - PolicyName *ApplicationGatewaySslPolicyName `json:"policyName,omitempty"` - PolicyType *ApplicationGatewaySslPolicyType `json:"policyType,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaysslpredefinedpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaysslpredefinedpolicy.go deleted file mode 100644 index a7932dc66dbe..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaysslpredefinedpolicy.go +++ /dev/null @@ -1,10 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewaySslPredefinedPolicy struct { - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ApplicationGatewaySslPredefinedPolicyPropertiesFormat `json:"properties,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaysslpredefinedpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaysslpredefinedpolicypropertiesformat.go deleted file mode 100644 index 15702750dea7..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaysslpredefinedpolicypropertiesformat.go +++ /dev/null @@ -1,9 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewaySslPredefinedPolicyPropertiesFormat struct { - CipherSuites *[]ApplicationGatewaySslCipherSuite `json:"cipherSuites,omitempty"` - MinProtocolVersion *ApplicationGatewaySslProtocol `json:"minProtocolVersion,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaysslprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaysslprofile.go deleted file mode 100644 index 609877668f8c..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaysslprofile.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewaySslProfile struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ApplicationGatewaySslProfilePropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaysslprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaysslprofilepropertiesformat.go deleted file mode 100644 index a7c5ae2c8831..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaysslprofilepropertiesformat.go +++ /dev/null @@ -1,11 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewaySslProfilePropertiesFormat struct { - ClientAuthConfiguration *ApplicationGatewayClientAuthConfiguration `json:"clientAuthConfiguration,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - SslPolicy *ApplicationGatewaySslPolicy `json:"sslPolicy,omitempty"` - TrustedClientCertificates *[]SubResource `json:"trustedClientCertificates,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaytrustedclientcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaytrustedclientcertificate.go deleted file mode 100644 index 731b46860d77..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaytrustedclientcertificate.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayTrustedClientCertificate struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ApplicationGatewayTrustedClientCertificatePropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaytrustedclientcertificatepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaytrustedclientcertificatepropertiesformat.go deleted file mode 100644 index 67b5d91461dc..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaytrustedclientcertificatepropertiesformat.go +++ /dev/null @@ -1,11 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayTrustedClientCertificatePropertiesFormat struct { - ClientCertIssuerDN *string `json:"clientCertIssuerDN,omitempty"` - Data *string `json:"data,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - ValidatedCertData *string `json:"validatedCertData,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaytrustedrootcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaytrustedrootcertificate.go deleted file mode 100644 index 12343718b358..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaytrustedrootcertificate.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayTrustedRootCertificate struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ApplicationGatewayTrustedRootCertificatePropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaytrustedrootcertificatepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaytrustedrootcertificatepropertiesformat.go deleted file mode 100644 index 7aeb8e0a84e6..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaytrustedrootcertificatepropertiesformat.go +++ /dev/null @@ -1,10 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayTrustedRootCertificatePropertiesFormat struct { - Data *string `json:"data,omitempty"` - KeyVaultSecretId *string `json:"keyVaultSecretId,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayurlconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayurlconfiguration.go deleted file mode 100644 index 18491c35f12a..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayurlconfiguration.go +++ /dev/null @@ -1,10 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayUrlConfiguration struct { - ModifiedPath *string `json:"modifiedPath,omitempty"` - ModifiedQueryString *string `json:"modifiedQueryString,omitempty"` - Reroute *bool `json:"reroute,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayurlpathmap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayurlpathmap.go deleted file mode 100644 index 5fc068775784..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayurlpathmap.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayUrlPathMap struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ApplicationGatewayUrlPathMapPropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayurlpathmappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayurlpathmappropertiesformat.go deleted file mode 100644 index ef8e7e8e02f7..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayurlpathmappropertiesformat.go +++ /dev/null @@ -1,14 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayUrlPathMapPropertiesFormat struct { - DefaultBackendAddressPool *SubResource `json:"defaultBackendAddressPool,omitempty"` - DefaultBackendHTTPSettings *SubResource `json:"defaultBackendHttpSettings,omitempty"` - DefaultLoadDistributionPolicy *SubResource `json:"defaultLoadDistributionPolicy,omitempty"` - DefaultRedirectConfiguration *SubResource `json:"defaultRedirectConfiguration,omitempty"` - DefaultRewriteRuleSet *SubResource `json:"defaultRewriteRuleSet,omitempty"` - PathRules *[]ApplicationGatewayPathRule `json:"pathRules,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaywebapplicationfirewallconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaywebapplicationfirewallconfiguration.go deleted file mode 100644 index 561512df449c..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaywebapplicationfirewallconfiguration.go +++ /dev/null @@ -1,17 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayWebApplicationFirewallConfiguration struct { - DisabledRuleGroups *[]ApplicationGatewayFirewallDisabledRuleGroup `json:"disabledRuleGroups,omitempty"` - Enabled bool `json:"enabled"` - Exclusions *[]ApplicationGatewayFirewallExclusion `json:"exclusions,omitempty"` - FileUploadLimitInMb *int64 `json:"fileUploadLimitInMb,omitempty"` - FirewallMode ApplicationGatewayFirewallMode `json:"firewallMode"` - MaxRequestBodySize *int64 `json:"maxRequestBodySize,omitempty"` - MaxRequestBodySizeInKb *int64 `json:"maxRequestBodySizeInKb,omitempty"` - RequestBodyCheck *bool `json:"requestBodyCheck,omitempty"` - RuleSetType string `json:"ruleSetType"` - RuleSetVersion string `json:"ruleSetVersion"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationsecuritygroup.go deleted file mode 100644 index 71e4f60a5a08..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationsecuritygroup.go +++ /dev/null @@ -1,14 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationSecurityGroup struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Location *string `json:"location,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ApplicationSecurityGroupPropertiesFormat `json:"properties,omitempty"` - Tags *map[string]string `json:"tags,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationsecuritygrouppropertiesformat.go deleted file mode 100644 index c8593cff7762..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationsecuritygrouppropertiesformat.go +++ /dev/null @@ -1,9 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationSecurityGroupPropertiesFormat struct { - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - ResourceGuid *string `json:"resourceGuid,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_backendaddresspool.go deleted file mode 100644 index 1a7d2037c678..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_backendaddresspool.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type BackendAddressPool struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *BackendAddressPoolPropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_backendaddresspoolpropertiesformat.go deleted file mode 100644 index 74aca7bc73d4..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_backendaddresspoolpropertiesformat.go +++ /dev/null @@ -1,19 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type BackendAddressPoolPropertiesFormat struct { - BackendIPConfigurations *[]NetworkInterfaceIPConfiguration `json:"backendIPConfigurations,omitempty"` - DrainPeriodInSeconds *int64 `json:"drainPeriodInSeconds,omitempty"` - InboundNatRules *[]SubResource `json:"inboundNatRules,omitempty"` - LoadBalancerBackendAddresses *[]LoadBalancerBackendAddress `json:"loadBalancerBackendAddresses,omitempty"` - LoadBalancingRules *[]SubResource `json:"loadBalancingRules,omitempty"` - Location *string `json:"location,omitempty"` - OutboundRule *SubResource `json:"outboundRule,omitempty"` - OutboundRules *[]SubResource `json:"outboundRules,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - SyncMode *SyncMode `json:"syncMode,omitempty"` - TunnelInterfaces *[]GatewayLoadBalancerTunnelInterface `json:"tunnelInterfaces,omitempty"` - VirtualNetwork *SubResource `json:"virtualNetwork,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_customdnsconfigpropertiesformat.go deleted file mode 100644 index 821207ea54b0..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_customdnsconfigpropertiesformat.go +++ /dev/null @@ -1,9 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type CustomDnsConfigPropertiesFormat struct { - Fqdn *string `json:"fqdn,omitempty"` - IPAddresses *[]string `json:"ipAddresses,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_ddossettings.go deleted file mode 100644 index afe28edd8fce..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_ddossettings.go +++ /dev/null @@ -1,9 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type DdosSettings struct { - DdosProtectionPlan *SubResource `json:"ddosProtectionPlan,omitempty"` - ProtectionMode *DdosSettingsProtectionMode `json:"protectionMode,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_delegation.go deleted file mode 100644 index dde48e048ee9..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_delegation.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type Delegation struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ServiceDelegationPropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_flowlog.go deleted file mode 100644 index 8d1c520da14b..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_flowlog.go +++ /dev/null @@ -1,14 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type FlowLog struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Location *string `json:"location,omitempty"` - Name *string `json:"name,omitempty"` - Properties *FlowLogPropertiesFormat `json:"properties,omitempty"` - Tags *map[string]string `json:"tags,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_flowlogformatparameters.go deleted file mode 100644 index 79d541b9318d..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_flowlogformatparameters.go +++ /dev/null @@ -1,9 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type FlowLogFormatParameters struct { - Type *FlowLogFormatType `json:"type,omitempty"` - Version *int64 `json:"version,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_flowlogpropertiesformat.go deleted file mode 100644 index 666f7fd230f6..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_flowlogpropertiesformat.go +++ /dev/null @@ -1,15 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type FlowLogPropertiesFormat struct { - Enabled *bool `json:"enabled,omitempty"` - FlowAnalyticsConfiguration *TrafficAnalyticsProperties `json:"flowAnalyticsConfiguration,omitempty"` - Format *FlowLogFormatParameters `json:"format,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - RetentionPolicy *RetentionPolicyParameters `json:"retentionPolicy,omitempty"` - StorageId string `json:"storageId"` - TargetResourceGuid *string `json:"targetResourceGuid,omitempty"` - TargetResourceId string `json:"targetResourceId"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_frontendipconfiguration.go deleted file mode 100644 index 6af1ef349913..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_frontendipconfiguration.go +++ /dev/null @@ -1,17 +0,0 @@ -package applicationgateways - -import ( - "github.com/hashicorp/go-azure-helpers/resourcemanager/zones" -) - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type FrontendIPConfiguration struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *FrontendIPConfigurationPropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` - Zones *zones.Schema `json:"zones,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_frontendipconfigurationpropertiesformat.go deleted file mode 100644 index dfcbf3e5acac..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_frontendipconfigurationpropertiesformat.go +++ /dev/null @@ -1,19 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type FrontendIPConfigurationPropertiesFormat struct { - GatewayLoadBalancer *SubResource `json:"gatewayLoadBalancer,omitempty"` - InboundNatPools *[]SubResource `json:"inboundNatPools,omitempty"` - InboundNatRules *[]SubResource `json:"inboundNatRules,omitempty"` - LoadBalancingRules *[]SubResource `json:"loadBalancingRules,omitempty"` - OutboundRules *[]SubResource `json:"outboundRules,omitempty"` - PrivateIPAddress *string `json:"privateIPAddress,omitempty"` - PrivateIPAddressVersion *IPVersion `json:"privateIPAddressVersion,omitempty"` - PrivateIPAllocationMethod *IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - PublicIPAddress *PublicIPAddress `json:"publicIPAddress,omitempty"` - PublicIPPrefix *SubResource `json:"publicIPPrefix,omitempty"` - Subnet *Subnet `json:"subnet,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_gatewayloadbalancertunnelinterface.go deleted file mode 100644 index 81f735923092..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_gatewayloadbalancertunnelinterface.go +++ /dev/null @@ -1,11 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type GatewayLoadBalancerTunnelInterface struct { - Identifier *int64 `json:"identifier,omitempty"` - Port *int64 `json:"port,omitempty"` - Protocol *GatewayLoadBalancerTunnelProtocol `json:"protocol,omitempty"` - Type *GatewayLoadBalancerTunnelInterfaceType `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_inboundnatrule.go deleted file mode 100644 index e8326d63cddf..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_inboundnatrule.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type InboundNatRule struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *InboundNatRulePropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_inboundnatrulepropertiesformat.go deleted file mode 100644 index e68b37342b31..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_inboundnatrulepropertiesformat.go +++ /dev/null @@ -1,19 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type InboundNatRulePropertiesFormat struct { - BackendAddressPool *SubResource `json:"backendAddressPool,omitempty"` - BackendIPConfiguration *NetworkInterfaceIPConfiguration `json:"backendIPConfiguration,omitempty"` - BackendPort *int64 `json:"backendPort,omitempty"` - EnableFloatingIP *bool `json:"enableFloatingIP,omitempty"` - EnableTcpReset *bool `json:"enableTcpReset,omitempty"` - FrontendIPConfiguration *SubResource `json:"frontendIPConfiguration,omitempty"` - FrontendPort *int64 `json:"frontendPort,omitempty"` - FrontendPortRangeEnd *int64 `json:"frontendPortRangeEnd,omitempty"` - FrontendPortRangeStart *int64 `json:"frontendPortRangeStart,omitempty"` - IdleTimeoutInMinutes *int64 `json:"idleTimeoutInMinutes,omitempty"` - Protocol *TransportProtocol `json:"protocol,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_ipconfiguration.go deleted file mode 100644 index 3035f84c5962..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_ipconfiguration.go +++ /dev/null @@ -1,11 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type IPConfiguration struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *IPConfigurationPropertiesFormat `json:"properties,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_ipconfigurationprofile.go deleted file mode 100644 index edb884d27183..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_ipconfigurationprofile.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type IPConfigurationProfile struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *IPConfigurationProfilePropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_ipconfigurationprofilepropertiesformat.go deleted file mode 100644 index 1c6df0dcda2c..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_ipconfigurationprofilepropertiesformat.go +++ /dev/null @@ -1,9 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type IPConfigurationProfilePropertiesFormat struct { - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - Subnet *Subnet `json:"subnet,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_ipconfigurationpropertiesformat.go deleted file mode 100644 index 5de8de82f9ec..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_ipconfigurationpropertiesformat.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type IPConfigurationPropertiesFormat struct { - PrivateIPAddress *string `json:"privateIPAddress,omitempty"` - PrivateIPAllocationMethod *IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - PublicIPAddress *PublicIPAddress `json:"publicIPAddress,omitempty"` - Subnet *Subnet `json:"subnet,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_iptag.go deleted file mode 100644 index e423a8c05939..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_iptag.go +++ /dev/null @@ -1,9 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type IPTag struct { - IPTagType *string `json:"ipTagType,omitempty"` - Tag *string `json:"tag,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_loadbalancerbackendaddress.go deleted file mode 100644 index a4bb848daa55..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_loadbalancerbackendaddress.go +++ /dev/null @@ -1,9 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type LoadBalancerBackendAddress struct { - Name *string `json:"name,omitempty"` - Properties *LoadBalancerBackendAddressPropertiesFormat `json:"properties,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_loadbalancerbackendaddresspropertiesformat.go deleted file mode 100644 index ab1822cd6b6a..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_loadbalancerbackendaddresspropertiesformat.go +++ /dev/null @@ -1,14 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type LoadBalancerBackendAddressPropertiesFormat struct { - AdminState *LoadBalancerBackendAddressAdminState `json:"adminState,omitempty"` - IPAddress *string `json:"ipAddress,omitempty"` - InboundNatRulesPortMapping *[]NatRulePortMapping `json:"inboundNatRulesPortMapping,omitempty"` - LoadBalancerFrontendIPConfiguration *SubResource `json:"loadBalancerFrontendIPConfiguration,omitempty"` - NetworkInterfaceIPConfiguration *SubResource `json:"networkInterfaceIPConfiguration,omitempty"` - Subnet *SubResource `json:"subnet,omitempty"` - VirtualNetwork *SubResource `json:"virtualNetwork,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_natgateway.go deleted file mode 100644 index eb51b102cada..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_natgateway.go +++ /dev/null @@ -1,20 +0,0 @@ -package applicationgateways - -import ( - "github.com/hashicorp/go-azure-helpers/resourcemanager/zones" -) - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NatGateway struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Location *string `json:"location,omitempty"` - Name *string `json:"name,omitempty"` - Properties *NatGatewayPropertiesFormat `json:"properties,omitempty"` - Sku *NatGatewaySku `json:"sku,omitempty"` - Tags *map[string]string `json:"tags,omitempty"` - Type *string `json:"type,omitempty"` - Zones *zones.Schema `json:"zones,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_natgatewaypropertiesformat.go deleted file mode 100644 index 21ac8a2eca2b..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_natgatewaypropertiesformat.go +++ /dev/null @@ -1,13 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NatGatewayPropertiesFormat struct { - IdleTimeoutInMinutes *int64 `json:"idleTimeoutInMinutes,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - PublicIPAddresses *[]SubResource `json:"publicIpAddresses,omitempty"` - PublicIPPrefixes *[]SubResource `json:"publicIpPrefixes,omitempty"` - ResourceGuid *string `json:"resourceGuid,omitempty"` - Subnets *[]SubResource `json:"subnets,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_natruleportmapping.go deleted file mode 100644 index 1ca2ef21443e..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_natruleportmapping.go +++ /dev/null @@ -1,10 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NatRulePortMapping struct { - BackendPort *int64 `json:"backendPort,omitempty"` - FrontendPort *int64 `json:"frontendPort,omitempty"` - InboundNatRuleName *string `json:"inboundNatRuleName,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterface.go deleted file mode 100644 index 73b1cb41a522..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterface.go +++ /dev/null @@ -1,19 +0,0 @@ -package applicationgateways - -import ( - "github.com/hashicorp/go-azure-helpers/resourcemanager/edgezones" -) - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NetworkInterface struct { - Etag *string `json:"etag,omitempty"` - ExtendedLocation *edgezones.Model `json:"extendedLocation,omitempty"` - Id *string `json:"id,omitempty"` - Location *string `json:"location,omitempty"` - Name *string `json:"name,omitempty"` - Properties *NetworkInterfacePropertiesFormat `json:"properties,omitempty"` - Tags *map[string]string `json:"tags,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterfacednssettings.go deleted file mode 100644 index 92961ce7d045..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterfacednssettings.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NetworkInterfaceDnsSettings struct { - AppliedDnsServers *[]string `json:"appliedDnsServers,omitempty"` - DnsServers *[]string `json:"dnsServers,omitempty"` - InternalDnsNameLabel *string `json:"internalDnsNameLabel,omitempty"` - InternalDomainNameSuffix *string `json:"internalDomainNameSuffix,omitempty"` - InternalFqdn *string `json:"internalFqdn,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterfaceipconfiguration.go deleted file mode 100644 index 1be55bfe4695..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterfaceipconfiguration.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NetworkInterfaceIPConfiguration struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *NetworkInterfaceIPConfigurationPropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go deleted file mode 100644 index fed49bbe9de6..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go +++ /dev/null @@ -1,10 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties struct { - Fqdns *[]string `json:"fqdns,omitempty"` - GroupId *string `json:"groupId,omitempty"` - RequiredMemberName *string `json:"requiredMemberName,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterfaceipconfigurationpropertiesformat.go deleted file mode 100644 index 70234aeb42fc..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterfaceipconfigurationpropertiesformat.go +++ /dev/null @@ -1,21 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NetworkInterfaceIPConfigurationPropertiesFormat struct { - ApplicationGatewayBackendAddressPools *[]ApplicationGatewayBackendAddressPool `json:"applicationGatewayBackendAddressPools,omitempty"` - ApplicationSecurityGroups *[]ApplicationSecurityGroup `json:"applicationSecurityGroups,omitempty"` - GatewayLoadBalancer *SubResource `json:"gatewayLoadBalancer,omitempty"` - LoadBalancerBackendAddressPools *[]BackendAddressPool `json:"loadBalancerBackendAddressPools,omitempty"` - LoadBalancerInboundNatRules *[]InboundNatRule `json:"loadBalancerInboundNatRules,omitempty"` - Primary *bool `json:"primary,omitempty"` - PrivateIPAddress *string `json:"privateIPAddress,omitempty"` - PrivateIPAddressVersion *IPVersion `json:"privateIPAddressVersion,omitempty"` - PrivateIPAllocationMethod *IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"` - PrivateLinkConnectionProperties *NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties `json:"privateLinkConnectionProperties,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - PublicIPAddress *PublicIPAddress `json:"publicIPAddress,omitempty"` - Subnet *Subnet `json:"subnet,omitempty"` - VirtualNetworkTaps *[]VirtualNetworkTap `json:"virtualNetworkTaps,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterfacepropertiesformat.go deleted file mode 100644 index 302d4c3283d0..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterfacepropertiesformat.go +++ /dev/null @@ -1,29 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NetworkInterfacePropertiesFormat struct { - AuxiliaryMode *NetworkInterfaceAuxiliaryMode `json:"auxiliaryMode,omitempty"` - AuxiliarySku *NetworkInterfaceAuxiliarySku `json:"auxiliarySku,omitempty"` - DisableTcpStateTracking *bool `json:"disableTcpStateTracking,omitempty"` - DnsSettings *NetworkInterfaceDnsSettings `json:"dnsSettings,omitempty"` - DscpConfiguration *SubResource `json:"dscpConfiguration,omitempty"` - EnableAcceleratedNetworking *bool `json:"enableAcceleratedNetworking,omitempty"` - EnableIPForwarding *bool `json:"enableIPForwarding,omitempty"` - HostedWorkloads *[]string `json:"hostedWorkloads,omitempty"` - IPConfigurations *[]NetworkInterfaceIPConfiguration `json:"ipConfigurations,omitempty"` - MacAddress *string `json:"macAddress,omitempty"` - MigrationPhase *NetworkInterfaceMigrationPhase `json:"migrationPhase,omitempty"` - NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` - NicType *NetworkInterfaceNicType `json:"nicType,omitempty"` - Primary *bool `json:"primary,omitempty"` - PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` - PrivateLinkService *PrivateLinkService `json:"privateLinkService,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - ResourceGuid *string `json:"resourceGuid,omitempty"` - TapConfigurations *[]NetworkInterfaceTapConfiguration `json:"tapConfigurations,omitempty"` - VirtualMachine *SubResource `json:"virtualMachine,omitempty"` - VnetEncryptionSupported *bool `json:"vnetEncryptionSupported,omitempty"` - WorkloadType *string `json:"workloadType,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterfacetapconfiguration.go deleted file mode 100644 index 8dc171864266..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterfacetapconfiguration.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NetworkInterfaceTapConfiguration struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *NetworkInterfaceTapConfigurationPropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterfacetapconfigurationpropertiesformat.go deleted file mode 100644 index 199c278ace04..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networkinterfacetapconfigurationpropertiesformat.go +++ /dev/null @@ -1,9 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NetworkInterfaceTapConfigurationPropertiesFormat struct { - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - VirtualNetworkTap *VirtualNetworkTap `json:"virtualNetworkTap,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networksecuritygroup.go deleted file mode 100644 index 14268c44ed07..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networksecuritygroup.go +++ /dev/null @@ -1,14 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NetworkSecurityGroup struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Location *string `json:"location,omitempty"` - Name *string `json:"name,omitempty"` - Properties *NetworkSecurityGroupPropertiesFormat `json:"properties,omitempty"` - Tags *map[string]string `json:"tags,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networksecuritygrouppropertiesformat.go deleted file mode 100644 index e16fb5f6fb3c..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_networksecuritygrouppropertiesformat.go +++ /dev/null @@ -1,15 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type NetworkSecurityGroupPropertiesFormat struct { - DefaultSecurityRules *[]SecurityRule `json:"defaultSecurityRules,omitempty"` - FlowLogs *[]FlowLog `json:"flowLogs,omitempty"` - FlushConnection *bool `json:"flushConnection,omitempty"` - NetworkInterfaces *[]NetworkInterface `json:"networkInterfaces,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - ResourceGuid *string `json:"resourceGuid,omitempty"` - SecurityRules *[]SecurityRule `json:"securityRules,omitempty"` - Subnets *[]Subnet `json:"subnets,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privateendpoint.go deleted file mode 100644 index 4ec265596645..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privateendpoint.go +++ /dev/null @@ -1,19 +0,0 @@ -package applicationgateways - -import ( - "github.com/hashicorp/go-azure-helpers/resourcemanager/edgezones" -) - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type PrivateEndpoint struct { - Etag *string `json:"etag,omitempty"` - ExtendedLocation *edgezones.Model `json:"extendedLocation,omitempty"` - Id *string `json:"id,omitempty"` - Location *string `json:"location,omitempty"` - Name *string `json:"name,omitempty"` - Properties *PrivateEndpointProperties `json:"properties,omitempty"` - Tags *map[string]string `json:"tags,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privateendpointconnection.go deleted file mode 100644 index 72911c666f83..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privateendpointconnection.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type PrivateEndpointConnection struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *PrivateEndpointConnectionProperties `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privateendpointconnectionproperties.go deleted file mode 100644 index baec08812d8e..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privateendpointconnectionproperties.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type PrivateEndpointConnectionProperties struct { - LinkIdentifier *string `json:"linkIdentifier,omitempty"` - PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` - PrivateEndpointLocation *string `json:"privateEndpointLocation,omitempty"` - PrivateLinkServiceConnectionState *PrivateLinkServiceConnectionState `json:"privateLinkServiceConnectionState,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privateendpointipconfiguration.go deleted file mode 100644 index 7cae9c3cf716..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privateendpointipconfiguration.go +++ /dev/null @@ -1,11 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type PrivateEndpointIPConfiguration struct { - Etag *string `json:"etag,omitempty"` - Name *string `json:"name,omitempty"` - Properties *PrivateEndpointIPConfigurationProperties `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privateendpointipconfigurationproperties.go deleted file mode 100644 index f1f5adead632..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privateendpointipconfigurationproperties.go +++ /dev/null @@ -1,10 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type PrivateEndpointIPConfigurationProperties struct { - GroupId *string `json:"groupId,omitempty"` - MemberName *string `json:"memberName,omitempty"` - PrivateIPAddress *string `json:"privateIPAddress,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privateendpointproperties.go deleted file mode 100644 index 832b7f18a5d2..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privateendpointproperties.go +++ /dev/null @@ -1,16 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type PrivateEndpointProperties struct { - ApplicationSecurityGroups *[]ApplicationSecurityGroup `json:"applicationSecurityGroups,omitempty"` - CustomDnsConfigs *[]CustomDnsConfigPropertiesFormat `json:"customDnsConfigs,omitempty"` - CustomNetworkInterfaceName *string `json:"customNetworkInterfaceName,omitempty"` - IPConfigurations *[]PrivateEndpointIPConfiguration `json:"ipConfigurations,omitempty"` - ManualPrivateLinkServiceConnections *[]PrivateLinkServiceConnection `json:"manualPrivateLinkServiceConnections,omitempty"` - NetworkInterfaces *[]NetworkInterface `json:"networkInterfaces,omitempty"` - PrivateLinkServiceConnections *[]PrivateLinkServiceConnection `json:"privateLinkServiceConnections,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - Subnet *Subnet `json:"subnet,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privatelinkservice.go deleted file mode 100644 index 238c6ee31c6f..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privatelinkservice.go +++ /dev/null @@ -1,19 +0,0 @@ -package applicationgateways - -import ( - "github.com/hashicorp/go-azure-helpers/resourcemanager/edgezones" -) - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type PrivateLinkService struct { - Etag *string `json:"etag,omitempty"` - ExtendedLocation *edgezones.Model `json:"extendedLocation,omitempty"` - Id *string `json:"id,omitempty"` - Location *string `json:"location,omitempty"` - Name *string `json:"name,omitempty"` - Properties *PrivateLinkServiceProperties `json:"properties,omitempty"` - Tags *map[string]string `json:"tags,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privatelinkserviceconnection.go deleted file mode 100644 index ee88d81eb06d..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privatelinkserviceconnection.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type PrivateLinkServiceConnection struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *PrivateLinkServiceConnectionProperties `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privatelinkserviceconnectionproperties.go deleted file mode 100644 index 26b1b21ad327..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privatelinkserviceconnectionproperties.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type PrivateLinkServiceConnectionProperties struct { - GroupIds *[]string `json:"groupIds,omitempty"` - PrivateLinkServiceConnectionState *PrivateLinkServiceConnectionState `json:"privateLinkServiceConnectionState,omitempty"` - PrivateLinkServiceId *string `json:"privateLinkServiceId,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - RequestMessage *string `json:"requestMessage,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privatelinkserviceconnectionstate.go deleted file mode 100644 index 2d2970905b08..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privatelinkserviceconnectionstate.go +++ /dev/null @@ -1,10 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type PrivateLinkServiceConnectionState struct { - ActionsRequired *string `json:"actionsRequired,omitempty"` - Description *string `json:"description,omitempty"` - Status *string `json:"status,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privatelinkserviceipconfiguration.go deleted file mode 100644 index 18d6fcdf24dc..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privatelinkserviceipconfiguration.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type PrivateLinkServiceIPConfiguration struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *PrivateLinkServiceIPConfigurationProperties `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privatelinkserviceipconfigurationproperties.go deleted file mode 100644 index 02fc04bab97f..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privatelinkserviceipconfigurationproperties.go +++ /dev/null @@ -1,13 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type PrivateLinkServiceIPConfigurationProperties struct { - Primary *bool `json:"primary,omitempty"` - PrivateIPAddress *string `json:"privateIPAddress,omitempty"` - PrivateIPAddressVersion *IPVersion `json:"privateIPAddressVersion,omitempty"` - PrivateIPAllocationMethod *IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - Subnet *Subnet `json:"subnet,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privatelinkserviceproperties.go deleted file mode 100644 index eb5433301226..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_privatelinkserviceproperties.go +++ /dev/null @@ -1,17 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type PrivateLinkServiceProperties struct { - Alias *string `json:"alias,omitempty"` - AutoApproval *ResourceSet `json:"autoApproval,omitempty"` - EnableProxyProtocol *bool `json:"enableProxyProtocol,omitempty"` - Fqdns *[]string `json:"fqdns,omitempty"` - IPConfigurations *[]PrivateLinkServiceIPConfiguration `json:"ipConfigurations,omitempty"` - LoadBalancerFrontendIPConfigurations *[]FrontendIPConfiguration `json:"loadBalancerFrontendIpConfigurations,omitempty"` - NetworkInterfaces *[]NetworkInterface `json:"networkInterfaces,omitempty"` - PrivateEndpointConnections *[]PrivateEndpointConnection `json:"privateEndpointConnections,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - Visibility *ResourceSet `json:"visibility,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_publicipaddress.go deleted file mode 100644 index c17efae3e57c..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_publicipaddress.go +++ /dev/null @@ -1,22 +0,0 @@ -package applicationgateways - -import ( - "github.com/hashicorp/go-azure-helpers/resourcemanager/edgezones" - "github.com/hashicorp/go-azure-helpers/resourcemanager/zones" -) - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type PublicIPAddress struct { - Etag *string `json:"etag,omitempty"` - ExtendedLocation *edgezones.Model `json:"extendedLocation,omitempty"` - Id *string `json:"id,omitempty"` - Location *string `json:"location,omitempty"` - Name *string `json:"name,omitempty"` - Properties *PublicIPAddressPropertiesFormat `json:"properties,omitempty"` - Sku *PublicIPAddressSku `json:"sku,omitempty"` - Tags *map[string]string `json:"tags,omitempty"` - Type *string `json:"type,omitempty"` - Zones *zones.Schema `json:"zones,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_publicipaddressdnssettings.go deleted file mode 100644 index 4aeba6f0581e..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_publicipaddressdnssettings.go +++ /dev/null @@ -1,11 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type PublicIPAddressDnsSettings struct { - DomainNameLabel *string `json:"domainNameLabel,omitempty"` - DomainNameLabelScope *PublicIPAddressDnsSettingsDomainNameLabelScope `json:"domainNameLabelScope,omitempty"` - Fqdn *string `json:"fqdn,omitempty"` - ReverseFqdn *string `json:"reverseFqdn,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_publicipaddresspropertiesformat.go deleted file mode 100644 index d714bdf3daa0..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_publicipaddresspropertiesformat.go +++ /dev/null @@ -1,23 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type PublicIPAddressPropertiesFormat struct { - DdosSettings *DdosSettings `json:"ddosSettings,omitempty"` - DeleteOption *DeleteOptions `json:"deleteOption,omitempty"` - DnsSettings *PublicIPAddressDnsSettings `json:"dnsSettings,omitempty"` - IPAddress *string `json:"ipAddress,omitempty"` - IPConfiguration *IPConfiguration `json:"ipConfiguration,omitempty"` - IPTags *[]IPTag `json:"ipTags,omitempty"` - IdleTimeoutInMinutes *int64 `json:"idleTimeoutInMinutes,omitempty"` - LinkedPublicIPAddress *PublicIPAddress `json:"linkedPublicIPAddress,omitempty"` - MigrationPhase *PublicIPAddressMigrationPhase `json:"migrationPhase,omitempty"` - NatGateway *NatGateway `json:"natGateway,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - PublicIPAddressVersion *IPVersion `json:"publicIPAddressVersion,omitempty"` - PublicIPAllocationMethod *IPAllocationMethod `json:"publicIPAllocationMethod,omitempty"` - PublicIPPrefix *SubResource `json:"publicIPPrefix,omitempty"` - ResourceGuid *string `json:"resourceGuid,omitempty"` - ServicePublicIPAddress *PublicIPAddress `json:"servicePublicIPAddress,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_publicipaddresssku.go deleted file mode 100644 index 976ba6d175a0..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_publicipaddresssku.go +++ /dev/null @@ -1,9 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type PublicIPAddressSku struct { - Name *PublicIPAddressSkuName `json:"name,omitempty"` - Tier *PublicIPAddressSkuTier `json:"tier,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_resourcenavigationlink.go deleted file mode 100644 index 0aeedfe5241e..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_resourcenavigationlink.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ResourceNavigationLink struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ResourceNavigationLinkFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_resourcenavigationlinkformat.go deleted file mode 100644 index 540e9b96c41a..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_resourcenavigationlinkformat.go +++ /dev/null @@ -1,10 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ResourceNavigationLinkFormat struct { - Link *string `json:"link,omitempty"` - LinkedResourceType *string `json:"linkedResourceType,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_retentionpolicyparameters.go deleted file mode 100644 index aed6889cbaba..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_retentionpolicyparameters.go +++ /dev/null @@ -1,9 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type RetentionPolicyParameters struct { - Days *int64 `json:"days,omitempty"` - Enabled *bool `json:"enabled,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_route.go deleted file mode 100644 index 8b16e63b0d46..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_route.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type Route struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *RoutePropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_routepropertiesformat.go deleted file mode 100644 index e5c5f6988741..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_routepropertiesformat.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type RoutePropertiesFormat struct { - AddressPrefix *string `json:"addressPrefix,omitempty"` - HasBgpOverride *bool `json:"hasBgpOverride,omitempty"` - NextHopIPAddress *string `json:"nextHopIpAddress,omitempty"` - NextHopType RouteNextHopType `json:"nextHopType"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_routetable.go deleted file mode 100644 index 6b3d63e8b6cd..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_routetable.go +++ /dev/null @@ -1,14 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type RouteTable struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Location *string `json:"location,omitempty"` - Name *string `json:"name,omitempty"` - Properties *RouteTablePropertiesFormat `json:"properties,omitempty"` - Tags *map[string]string `json:"tags,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_routetablepropertiesformat.go deleted file mode 100644 index af2c694b5dbc..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_routetablepropertiesformat.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type RouteTablePropertiesFormat struct { - DisableBgpRoutePropagation *bool `json:"disableBgpRoutePropagation,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - ResourceGuid *string `json:"resourceGuid,omitempty"` - Routes *[]Route `json:"routes,omitempty"` - Subnets *[]Subnet `json:"subnets,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_securityrule.go deleted file mode 100644 index ef187da7432b..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_securityrule.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type SecurityRule struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *SecurityRulePropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_securityrulepropertiesformat.go deleted file mode 100644 index c96607c5d206..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_securityrulepropertiesformat.go +++ /dev/null @@ -1,23 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type SecurityRulePropertiesFormat struct { - Access SecurityRuleAccess `json:"access"` - Description *string `json:"description,omitempty"` - DestinationAddressPrefix *string `json:"destinationAddressPrefix,omitempty"` - DestinationAddressPrefixes *[]string `json:"destinationAddressPrefixes,omitempty"` - DestinationApplicationSecurityGroups *[]ApplicationSecurityGroup `json:"destinationApplicationSecurityGroups,omitempty"` - DestinationPortRange *string `json:"destinationPortRange,omitempty"` - DestinationPortRanges *[]string `json:"destinationPortRanges,omitempty"` - Direction SecurityRuleDirection `json:"direction"` - Priority int64 `json:"priority"` - Protocol SecurityRuleProtocol `json:"protocol"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - SourceAddressPrefix *string `json:"sourceAddressPrefix,omitempty"` - SourceAddressPrefixes *[]string `json:"sourceAddressPrefixes,omitempty"` - SourceApplicationSecurityGroups *[]ApplicationSecurityGroup `json:"sourceApplicationSecurityGroups,omitempty"` - SourcePortRange *string `json:"sourcePortRange,omitempty"` - SourcePortRanges *[]string `json:"sourcePortRanges,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_serviceassociationlink.go deleted file mode 100644 index fcd770e8b43f..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_serviceassociationlink.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ServiceAssociationLink struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ServiceAssociationLinkPropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_serviceassociationlinkpropertiesformat.go deleted file mode 100644 index 74146988cafb..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_serviceassociationlinkpropertiesformat.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ServiceAssociationLinkPropertiesFormat struct { - AllowDelete *bool `json:"allowDelete,omitempty"` - Link *string `json:"link,omitempty"` - LinkedResourceType *string `json:"linkedResourceType,omitempty"` - Locations *[]string `json:"locations,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_servicedelegationpropertiesformat.go deleted file mode 100644 index 508b02893d33..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_servicedelegationpropertiesformat.go +++ /dev/null @@ -1,10 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ServiceDelegationPropertiesFormat struct { - Actions *[]string `json:"actions,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - ServiceName *string `json:"serviceName,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_serviceendpointpolicy.go deleted file mode 100644 index 3c9d04af717f..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_serviceendpointpolicy.go +++ /dev/null @@ -1,15 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ServiceEndpointPolicy struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Kind *string `json:"kind,omitempty"` - Location *string `json:"location,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ServiceEndpointPolicyPropertiesFormat `json:"properties,omitempty"` - Tags *map[string]string `json:"tags,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_serviceendpointpolicydefinition.go deleted file mode 100644 index 3c52f56e9ead..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_serviceendpointpolicydefinition.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ServiceEndpointPolicyDefinition struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ServiceEndpointPolicyDefinitionPropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_serviceendpointpolicydefinitionpropertiesformat.go deleted file mode 100644 index 0ccd3a839f33..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_serviceendpointpolicydefinitionpropertiesformat.go +++ /dev/null @@ -1,11 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ServiceEndpointPolicyDefinitionPropertiesFormat struct { - Description *string `json:"description,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - Service *string `json:"service,omitempty"` - ServiceResources *[]string `json:"serviceResources,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_serviceendpointpolicypropertiesformat.go deleted file mode 100644 index edd49bd36a4e..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_serviceendpointpolicypropertiesformat.go +++ /dev/null @@ -1,13 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ServiceEndpointPolicyPropertiesFormat struct { - ContextualServiceEndpointPolicies *[]string `json:"contextualServiceEndpointPolicies,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - ResourceGuid *string `json:"resourceGuid,omitempty"` - ServiceAlias *string `json:"serviceAlias,omitempty"` - ServiceEndpointPolicyDefinitions *[]ServiceEndpointPolicyDefinition `json:"serviceEndpointPolicyDefinitions,omitempty"` - Subnets *[]Subnet `json:"subnets,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_serviceendpointpropertiesformat.go deleted file mode 100644 index 5cae74440057..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_serviceendpointpropertiesformat.go +++ /dev/null @@ -1,10 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ServiceEndpointPropertiesFormat struct { - Locations *[]string `json:"locations,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - Service *string `json:"service,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_subnet.go deleted file mode 100644 index 9bad3a3150cf..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_subnet.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type Subnet struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *SubnetPropertiesFormat `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_subnetpropertiesformat.go deleted file mode 100644 index ef5a25aa1813..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_subnetpropertiesformat.go +++ /dev/null @@ -1,27 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type SubnetPropertiesFormat struct { - AddressPrefix *string `json:"addressPrefix,omitempty"` - AddressPrefixes *[]string `json:"addressPrefixes,omitempty"` - ApplicationGatewayIPConfigurations *[]ApplicationGatewayIPConfiguration `json:"applicationGatewayIPConfigurations,omitempty"` - DefaultOutboundAccess *bool `json:"defaultOutboundAccess,omitempty"` - Delegations *[]Delegation `json:"delegations,omitempty"` - IPAllocations *[]SubResource `json:"ipAllocations,omitempty"` - IPConfigurationProfiles *[]IPConfigurationProfile `json:"ipConfigurationProfiles,omitempty"` - IPConfigurations *[]IPConfiguration `json:"ipConfigurations,omitempty"` - NatGateway *SubResource `json:"natGateway,omitempty"` - NetworkSecurityGroup *NetworkSecurityGroup `json:"networkSecurityGroup,omitempty"` - PrivateEndpointNetworkPolicies *VirtualNetworkPrivateEndpointNetworkPolicies `json:"privateEndpointNetworkPolicies,omitempty"` - PrivateEndpoints *[]PrivateEndpoint `json:"privateEndpoints,omitempty"` - PrivateLinkServiceNetworkPolicies *VirtualNetworkPrivateLinkServiceNetworkPolicies `json:"privateLinkServiceNetworkPolicies,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - Purpose *string `json:"purpose,omitempty"` - ResourceNavigationLinks *[]ResourceNavigationLink `json:"resourceNavigationLinks,omitempty"` - RouteTable *RouteTable `json:"routeTable,omitempty"` - ServiceAssociationLinks *[]ServiceAssociationLink `json:"serviceAssociationLinks,omitempty"` - ServiceEndpointPolicies *[]ServiceEndpointPolicy `json:"serviceEndpointPolicies,omitempty"` - ServiceEndpoints *[]ServiceEndpointPropertiesFormat `json:"serviceEndpoints,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_trafficanalyticsconfigurationproperties.go deleted file mode 100644 index 657671157786..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_trafficanalyticsconfigurationproperties.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type TrafficAnalyticsConfigurationProperties struct { - Enabled *bool `json:"enabled,omitempty"` - TrafficAnalyticsInterval *int64 `json:"trafficAnalyticsInterval,omitempty"` - WorkspaceId *string `json:"workspaceId,omitempty"` - WorkspaceRegion *string `json:"workspaceRegion,omitempty"` - WorkspaceResourceId *string `json:"workspaceResourceId,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_trafficanalyticsproperties.go deleted file mode 100644 index b9b39e7b346c..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_trafficanalyticsproperties.go +++ /dev/null @@ -1,8 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type TrafficAnalyticsProperties struct { - NetworkWatcherFlowAnalyticsConfiguration *TrafficAnalyticsConfigurationProperties `json:"networkWatcherFlowAnalyticsConfiguration,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_virtualnetworktap.go deleted file mode 100644 index 610065f3a8a5..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_virtualnetworktap.go +++ /dev/null @@ -1,14 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type VirtualNetworkTap struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Location *string `json:"location,omitempty"` - Name *string `json:"name,omitempty"` - Properties *VirtualNetworkTapPropertiesFormat `json:"properties,omitempty"` - Tags *map[string]string `json:"tags,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_virtualnetworktappropertiesformat.go deleted file mode 100644 index a7db53f16295..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_virtualnetworktappropertiesformat.go +++ /dev/null @@ -1,13 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type VirtualNetworkTapPropertiesFormat struct { - DestinationLoadBalancerFrontEndIPConfiguration *FrontendIPConfiguration `json:"destinationLoadBalancerFrontEndIPConfiguration,omitempty"` - DestinationNetworkInterfaceIPConfiguration *NetworkInterfaceIPConfiguration `json:"destinationNetworkInterfaceIPConfiguration,omitempty"` - DestinationPort *int64 `json:"destinationPort,omitempty"` - NetworkInterfaceTapConfigurations *[]NetworkInterfaceTapConfiguration `json:"networkInterfaceTapConfigurations,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - ResourceGuid *string `json:"resourceGuid,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/predicates.go deleted file mode 100644 index c51e6f7b000d..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/predicates.go +++ /dev/null @@ -1,55 +0,0 @@ -package applicationgateways - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewayOperationPredicate struct { - Etag *string - Id *string - Location *string - Name *string - Type *string -} - -func (p ApplicationGatewayOperationPredicate) Matches(input ApplicationGateway) bool { - - if p.Etag != nil && (input.Etag == nil || *p.Etag != *input.Etag) { - return false - } - - if p.Id != nil && (input.Id == nil || *p.Id != *input.Id) { - return false - } - - if p.Location != nil && (input.Location == nil || *p.Location != *input.Location) { - return false - } - - if p.Name != nil && (input.Name == nil || *p.Name != *input.Name) { - return false - } - - if p.Type != nil && (input.Type == nil || *p.Type != *input.Type) { - return false - } - - return true -} - -type ApplicationGatewaySslPredefinedPolicyOperationPredicate struct { - Id *string - Name *string -} - -func (p ApplicationGatewaySslPredefinedPolicyOperationPredicate) Matches(input ApplicationGatewaySslPredefinedPolicy) bool { - - if p.Id != nil && (input.Id == nil || *p.Id != *input.Id) { - return false - } - - if p.Name != nil && (input.Name == nil || *p.Name != *input.Name) { - return false - } - - return true -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/version.go deleted file mode 100644 index f78c40f39f29..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/version.go +++ /dev/null @@ -1,12 +0,0 @@ -package applicationgateways - -import "fmt" - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -const defaultApiVersion = "2023-09-01" - -func userAgent() string { - return fmt.Sprintf("hashicorp/go-azure-sdk/applicationgateways/%s", defaultApiVersion) -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitorendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitorendpoint.go deleted file mode 100644 index 570c394f371a..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitorendpoint.go +++ /dev/null @@ -1,14 +0,0 @@ -package connectionmonitors - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ConnectionMonitorEndpoint struct { - Address *string `json:"address,omitempty"` - CoverageLevel *CoverageLevel `json:"coverageLevel,omitempty"` - Filter *ConnectionMonitorEndpointFilter `json:"filter,omitempty"` - Name string `json:"name"` - ResourceId *string `json:"resourceId,omitempty"` - Scope *ConnectionMonitorEndpointScope `json:"scope,omitempty"` - Type *EndpointType `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/constants.go deleted file mode 100644 index d744d8f8da2e..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/constants.go +++ /dev/null @@ -1,98 +0,0 @@ -package networkvirtualappliances - -import ( - "encoding/json" - "fmt" - "strings" -) - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type InboundSecurityRulesProtocol string - -const ( - InboundSecurityRulesProtocolTCP InboundSecurityRulesProtocol = "TCP" - InboundSecurityRulesProtocolUDP InboundSecurityRulesProtocol = "UDP" -) - -func PossibleValuesForInboundSecurityRulesProtocol() []string { - return []string{ - string(InboundSecurityRulesProtocolTCP), - string(InboundSecurityRulesProtocolUDP), - } -} - -func (s *InboundSecurityRulesProtocol) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseInboundSecurityRulesProtocol(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseInboundSecurityRulesProtocol(input string) (*InboundSecurityRulesProtocol, error) { - vals := map[string]InboundSecurityRulesProtocol{ - "tcp": InboundSecurityRulesProtocolTCP, - "udp": InboundSecurityRulesProtocolUDP, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := InboundSecurityRulesProtocol(input) - return &out, nil -} - -type ProvisioningState string - -const ( - ProvisioningStateDeleting ProvisioningState = "Deleting" - ProvisioningStateFailed ProvisioningState = "Failed" - ProvisioningStateSucceeded ProvisioningState = "Succeeded" - ProvisioningStateUpdating ProvisioningState = "Updating" -) - -func PossibleValuesForProvisioningState() []string { - return []string{ - string(ProvisioningStateDeleting), - string(ProvisioningStateFailed), - string(ProvisioningStateSucceeded), - string(ProvisioningStateUpdating), - } -} - -func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseProvisioningState(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseProvisioningState(input string) (*ProvisioningState, error) { - vals := map[string]ProvisioningState{ - "deleting": ProvisioningStateDeleting, - "failed": ProvisioningStateFailed, - "succeeded": ProvisioningStateSucceeded, - "updating": ProvisioningStateUpdating, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := ProvisioningState(input) - return &out, nil -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_inboundsecurityrules.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_inboundsecurityrules.go deleted file mode 100644 index c03db57794b2..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_inboundsecurityrules.go +++ /dev/null @@ -1,10 +0,0 @@ -package networkvirtualappliances - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type InboundSecurityRules struct { - DestinationPortRange *int64 `json:"destinationPortRange,omitempty"` - Protocol *InboundSecurityRulesProtocol `json:"protocol,omitempty"` - SourceAddressPrefix *string `json:"sourceAddressPrefix,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_virtualappliancenicproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_virtualappliancenicproperties.go deleted file mode 100644 index bfd6f5f914bf..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_virtualappliancenicproperties.go +++ /dev/null @@ -1,11 +0,0 @@ -package networkvirtualappliances - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type VirtualApplianceNicProperties struct { - InstanceName *string `json:"instanceName,omitempty"` - Name *string `json:"name,omitempty"` - PrivateIPAddress *string `json:"privateIpAddress,omitempty"` - PublicIPAddress *string `json:"publicIpAddress,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaysku.go deleted file mode 100644 index 0b639c7628a9..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaysku.go +++ /dev/null @@ -1,10 +0,0 @@ -package webapplicationfirewallpolicies - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ApplicationGatewaySku struct { - Capacity *int64 `json:"capacity,omitempty"` - Name *ApplicationGatewaySkuName `json:"name,omitempty"` - Tier *ApplicationGatewayTier `json:"tier,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_policysettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_policysettings.go deleted file mode 100644 index ad2543067d3f..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_policysettings.go +++ /dev/null @@ -1,18 +0,0 @@ -package webapplicationfirewallpolicies - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type PolicySettings struct { - CustomBlockResponseBody *string `json:"customBlockResponseBody,omitempty"` - CustomBlockResponseStatusCode *int64 `json:"customBlockResponseStatusCode,omitempty"` - FileUploadEnforcement *bool `json:"fileUploadEnforcement,omitempty"` - FileUploadLimitInMb *int64 `json:"fileUploadLimitInMb,omitempty"` - LogScrubbing *PolicySettingsLogScrubbing `json:"logScrubbing,omitempty"` - MaxRequestBodySizeInKb *int64 `json:"maxRequestBodySizeInKb,omitempty"` - Mode *WebApplicationFirewallMode `json:"mode,omitempty"` - RequestBodyCheck *bool `json:"requestBodyCheck,omitempty"` - RequestBodyEnforcement *bool `json:"requestBodyEnforcement,omitempty"` - RequestBodyInspectLimitInKB *int64 `json:"requestBodyInspectLimitInKB,omitempty"` - State *WebApplicationFirewallEnabledState `json:"state,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections/README.md index ff118e94a64c..6338f82bbe13 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections` Documentation -The `adminrulecollections` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `adminrulecollections` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections/id_rulecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections/id_rulecollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections/id_rulecollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections/id_rulecollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections/id_securityadminconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections/id_securityadminconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections/id_securityadminconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections/id_securityadminconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections/model_adminrulecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections/model_adminrulecollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections/model_adminrulecollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections/model_adminrulecollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections/model_adminrulecollectionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections/model_adminrulecollectionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections/model_adminrulecollectionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections/model_adminrulecollectionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections/model_networkmanagersecuritygroupitem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections/model_networkmanagersecuritygroupitem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections/model_networkmanagersecuritygroupitem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections/model_networkmanagersecuritygroupitem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections/version.go index 28a57430a1c0..7f7954e366c8 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/adminrulecollections/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/README.md index ca77765c9604..e22e4ae21638 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules` Documentation -The `adminrules` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `adminrules` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/id_rule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/id_rule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/id_rule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/id_rule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/id_rulecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/id_rulecollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/id_rulecollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/id_rulecollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/model_addressprefixitem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/model_addressprefixitem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/model_addressprefixitem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/model_addressprefixitem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/model_adminpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/model_adminpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/model_adminpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/model_adminpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/model_adminrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/model_adminrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/model_adminrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/model_adminrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/model_baseadminrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/model_baseadminrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/model_baseadminrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/model_baseadminrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/model_defaultadminpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/model_defaultadminpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/model_defaultadminpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/model_defaultadminpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/model_defaultadminrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/model_defaultadminrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/model_defaultadminrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/model_defaultadminrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/version.go index 6fb0d8659a63..ac0a75782a67 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/adminrules/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/README.md index fb55702b044b..2711cc919a39 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections` Documentation -The `applicationgatewayprivateendpointconnections` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `applicationgatewayprivateendpointconnections` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/constants.go similarity index 97% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/constants.go index d45a073da3be..bef4af9059ef 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/constants.go @@ -983,6 +983,47 @@ func parseSecurityRuleProtocol(input string) (*SecurityRuleProtocol, error) { return &out, nil } +type SharingScope string + +const ( + SharingScopeDelegatedServices SharingScope = "DelegatedServices" + SharingScopeTenant SharingScope = "Tenant" +) + +func PossibleValuesForSharingScope() []string { + return []string{ + string(SharingScopeDelegatedServices), + string(SharingScopeTenant), + } +} + +func (s *SharingScope) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseSharingScope(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseSharingScope(input string) (*SharingScope, error) { + vals := map[string]SharingScope{ + "delegatedservices": SharingScopeDelegatedServices, + "tenant": SharingScopeTenant, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := SharingScope(input) + return &out, nil +} + type SyncMode string const ( diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/id_applicationgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/id_applicationgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/id_applicationgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/id_applicationgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/id_applicationgatewayprivateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/id_applicationgatewayprivateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/id_applicationgatewayprivateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/id_applicationgatewayprivateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/method_update.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/method_update.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/method_update.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/method_update.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_applicationgatewayprivateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_applicationgatewayprivateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_applicationgatewayprivateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_applicationgatewayprivateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_applicationgatewayprivateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_applicationgatewayprivateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_applicationgatewayprivateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_applicationgatewayprivateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfigurationpropertiesformat.go index 96eeeb31d67b..3bc2704b42e2 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfigurationpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_networkinterfaceipconfigurationpropertiesformat.go @@ -11,6 +11,7 @@ type NetworkInterfaceIPConfigurationPropertiesFormat struct { LoadBalancerInboundNatRules *[]InboundNatRule `json:"loadBalancerInboundNatRules,omitempty"` Primary *bool `json:"primary,omitempty"` PrivateIPAddress *string `json:"privateIPAddress,omitempty"` + PrivateIPAddressPrefixLength *int64 `json:"privateIPAddressPrefixLength,omitempty"` PrivateIPAddressVersion *IPVersion `json:"privateIPAddressVersion,omitempty"` PrivateIPAllocationMethod *IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"` PrivateLinkConnectionProperties *NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties `json:"privateLinkConnectionProperties,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_networkinterfacepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_networkinterfacepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_networkinterfacepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_subnetpropertiesformat.go index 44895bdbae8f..488c645e1b32 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_subnetpropertiesformat.go @@ -24,4 +24,5 @@ type SubnetPropertiesFormat struct { ServiceAssociationLinks *[]ServiceAssociationLink `json:"serviceAssociationLinks,omitempty"` ServiceEndpointPolicies *[]ServiceEndpointPolicy `json:"serviceEndpointPolicies,omitempty"` ServiceEndpoints *[]ServiceEndpointPropertiesFormat `json:"serviceEndpoints,omitempty"` + SharingScope *SharingScope `json:"sharingScope,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/version.go similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/version.go index 36f51e119fe4..1b4f66adb608 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/applicationgatewayprivateendpointconnections/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivatelinkresources/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivatelinkresources/README.md similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivatelinkresources/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivatelinkresources/README.md index ab388152c20f..ae7762605e32 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivatelinkresources/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivatelinkresources/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivatelinkresources` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivatelinkresources` Documentation -The `applicationgatewayprivatelinkresources` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `applicationgatewayprivatelinkresources` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivatelinkresources" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivatelinkresources" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivatelinkresources/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivatelinkresources/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivatelinkresources/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivatelinkresources/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivatelinkresources/id_applicationgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivatelinkresources/id_applicationgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivatelinkresources/id_applicationgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivatelinkresources/id_applicationgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivatelinkresources/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivatelinkresources/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivatelinkresources/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivatelinkresources/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivatelinkresources/model_applicationgatewayprivatelinkresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivatelinkresources/model_applicationgatewayprivatelinkresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivatelinkresources/model_applicationgatewayprivatelinkresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivatelinkresources/model_applicationgatewayprivatelinkresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivatelinkresources/model_applicationgatewayprivatelinkresourceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivatelinkresources/model_applicationgatewayprivatelinkresourceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivatelinkresources/model_applicationgatewayprivatelinkresourceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivatelinkresources/model_applicationgatewayprivatelinkresourceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivatelinkresources/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivatelinkresources/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivatelinkresources/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivatelinkresources/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivatelinkresources/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivatelinkresources/version.go similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivatelinkresources/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivatelinkresources/version.go index 263467ecf010..91d2fb62a6ee 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivatelinkresources/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivatelinkresources/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/applicationgatewayprivatelinkresources/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests/README.md similarity index 91% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests/README.md index eb0e4cadda4b..7f061f94ea04 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests` Documentation -The `applicationgatewaywafdynamicmanifests` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `applicationgatewaywafdynamicmanifests` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests/id_location.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests/id_location.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests/id_location.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests/id_location.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests/method_defaultget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests/method_defaultget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests/method_defaultget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests/method_defaultget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests/model_applicationgatewayfirewallmanifestruleset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests/model_applicationgatewayfirewallmanifestruleset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests/model_applicationgatewayfirewallmanifestruleset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests/model_applicationgatewayfirewallmanifestruleset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests/model_applicationgatewayfirewallrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests/model_applicationgatewayfirewallrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests/model_applicationgatewayfirewallrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests/model_applicationgatewayfirewallrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests/model_applicationgatewayfirewallrulegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests/model_applicationgatewayfirewallrulegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests/model_applicationgatewayfirewallrulegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests/model_applicationgatewayfirewallrulegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests/model_applicationgatewaywafdynamicmanifestpropertiesresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests/model_applicationgatewaywafdynamicmanifestpropertiesresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests/model_applicationgatewaywafdynamicmanifestpropertiesresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests/model_applicationgatewaywafdynamicmanifestpropertiesresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests/model_applicationgatewaywafdynamicmanifestresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests/model_applicationgatewaywafdynamicmanifestresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests/model_applicationgatewaywafdynamicmanifestresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests/model_applicationgatewaywafdynamicmanifestresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests/model_defaultrulesetpropertyformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests/model_defaultrulesetpropertyformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests/model_defaultrulesetpropertyformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests/model_defaultrulesetpropertyformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests/version.go similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests/version.go index d26adbcfc204..83c45ed9b8f7 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/applicationgatewaywafdynamicmanifests/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/README.md similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/README.md index 522d9ae5aeea..43e96015e396 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups` Documentation -The `applicationsecuritygroups` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `applicationsecuritygroups` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/id_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/id_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/id_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/id_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/version.go index a5f040b06ba3..1f70ba981981 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/applicationsecuritygroups/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availabledelegations/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availabledelegations/README.md similarity index 91% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availabledelegations/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availabledelegations/README.md index f005b8620012..4ada091c5fa5 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availabledelegations/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availabledelegations/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availabledelegations` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availabledelegations` Documentation -The `availabledelegations` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `availabledelegations` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availabledelegations" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availabledelegations" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availabledelegations/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availabledelegations/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availabledelegations/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availabledelegations/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availabledelegations/id_location.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availabledelegations/id_location.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availabledelegations/id_location.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availabledelegations/id_location.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availabledelegations/id_providerlocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availabledelegations/id_providerlocation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availabledelegations/id_providerlocation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availabledelegations/id_providerlocation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availabledelegations/method_availabledelegationslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availabledelegations/method_availabledelegationslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availabledelegations/method_availabledelegationslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availabledelegations/method_availabledelegationslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availabledelegations/method_availableresourcegroupdelegationslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availabledelegations/method_availableresourcegroupdelegationslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availabledelegations/method_availableresourcegroupdelegationslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availabledelegations/method_availableresourcegroupdelegationslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availabledelegations/model_availabledelegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availabledelegations/model_availabledelegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availabledelegations/model_availabledelegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availabledelegations/model_availabledelegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availabledelegations/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availabledelegations/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availabledelegations/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availabledelegations/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availabledelegations/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availabledelegations/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availabledelegations/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availabledelegations/version.go index 1dbee943bddf..74dc7e268abe 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availabledelegations/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availabledelegations/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/availabledelegations/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availableservicealiases/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availableservicealiases/README.md similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availableservicealiases/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availableservicealiases/README.md index d1857a3d9c47..23e91ec7011d 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availableservicealiases/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availableservicealiases/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availableservicealiases` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availableservicealiases` Documentation -The `availableservicealiases` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `availableservicealiases` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availableservicealiases" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availableservicealiases" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availableservicealiases/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availableservicealiases/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availableservicealiases/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availableservicealiases/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availableservicealiases/id_location.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availableservicealiases/id_location.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availableservicealiases/id_location.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availableservicealiases/id_location.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availableservicealiases/id_providerlocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availableservicealiases/id_providerlocation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availableservicealiases/id_providerlocation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availableservicealiases/id_providerlocation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availableservicealiases/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availableservicealiases/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availableservicealiases/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availableservicealiases/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availableservicealiases/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availableservicealiases/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availableservicealiases/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availableservicealiases/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availableservicealiases/model_availableservicealias.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availableservicealiases/model_availableservicealias.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availableservicealiases/model_availableservicealias.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availableservicealiases/model_availableservicealias.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availableservicealiases/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availableservicealiases/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availableservicealiases/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availableservicealiases/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availableservicealiases/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availableservicealiases/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availableservicealiases/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availableservicealiases/version.go index 240f1346a44a..4d4fe38a72e0 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availableservicealiases/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availableservicealiases/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/availableservicealiases/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/README.md similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/README.md index 4640488d4b5b..ffc3961c69a0 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls` Documentation -The `azurefirewalls` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `azurefirewalls` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/id_azurefirewall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/id_azurefirewall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/id_azurefirewall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/id_azurefirewall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/method_azurefirewallslistlearnedprefixes.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/method_azurefirewallslistlearnedprefixes.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/method_azurefirewallslistlearnedprefixes.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/method_azurefirewallslistlearnedprefixes.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/method_packetcapture.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/method_packetcapture.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/method_packetcapture.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/method_packetcapture.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallapplicationrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallapplicationrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallapplicationrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallapplicationrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallapplicationrulecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallapplicationrulecollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallapplicationrulecollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallapplicationrulecollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallapplicationrulecollectionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallapplicationrulecollectionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallapplicationrulecollectionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallapplicationrulecollectionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallapplicationruleprotocol.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallapplicationruleprotocol.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallapplicationruleprotocol.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallapplicationruleprotocol.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallipgroups.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallipgroups.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallipgroups.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallipgroups.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallnatrcaction.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallnatrcaction.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallnatrcaction.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallnatrcaction.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallnatrulecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallnatrulecollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallnatrulecollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallnatrulecollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallnatrulecollectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallnatrulecollectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallnatrulecollectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallnatrulecollectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallnetworkrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallnetworkrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallnetworkrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallnetworkrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallnetworkrulecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallnetworkrulecollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallnetworkrulecollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallnetworkrulecollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallnetworkrulecollectionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallnetworkrulecollectionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallnetworkrulecollectionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallnetworkrulecollectionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallpacketcaptureflags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallpacketcaptureflags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallpacketcaptureflags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallpacketcaptureflags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallpacketcapturerule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallpacketcapturerule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallpacketcapturerule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallpacketcapturerule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallpublicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallpublicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallpublicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallpublicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallrcaction.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallrcaction.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallrcaction.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallrcaction.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallsku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallsku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_azurefirewallsku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_azurefirewallsku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_firewallpacketcaptureparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_firewallpacketcaptureparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_firewallpacketcaptureparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_firewallpacketcaptureparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_firewallpacketcaptureparametersformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_firewallpacketcaptureparametersformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_firewallpacketcaptureparametersformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_firewallpacketcaptureparametersformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_hubipaddresses.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_hubipaddresses.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_hubipaddresses.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_hubipaddresses.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_hubpublicipaddresses.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_hubpublicipaddresses.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_hubpublicipaddresses.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_hubpublicipaddresses.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_ipprefixeslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_ipprefixeslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_ipprefixeslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_ipprefixeslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/version.go index 542215396eff..d05cd1766d1f 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/azurefirewalls/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/README.md similarity index 97% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/README.md index f54f86b38292..220cdef0313f 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts` Documentation -The `bastionhosts` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `bastionhosts` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/id_bastionhost.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/id_bastionhost.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/id_bastionhost.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/id_bastionhost.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/method_deletebastionshareablelink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/method_deletebastionshareablelink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/method_deletebastionshareablelink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/method_deletebastionshareablelink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/method_deletebastionshareablelinkbytoken.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/method_deletebastionshareablelinkbytoken.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/method_deletebastionshareablelinkbytoken.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/method_deletebastionshareablelinkbytoken.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/method_disconnectactivesessions.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/method_disconnectactivesessions.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/method_disconnectactivesessions.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/method_disconnectactivesessions.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/method_getactivesessions.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/method_getactivesessions.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/method_getactivesessions.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/method_getactivesessions.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/method_getbastionshareablelink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/method_getbastionshareablelink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/method_getbastionshareablelink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/method_getbastionshareablelink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/method_putbastionshareablelink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/method_putbastionshareablelink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/method_putbastionshareablelink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/method_putbastionshareablelink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_bastionactivesession.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_bastionactivesession.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_bastionactivesession.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_bastionactivesession.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_bastionhost.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_bastionhost.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_bastionhost.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_bastionhost.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_bastionhostipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_bastionhostipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_bastionhostipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_bastionhostipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_bastionhostipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_bastionhostipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_bastionhostipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_bastionhostipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_bastionhostpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_bastionhostpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_bastionhostpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_bastionhostpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_bastionhostpropertiesformatnetworkacls.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_bastionhostpropertiesformatnetworkacls.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_bastionhostpropertiesformatnetworkacls.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_bastionhostpropertiesformatnetworkacls.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_bastionsessionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_bastionsessionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_bastionsessionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_bastionsessionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_bastionshareablelink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_bastionshareablelink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_bastionshareablelink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_bastionshareablelink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_bastionshareablelinklistrequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_bastionshareablelinklistrequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_bastionshareablelinklistrequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_bastionshareablelinklistrequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_bastionshareablelinktokenlistrequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_bastionshareablelinktokenlistrequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_bastionshareablelinktokenlistrequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_bastionshareablelinktokenlistrequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_iprule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_iprule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_iprule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_iprule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_resource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_resource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_resource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_resource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_sessionids.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_sessionids.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_sessionids.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_sessionids.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_sku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_sku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_sku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_sku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/version.go index e7fdff294b4e..0083c60a863c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/bastionhosts/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink/README.md index fedfe877279f..353bf352f37e 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink` Documentation -The `bastionshareablelink` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `bastionshareablelink` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink/id_bastionhost.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink/id_bastionhost.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink/id_bastionhost.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink/id_bastionhost.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink/method_deletebastionshareablelink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink/method_deletebastionshareablelink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink/method_deletebastionshareablelink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink/method_deletebastionshareablelink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink/method_deletebastionshareablelinkbytoken.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink/method_deletebastionshareablelinkbytoken.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink/method_deletebastionshareablelinkbytoken.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink/method_deletebastionshareablelinkbytoken.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink/method_getbastionshareablelink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink/method_getbastionshareablelink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink/method_getbastionshareablelink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink/method_getbastionshareablelink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink/method_putbastionshareablelink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink/method_putbastionshareablelink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink/method_putbastionshareablelink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink/method_putbastionshareablelink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink/model_bastionshareablelink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink/model_bastionshareablelink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink/model_bastionshareablelink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink/model_bastionshareablelink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink/model_bastionshareablelinklistrequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink/model_bastionshareablelinklistrequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink/model_bastionshareablelinklistrequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink/model_bastionshareablelinklistrequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink/model_bastionshareablelinktokenlistrequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink/model_bastionshareablelinktokenlistrequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink/model_bastionshareablelinktokenlistrequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink/model_bastionshareablelinktokenlistrequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink/model_resource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink/model_resource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink/model_resource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink/model_resource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink/version.go index eeccba37a0c0..c7fff050a76e 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/bastionshareablelink/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bgpservicecommunities/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bgpservicecommunities/README.md similarity index 87% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bgpservicecommunities/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bgpservicecommunities/README.md index 85b459a5e261..e5403e154545 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bgpservicecommunities/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bgpservicecommunities/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bgpservicecommunities` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bgpservicecommunities` Documentation -The `bgpservicecommunities` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `bgpservicecommunities` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bgpservicecommunities" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bgpservicecommunities" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bgpservicecommunities/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bgpservicecommunities/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bgpservicecommunities/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bgpservicecommunities/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bgpservicecommunities/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bgpservicecommunities/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bgpservicecommunities/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bgpservicecommunities/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bgpservicecommunities/model_bgpcommunity.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bgpservicecommunities/model_bgpcommunity.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bgpservicecommunities/model_bgpcommunity.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bgpservicecommunities/model_bgpcommunity.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bgpservicecommunities/model_bgpservicecommunity.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bgpservicecommunities/model_bgpservicecommunity.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bgpservicecommunities/model_bgpservicecommunity.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bgpservicecommunities/model_bgpservicecommunity.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bgpservicecommunities/model_bgpservicecommunitypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bgpservicecommunities/model_bgpservicecommunitypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bgpservicecommunities/model_bgpservicecommunitypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bgpservicecommunities/model_bgpservicecommunitypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bgpservicecommunities/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bgpservicecommunities/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bgpservicecommunities/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bgpservicecommunities/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bgpservicecommunities/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bgpservicecommunities/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bgpservicecommunities/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bgpservicecommunities/version.go index e9993d877219..a8370a93d5c9 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bgpservicecommunities/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bgpservicecommunities/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/bgpservicecommunities/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/checkdnsavailabilities/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/checkdnsavailabilities/README.md similarity index 87% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/checkdnsavailabilities/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/checkdnsavailabilities/README.md index 907c663d704b..aae01bd66f3c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/checkdnsavailabilities/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/checkdnsavailabilities/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/checkdnsavailabilities` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/checkdnsavailabilities` Documentation -The `checkdnsavailabilities` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `checkdnsavailabilities` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/checkdnsavailabilities" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/checkdnsavailabilities" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/checkdnsavailabilities/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/checkdnsavailabilities/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/checkdnsavailabilities/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/checkdnsavailabilities/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/checkdnsavailabilities/id_location.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/checkdnsavailabilities/id_location.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/checkdnsavailabilities/id_location.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/checkdnsavailabilities/id_location.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/checkdnsavailabilities/method_checkdnsnameavailability.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/checkdnsavailabilities/method_checkdnsnameavailability.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/checkdnsavailabilities/method_checkdnsnameavailability.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/checkdnsavailabilities/method_checkdnsnameavailability.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/checkdnsavailabilities/model_dnsnameavailabilityresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/checkdnsavailabilities/model_dnsnameavailabilityresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/checkdnsavailabilities/model_dnsnameavailabilityresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/checkdnsavailabilities/model_dnsnameavailabilityresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/checkdnsavailabilities/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/checkdnsavailabilities/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/checkdnsavailabilities/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/checkdnsavailabilities/version.go index fedecb14282a..96c92ccdb8cf 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/checkdnsavailabilities/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/checkdnsavailabilities/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/checkdnsavailabilities/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/client.go similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/client.go index 9ecea43b24ec..90a1f20c1e54 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/client.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/client.go @@ -1,4 +1,4 @@ -package v2023_09_01 +package v2023_11_01 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. @@ -6,113 +6,113 @@ package v2023_09_01 import ( "fmt" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivatelinkresources" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availabledelegations" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availableservicealiases" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bgpservicecommunities" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/checkdnsavailabilities" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddoscustompolicies" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/endpointservices" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitarptable" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestable" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestablesummary" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitstats" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionarptable" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetable" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetablesummary" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutelinks" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportslocations" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteproviderports" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteserviceproviders" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/peerexpressroutecircuitconnections" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/servicetags" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/usages" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vipswap" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualapplianceskus" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouterpeerings" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnlinkconnections" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies" - "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webcategories" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivatelinkresources" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availabledelegations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availableservicealiases" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bgpservicecommunities" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/checkdnsavailabilities" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddoscustompolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/endpointservices" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitarptable" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestable" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestablesummary" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitstats" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionarptable" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetable" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetablesummary" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutelinks" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportslocations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteproviderports" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteserviceproviders" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/peerexpressroutecircuitconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/servicetags" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/usages" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vipswap" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualapplianceskus" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouterpeerings" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnlinkconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webcategories" "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" sdkEnv "github.com/hashicorp/go-azure-sdk/sdk/environments" ) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/README.md index 698928a1faf1..178fea12b224 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses` Documentation -The `cloudservicepublicipaddresses` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `cloudservicepublicipaddresses` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/constants.go similarity index 98% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/constants.go index a46d8dfa9de5..4e4b04e8f3b3 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/constants.go @@ -1,4 +1,4 @@ -package publicipaddresses +package cloudservicepublicipaddresses import ( "encoding/json" @@ -302,47 +302,6 @@ func parseIPVersion(input string) (*IPVersion, error) { return &out, nil } -type IsWorkloadProtected string - -const ( - IsWorkloadProtectedFalse IsWorkloadProtected = "False" - IsWorkloadProtectedTrue IsWorkloadProtected = "True" -) - -func PossibleValuesForIsWorkloadProtected() []string { - return []string{ - string(IsWorkloadProtectedFalse), - string(IsWorkloadProtectedTrue), - } -} - -func (s *IsWorkloadProtected) UnmarshalJSON(bytes []byte) error { - var decoded string - if err := json.Unmarshal(bytes, &decoded); err != nil { - return fmt.Errorf("unmarshaling: %+v", err) - } - out, err := parseIsWorkloadProtected(decoded) - if err != nil { - return fmt.Errorf("parsing %q: %+v", decoded, err) - } - *s = *out - return nil -} - -func parseIsWorkloadProtected(input string) (*IsWorkloadProtected, error) { - vals := map[string]IsWorkloadProtected{ - "false": IsWorkloadProtectedFalse, - "true": IsWorkloadProtectedTrue, - } - if v, ok := vals[strings.ToLower(input)]; ok { - return &v, nil - } - - // otherwise presume it's an undefined value and best-effort it - out := IsWorkloadProtected(input) - return &out, nil -} - type LoadBalancerBackendAddressAdminState string const ( @@ -1024,6 +983,47 @@ func parseSecurityRuleProtocol(input string) (*SecurityRuleProtocol, error) { return &out, nil } +type SharingScope string + +const ( + SharingScopeDelegatedServices SharingScope = "DelegatedServices" + SharingScopeTenant SharingScope = "Tenant" +) + +func PossibleValuesForSharingScope() []string { + return []string{ + string(SharingScopeDelegatedServices), + string(SharingScopeTenant), + } +} + +func (s *SharingScope) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseSharingScope(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseSharingScope(input string) (*SharingScope, error) { + vals := map[string]SharingScope{ + "delegatedservices": SharingScopeDelegatedServices, + "tenant": SharingScopeTenant, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := SharingScope(input) + return &out, nil +} + type SyncMode string const ( diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/id_providercloudservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/id_providercloudservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/id_providercloudservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/id_providercloudservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/method_publicipaddressesgetcloudservicepublicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/method_publicipaddressesgetcloudservicepublicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/method_publicipaddressesgetcloudservicepublicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/method_publicipaddressesgetcloudservicepublicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/method_publicipaddresseslistcloudservicepublicipaddresses.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/method_publicipaddresseslistcloudservicepublicipaddresses.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/method_publicipaddresseslistcloudservicepublicipaddresses.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/method_publicipaddresseslistcloudservicepublicipaddresses.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/method_publicipaddresseslistcloudserviceroleinstancepublicipaddresses.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/method_publicipaddresseslistcloudserviceroleinstancepublicipaddresses.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/method_publicipaddresseslistcloudserviceroleinstancepublicipaddresses.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/method_publicipaddresseslistcloudserviceroleinstancepublicipaddresses.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go index e933a3bcc7e7..7d326578ece4 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go @@ -11,6 +11,7 @@ type NetworkInterfaceIPConfigurationPropertiesFormat struct { LoadBalancerInboundNatRules *[]InboundNatRule `json:"loadBalancerInboundNatRules,omitempty"` Primary *bool `json:"primary,omitempty"` PrivateIPAddress *string `json:"privateIPAddress,omitempty"` + PrivateIPAddressPrefixLength *int64 `json:"privateIPAddressPrefixLength,omitempty"` PrivateIPAddressVersion *IPVersion `json:"privateIPAddressVersion,omitempty"` PrivateIPAllocationMethod *IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"` PrivateLinkConnectionProperties *NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties `json:"privateLinkConnectionProperties,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_networkinterfacepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_networkinterfacepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_networkinterfacepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_subnetpropertiesformat.go index 19810c29c1fa..ee48b19d8650 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_subnetpropertiesformat.go @@ -24,4 +24,5 @@ type SubnetPropertiesFormat struct { ServiceAssociationLinks *[]ServiceAssociationLink `json:"serviceAssociationLinks,omitempty"` ServiceEndpointPolicies *[]ServiceEndpointPolicy `json:"serviceEndpointPolicies,omitempty"` ServiceEndpoints *[]ServiceEndpointPropertiesFormat `json:"serviceEndpoints,omitempty"` + SharingScope *SharingScope `json:"sharingScope,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/version.go index 4aa88b86a66a..13e8a9d46785 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/cloudservicepublicipaddresses/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/README.md similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/README.md index 2403f957fb16..c54ef6441dd7 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors` Documentation -The `connectionmonitors` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `connectionmonitors` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/constants.go similarity index 99% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/constants.go index 7747a3a8316b..ca32d5169c7f 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/constants.go @@ -355,6 +355,7 @@ func parseDestinationPortBehavior(input string) (*DestinationPortBehavior, error type EndpointType string const ( + EndpointTypeAzureArcNetwork EndpointType = "AzureArcNetwork" EndpointTypeAzureArcVM EndpointType = "AzureArcVM" EndpointTypeAzureSubnet EndpointType = "AzureSubnet" EndpointTypeAzureVM EndpointType = "AzureVM" @@ -367,6 +368,7 @@ const ( func PossibleValuesForEndpointType() []string { return []string{ + string(EndpointTypeAzureArcNetwork), string(EndpointTypeAzureArcVM), string(EndpointTypeAzureSubnet), string(EndpointTypeAzureVM), @@ -393,6 +395,7 @@ func (s *EndpointType) UnmarshalJSON(bytes []byte) error { func parseEndpointType(input string) (*EndpointType, error) { vals := map[string]EndpointType{ + "azurearcnetwork": EndpointTypeAzureArcNetwork, "azurearcvm": EndpointTypeAzureArcVM, "azuresubnet": EndpointTypeAzureSubnet, "azurevm": EndpointTypeAzureVM, diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/id_connectionmonitor.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/id_connectionmonitor.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/id_connectionmonitor.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/id_connectionmonitor.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/id_networkwatcher.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/id_networkwatcher.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/id_networkwatcher.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/id_networkwatcher.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/method_query.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/method_query.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/method_query.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/method_query.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/method_start.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/method_start.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/method_start.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/method_start.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/method_stop.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/method_stop.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/method_stop.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/method_stop.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitor.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitor.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitor.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitor.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitordestination.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitordestination.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitordestination.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitordestination.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorendpoint.go new file mode 100644 index 000000000000..b93feeafd754 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorendpoint.go @@ -0,0 +1,16 @@ +package connectionmonitors + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type ConnectionMonitorEndpoint struct { + Address *string `json:"address,omitempty"` + CoverageLevel *CoverageLevel `json:"coverageLevel,omitempty"` + Filter *ConnectionMonitorEndpointFilter `json:"filter,omitempty"` + LocationDetails *ConnectionMonitorEndpointLocationDetails `json:"locationDetails,omitempty"` + Name string `json:"name"` + ResourceId *string `json:"resourceId,omitempty"` + Scope *ConnectionMonitorEndpointScope `json:"scope,omitempty"` + SubscriptionId *string `json:"subscriptionId,omitempty"` + Type *EndpointType `json:"type,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitorendpointfilter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorendpointfilter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitorendpointfilter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorendpointfilter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitorendpointfilteritem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorendpointfilteritem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitorendpointfilteritem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorendpointfilteritem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorendpointlocationdetails.go similarity index 56% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorendpointlocationdetails.go index d5962ed5647f..5e8925459d5d 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_tagsobject.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorendpointlocationdetails.go @@ -1,8 +1,8 @@ -package applicationgateways +package connectionmonitors // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -type TagsObject struct { - Tags *map[string]string `json:"tags,omitempty"` +type ConnectionMonitorEndpointLocationDetails struct { + Region *string `json:"region,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitorendpointscope.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorendpointscope.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitorendpointscope.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorendpointscope.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitorendpointscopeitem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorendpointscopeitem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitorendpointscopeitem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorendpointscopeitem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitorhttpconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorhttpconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitorhttpconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorhttpconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitoricmpconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitoricmpconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitoricmpconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitoricmpconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitorlistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorlistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitorlistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorlistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitoroutput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitoroutput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitoroutput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitoroutput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitorparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitorparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitorqueryresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorqueryresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitorqueryresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorqueryresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitorresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitorresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitorresultproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorresultproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitorresultproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorresultproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitorsource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorsource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitorsource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorsource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitorsuccessthreshold.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorsuccessthreshold.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitorsuccessthreshold.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorsuccessthreshold.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitortcpconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitortcpconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitortcpconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitortcpconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitortestconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitortestconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitortestconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitortestconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitortestgroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitortestgroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitortestgroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitortestgroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitorworkspacesettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorworkspacesettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionmonitorworkspacesettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionmonitorworkspacesettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionstatesnapshot.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionstatesnapshot.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectionstatesnapshot.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectionstatesnapshot.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectivityhop.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectivityhop.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectivityhop.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectivityhop.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectivityissue.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectivityissue.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_connectivityissue.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_connectivityissue.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_hoplink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_hoplink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_hoplink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_hoplink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_hoplinkproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_hoplinkproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_hoplinkproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_hoplinkproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_httpheader.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_httpheader.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_httpheader.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_httpheader.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/version.go index 59bdfa7222b3..3ea1ebdcccbe 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/connectionmonitors/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/README.md similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/README.md index dbafd4b5910b..85487e40647f 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations` Documentation -The `connectivityconfigurations` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `connectivityconfigurations` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/id_connectivityconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/id_connectivityconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/id_connectivityconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/id_connectivityconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/id_networkmanager.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/id_networkmanager.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/id_networkmanager.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/id_networkmanager.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/model_connectivityconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/model_connectivityconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/model_connectivityconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/model_connectivityconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/model_connectivityconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/model_connectivityconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/model_connectivityconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/model_connectivityconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/model_connectivitygroupitem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/model_connectivitygroupitem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/model_connectivitygroupitem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/model_connectivitygroupitem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/model_hub.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/model_hub.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/model_hub.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/model_hub.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/version.go index 9a75098c608f..62ecf9513b1b 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/connectivityconfigurations/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/README.md index 563f473e56dd..cd0ecbad9715 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes` Documentation -The `customipprefixes` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `customipprefixes` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/id_customipprefix.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/id_customipprefix.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/id_customipprefix.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/id_customipprefix.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/model_customipprefix.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/model_customipprefix.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/model_customipprefix.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/model_customipprefix.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/model_customipprefixpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/model_customipprefixpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/model_customipprefixpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/model_customipprefixpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/version.go index 93ec32c0c04f..d8b18dff4cd6 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/customipprefixes/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddoscustompolicies/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddoscustompolicies/README.md similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddoscustompolicies/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddoscustompolicies/README.md index dfe2680acbdc..37002c0710ec 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddoscustompolicies/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddoscustompolicies/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddoscustompolicies` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddoscustompolicies` Documentation -The `ddoscustompolicies` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `ddoscustompolicies` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddoscustompolicies" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddoscustompolicies" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddoscustompolicies/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddoscustompolicies/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddoscustompolicies/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddoscustompolicies/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddoscustompolicies/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddoscustompolicies/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddoscustompolicies/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddoscustompolicies/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddoscustompolicies/id_ddoscustompolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddoscustompolicies/id_ddoscustompolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddoscustompolicies/id_ddoscustompolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddoscustompolicies/id_ddoscustompolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddoscustompolicies/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddoscustompolicies/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddoscustompolicies/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddoscustompolicies/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddoscustompolicies/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddoscustompolicies/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddoscustompolicies/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddoscustompolicies/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddoscustompolicies/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddoscustompolicies/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddoscustompolicies/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddoscustompolicies/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddoscustompolicies/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddoscustompolicies/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddoscustompolicies/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddoscustompolicies/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddoscustompolicies/model_ddoscustompolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddoscustompolicies/model_ddoscustompolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddoscustompolicies/model_ddoscustompolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddoscustompolicies/model_ddoscustompolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddoscustompolicies/model_ddoscustompolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddoscustompolicies/model_ddoscustompolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddoscustompolicies/model_ddoscustompolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddoscustompolicies/model_ddoscustompolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddoscustompolicies/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddoscustompolicies/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddoscustompolicies/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddoscustompolicies/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddoscustompolicies/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddoscustompolicies/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddoscustompolicies/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddoscustompolicies/version.go index 5b1322b0e085..9a348c9dac26 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddoscustompolicies/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddoscustompolicies/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/ddoscustompolicies/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/README.md index 9dac8516ef64..9af0eb86b63a 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans` Documentation -The `ddosprotectionplans` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `ddosprotectionplans` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/id_ddosprotectionplan.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/id_ddosprotectionplan.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/id_ddosprotectionplan.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/id_ddosprotectionplan.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/model_ddosprotectionplan.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/model_ddosprotectionplan.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/model_ddosprotectionplan.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/model_ddosprotectionplan.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/model_ddosprotectionplanpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/model_ddosprotectionplanpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/model_ddosprotectionplanpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/model_ddosprotectionplanpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/version.go index 6c06c56468d1..dc1e04d4a4be 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/ddosprotectionplans/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/README.md similarity index 92% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/README.md index 0cd851750c73..3f9eb004cb0f 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration` Documentation -The `dscpconfiguration` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `dscpconfiguration` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/constants.go similarity index 97% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/constants.go index 4d690d8ef791..53820160b344 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/constants.go @@ -1045,6 +1045,47 @@ func parseSecurityRuleProtocol(input string) (*SecurityRuleProtocol, error) { return &out, nil } +type SharingScope string + +const ( + SharingScopeDelegatedServices SharingScope = "DelegatedServices" + SharingScopeTenant SharingScope = "Tenant" +) + +func PossibleValuesForSharingScope() []string { + return []string{ + string(SharingScopeDelegatedServices), + string(SharingScopeTenant), + } +} + +func (s *SharingScope) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseSharingScope(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseSharingScope(input string) (*SharingScope, error) { + vals := map[string]SharingScope{ + "delegatedservices": SharingScopeDelegatedServices, + "tenant": SharingScopeTenant, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := SharingScope(input) + return &out, nil +} + type SyncMode string const ( diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/id_dscpconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/id_dscpconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/id_dscpconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/id_dscpconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_dscpconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_dscpconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_dscpconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_dscpconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_dscpconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_dscpconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_dscpconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_dscpconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_networkinterfaceipconfigurationpropertiesformat.go index 235a6d0bfc40..a54e9fc0792a 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_networkinterfaceipconfigurationpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_networkinterfaceipconfigurationpropertiesformat.go @@ -11,6 +11,7 @@ type NetworkInterfaceIPConfigurationPropertiesFormat struct { LoadBalancerInboundNatRules *[]InboundNatRule `json:"loadBalancerInboundNatRules,omitempty"` Primary *bool `json:"primary,omitempty"` PrivateIPAddress *string `json:"privateIPAddress,omitempty"` + PrivateIPAddressPrefixLength *int64 `json:"privateIPAddressPrefixLength,omitempty"` PrivateIPAddressVersion *IPVersion `json:"privateIPAddressVersion,omitempty"` PrivateIPAllocationMethod *IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"` PrivateLinkConnectionProperties *NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties `json:"privateLinkConnectionProperties,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_networkinterfacepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_networkinterfacepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_networkinterfacepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_qosdefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_qosdefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_qosdefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_qosdefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_qosiprange.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_qosiprange.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_qosiprange.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_qosiprange.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_qosportrange.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_qosportrange.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_qosportrange.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_qosportrange.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_subnetpropertiesformat.go index bce567b1018b..4a93e0c3017f 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_subnetpropertiesformat.go @@ -24,4 +24,5 @@ type SubnetPropertiesFormat struct { ServiceAssociationLinks *[]ServiceAssociationLink `json:"serviceAssociationLinks,omitempty"` ServiceEndpointPolicies *[]ServiceEndpointPolicy `json:"serviceEndpointPolicies,omitempty"` ServiceEndpoints *[]ServiceEndpointPropertiesFormat `json:"serviceEndpoints,omitempty"` + SharingScope *SharingScope `json:"sharingScope,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/version.go index 344b697c1187..4ebfa641d8d9 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/dscpconfiguration/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/README.md similarity index 91% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/README.md index 7fe5eaad6367..396deb6d988d 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations` Documentation -The `dscpconfigurations` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `dscpconfigurations` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/constants.go similarity index 97% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/constants.go index abc9a2dd729a..b23cdf20d545 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/constants.go @@ -1045,6 +1045,47 @@ func parseSecurityRuleProtocol(input string) (*SecurityRuleProtocol, error) { return &out, nil } +type SharingScope string + +const ( + SharingScopeDelegatedServices SharingScope = "DelegatedServices" + SharingScopeTenant SharingScope = "Tenant" +) + +func PossibleValuesForSharingScope() []string { + return []string{ + string(SharingScopeDelegatedServices), + string(SharingScopeTenant), + } +} + +func (s *SharingScope) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseSharingScope(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseSharingScope(input string) (*SharingScope, error) { + vals := map[string]SharingScope{ + "delegatedservices": SharingScopeDelegatedServices, + "tenant": SharingScopeTenant, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := SharingScope(input) + return &out, nil +} + type SyncMode string const ( diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/method_dscpconfigurationlist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/method_dscpconfigurationlist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/method_dscpconfigurationlist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/method_dscpconfigurationlist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/method_dscpconfigurationlistall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/method_dscpconfigurationlistall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/method_dscpconfigurationlistall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/method_dscpconfigurationlistall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_dscpconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_dscpconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_dscpconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_dscpconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_dscpconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_dscpconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_dscpconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_dscpconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_networkinterfaceipconfigurationpropertiesformat.go index 483630c9a123..ef75e49ef708 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_networkinterfaceipconfigurationpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_networkinterfaceipconfigurationpropertiesformat.go @@ -11,6 +11,7 @@ type NetworkInterfaceIPConfigurationPropertiesFormat struct { LoadBalancerInboundNatRules *[]InboundNatRule `json:"loadBalancerInboundNatRules,omitempty"` Primary *bool `json:"primary,omitempty"` PrivateIPAddress *string `json:"privateIPAddress,omitempty"` + PrivateIPAddressPrefixLength *int64 `json:"privateIPAddressPrefixLength,omitempty"` PrivateIPAddressVersion *IPVersion `json:"privateIPAddressVersion,omitempty"` PrivateIPAllocationMethod *IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"` PrivateLinkConnectionProperties *NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties `json:"privateLinkConnectionProperties,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_networkinterfacepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_networkinterfacepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_networkinterfacepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_qosdefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_qosdefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_qosdefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_qosdefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_qosiprange.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_qosiprange.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_qosiprange.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_qosiprange.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_qosportrange.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_qosportrange.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_qosportrange.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_qosportrange.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_subnetpropertiesformat.go index c9f490d17cd2..ca179c7e8334 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_subnetpropertiesformat.go @@ -24,4 +24,5 @@ type SubnetPropertiesFormat struct { ServiceAssociationLinks *[]ServiceAssociationLink `json:"serviceAssociationLinks,omitempty"` ServiceEndpointPolicies *[]ServiceEndpointPolicy `json:"serviceEndpointPolicies,omitempty"` ServiceEndpoints *[]ServiceEndpointPropertiesFormat `json:"serviceEndpoints,omitempty"` + SharingScope *SharingScope `json:"sharingScope,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/version.go index aac312f2fb4f..0812d4daaf2c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/dscpconfigurations/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/endpointservices/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/endpointservices/README.md similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/endpointservices/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/endpointservices/README.md index 886cb26e9f99..29e4aff7f71c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/endpointservices/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/endpointservices/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/endpointservices` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/endpointservices` Documentation -The `endpointservices` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `endpointservices` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/endpointservices" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/endpointservices" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/endpointservices/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/endpointservices/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/endpointservices/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/endpointservices/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/endpointservices/id_location.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/endpointservices/id_location.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/endpointservices/id_location.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/endpointservices/id_location.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/endpointservices/method_availableendpointserviceslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/endpointservices/method_availableendpointserviceslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/endpointservices/method_availableendpointserviceslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/endpointservices/method_availableendpointserviceslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/endpointservices/model_endpointserviceresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/endpointservices/model_endpointserviceresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/endpointservices/model_endpointserviceresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/endpointservices/model_endpointserviceresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/endpointservices/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/endpointservices/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/endpointservices/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/endpointservices/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/endpointservices/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/endpointservices/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/endpointservices/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/endpointservices/version.go index c0780cbcfa62..2e19df5c828b 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/endpointservices/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/endpointservices/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/endpointservices/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitarptable/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitarptable/README.md similarity index 91% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitarptable/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitarptable/README.md index e64317324409..da599e67a92d 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitarptable/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitarptable/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitarptable` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitarptable` Documentation -The `expressroutecircuitarptable` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `expressroutecircuitarptable` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitarptable" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitarptable" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitarptable/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitarptable/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitarptable/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitarptable/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitarptable/id_arptable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitarptable/id_arptable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitarptable/id_arptable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitarptable/id_arptable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitarptable/method_expressroutecircuitslistarptable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitarptable/method_expressroutecircuitslistarptable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitarptable/method_expressroutecircuitslistarptable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitarptable/method_expressroutecircuitslistarptable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitarptable/model_expressroutecircuitarptable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitarptable/model_expressroutecircuitarptable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitarptable/model_expressroutecircuitarptable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitarptable/model_expressroutecircuitarptable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitarptable/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitarptable/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitarptable/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitarptable/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitarptable/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitarptable/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitarptable/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitarptable/version.go index 3f9784f3103a..75b40b5db379 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitarptable/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitarptable/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/expressroutecircuitarptable/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations/README.md index 8894a0f8a35a..4446f8cbb8e6 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations` Documentation -The `expressroutecircuitauthorizations` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `expressroutecircuitauthorizations` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations/id_authorization.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations/id_authorization.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations/id_authorization.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations/id_authorization.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations/id_expressroutecircuit.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations/id_expressroutecircuit.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations/id_expressroutecircuit.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations/id_expressroutecircuit.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations/model_authorizationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations/model_authorizationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations/model_authorizationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations/model_authorizationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations/model_expressroutecircuitauthorization.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations/model_expressroutecircuitauthorization.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations/model_expressroutecircuitauthorization.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations/model_expressroutecircuitauthorization.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations/version.go index 296b5b76e311..a7d64d7839ed 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/expressroutecircuitauthorizations/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections/README.md index 82af22ad4330..8b1ba4916f72 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections` Documentation -The `expressroutecircuitconnections` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `expressroutecircuitconnections` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections/id_peeringconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections/id_peeringconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections/id_peeringconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections/id_peeringconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections/model_expressroutecircuitconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections/model_expressroutecircuitconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections/model_expressroutecircuitconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections/model_expressroutecircuitconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections/model_expressroutecircuitconnectionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections/model_expressroutecircuitconnectionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections/model_expressroutecircuitconnectionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections/model_expressroutecircuitconnectionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections/model_ipv6circuitconnectionconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections/model_ipv6circuitconnectionconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections/model_ipv6circuitconnectionconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections/model_ipv6circuitconnectionconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections/version.go index 7ddaa436c5fb..e15f8b6a71d8 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/expressroutecircuitconnections/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/README.md index 84cf7d13ea2c..21b1c97b344a 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings` Documentation -The `expressroutecircuitpeerings` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `expressroutecircuitpeerings` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/id_expressroutecircuit.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/id_expressroutecircuit.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/id_expressroutecircuit.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/id_expressroutecircuit.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/model_expressroutecircuitconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/model_expressroutecircuitconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/model_expressroutecircuitconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/model_expressroutecircuitconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/model_expressroutecircuitconnectionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/model_expressroutecircuitconnectionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/model_expressroutecircuitconnectionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/model_expressroutecircuitconnectionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/model_expressroutecircuitpeering.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/model_expressroutecircuitpeering.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/model_expressroutecircuitpeering.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/model_expressroutecircuitpeering.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/model_expressroutecircuitpeeringconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/model_expressroutecircuitpeeringconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/model_expressroutecircuitpeeringconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/model_expressroutecircuitpeeringconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/model_expressroutecircuitpeeringpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/model_expressroutecircuitpeeringpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/model_expressroutecircuitpeeringpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/model_expressroutecircuitpeeringpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/model_expressroutecircuitstats.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/model_expressroutecircuitstats.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/model_expressroutecircuitstats.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/model_expressroutecircuitstats.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/model_expressrouteconnectionid.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/model_expressrouteconnectionid.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/model_expressrouteconnectionid.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/model_expressrouteconnectionid.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/model_ipv6circuitconnectionconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/model_ipv6circuitconnectionconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/model_ipv6circuitconnectionconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/model_ipv6circuitconnectionconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/model_ipv6expressroutecircuitpeeringconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/model_ipv6expressroutecircuitpeeringconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/model_ipv6expressroutecircuitpeeringconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/model_ipv6expressroutecircuitpeeringconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/model_peerexpressroutecircuitconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/model_peerexpressroutecircuitconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/model_peerexpressroutecircuitconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/model_peerexpressroutecircuitconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/model_peerexpressroutecircuitconnectionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/model_peerexpressroutecircuitconnectionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/model_peerexpressroutecircuitconnectionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/model_peerexpressroutecircuitconnectionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/version.go index cc3597e93e74..52009464de04 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/expressroutecircuitpeerings/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestable/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestable/README.md similarity index 91% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestable/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestable/README.md index 3511fb573c26..c277fb17bb19 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestable/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestable/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestable` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestable` Documentation -The `expressroutecircuitroutestable` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `expressroutecircuitroutestable` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestable" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestable" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestable/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestable/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestable/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestable/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestable/id_peeringroutetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestable/id_peeringroutetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestable/id_peeringroutetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestable/id_peeringroutetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestable/method_expressroutecircuitslistroutestable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestable/method_expressroutecircuitslistroutestable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestable/method_expressroutecircuitslistroutestable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestable/method_expressroutecircuitslistroutestable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestable/model_expressroutecircuitroutestable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestable/model_expressroutecircuitroutestable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestable/model_expressroutecircuitroutestable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestable/model_expressroutecircuitroutestable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestable/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestable/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestable/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestable/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestable/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestable/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestable/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestable/version.go index 053fdf3247cf..eebea9ad8c3d 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestable/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestable/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/expressroutecircuitroutestable/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestablesummary/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestablesummary/README.md similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestablesummary/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestablesummary/README.md index d30b56aa2bc0..c8b52c8d4454 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestablesummary/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestablesummary/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestablesummary` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestablesummary` Documentation -The `expressroutecircuitroutestablesummary` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `expressroutecircuitroutestablesummary` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestablesummary" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestablesummary" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestablesummary/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestablesummary/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestablesummary/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestablesummary/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestablesummary/id_routetablessummary.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestablesummary/id_routetablessummary.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestablesummary/id_routetablessummary.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestablesummary/id_routetablessummary.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestablesummary/method_expressroutecircuitslistroutestablesummary.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestablesummary/method_expressroutecircuitslistroutestablesummary.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestablesummary/method_expressroutecircuitslistroutestablesummary.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestablesummary/method_expressroutecircuitslistroutestablesummary.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestablesummary/model_expressroutecircuitroutestablesummary.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestablesummary/model_expressroutecircuitroutestablesummary.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestablesummary/model_expressroutecircuitroutestablesummary.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestablesummary/model_expressroutecircuitroutestablesummary.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestablesummary/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestablesummary/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestablesummary/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestablesummary/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestablesummary/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestablesummary/version.go similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestablesummary/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestablesummary/version.go index 6b2de2798109..776f82a1b931 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestablesummary/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestablesummary/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/expressroutecircuitroutestablesummary/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/README.md index 17ec6bf4c74d..f7efe107b4e9 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits` Documentation -The `expressroutecircuits` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `expressroutecircuits` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/id_expressroutecircuit.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/id_expressroutecircuit.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/id_expressroutecircuit.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/id_expressroutecircuit.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_authorizationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_authorizationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_authorizationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_authorizationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_expressroutecircuit.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_expressroutecircuit.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_expressroutecircuit.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_expressroutecircuit.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_expressroutecircuitauthorization.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_expressroutecircuitauthorization.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_expressroutecircuitauthorization.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_expressroutecircuitauthorization.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_expressroutecircuitconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_expressroutecircuitconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_expressroutecircuitconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_expressroutecircuitconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_expressroutecircuitconnectionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_expressroutecircuitconnectionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_expressroutecircuitconnectionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_expressroutecircuitconnectionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_expressroutecircuitpeering.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_expressroutecircuitpeering.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_expressroutecircuitpeering.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_expressroutecircuitpeering.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_expressroutecircuitpeeringconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_expressroutecircuitpeeringconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_expressroutecircuitpeeringconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_expressroutecircuitpeeringconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_expressroutecircuitpeeringpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_expressroutecircuitpeeringpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_expressroutecircuitpeeringpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_expressroutecircuitpeeringpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_expressroutecircuitpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_expressroutecircuitpropertiesformat.go similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_expressroutecircuitpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_expressroutecircuitpropertiesformat.go index 89faee5aa485..250eb3de7241 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_expressroutecircuitpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_expressroutecircuitpropertiesformat.go @@ -10,6 +10,7 @@ type ExpressRouteCircuitPropertiesFormat struct { Authorizations *[]ExpressRouteCircuitAuthorization `json:"authorizations,omitempty"` BandwidthInGbps *float64 `json:"bandwidthInGbps,omitempty"` CircuitProvisioningState *string `json:"circuitProvisioningState,omitempty"` + EnableDirectPortRateLimit *bool `json:"enableDirectPortRateLimit,omitempty"` ExpressRoutePort *SubResource `json:"expressRoutePort,omitempty"` GatewayManagerEtag *string `json:"gatewayManagerEtag,omitempty"` GlobalReachEnabled *bool `json:"globalReachEnabled,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_expressroutecircuitserviceproviderproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_expressroutecircuitserviceproviderproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_expressroutecircuitserviceproviderproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_expressroutecircuitserviceproviderproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_expressroutecircuitsku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_expressroutecircuitsku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_expressroutecircuitsku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_expressroutecircuitsku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_expressroutecircuitstats.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_expressroutecircuitstats.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_expressroutecircuitstats.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_expressroutecircuitstats.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_expressrouteconnectionid.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_expressrouteconnectionid.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_expressrouteconnectionid.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_expressrouteconnectionid.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_ipv6circuitconnectionconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_ipv6circuitconnectionconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_ipv6circuitconnectionconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_ipv6circuitconnectionconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_ipv6expressroutecircuitpeeringconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_ipv6expressroutecircuitpeeringconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_ipv6expressroutecircuitpeeringconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_ipv6expressroutecircuitpeeringconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_peerexpressroutecircuitconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_peerexpressroutecircuitconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_peerexpressroutecircuitconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_peerexpressroutecircuitconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_peerexpressroutecircuitconnectionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_peerexpressroutecircuitconnectionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_peerexpressroutecircuitconnectionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_peerexpressroutecircuitconnectionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/version.go index be8aa4833254..8293ecde4f63 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/expressroutecircuits/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitstats/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitstats/README.md similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitstats/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitstats/README.md index dbe0302a6156..19e9815334ae 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitstats/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitstats/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitstats` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitstats` Documentation -The `expressroutecircuitstats` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `expressroutecircuitstats` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitstats" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitstats" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitstats/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitstats/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitstats/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitstats/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitstats/id_expressroutecircuit.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitstats/id_expressroutecircuit.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitstats/id_expressroutecircuit.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitstats/id_expressroutecircuit.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitstats/method_expressroutecircuitsgetpeeringstats.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitstats/method_expressroutecircuitsgetpeeringstats.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitstats/method_expressroutecircuitsgetpeeringstats.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitstats/method_expressroutecircuitsgetpeeringstats.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitstats/method_expressroutecircuitsgetstats.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitstats/method_expressroutecircuitsgetstats.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitstats/method_expressroutecircuitsgetstats.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitstats/method_expressroutecircuitsgetstats.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitstats/model_expressroutecircuitstats.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitstats/model_expressroutecircuitstats.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitstats/model_expressroutecircuitstats.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitstats/model_expressroutecircuitstats.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitstats/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitstats/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitstats/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitstats/version.go index 534ca0f04d1b..3b7fa6960a87 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitstats/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitstats/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/expressroutecircuitstats/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/README.md similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/README.md index 2162d8a9d35d..973bd55fede0 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections` Documentation -The `expressrouteconnections` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `expressrouteconnections` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/id_expressrouteconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/id_expressrouteconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/id_expressrouteconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/id_expressrouteconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/id_expressroutegateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/id_expressroutegateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/id_expressroutegateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/id_expressroutegateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/model_expressroutecircuitpeeringid.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/model_expressroutecircuitpeeringid.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/model_expressroutecircuitpeeringid.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/model_expressroutecircuitpeeringid.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/model_expressrouteconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/model_expressrouteconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/model_expressrouteconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/model_expressrouteconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/model_expressrouteconnectionlist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/model_expressrouteconnectionlist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/model_expressrouteconnectionlist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/model_expressrouteconnectionlist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/model_expressrouteconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/model_expressrouteconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/model_expressrouteconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/model_expressrouteconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/model_propagatedroutetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/model_propagatedroutetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/model_propagatedroutetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/model_propagatedroutetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/model_routingconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/model_routingconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/model_routingconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/model_routingconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/model_staticroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/model_staticroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/model_staticroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/model_staticroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/model_staticroutesconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/model_staticroutesconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/model_staticroutesconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/model_staticroutesconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/model_vnetroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/model_vnetroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/model_vnetroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/model_vnetroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/version.go index af15260a0f38..12280cb6f2b2 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/expressrouteconnections/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionarptable/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionarptable/README.md similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionarptable/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionarptable/README.md index 3b8bad8a6863..325182359788 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionarptable/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionarptable/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionarptable` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionarptable` Documentation -The `expressroutecrossconnectionarptable` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `expressroutecrossconnectionarptable` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionarptable" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionarptable" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionarptable/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionarptable/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionarptable/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionarptable/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionarptable/id_peeringarptable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionarptable/id_peeringarptable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionarptable/id_peeringarptable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionarptable/id_peeringarptable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionarptable/method_expressroutecrossconnectionslistarptable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionarptable/method_expressroutecrossconnectionslistarptable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionarptable/method_expressroutecrossconnectionslistarptable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionarptable/method_expressroutecrossconnectionslistarptable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionarptable/model_expressroutecircuitarptable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionarptable/model_expressroutecircuitarptable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionarptable/model_expressroutecircuitarptable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionarptable/model_expressroutecircuitarptable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionarptable/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionarptable/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionarptable/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionarptable/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionarptable/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionarptable/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionarptable/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionarptable/version.go index d77816f4706e..455b31f5bc36 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionarptable/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionarptable/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/expressroutecrossconnectionarptable/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/README.md index db2b3ff0570d..9ff762b57423 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings` Documentation -The `expressroutecrossconnectionpeerings` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `expressroutecrossconnectionpeerings` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/id_expressroutecrossconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/id_expressroutecrossconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/id_expressroutecrossconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/id_expressroutecrossconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/id_peering.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/id_peering.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/id_peering.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/id_peering.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/model_expressroutecircuitpeeringconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/model_expressroutecircuitpeeringconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/model_expressroutecircuitpeeringconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/model_expressroutecircuitpeeringconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/model_expressroutecrossconnectionpeering.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/model_expressroutecrossconnectionpeering.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/model_expressroutecrossconnectionpeering.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/model_expressroutecrossconnectionpeering.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/model_expressroutecrossconnectionpeeringproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/model_expressroutecrossconnectionpeeringproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/model_expressroutecrossconnectionpeeringproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/model_expressroutecrossconnectionpeeringproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/model_ipv6expressroutecircuitpeeringconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/model_ipv6expressroutecircuitpeeringconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/model_ipv6expressroutecircuitpeeringconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/model_ipv6expressroutecircuitpeeringconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/version.go index 9ff77b0dd1db..8dc794bbd108 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/expressroutecrossconnectionpeerings/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetable/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetable/README.md similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetable/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetable/README.md index 1b18a5f7b3b3..ce896e47edd2 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetable/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetable/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetable` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetable` Documentation -The `expressroutecrossconnectionroutetable` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `expressroutecrossconnectionroutetable` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetable" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetable" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetable/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetable/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetable/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetable/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetable/id_expressroutecrossconnectionpeeringroutetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetable/id_expressroutecrossconnectionpeeringroutetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetable/id_expressroutecrossconnectionpeeringroutetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetable/id_expressroutecrossconnectionpeeringroutetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetable/method_expressroutecrossconnectionslistroutestable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetable/method_expressroutecrossconnectionslistroutestable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetable/method_expressroutecrossconnectionslistroutestable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetable/method_expressroutecrossconnectionslistroutestable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetable/model_expressroutecircuitroutestable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetable/model_expressroutecircuitroutestable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetable/model_expressroutecircuitroutestable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetable/model_expressroutecircuitroutestable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetable/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetable/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetable/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetable/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetable/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetable/version.go similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetable/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetable/version.go index 811acb6b1638..75c933a3225d 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetable/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetable/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/expressroutecrossconnectionroutetable/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetablesummary/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetablesummary/README.md similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetablesummary/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetablesummary/README.md index ad4913f4d9ed..8b68daff17cd 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetablesummary/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetablesummary/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetablesummary` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetablesummary` Documentation -The `expressroutecrossconnectionroutetablesummary` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `expressroutecrossconnectionroutetablesummary` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetablesummary" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetablesummary" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetablesummary/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetablesummary/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetablesummary/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetablesummary/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetablesummary/id_peeringroutetablessummary.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetablesummary/id_peeringroutetablessummary.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetablesummary/id_peeringroutetablessummary.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetablesummary/id_peeringroutetablessummary.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetablesummary/method_expressroutecrossconnectionslistroutestablesummary.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetablesummary/method_expressroutecrossconnectionslistroutestablesummary.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetablesummary/method_expressroutecrossconnectionslistroutestablesummary.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetablesummary/method_expressroutecrossconnectionslistroutestablesummary.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetablesummary/model_expressroutecrossconnectionroutestablesummary.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetablesummary/model_expressroutecrossconnectionroutestablesummary.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetablesummary/model_expressroutecrossconnectionroutestablesummary.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetablesummary/model_expressroutecrossconnectionroutestablesummary.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetablesummary/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetablesummary/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetablesummary/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetablesummary/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetablesummary/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetablesummary/version.go similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetablesummary/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetablesummary/version.go index f62938824609..0bf163eae3d7 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetablesummary/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetablesummary/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/expressroutecrossconnectionroutetablesummary/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/README.md similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/README.md index f413148c121e..31298cb1b3e2 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections` Documentation -The `expressroutecrossconnections` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `expressroutecrossconnections` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/id_expressroutecrossconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/id_expressroutecrossconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/id_expressroutecrossconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/id_expressroutecrossconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/model_expressroutecircuitpeeringconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/model_expressroutecircuitpeeringconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/model_expressroutecircuitpeeringconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/model_expressroutecircuitpeeringconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/model_expressroutecircuitreference.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/model_expressroutecircuitreference.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/model_expressroutecircuitreference.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/model_expressroutecircuitreference.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/model_expressroutecrossconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/model_expressroutecrossconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/model_expressroutecrossconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/model_expressroutecrossconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/model_expressroutecrossconnectionpeering.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/model_expressroutecrossconnectionpeering.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/model_expressroutecrossconnectionpeering.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/model_expressroutecrossconnectionpeering.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/model_expressroutecrossconnectionpeeringproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/model_expressroutecrossconnectionpeeringproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/model_expressroutecrossconnectionpeeringproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/model_expressroutecrossconnectionpeeringproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/model_expressroutecrossconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/model_expressroutecrossconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/model_expressroutecrossconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/model_expressroutecrossconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/model_ipv6expressroutecircuitpeeringconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/model_ipv6expressroutecircuitpeeringconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/model_ipv6expressroutecircuitpeeringconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/model_ipv6expressroutecircuitpeeringconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/version.go index ab5f19c0f33a..2079790500c5 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/expressroutecrossconnections/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/README.md index cbabe0c9f3a7..ba46c8559550 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways` Documentation -The `expressroutegateways` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `expressroutegateways` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/id_expressroutegateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/id_expressroutegateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/id_expressroutegateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/id_expressroutegateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/method_listbysubscription.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/method_listbysubscription.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/method_listbysubscription.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/method_listbysubscription.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_expressroutecircuitpeeringid.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_expressroutecircuitpeeringid.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_expressroutecircuitpeeringid.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_expressroutecircuitpeeringid.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_expressrouteconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_expressrouteconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_expressrouteconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_expressrouteconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_expressrouteconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_expressrouteconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_expressrouteconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_expressrouteconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_expressroutegateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_expressroutegateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_expressroutegateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_expressroutegateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_expressroutegatewaylist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_expressroutegatewaylist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_expressroutegatewaylist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_expressroutegatewaylist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_expressroutegatewayproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_expressroutegatewayproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_expressroutegatewayproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_expressroutegatewayproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_expressroutegatewaypropertiesautoscaleconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_expressroutegatewaypropertiesautoscaleconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_expressroutegatewaypropertiesautoscaleconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_expressroutegatewaypropertiesautoscaleconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_expressroutegatewaypropertiesautoscaleconfigurationbounds.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_expressroutegatewaypropertiesautoscaleconfigurationbounds.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_expressroutegatewaypropertiesautoscaleconfigurationbounds.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_expressroutegatewaypropertiesautoscaleconfigurationbounds.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_propagatedroutetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_propagatedroutetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_propagatedroutetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_propagatedroutetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_routingconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_routingconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_routingconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_routingconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_staticroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_staticroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_staticroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_staticroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_staticroutesconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_staticroutesconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_staticroutesconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_staticroutesconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_virtualhubid.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_virtualhubid.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_virtualhubid.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_virtualhubid.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_vnetroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_vnetroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/model_vnetroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/model_vnetroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/version.go index a1f94e3da27b..801aede386b4 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/expressroutegateways/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutelinks/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutelinks/README.md similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutelinks/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutelinks/README.md index d01e0bedb9c4..163e59453588 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutelinks/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutelinks/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutelinks` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutelinks` Documentation -The `expressroutelinks` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `expressroutelinks` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutelinks" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutelinks" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutelinks/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutelinks/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutelinks/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutelinks/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutelinks/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutelinks/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutelinks/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutelinks/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutelinks/id_expressrouteport.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutelinks/id_expressrouteport.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutelinks/id_expressrouteport.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutelinks/id_expressrouteport.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutelinks/id_link.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutelinks/id_link.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutelinks/id_link.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutelinks/id_link.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutelinks/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutelinks/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutelinks/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutelinks/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutelinks/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutelinks/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutelinks/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutelinks/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutelinks/model_expressroutelink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutelinks/model_expressroutelink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutelinks/model_expressroutelink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutelinks/model_expressroutelink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutelinks/model_expressroutelinkmacsecconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutelinks/model_expressroutelinkmacsecconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutelinks/model_expressroutelinkmacsecconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutelinks/model_expressroutelinkmacsecconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutelinks/model_expressroutelinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutelinks/model_expressroutelinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutelinks/model_expressroutelinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutelinks/model_expressroutelinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutelinks/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutelinks/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutelinks/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutelinks/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutelinks/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutelinks/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutelinks/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutelinks/version.go index cd2dcf45387b..41fc5c14777c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutelinks/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutelinks/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/expressroutelinks/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations/README.md index 1b490c4686bd..fc86fc644083 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations` Documentation -The `expressrouteportauthorizations` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `expressrouteportauthorizations` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations/id_expressrouteport.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations/id_expressrouteport.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations/id_expressrouteport.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations/id_expressrouteport.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations/id_expressrouteportauthorization.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations/id_expressrouteportauthorization.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations/id_expressrouteportauthorization.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations/id_expressrouteportauthorization.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations/model_expressrouteportauthorization.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations/model_expressrouteportauthorization.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations/model_expressrouteportauthorization.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations/model_expressrouteportauthorization.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations/model_expressrouteportauthorizationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations/model_expressrouteportauthorizationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations/model_expressrouteportauthorizationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations/model_expressrouteportauthorizationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations/version.go index 211e23588d5c..3f5f5b9a9b18 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/expressrouteportauthorizations/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/README.md similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/README.md index c46f5a4b2501..a786b983d084 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports` Documentation -The `expressrouteports` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `expressrouteports` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/id_expressrouteport.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/id_expressrouteport.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/id_expressrouteport.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/id_expressrouteport.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/method_generateloa.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/method_generateloa.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/method_generateloa.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/method_generateloa.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/model_expressroutelink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/model_expressroutelink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/model_expressroutelink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/model_expressroutelink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/model_expressroutelinkmacsecconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/model_expressroutelinkmacsecconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/model_expressroutelinkmacsecconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/model_expressroutelinkmacsecconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/model_expressroutelinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/model_expressroutelinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/model_expressroutelinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/model_expressroutelinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/model_expressrouteport.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/model_expressrouteport.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/model_expressrouteport.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/model_expressrouteport.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/model_expressrouteportpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/model_expressrouteportpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/model_expressrouteportpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/model_expressrouteportpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/model_generateexpressrouteportsloarequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/model_generateexpressrouteportsloarequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/model_generateexpressrouteportsloarequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/model_generateexpressrouteportsloarequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/model_generateexpressrouteportsloaresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/model_generateexpressrouteportsloaresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/model_generateexpressrouteportsloaresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/model_generateexpressrouteportsloaresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/version.go index 3ac0e2e45abd..05d35e0060da 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/expressrouteports/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportslocations/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportslocations/README.md similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportslocations/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportslocations/README.md index a215cc713937..d4c9792d5a8a 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportslocations/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportslocations/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportslocations` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportslocations` Documentation -The `expressrouteportslocations` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `expressrouteportslocations` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportslocations" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportslocations" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportslocations/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportslocations/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportslocations/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportslocations/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportslocations/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportslocations/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportslocations/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportslocations/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportslocations/id_expressrouteportslocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportslocations/id_expressrouteportslocation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportslocations/id_expressrouteportslocation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportslocations/id_expressrouteportslocation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportslocations/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportslocations/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportslocations/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportslocations/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportslocations/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportslocations/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportslocations/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportslocations/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportslocations/model_expressrouteportslocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportslocations/model_expressrouteportslocation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportslocations/model_expressrouteportslocation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportslocations/model_expressrouteportslocation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportslocations/model_expressrouteportslocationbandwidths.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportslocations/model_expressrouteportslocationbandwidths.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportslocations/model_expressrouteportslocationbandwidths.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportslocations/model_expressrouteportslocationbandwidths.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportslocations/model_expressrouteportslocationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportslocations/model_expressrouteportslocationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportslocations/model_expressrouteportslocationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportslocations/model_expressrouteportslocationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportslocations/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportslocations/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportslocations/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportslocations/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportslocations/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportslocations/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportslocations/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportslocations/version.go index f80e626c383e..7aef4850b257 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportslocations/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportslocations/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/expressrouteportslocations/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteproviderports/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteproviderports/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteproviderports/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteproviderports/README.md index 9f875cec5798..cfa65a4aa105 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteproviderports/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteproviderports/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteproviderports` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteproviderports` Documentation -The `expressrouteproviderports` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `expressrouteproviderports` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteproviderports" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteproviderports" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteproviderports/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteproviderports/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteproviderports/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteproviderports/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteproviderports/id_expressrouteproviderport.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteproviderports/id_expressrouteproviderport.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteproviderports/id_expressrouteproviderport.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteproviderports/id_expressrouteproviderport.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteproviderports/method_expressrouteproviderport.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteproviderports/method_expressrouteproviderport.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteproviderports/method_expressrouteproviderport.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteproviderports/method_expressrouteproviderport.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteproviderports/method_locationlist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteproviderports/method_locationlist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteproviderports/method_locationlist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteproviderports/method_locationlist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteproviderports/model_expressrouteproviderport.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteproviderports/model_expressrouteproviderport.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteproviderports/model_expressrouteproviderport.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteproviderports/model_expressrouteproviderport.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteproviderports/model_expressrouteproviderportproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteproviderports/model_expressrouteproviderportproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteproviderports/model_expressrouteproviderportproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteproviderports/model_expressrouteproviderportproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteproviderports/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteproviderports/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteproviderports/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteproviderports/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteproviderports/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteproviderports/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteproviderports/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteproviderports/version.go index 4235b9d64f75..b9be3d116d54 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteproviderports/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteproviderports/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/expressrouteproviderports/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteserviceproviders/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteserviceproviders/README.md similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteserviceproviders/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteserviceproviders/README.md index d6d76c513525..9c47ffdcc971 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteserviceproviders/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteserviceproviders/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteserviceproviders` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteserviceproviders` Documentation -The `expressrouteserviceproviders` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `expressrouteserviceproviders` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteserviceproviders" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteserviceproviders" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteserviceproviders/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteserviceproviders/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteserviceproviders/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteserviceproviders/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteserviceproviders/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteserviceproviders/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteserviceproviders/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteserviceproviders/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteserviceproviders/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteserviceproviders/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteserviceproviders/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteserviceproviders/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteserviceproviders/model_expressrouteserviceprovider.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteserviceproviders/model_expressrouteserviceprovider.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteserviceproviders/model_expressrouteserviceprovider.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteserviceproviders/model_expressrouteserviceprovider.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteserviceproviders/model_expressrouteserviceproviderbandwidthsoffered.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteserviceproviders/model_expressrouteserviceproviderbandwidthsoffered.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteserviceproviders/model_expressrouteserviceproviderbandwidthsoffered.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteserviceproviders/model_expressrouteserviceproviderbandwidthsoffered.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteserviceproviders/model_expressrouteserviceproviderpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteserviceproviders/model_expressrouteserviceproviderpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteserviceproviders/model_expressrouteserviceproviderpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteserviceproviders/model_expressrouteserviceproviderpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteserviceproviders/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteserviceproviders/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteserviceproviders/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteserviceproviders/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteserviceproviders/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteserviceproviders/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteserviceproviders/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteserviceproviders/version.go index 9705c546fcb7..ff1526ca8cdd 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteserviceproviders/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteserviceproviders/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/expressrouteserviceproviders/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/README.md similarity index 63% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/README.md index 17556f6c1961..1efe2a7af775 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies` Documentation -The `firewallpolicies` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `firewallpolicies` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies" ``` @@ -50,6 +50,71 @@ if err := client.DeleteThenPoll(ctx, id); err != nil { ``` +### Example Usage: `FirewallPoliciesClient.FirewallPolicyDeploymentsDeploy` + +```go +ctx := context.TODO() +id := firewallpolicies.NewFirewallPolicyID("12345678-1234-9876-4563-123456789012", "example-resource-group", "firewallPolicyValue") + +if err := client.FirewallPolicyDeploymentsDeployThenPoll(ctx, id); err != nil { + // handle the error +} +``` + + +### Example Usage: `FirewallPoliciesClient.FirewallPolicyDraftsCreateOrUpdate` + +```go +ctx := context.TODO() +id := firewallpolicies.NewFirewallPolicyID("12345678-1234-9876-4563-123456789012", "example-resource-group", "firewallPolicyValue") + +payload := firewallpolicies.FirewallPolicyDraft{ + // ... +} + + +read, err := client.FirewallPolicyDraftsCreateOrUpdate(ctx, id, payload) +if err != nil { + // handle the error +} +if model := read.Model; model != nil { + // do something with the model/response object +} +``` + + +### Example Usage: `FirewallPoliciesClient.FirewallPolicyDraftsDelete` + +```go +ctx := context.TODO() +id := firewallpolicies.NewFirewallPolicyID("12345678-1234-9876-4563-123456789012", "example-resource-group", "firewallPolicyValue") + +read, err := client.FirewallPolicyDraftsDelete(ctx, id) +if err != nil { + // handle the error +} +if model := read.Model; model != nil { + // do something with the model/response object +} +``` + + +### Example Usage: `FirewallPoliciesClient.FirewallPolicyDraftsGet` + +```go +ctx := context.TODO() +id := firewallpolicies.NewFirewallPolicyID("12345678-1234-9876-4563-123456789012", "example-resource-group", "firewallPolicyValue") + +read, err := client.FirewallPolicyDraftsGet(ctx, id) +if err != nil { + // handle the error +} +if model := read.Model; model != nil { + // do something with the model/response object +} +``` + + ### Example Usage: `FirewallPoliciesClient.FirewallPolicyIdpsSignaturesFilterValuesList` ```go @@ -166,6 +231,59 @@ if model := read.Model; model != nil { ``` +### Example Usage: `FirewallPoliciesClient.FirewallPolicyRuleCollectionGroupDraftsCreateOrUpdate` + +```go +ctx := context.TODO() +id := firewallpolicies.NewRuleCollectionGroupID("12345678-1234-9876-4563-123456789012", "example-resource-group", "firewallPolicyValue", "ruleCollectionGroupValue") + +payload := firewallpolicies.FirewallPolicyRuleCollectionGroupDraft{ + // ... +} + + +read, err := client.FirewallPolicyRuleCollectionGroupDraftsCreateOrUpdate(ctx, id, payload) +if err != nil { + // handle the error +} +if model := read.Model; model != nil { + // do something with the model/response object +} +``` + + +### Example Usage: `FirewallPoliciesClient.FirewallPolicyRuleCollectionGroupDraftsDelete` + +```go +ctx := context.TODO() +id := firewallpolicies.NewRuleCollectionGroupID("12345678-1234-9876-4563-123456789012", "example-resource-group", "firewallPolicyValue", "ruleCollectionGroupValue") + +read, err := client.FirewallPolicyRuleCollectionGroupDraftsDelete(ctx, id) +if err != nil { + // handle the error +} +if model := read.Model; model != nil { + // do something with the model/response object +} +``` + + +### Example Usage: `FirewallPoliciesClient.FirewallPolicyRuleCollectionGroupDraftsGet` + +```go +ctx := context.TODO() +id := firewallpolicies.NewRuleCollectionGroupID("12345678-1234-9876-4563-123456789012", "example-resource-group", "firewallPolicyValue", "ruleCollectionGroupValue") + +read, err := client.FirewallPolicyRuleCollectionGroupDraftsGet(ctx, id) +if err != nil { + // handle the error +} +if model := read.Model; model != nil { + // do something with the model/response object +} +``` + + ### Example Usage: `FirewallPoliciesClient.Get` ```go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/constants.go similarity index 61% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/constants.go index 882af3b64b9a..1888a04c5a50 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/constants.go @@ -94,6 +94,47 @@ func parseAzureFirewallThreatIntelMode(input string) (*AzureFirewallThreatIntelM return &out, nil } +type FirewallPolicyFilterRuleCollectionActionType string + +const ( + FirewallPolicyFilterRuleCollectionActionTypeAllow FirewallPolicyFilterRuleCollectionActionType = "Allow" + FirewallPolicyFilterRuleCollectionActionTypeDeny FirewallPolicyFilterRuleCollectionActionType = "Deny" +) + +func PossibleValuesForFirewallPolicyFilterRuleCollectionActionType() []string { + return []string{ + string(FirewallPolicyFilterRuleCollectionActionTypeAllow), + string(FirewallPolicyFilterRuleCollectionActionTypeDeny), + } +} + +func (s *FirewallPolicyFilterRuleCollectionActionType) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseFirewallPolicyFilterRuleCollectionActionType(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseFirewallPolicyFilterRuleCollectionActionType(input string) (*FirewallPolicyFilterRuleCollectionActionType, error) { + vals := map[string]FirewallPolicyFilterRuleCollectionActionType{ + "allow": FirewallPolicyFilterRuleCollectionActionTypeAllow, + "deny": FirewallPolicyFilterRuleCollectionActionTypeDeny, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := FirewallPolicyFilterRuleCollectionActionType(input) + return &out, nil +} + type FirewallPolicyIDPSQuerySortOrder string const ( @@ -325,6 +366,217 @@ func parseFirewallPolicyIntrusionDetectionStateType(input string) (*FirewallPoli return &out, nil } +type FirewallPolicyNatRuleCollectionActionType string + +const ( + FirewallPolicyNatRuleCollectionActionTypeDNAT FirewallPolicyNatRuleCollectionActionType = "DNAT" +) + +func PossibleValuesForFirewallPolicyNatRuleCollectionActionType() []string { + return []string{ + string(FirewallPolicyNatRuleCollectionActionTypeDNAT), + } +} + +func (s *FirewallPolicyNatRuleCollectionActionType) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseFirewallPolicyNatRuleCollectionActionType(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseFirewallPolicyNatRuleCollectionActionType(input string) (*FirewallPolicyNatRuleCollectionActionType, error) { + vals := map[string]FirewallPolicyNatRuleCollectionActionType{ + "dnat": FirewallPolicyNatRuleCollectionActionTypeDNAT, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := FirewallPolicyNatRuleCollectionActionType(input) + return &out, nil +} + +type FirewallPolicyRuleApplicationProtocolType string + +const ( + FirewallPolicyRuleApplicationProtocolTypeHTTP FirewallPolicyRuleApplicationProtocolType = "Http" + FirewallPolicyRuleApplicationProtocolTypeHTTPS FirewallPolicyRuleApplicationProtocolType = "Https" +) + +func PossibleValuesForFirewallPolicyRuleApplicationProtocolType() []string { + return []string{ + string(FirewallPolicyRuleApplicationProtocolTypeHTTP), + string(FirewallPolicyRuleApplicationProtocolTypeHTTPS), + } +} + +func (s *FirewallPolicyRuleApplicationProtocolType) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseFirewallPolicyRuleApplicationProtocolType(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseFirewallPolicyRuleApplicationProtocolType(input string) (*FirewallPolicyRuleApplicationProtocolType, error) { + vals := map[string]FirewallPolicyRuleApplicationProtocolType{ + "http": FirewallPolicyRuleApplicationProtocolTypeHTTP, + "https": FirewallPolicyRuleApplicationProtocolTypeHTTPS, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := FirewallPolicyRuleApplicationProtocolType(input) + return &out, nil +} + +type FirewallPolicyRuleCollectionType string + +const ( + FirewallPolicyRuleCollectionTypeFirewallPolicyFilterRuleCollection FirewallPolicyRuleCollectionType = "FirewallPolicyFilterRuleCollection" + FirewallPolicyRuleCollectionTypeFirewallPolicyNatRuleCollection FirewallPolicyRuleCollectionType = "FirewallPolicyNatRuleCollection" +) + +func PossibleValuesForFirewallPolicyRuleCollectionType() []string { + return []string{ + string(FirewallPolicyRuleCollectionTypeFirewallPolicyFilterRuleCollection), + string(FirewallPolicyRuleCollectionTypeFirewallPolicyNatRuleCollection), + } +} + +func (s *FirewallPolicyRuleCollectionType) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseFirewallPolicyRuleCollectionType(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseFirewallPolicyRuleCollectionType(input string) (*FirewallPolicyRuleCollectionType, error) { + vals := map[string]FirewallPolicyRuleCollectionType{ + "firewallpolicyfilterrulecollection": FirewallPolicyRuleCollectionTypeFirewallPolicyFilterRuleCollection, + "firewallpolicynatrulecollection": FirewallPolicyRuleCollectionTypeFirewallPolicyNatRuleCollection, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := FirewallPolicyRuleCollectionType(input) + return &out, nil +} + +type FirewallPolicyRuleNetworkProtocol string + +const ( + FirewallPolicyRuleNetworkProtocolAny FirewallPolicyRuleNetworkProtocol = "Any" + FirewallPolicyRuleNetworkProtocolICMP FirewallPolicyRuleNetworkProtocol = "ICMP" + FirewallPolicyRuleNetworkProtocolTCP FirewallPolicyRuleNetworkProtocol = "TCP" + FirewallPolicyRuleNetworkProtocolUDP FirewallPolicyRuleNetworkProtocol = "UDP" +) + +func PossibleValuesForFirewallPolicyRuleNetworkProtocol() []string { + return []string{ + string(FirewallPolicyRuleNetworkProtocolAny), + string(FirewallPolicyRuleNetworkProtocolICMP), + string(FirewallPolicyRuleNetworkProtocolTCP), + string(FirewallPolicyRuleNetworkProtocolUDP), + } +} + +func (s *FirewallPolicyRuleNetworkProtocol) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseFirewallPolicyRuleNetworkProtocol(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseFirewallPolicyRuleNetworkProtocol(input string) (*FirewallPolicyRuleNetworkProtocol, error) { + vals := map[string]FirewallPolicyRuleNetworkProtocol{ + "any": FirewallPolicyRuleNetworkProtocolAny, + "icmp": FirewallPolicyRuleNetworkProtocolICMP, + "tcp": FirewallPolicyRuleNetworkProtocolTCP, + "udp": FirewallPolicyRuleNetworkProtocolUDP, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := FirewallPolicyRuleNetworkProtocol(input) + return &out, nil +} + +type FirewallPolicyRuleType string + +const ( + FirewallPolicyRuleTypeApplicationRule FirewallPolicyRuleType = "ApplicationRule" + FirewallPolicyRuleTypeNatRule FirewallPolicyRuleType = "NatRule" + FirewallPolicyRuleTypeNetworkRule FirewallPolicyRuleType = "NetworkRule" +) + +func PossibleValuesForFirewallPolicyRuleType() []string { + return []string{ + string(FirewallPolicyRuleTypeApplicationRule), + string(FirewallPolicyRuleTypeNatRule), + string(FirewallPolicyRuleTypeNetworkRule), + } +} + +func (s *FirewallPolicyRuleType) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseFirewallPolicyRuleType(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseFirewallPolicyRuleType(input string) (*FirewallPolicyRuleType, error) { + vals := map[string]FirewallPolicyRuleType{ + "applicationrule": FirewallPolicyRuleTypeApplicationRule, + "natrule": FirewallPolicyRuleTypeNatRule, + "networkrule": FirewallPolicyRuleTypeNetworkRule, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := FirewallPolicyRuleType(input) + return &out, nil +} + type FirewallPolicySkuTier string const ( diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/id_firewallpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/id_firewallpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/id_firewallpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/id_firewallpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/id_rulecollectiongroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/id_rulecollectiongroup.go new file mode 100644 index 000000000000..8e6983cfa1eb --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/id_rulecollectiongroup.go @@ -0,0 +1,139 @@ +package firewallpolicies + +import ( + "fmt" + "strings" + + "github.com/hashicorp/go-azure-helpers/resourcemanager/recaser" + "github.com/hashicorp/go-azure-helpers/resourcemanager/resourceids" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +func init() { + recaser.RegisterResourceId(&RuleCollectionGroupId{}) +} + +var _ resourceids.ResourceId = &RuleCollectionGroupId{} + +// RuleCollectionGroupId is a struct representing the Resource ID for a Rule Collection Group +type RuleCollectionGroupId struct { + SubscriptionId string + ResourceGroupName string + FirewallPolicyName string + RuleCollectionGroupName string +} + +// NewRuleCollectionGroupID returns a new RuleCollectionGroupId struct +func NewRuleCollectionGroupID(subscriptionId string, resourceGroupName string, firewallPolicyName string, ruleCollectionGroupName string) RuleCollectionGroupId { + return RuleCollectionGroupId{ + SubscriptionId: subscriptionId, + ResourceGroupName: resourceGroupName, + FirewallPolicyName: firewallPolicyName, + RuleCollectionGroupName: ruleCollectionGroupName, + } +} + +// ParseRuleCollectionGroupID parses 'input' into a RuleCollectionGroupId +func ParseRuleCollectionGroupID(input string) (*RuleCollectionGroupId, error) { + parser := resourceids.NewParserFromResourceIdType(&RuleCollectionGroupId{}) + parsed, err := parser.Parse(input, false) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + id := RuleCollectionGroupId{} + if err := id.FromParseResult(*parsed); err != nil { + return nil, err + } + + return &id, nil +} + +// ParseRuleCollectionGroupIDInsensitively parses 'input' case-insensitively into a RuleCollectionGroupId +// note: this method should only be used for API response data and not user input +func ParseRuleCollectionGroupIDInsensitively(input string) (*RuleCollectionGroupId, error) { + parser := resourceids.NewParserFromResourceIdType(&RuleCollectionGroupId{}) + parsed, err := parser.Parse(input, true) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + id := RuleCollectionGroupId{} + if err := id.FromParseResult(*parsed); err != nil { + return nil, err + } + + return &id, nil +} + +func (id *RuleCollectionGroupId) FromParseResult(input resourceids.ParseResult) error { + var ok bool + + if id.SubscriptionId, ok = input.Parsed["subscriptionId"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "subscriptionId", input) + } + + if id.ResourceGroupName, ok = input.Parsed["resourceGroupName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "resourceGroupName", input) + } + + if id.FirewallPolicyName, ok = input.Parsed["firewallPolicyName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "firewallPolicyName", input) + } + + if id.RuleCollectionGroupName, ok = input.Parsed["ruleCollectionGroupName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "ruleCollectionGroupName", input) + } + + return nil +} + +// ValidateRuleCollectionGroupID checks that 'input' can be parsed as a Rule Collection Group ID +func ValidateRuleCollectionGroupID(input interface{}, key string) (warnings []string, errors []error) { + v, ok := input.(string) + if !ok { + errors = append(errors, fmt.Errorf("expected %q to be a string", key)) + return + } + + if _, err := ParseRuleCollectionGroupID(v); err != nil { + errors = append(errors, err) + } + + return +} + +// ID returns the formatted Rule Collection Group ID +func (id RuleCollectionGroupId) ID() string { + fmtString := "/subscriptions/%s/resourceGroups/%s/providers/Microsoft.Network/firewallPolicies/%s/ruleCollectionGroups/%s" + return fmt.Sprintf(fmtString, id.SubscriptionId, id.ResourceGroupName, id.FirewallPolicyName, id.RuleCollectionGroupName) +} + +// Segments returns a slice of Resource ID Segments which comprise this Rule Collection Group ID +func (id RuleCollectionGroupId) Segments() []resourceids.Segment { + return []resourceids.Segment{ + resourceids.StaticSegment("staticSubscriptions", "subscriptions", "subscriptions"), + resourceids.SubscriptionIdSegment("subscriptionId", "12345678-1234-9876-4563-123456789012"), + resourceids.StaticSegment("staticResourceGroups", "resourceGroups", "resourceGroups"), + resourceids.ResourceGroupSegment("resourceGroupName", "example-resource-group"), + resourceids.StaticSegment("staticProviders", "providers", "providers"), + resourceids.ResourceProviderSegment("staticMicrosoftNetwork", "Microsoft.Network", "Microsoft.Network"), + resourceids.StaticSegment("staticFirewallPolicies", "firewallPolicies", "firewallPolicies"), + resourceids.UserSpecifiedSegment("firewallPolicyName", "firewallPolicyValue"), + resourceids.StaticSegment("staticRuleCollectionGroups", "ruleCollectionGroups", "ruleCollectionGroups"), + resourceids.UserSpecifiedSegment("ruleCollectionGroupName", "ruleCollectionGroupValue"), + } +} + +// String returns a human-readable description of this Rule Collection Group ID +func (id RuleCollectionGroupId) String() string { + components := []string{ + fmt.Sprintf("Subscription: %q", id.SubscriptionId), + fmt.Sprintf("Resource Group Name: %q", id.ResourceGroupName), + fmt.Sprintf("Firewall Policy Name: %q", id.FirewallPolicyName), + fmt.Sprintf("Rule Collection Group Name: %q", id.RuleCollectionGroupName), + } + return fmt.Sprintf("Rule Collection Group (%s)", strings.Join(components, "\n")) +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_stop.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicydeploymentsdeploy.go similarity index 58% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_stop.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicydeploymentsdeploy.go index 75b68cdf697a..2b0ff5b7afeb 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_stop.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicydeploymentsdeploy.go @@ -1,4 +1,4 @@ -package applicationgateways +package firewallpolicies import ( "context" @@ -14,22 +14,21 @@ import ( // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -type StopOperationResponse struct { +type FirewallPolicyDeploymentsDeployOperationResponse struct { Poller pollers.Poller HttpResponse *http.Response OData *odata.OData } -// Stop ... -func (c ApplicationGatewaysClient) Stop(ctx context.Context, id ApplicationGatewayId) (result StopOperationResponse, err error) { +// FirewallPolicyDeploymentsDeploy ... +func (c FirewallPoliciesClient) FirewallPolicyDeploymentsDeploy(ctx context.Context, id FirewallPolicyId) (result FirewallPolicyDeploymentsDeployOperationResponse, err error) { opts := client.RequestOptions{ ContentType: "application/json; charset=utf-8", ExpectedStatusCodes: []int{ http.StatusAccepted, - http.StatusOK, }, HttpMethod: http.MethodPost, - Path: fmt.Sprintf("%s/stop", id.ID()), + Path: fmt.Sprintf("%s/deploy", id.ID()), } req, err := c.Client.NewRequest(ctx, opts) @@ -55,15 +54,15 @@ func (c ApplicationGatewaysClient) Stop(ctx context.Context, id ApplicationGatew return } -// StopThenPoll performs Stop then polls until it's completed -func (c ApplicationGatewaysClient) StopThenPoll(ctx context.Context, id ApplicationGatewayId) error { - result, err := c.Stop(ctx, id) +// FirewallPolicyDeploymentsDeployThenPoll performs FirewallPolicyDeploymentsDeploy then polls until it's completed +func (c FirewallPoliciesClient) FirewallPolicyDeploymentsDeployThenPoll(ctx context.Context, id FirewallPolicyId) error { + result, err := c.FirewallPolicyDeploymentsDeploy(ctx, id) if err != nil { - return fmt.Errorf("performing Stop: %+v", err) + return fmt.Errorf("performing FirewallPolicyDeploymentsDeploy: %+v", err) } if err := result.Poller.PollUntilDone(ctx); err != nil { - return fmt.Errorf("polling after Stop: %+v", err) + return fmt.Errorf("polling after FirewallPolicyDeploymentsDeploy: %+v", err) } return nil diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicydraftscreateorupdate.go similarity index 62% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicydraftscreateorupdate.go index d22b36155599..357da5c76f6e 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_updatetags.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicydraftscreateorupdate.go @@ -1,7 +1,8 @@ -package applicationgateways +package firewallpolicies import ( "context" + "fmt" "net/http" "github.com/hashicorp/go-azure-sdk/sdk/client" @@ -11,21 +12,22 @@ import ( // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -type UpdateTagsOperationResponse struct { +type FirewallPolicyDraftsCreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData - Model *ApplicationGateway + Model *FirewallPolicyDraft } -// UpdateTags ... -func (c ApplicationGatewaysClient) UpdateTags(ctx context.Context, id ApplicationGatewayId, input TagsObject) (result UpdateTagsOperationResponse, err error) { +// FirewallPolicyDraftsCreateOrUpdate ... +func (c FirewallPoliciesClient) FirewallPolicyDraftsCreateOrUpdate(ctx context.Context, id FirewallPolicyId, input FirewallPolicyDraft) (result FirewallPolicyDraftsCreateOrUpdateOperationResponse, err error) { opts := client.RequestOptions{ ContentType: "application/json; charset=utf-8", ExpectedStatusCodes: []int{ + http.StatusCreated, http.StatusOK, }, - HttpMethod: http.MethodPatch, - Path: id.ID(), + HttpMethod: http.MethodPut, + Path: fmt.Sprintf("%s/firewallPolicyDrafts/default", id.ID()), } req, err := c.Client.NewRequest(ctx, opts) @@ -47,7 +49,7 @@ func (c ApplicationGatewaysClient) UpdateTags(ctx context.Context, id Applicatio return } - var model ApplicationGateway + var model FirewallPolicyDraft result.Model = &model if err = resp.Unmarshal(result.Model); err != nil { diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicydraftsdelete.go similarity index 63% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicydraftsdelete.go index 03000d91a472..a0fd3352ff22 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_get.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicydraftsdelete.go @@ -1,7 +1,8 @@ -package applicationgateways +package firewallpolicies import ( "context" + "fmt" "net/http" "github.com/hashicorp/go-azure-sdk/sdk/client" @@ -11,21 +12,21 @@ import ( // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -type GetOperationResponse struct { +type FirewallPolicyDraftsDeleteOperationResponse struct { HttpResponse *http.Response OData *odata.OData - Model *ApplicationGateway } -// Get ... -func (c ApplicationGatewaysClient) Get(ctx context.Context, id ApplicationGatewayId) (result GetOperationResponse, err error) { +// FirewallPolicyDraftsDelete ... +func (c FirewallPoliciesClient) FirewallPolicyDraftsDelete(ctx context.Context, id FirewallPolicyId) (result FirewallPolicyDraftsDeleteOperationResponse, err error) { opts := client.RequestOptions{ ContentType: "application/json; charset=utf-8", ExpectedStatusCodes: []int{ + http.StatusNoContent, http.StatusOK, }, - HttpMethod: http.MethodGet, - Path: id.ID(), + HttpMethod: http.MethodDelete, + Path: fmt.Sprintf("%s/firewallPolicyDrafts/default", id.ID()), } req, err := c.Client.NewRequest(ctx, opts) @@ -43,12 +44,5 @@ func (c ApplicationGatewaysClient) Get(ctx context.Context, id ApplicationGatewa return } - var model ApplicationGateway - result.Model = &model - - if err = resp.Unmarshal(result.Model); err != nil { - return - } - return } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_getsslpredefinedpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicydraftsget.go similarity index 67% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_getsslpredefinedpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicydraftsget.go index 97530703e81c..19de14230bb3 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_getsslpredefinedpolicy.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicydraftsget.go @@ -1,7 +1,8 @@ -package applicationgateways +package firewallpolicies import ( "context" + "fmt" "net/http" "github.com/hashicorp/go-azure-sdk/sdk/client" @@ -11,21 +12,21 @@ import ( // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -type GetSslPredefinedPolicyOperationResponse struct { +type FirewallPolicyDraftsGetOperationResponse struct { HttpResponse *http.Response OData *odata.OData - Model *ApplicationGatewaySslPredefinedPolicy + Model *FirewallPolicyDraft } -// GetSslPredefinedPolicy ... -func (c ApplicationGatewaysClient) GetSslPredefinedPolicy(ctx context.Context, id PredefinedPolicyId) (result GetSslPredefinedPolicyOperationResponse, err error) { +// FirewallPolicyDraftsGet ... +func (c FirewallPoliciesClient) FirewallPolicyDraftsGet(ctx context.Context, id FirewallPolicyId) (result FirewallPolicyDraftsGetOperationResponse, err error) { opts := client.RequestOptions{ ContentType: "application/json; charset=utf-8", ExpectedStatusCodes: []int{ http.StatusOK, }, HttpMethod: http.MethodGet, - Path: id.ID(), + Path: fmt.Sprintf("%s/firewallPolicyDrafts/default", id.ID()), } req, err := c.Client.NewRequest(ctx, opts) @@ -43,7 +44,7 @@ func (c ApplicationGatewaysClient) GetSslPredefinedPolicy(ctx context.Context, i return } - var model ApplicationGatewaySslPredefinedPolicy + var model FirewallPolicyDraft result.Model = &model if err = resp.Unmarshal(result.Model); err != nil { diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/method_firewallpolicyidpssignaturesfiltervalueslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicyidpssignaturesfiltervalueslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/method_firewallpolicyidpssignaturesfiltervalueslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicyidpssignaturesfiltervalueslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/method_firewallpolicyidpssignatureslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicyidpssignatureslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/method_firewallpolicyidpssignatureslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicyidpssignatureslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/method_firewallpolicyidpssignaturesoverridesget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicyidpssignaturesoverridesget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/method_firewallpolicyidpssignaturesoverridesget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicyidpssignaturesoverridesget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/method_firewallpolicyidpssignaturesoverrideslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicyidpssignaturesoverrideslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/method_firewallpolicyidpssignaturesoverrideslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicyidpssignaturesoverrideslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/method_firewallpolicyidpssignaturesoverridespatch.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicyidpssignaturesoverridespatch.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/method_firewallpolicyidpssignaturesoverridespatch.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicyidpssignaturesoverridespatch.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/method_firewallpolicyidpssignaturesoverridesput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicyidpssignaturesoverridesput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/method_firewallpolicyidpssignaturesoverridesput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicyidpssignaturesoverridesput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_listavailableresponseheaders.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicyrulecollectiongroupdraftscreateorupdate.go similarity index 53% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_listavailableresponseheaders.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicyrulecollectiongroupdraftscreateorupdate.go index fe99c70d2e79..19def263e370 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_listavailableresponseheaders.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicyrulecollectiongroupdraftscreateorupdate.go @@ -1,11 +1,10 @@ -package applicationgateways +package firewallpolicies import ( "context" "fmt" "net/http" - "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-sdk/sdk/client" "github.com/hashicorp/go-azure-sdk/sdk/odata" ) @@ -13,21 +12,22 @@ import ( // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -type ListAvailableResponseHeadersOperationResponse struct { +type FirewallPolicyRuleCollectionGroupDraftsCreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData - Model *[]string + Model *FirewallPolicyRuleCollectionGroupDraft } -// ListAvailableResponseHeaders ... -func (c ApplicationGatewaysClient) ListAvailableResponseHeaders(ctx context.Context, id commonids.SubscriptionId) (result ListAvailableResponseHeadersOperationResponse, err error) { +// FirewallPolicyRuleCollectionGroupDraftsCreateOrUpdate ... +func (c FirewallPoliciesClient) FirewallPolicyRuleCollectionGroupDraftsCreateOrUpdate(ctx context.Context, id RuleCollectionGroupId, input FirewallPolicyRuleCollectionGroupDraft) (result FirewallPolicyRuleCollectionGroupDraftsCreateOrUpdateOperationResponse, err error) { opts := client.RequestOptions{ ContentType: "application/json; charset=utf-8", ExpectedStatusCodes: []int{ + http.StatusCreated, http.StatusOK, }, - HttpMethod: http.MethodGet, - Path: fmt.Sprintf("%s/providers/Microsoft.Network/applicationGatewayAvailableResponseHeaders", id.ID()), + HttpMethod: http.MethodPut, + Path: fmt.Sprintf("%s/ruleCollectionGroupDrafts/default", id.ID()), } req, err := c.Client.NewRequest(ctx, opts) @@ -35,6 +35,10 @@ func (c ApplicationGatewaysClient) ListAvailableResponseHeaders(ctx context.Cont return } + if err = req.Marshal(input); err != nil { + return + } + var resp *client.Response resp, err = req.Execute(ctx) if resp != nil { @@ -45,7 +49,7 @@ func (c ApplicationGatewaysClient) ListAvailableResponseHeaders(ctx context.Cont return } - var model []string + var model FirewallPolicyRuleCollectionGroupDraft result.Model = &model if err = resp.Unmarshal(result.Model); err != nil { diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_listavailablerequestheaders.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicyrulecollectiongroupdraftsdelete.go similarity index 53% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_listavailablerequestheaders.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicyrulecollectiongroupdraftsdelete.go index 634799c7f706..da02af84b53d 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_listavailablerequestheaders.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicyrulecollectiongroupdraftsdelete.go @@ -1,11 +1,10 @@ -package applicationgateways +package firewallpolicies import ( "context" "fmt" "net/http" - "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-sdk/sdk/client" "github.com/hashicorp/go-azure-sdk/sdk/odata" ) @@ -13,21 +12,21 @@ import ( // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -type ListAvailableRequestHeadersOperationResponse struct { +type FirewallPolicyRuleCollectionGroupDraftsDeleteOperationResponse struct { HttpResponse *http.Response OData *odata.OData - Model *[]string } -// ListAvailableRequestHeaders ... -func (c ApplicationGatewaysClient) ListAvailableRequestHeaders(ctx context.Context, id commonids.SubscriptionId) (result ListAvailableRequestHeadersOperationResponse, err error) { +// FirewallPolicyRuleCollectionGroupDraftsDelete ... +func (c FirewallPoliciesClient) FirewallPolicyRuleCollectionGroupDraftsDelete(ctx context.Context, id RuleCollectionGroupId) (result FirewallPolicyRuleCollectionGroupDraftsDeleteOperationResponse, err error) { opts := client.RequestOptions{ ContentType: "application/json; charset=utf-8", ExpectedStatusCodes: []int{ + http.StatusNoContent, http.StatusOK, }, - HttpMethod: http.MethodGet, - Path: fmt.Sprintf("%s/providers/Microsoft.Network/applicationGatewayAvailableRequestHeaders", id.ID()), + HttpMethod: http.MethodDelete, + Path: fmt.Sprintf("%s/ruleCollectionGroupDrafts/default", id.ID()), } req, err := c.Client.NewRequest(ctx, opts) @@ -45,12 +44,5 @@ func (c ApplicationGatewaysClient) ListAvailableRequestHeaders(ctx context.Conte return } - var model []string - result.Model = &model - - if err = resp.Unmarshal(result.Model); err != nil { - return - } - return } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_listavailableservervariables.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicyrulecollectiongroupdraftsget.go similarity index 62% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_listavailableservervariables.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicyrulecollectiongroupdraftsget.go index b48bb86d765b..46a0e076225e 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_listavailableservervariables.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_firewallpolicyrulecollectiongroupdraftsget.go @@ -1,11 +1,10 @@ -package applicationgateways +package firewallpolicies import ( "context" "fmt" "net/http" - "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-sdk/sdk/client" "github.com/hashicorp/go-azure-sdk/sdk/odata" ) @@ -13,21 +12,21 @@ import ( // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -type ListAvailableServerVariablesOperationResponse struct { +type FirewallPolicyRuleCollectionGroupDraftsGetOperationResponse struct { HttpResponse *http.Response OData *odata.OData - Model *[]string + Model *FirewallPolicyRuleCollectionGroupDraft } -// ListAvailableServerVariables ... -func (c ApplicationGatewaysClient) ListAvailableServerVariables(ctx context.Context, id commonids.SubscriptionId) (result ListAvailableServerVariablesOperationResponse, err error) { +// FirewallPolicyRuleCollectionGroupDraftsGet ... +func (c FirewallPoliciesClient) FirewallPolicyRuleCollectionGroupDraftsGet(ctx context.Context, id RuleCollectionGroupId) (result FirewallPolicyRuleCollectionGroupDraftsGetOperationResponse, err error) { opts := client.RequestOptions{ ContentType: "application/json; charset=utf-8", ExpectedStatusCodes: []int{ http.StatusOK, }, HttpMethod: http.MethodGet, - Path: fmt.Sprintf("%s/providers/Microsoft.Network/applicationGatewayAvailableServerVariables", id.ID()), + Path: fmt.Sprintf("%s/ruleCollectionGroupDrafts/default", id.ID()), } req, err := c.Client.NewRequest(ctx, opts) @@ -45,7 +44,7 @@ func (c ApplicationGatewaysClient) ListAvailableServerVariables(ctx context.Cont return } - var model []string + var model FirewallPolicyRuleCollectionGroupDraft result.Model = &model if err = resp.Unmarshal(result.Model); err != nil { diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_applicationrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_applicationrule.go new file mode 100644 index 000000000000..29202064c8ab --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_applicationrule.go @@ -0,0 +1,52 @@ +package firewallpolicies + +import ( + "encoding/json" + "fmt" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +var _ FirewallPolicyRule = ApplicationRule{} + +type ApplicationRule struct { + DestinationAddresses *[]string `json:"destinationAddresses,omitempty"` + FqdnTags *[]string `json:"fqdnTags,omitempty"` + HTTPHeadersToInsert *[]FirewallPolicyHTTPHeaderToInsert `json:"httpHeadersToInsert,omitempty"` + Protocols *[]FirewallPolicyRuleApplicationProtocol `json:"protocols,omitempty"` + SourceAddresses *[]string `json:"sourceAddresses,omitempty"` + SourceIPGroups *[]string `json:"sourceIpGroups,omitempty"` + TargetFqdns *[]string `json:"targetFqdns,omitempty"` + TargetUrls *[]string `json:"targetUrls,omitempty"` + TerminateTLS *bool `json:"terminateTLS,omitempty"` + WebCategories *[]string `json:"webCategories,omitempty"` + + // Fields inherited from FirewallPolicyRule + Description *string `json:"description,omitempty"` + Name *string `json:"name,omitempty"` +} + +var _ json.Marshaler = ApplicationRule{} + +func (s ApplicationRule) MarshalJSON() ([]byte, error) { + type wrapper ApplicationRule + wrapped := wrapper(s) + encoded, err := json.Marshal(wrapped) + if err != nil { + return nil, fmt.Errorf("marshaling ApplicationRule: %+v", err) + } + + var decoded map[string]interface{} + if err := json.Unmarshal(encoded, &decoded); err != nil { + return nil, fmt.Errorf("unmarshaling ApplicationRule: %+v", err) + } + decoded["ruleType"] = "ApplicationRule" + + encoded, err = json.Marshal(decoded) + if err != nil { + return nil, fmt.Errorf("re-marshaling ApplicationRule: %+v", err) + } + + return encoded, nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_dnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_dnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_dnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_dnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_explicitproxy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_explicitproxy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_explicitproxy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_explicitproxy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_filteritems.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_filteritems.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_filteritems.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_filteritems.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_firewallpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_firewallpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_firewallpolicycertificateauthority.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicycertificateauthority.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_firewallpolicycertificateauthority.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicycertificateauthority.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicydraft.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicydraft.go new file mode 100644 index 000000000000..1f156e948dd2 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicydraft.go @@ -0,0 +1,13 @@ +package firewallpolicies + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type FirewallPolicyDraft struct { + Id *string `json:"id,omitempty"` + Location *string `json:"location,omitempty"` + Name *string `json:"name,omitempty"` + Properties *FirewallPolicyDraftProperties `json:"properties,omitempty"` + Tags *map[string]string `json:"tags,omitempty"` + Type *string `json:"type,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicydraftproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicydraftproperties.go new file mode 100644 index 000000000000..7303ad731f25 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicydraftproperties.go @@ -0,0 +1,16 @@ +package firewallpolicies + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type FirewallPolicyDraftProperties struct { + BasePolicy *SubResource `json:"basePolicy,omitempty"` + DnsSettings *DnsSettings `json:"dnsSettings,omitempty"` + ExplicitProxy *ExplicitProxy `json:"explicitProxy,omitempty"` + Insights *FirewallPolicyInsights `json:"insights,omitempty"` + IntrusionDetection *FirewallPolicyIntrusionDetection `json:"intrusionDetection,omitempty"` + Snat *FirewallPolicySNAT `json:"snat,omitempty"` + Sql *FirewallPolicySQL `json:"sql,omitempty"` + ThreatIntelMode *AzureFirewallThreatIntelMode `json:"threatIntelMode,omitempty"` + ThreatIntelWhitelist *FirewallPolicyThreatIntelWhitelist `json:"threatIntelWhitelist,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyfilterrulecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyfilterrulecollection.go new file mode 100644 index 000000000000..53b5f41f1d35 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyfilterrulecollection.go @@ -0,0 +1,81 @@ +package firewallpolicies + +import ( + "encoding/json" + "fmt" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +var _ FirewallPolicyRuleCollection = FirewallPolicyFilterRuleCollection{} + +type FirewallPolicyFilterRuleCollection struct { + Action *FirewallPolicyFilterRuleCollectionAction `json:"action,omitempty"` + Rules *[]FirewallPolicyRule `json:"rules,omitempty"` + + // Fields inherited from FirewallPolicyRuleCollection + Name *string `json:"name,omitempty"` + Priority *int64 `json:"priority,omitempty"` +} + +var _ json.Marshaler = FirewallPolicyFilterRuleCollection{} + +func (s FirewallPolicyFilterRuleCollection) MarshalJSON() ([]byte, error) { + type wrapper FirewallPolicyFilterRuleCollection + wrapped := wrapper(s) + encoded, err := json.Marshal(wrapped) + if err != nil { + return nil, fmt.Errorf("marshaling FirewallPolicyFilterRuleCollection: %+v", err) + } + + var decoded map[string]interface{} + if err := json.Unmarshal(encoded, &decoded); err != nil { + return nil, fmt.Errorf("unmarshaling FirewallPolicyFilterRuleCollection: %+v", err) + } + decoded["ruleCollectionType"] = "FirewallPolicyFilterRuleCollection" + + encoded, err = json.Marshal(decoded) + if err != nil { + return nil, fmt.Errorf("re-marshaling FirewallPolicyFilterRuleCollection: %+v", err) + } + + return encoded, nil +} + +var _ json.Unmarshaler = &FirewallPolicyFilterRuleCollection{} + +func (s *FirewallPolicyFilterRuleCollection) UnmarshalJSON(bytes []byte) error { + type alias FirewallPolicyFilterRuleCollection + var decoded alias + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling into FirewallPolicyFilterRuleCollection: %+v", err) + } + + s.Action = decoded.Action + s.Name = decoded.Name + s.Priority = decoded.Priority + + var temp map[string]json.RawMessage + if err := json.Unmarshal(bytes, &temp); err != nil { + return fmt.Errorf("unmarshaling FirewallPolicyFilterRuleCollection into map[string]json.RawMessage: %+v", err) + } + + if v, ok := temp["rules"]; ok { + var listTemp []json.RawMessage + if err := json.Unmarshal(v, &listTemp); err != nil { + return fmt.Errorf("unmarshaling Rules into list []json.RawMessage: %+v", err) + } + + output := make([]FirewallPolicyRule, 0) + for i, val := range listTemp { + impl, err := unmarshalFirewallPolicyRuleImplementation(val) + if err != nil { + return fmt.Errorf("unmarshaling index %d field 'Rules' for 'FirewallPolicyFilterRuleCollection': %+v", i, err) + } + output = append(output, impl) + } + s.Rules = &output + } + return nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayavailablewafrulesetsresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyfilterrulecollectionaction.go similarity index 50% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayavailablewafrulesetsresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyfilterrulecollectionaction.go index b960a888077e..fdd82344dc17 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayavailablewafrulesetsresult.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyfilterrulecollectionaction.go @@ -1,8 +1,8 @@ -package applicationgateways +package firewallpolicies // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -type ApplicationGatewayAvailableWafRuleSetsResult struct { - Value *[]ApplicationGatewayFirewallRuleSet `json:"value,omitempty"` +type FirewallPolicyFilterRuleCollectionAction struct { + Type *FirewallPolicyFilterRuleCollectionActionType `json:"type,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayheaderconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyhttpheadertoinsert.go similarity index 76% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayheaderconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyhttpheadertoinsert.go index cf7e02d4617b..27586a9bc9d8 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayheaderconfiguration.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyhttpheadertoinsert.go @@ -1,9 +1,9 @@ -package applicationgateways +package firewallpolicies // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -type ApplicationGatewayHeaderConfiguration struct { +type FirewallPolicyHTTPHeaderToInsert struct { HeaderName *string `json:"headerName,omitempty"` HeaderValue *string `json:"headerValue,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_firewallpolicyinsights.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyinsights.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_firewallpolicyinsights.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyinsights.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_firewallpolicyintrusiondetection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyintrusiondetection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_firewallpolicyintrusiondetection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyintrusiondetection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_firewallpolicyintrusiondetectionbypasstrafficspecifications.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyintrusiondetectionbypasstrafficspecifications.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_firewallpolicyintrusiondetectionbypasstrafficspecifications.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyintrusiondetectionbypasstrafficspecifications.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_firewallpolicyintrusiondetectionconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyintrusiondetectionconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_firewallpolicyintrusiondetectionconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyintrusiondetectionconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_firewallpolicyintrusiondetectionsignaturespecification.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyintrusiondetectionsignaturespecification.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_firewallpolicyintrusiondetectionsignaturespecification.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyintrusiondetectionsignaturespecification.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_firewallpolicyloganalyticsresources.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyloganalyticsresources.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_firewallpolicyloganalyticsresources.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyloganalyticsresources.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_firewallpolicyloganalyticsworkspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyloganalyticsworkspace.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_firewallpolicyloganalyticsworkspace.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyloganalyticsworkspace.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicynatrulecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicynatrulecollection.go new file mode 100644 index 000000000000..71ddc01e8c25 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicynatrulecollection.go @@ -0,0 +1,81 @@ +package firewallpolicies + +import ( + "encoding/json" + "fmt" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +var _ FirewallPolicyRuleCollection = FirewallPolicyNatRuleCollection{} + +type FirewallPolicyNatRuleCollection struct { + Action *FirewallPolicyNatRuleCollectionAction `json:"action,omitempty"` + Rules *[]FirewallPolicyRule `json:"rules,omitempty"` + + // Fields inherited from FirewallPolicyRuleCollection + Name *string `json:"name,omitempty"` + Priority *int64 `json:"priority,omitempty"` +} + +var _ json.Marshaler = FirewallPolicyNatRuleCollection{} + +func (s FirewallPolicyNatRuleCollection) MarshalJSON() ([]byte, error) { + type wrapper FirewallPolicyNatRuleCollection + wrapped := wrapper(s) + encoded, err := json.Marshal(wrapped) + if err != nil { + return nil, fmt.Errorf("marshaling FirewallPolicyNatRuleCollection: %+v", err) + } + + var decoded map[string]interface{} + if err := json.Unmarshal(encoded, &decoded); err != nil { + return nil, fmt.Errorf("unmarshaling FirewallPolicyNatRuleCollection: %+v", err) + } + decoded["ruleCollectionType"] = "FirewallPolicyNatRuleCollection" + + encoded, err = json.Marshal(decoded) + if err != nil { + return nil, fmt.Errorf("re-marshaling FirewallPolicyNatRuleCollection: %+v", err) + } + + return encoded, nil +} + +var _ json.Unmarshaler = &FirewallPolicyNatRuleCollection{} + +func (s *FirewallPolicyNatRuleCollection) UnmarshalJSON(bytes []byte) error { + type alias FirewallPolicyNatRuleCollection + var decoded alias + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling into FirewallPolicyNatRuleCollection: %+v", err) + } + + s.Action = decoded.Action + s.Name = decoded.Name + s.Priority = decoded.Priority + + var temp map[string]json.RawMessage + if err := json.Unmarshal(bytes, &temp); err != nil { + return fmt.Errorf("unmarshaling FirewallPolicyNatRuleCollection into map[string]json.RawMessage: %+v", err) + } + + if v, ok := temp["rules"]; ok { + var listTemp []json.RawMessage + if err := json.Unmarshal(v, &listTemp); err != nil { + return fmt.Errorf("unmarshaling Rules into list []json.RawMessage: %+v", err) + } + + output := make([]FirewallPolicyRule, 0) + for i, val := range listTemp { + impl, err := unmarshalFirewallPolicyRuleImplementation(val) + if err != nil { + return fmt.Errorf("unmarshaling index %d field 'Rules' for 'FirewallPolicyNatRuleCollection': %+v", i, err) + } + output = append(output, impl) + } + s.Rules = &output + } + return nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicynatrulecollectionaction.go similarity index 51% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicynatrulecollectionaction.go index 54ee08d24982..4b895cf6198a 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_natgatewaysku.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicynatrulecollectionaction.go @@ -1,8 +1,8 @@ -package applicationgateways +package firewallpolicies // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -type NatGatewaySku struct { - Name *NatGatewaySkuName `json:"name,omitempty"` +type FirewallPolicyNatRuleCollectionAction struct { + Type *FirewallPolicyNatRuleCollectionActionType `json:"type,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_firewallpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_firewallpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyrule.go new file mode 100644 index 000000000000..057fc40d54fb --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyrule.go @@ -0,0 +1,69 @@ +package firewallpolicies + +import ( + "encoding/json" + "fmt" + "strings" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type FirewallPolicyRule interface { +} + +// RawFirewallPolicyRuleImpl is returned when the Discriminated Value +// doesn't match any of the defined types +// NOTE: this should only be used when a type isn't defined for this type of Object (as a workaround) +// and is used only for Deserialization (e.g. this cannot be used as a Request Payload). +type RawFirewallPolicyRuleImpl struct { + Type string + Values map[string]interface{} +} + +func unmarshalFirewallPolicyRuleImplementation(input []byte) (FirewallPolicyRule, error) { + if input == nil { + return nil, nil + } + + var temp map[string]interface{} + if err := json.Unmarshal(input, &temp); err != nil { + return nil, fmt.Errorf("unmarshaling FirewallPolicyRule into map[string]interface: %+v", err) + } + + value, ok := temp["ruleType"].(string) + if !ok { + return nil, nil + } + + if strings.EqualFold(value, "ApplicationRule") { + var out ApplicationRule + if err := json.Unmarshal(input, &out); err != nil { + return nil, fmt.Errorf("unmarshaling into ApplicationRule: %+v", err) + } + return out, nil + } + + if strings.EqualFold(value, "NatRule") { + var out NatRule + if err := json.Unmarshal(input, &out); err != nil { + return nil, fmt.Errorf("unmarshaling into NatRule: %+v", err) + } + return out, nil + } + + if strings.EqualFold(value, "NetworkRule") { + var out NetworkRule + if err := json.Unmarshal(input, &out); err != nil { + return nil, fmt.Errorf("unmarshaling into NetworkRule: %+v", err) + } + return out, nil + } + + out := RawFirewallPolicyRuleImpl{ + Type: value, + Values: temp, + } + return out, nil + +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyruleapplicationprotocol.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyruleapplicationprotocol.go new file mode 100644 index 000000000000..4c9fdab828c5 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyruleapplicationprotocol.go @@ -0,0 +1,9 @@ +package firewallpolicies + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type FirewallPolicyRuleApplicationProtocol struct { + Port *int64 `json:"port,omitempty"` + ProtocolType *FirewallPolicyRuleApplicationProtocolType `json:"protocolType,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyrulecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyrulecollection.go new file mode 100644 index 000000000000..69c3d27a2bb6 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyrulecollection.go @@ -0,0 +1,61 @@ +package firewallpolicies + +import ( + "encoding/json" + "fmt" + "strings" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type FirewallPolicyRuleCollection interface { +} + +// RawFirewallPolicyRuleCollectionImpl is returned when the Discriminated Value +// doesn't match any of the defined types +// NOTE: this should only be used when a type isn't defined for this type of Object (as a workaround) +// and is used only for Deserialization (e.g. this cannot be used as a Request Payload). +type RawFirewallPolicyRuleCollectionImpl struct { + Type string + Values map[string]interface{} +} + +func unmarshalFirewallPolicyRuleCollectionImplementation(input []byte) (FirewallPolicyRuleCollection, error) { + if input == nil { + return nil, nil + } + + var temp map[string]interface{} + if err := json.Unmarshal(input, &temp); err != nil { + return nil, fmt.Errorf("unmarshaling FirewallPolicyRuleCollection into map[string]interface: %+v", err) + } + + value, ok := temp["ruleCollectionType"].(string) + if !ok { + return nil, nil + } + + if strings.EqualFold(value, "FirewallPolicyFilterRuleCollection") { + var out FirewallPolicyFilterRuleCollection + if err := json.Unmarshal(input, &out); err != nil { + return nil, fmt.Errorf("unmarshaling into FirewallPolicyFilterRuleCollection: %+v", err) + } + return out, nil + } + + if strings.EqualFold(value, "FirewallPolicyNatRuleCollection") { + var out FirewallPolicyNatRuleCollection + if err := json.Unmarshal(input, &out); err != nil { + return nil, fmt.Errorf("unmarshaling into FirewallPolicyNatRuleCollection: %+v", err) + } + return out, nil + } + + out := RawFirewallPolicyRuleCollectionImpl{ + Type: value, + Values: temp, + } + return out, nil + +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaysslcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyrulecollectiongroupdraft.go similarity index 66% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaysslcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyrulecollectiongroupdraft.go index 1f5898678625..638137d0747c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewaysslcertificate.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyrulecollectiongroupdraft.go @@ -1,12 +1,11 @@ -package applicationgateways +package firewallpolicies // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -type ApplicationGatewaySslCertificate struct { - Etag *string `json:"etag,omitempty"` +type FirewallPolicyRuleCollectionGroupDraft struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` - Properties *ApplicationGatewaySslCertificatePropertiesFormat `json:"properties,omitempty"` + Properties *FirewallPolicyRuleCollectionGroupDraftProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyrulecollectiongroupdraftproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyrulecollectiongroupdraftproperties.go new file mode 100644 index 000000000000..376fd8c32ecf --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicyrulecollectiongroupdraftproperties.go @@ -0,0 +1,51 @@ +package firewallpolicies + +import ( + "encoding/json" + "fmt" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type FirewallPolicyRuleCollectionGroupDraftProperties struct { + Priority *int64 `json:"priority,omitempty"` + RuleCollections *[]FirewallPolicyRuleCollection `json:"ruleCollections,omitempty"` + Size *string `json:"size,omitempty"` +} + +var _ json.Unmarshaler = &FirewallPolicyRuleCollectionGroupDraftProperties{} + +func (s *FirewallPolicyRuleCollectionGroupDraftProperties) UnmarshalJSON(bytes []byte) error { + type alias FirewallPolicyRuleCollectionGroupDraftProperties + var decoded alias + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling into FirewallPolicyRuleCollectionGroupDraftProperties: %+v", err) + } + + s.Priority = decoded.Priority + s.Size = decoded.Size + + var temp map[string]json.RawMessage + if err := json.Unmarshal(bytes, &temp); err != nil { + return fmt.Errorf("unmarshaling FirewallPolicyRuleCollectionGroupDraftProperties into map[string]json.RawMessage: %+v", err) + } + + if v, ok := temp["ruleCollections"]; ok { + var listTemp []json.RawMessage + if err := json.Unmarshal(v, &listTemp); err != nil { + return fmt.Errorf("unmarshaling RuleCollections into list []json.RawMessage: %+v", err) + } + + output := make([]FirewallPolicyRuleCollection, 0) + for i, val := range listTemp { + impl, err := unmarshalFirewallPolicyRuleCollectionImplementation(val) + if err != nil { + return fmt.Errorf("unmarshaling index %d field 'RuleCollections' for 'FirewallPolicyRuleCollectionGroupDraftProperties': %+v", i, err) + } + output = append(output, impl) + } + s.RuleCollections = &output + } + return nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_firewallpolicysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_firewallpolicysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_firewallpolicysnat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicysnat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_firewallpolicysnat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicysnat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_firewallpolicysql.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicysql.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_firewallpolicysql.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicysql.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_firewallpolicythreatintelwhitelist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicythreatintelwhitelist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_firewallpolicythreatintelwhitelist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicythreatintelwhitelist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_firewallpolicytransportsecurity.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicytransportsecurity.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_firewallpolicytransportsecurity.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_firewallpolicytransportsecurity.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_idpsqueryobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_idpsqueryobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_idpsqueryobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_idpsqueryobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_natrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_natrule.go new file mode 100644 index 000000000000..0c83394fd205 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_natrule.go @@ -0,0 +1,50 @@ +package firewallpolicies + +import ( + "encoding/json" + "fmt" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +var _ FirewallPolicyRule = NatRule{} + +type NatRule struct { + DestinationAddresses *[]string `json:"destinationAddresses,omitempty"` + DestinationPorts *[]string `json:"destinationPorts,omitempty"` + IPProtocols *[]FirewallPolicyRuleNetworkProtocol `json:"ipProtocols,omitempty"` + SourceAddresses *[]string `json:"sourceAddresses,omitempty"` + SourceIPGroups *[]string `json:"sourceIpGroups,omitempty"` + TranslatedAddress *string `json:"translatedAddress,omitempty"` + TranslatedFqdn *string `json:"translatedFqdn,omitempty"` + TranslatedPort *string `json:"translatedPort,omitempty"` + + // Fields inherited from FirewallPolicyRule + Description *string `json:"description,omitempty"` + Name *string `json:"name,omitempty"` +} + +var _ json.Marshaler = NatRule{} + +func (s NatRule) MarshalJSON() ([]byte, error) { + type wrapper NatRule + wrapped := wrapper(s) + encoded, err := json.Marshal(wrapped) + if err != nil { + return nil, fmt.Errorf("marshaling NatRule: %+v", err) + } + + var decoded map[string]interface{} + if err := json.Unmarshal(encoded, &decoded); err != nil { + return nil, fmt.Errorf("unmarshaling NatRule: %+v", err) + } + decoded["ruleType"] = "NatRule" + + encoded, err = json.Marshal(decoded) + if err != nil { + return nil, fmt.Errorf("re-marshaling NatRule: %+v", err) + } + + return encoded, nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_networkrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_networkrule.go new file mode 100644 index 000000000000..95108d1b710f --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_networkrule.go @@ -0,0 +1,49 @@ +package firewallpolicies + +import ( + "encoding/json" + "fmt" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +var _ FirewallPolicyRule = NetworkRule{} + +type NetworkRule struct { + DestinationAddresses *[]string `json:"destinationAddresses,omitempty"` + DestinationFqdns *[]string `json:"destinationFqdns,omitempty"` + DestinationIPGroups *[]string `json:"destinationIpGroups,omitempty"` + DestinationPorts *[]string `json:"destinationPorts,omitempty"` + IPProtocols *[]FirewallPolicyRuleNetworkProtocol `json:"ipProtocols,omitempty"` + SourceAddresses *[]string `json:"sourceAddresses,omitempty"` + SourceIPGroups *[]string `json:"sourceIpGroups,omitempty"` + + // Fields inherited from FirewallPolicyRule + Description *string `json:"description,omitempty"` + Name *string `json:"name,omitempty"` +} + +var _ json.Marshaler = NetworkRule{} + +func (s NetworkRule) MarshalJSON() ([]byte, error) { + type wrapper NetworkRule + wrapped := wrapper(s) + encoded, err := json.Marshal(wrapped) + if err != nil { + return nil, fmt.Errorf("marshaling NetworkRule: %+v", err) + } + + var decoded map[string]interface{} + if err := json.Unmarshal(encoded, &decoded); err != nil { + return nil, fmt.Errorf("unmarshaling NetworkRule: %+v", err) + } + decoded["ruleType"] = "NetworkRule" + + encoded, err = json.Marshal(decoded) + if err != nil { + return nil, fmt.Errorf("re-marshaling NetworkRule: %+v", err) + } + + return encoded, nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_orderby.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_orderby.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_orderby.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_orderby.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_queryresults.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_queryresults.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_queryresults.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_queryresults.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_signatureoverridesfiltervaluesquery.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_signatureoverridesfiltervaluesquery.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_signatureoverridesfiltervaluesquery.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_signatureoverridesfiltervaluesquery.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_signatureoverridesfiltervaluesresponse.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_signatureoverridesfiltervaluesresponse.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_signatureoverridesfiltervaluesresponse.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_signatureoverridesfiltervaluesresponse.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_signaturesoverrides.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_signaturesoverrides.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_signaturesoverrides.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_signaturesoverrides.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_signaturesoverrideslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_signaturesoverrideslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_signaturesoverrideslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_signaturesoverrideslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_signaturesoverridesproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_signaturesoverridesproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_signaturesoverridesproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_signaturesoverridesproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_singlequeryresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_singlequeryresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_singlequeryresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_singlequeryresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/version.go index a3e5c95a0ff6..c170b6ebb8f1 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/firewallpolicies/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/README.md index ae97e1275a1c..6dd0738f134c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups` Documentation -The `firewallpolicyrulecollectiongroups` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `firewallpolicyrulecollectiongroups` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/id_firewallpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/id_firewallpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/id_firewallpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/id_firewallpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/id_rulecollectiongroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/id_rulecollectiongroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/id_rulecollectiongroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/id_rulecollectiongroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/model_applicationrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/model_applicationrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/model_applicationrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/model_applicationrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/model_firewallpolicyfilterrulecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/model_firewallpolicyfilterrulecollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/model_firewallpolicyfilterrulecollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/model_firewallpolicyfilterrulecollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/model_firewallpolicyfilterrulecollectionaction.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/model_firewallpolicyfilterrulecollectionaction.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/model_firewallpolicyfilterrulecollectionaction.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/model_firewallpolicyfilterrulecollectionaction.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/model_firewallpolicyhttpheadertoinsert.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/model_firewallpolicyhttpheadertoinsert.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/model_firewallpolicyhttpheadertoinsert.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/model_firewallpolicyhttpheadertoinsert.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/model_firewallpolicynatrulecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/model_firewallpolicynatrulecollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/model_firewallpolicynatrulecollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/model_firewallpolicynatrulecollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/model_firewallpolicynatrulecollectionaction.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/model_firewallpolicynatrulecollectionaction.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/model_firewallpolicynatrulecollectionaction.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/model_firewallpolicynatrulecollectionaction.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/model_firewallpolicyruleapplicationprotocol.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/model_firewallpolicyruleapplicationprotocol.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/model_firewallpolicyruleapplicationprotocol.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/model_firewallpolicyruleapplicationprotocol.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrulecollection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrulecollection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrulecollection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrulecollection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrulecollectiongroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrulecollectiongroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrulecollectiongroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrulecollectiongroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrulecollectiongroupproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrulecollectiongroupproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrulecollectiongroupproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/model_firewallpolicyrulecollectiongroupproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/model_natrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/model_natrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/model_natrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/model_natrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/model_networkrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/model_networkrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/model_networkrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/model_networkrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/version.go index 95e9fce8e123..29a8e24418e7 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/firewallpolicyrulecollectiongroups/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/README.md index 76af9cf056e0..8dfaa0365be0 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs` Documentation -The `flowlogs` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `flowlogs` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/id_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/id_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/id_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/id_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/id_networkwatcher.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/id_networkwatcher.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/id_networkwatcher.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/id_networkwatcher.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/version.go index 52fa71fb9242..006db6d4a205 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/flowlogs/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/README.md index 35608da919a2..34b7eb548af4 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations` Documentation -The `ipallocations` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `ipallocations` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/id_ipallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/id_ipallocation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/id_ipallocation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/id_ipallocation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/model_ipallocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/model_ipallocation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/model_ipallocation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/model_ipallocation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/model_ipallocationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/model_ipallocationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/model_ipallocationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/model_ipallocationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/version.go index cabf4c10632c..cca291192b0f 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/ipallocations/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/README.md similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/README.md index 8e194217c8ee..205b7498a4b6 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups` Documentation -The `ipgroups` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `ipgroups` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/id_ipgroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/id_ipgroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/id_ipgroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/id_ipgroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/method_updategroups.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/method_updategroups.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/method_updategroups.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/method_updategroups.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/model_ipgroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/model_ipgroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/model_ipgroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/model_ipgroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/model_ipgrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/model_ipgrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/model_ipgrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/model_ipgrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/version.go index ea11a72a52cb..1256d503b41f 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/ipgroups/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/README.md similarity index 98% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/README.md index 69b0eef136b3..b8fe8c22ce94 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers` Documentation -The `loadbalancers` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `loadbalancers` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/constants.go similarity index 97% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/constants.go index 8272625ee66f..edef2ce69233 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/constants.go @@ -1200,6 +1200,47 @@ func parseSecurityRuleProtocol(input string) (*SecurityRuleProtocol, error) { return &out, nil } +type SharingScope string + +const ( + SharingScopeDelegatedServices SharingScope = "DelegatedServices" + SharingScopeTenant SharingScope = "Tenant" +) + +func PossibleValuesForSharingScope() []string { + return []string{ + string(SharingScopeDelegatedServices), + string(SharingScopeTenant), + } +} + +func (s *SharingScope) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseSharingScope(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseSharingScope(input string) (*SharingScope, error) { + vals := map[string]SharingScope{ + "delegatedservices": SharingScopeDelegatedServices, + "tenant": SharingScopeTenant, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := SharingScope(input) + return &out, nil +} + type SyncMode string const ( diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/id_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/id_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/id_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/id_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/id_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/id_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/id_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/id_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/id_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/id_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/id_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/id_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/id_loadbalancer.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/id_loadbalancer.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/id_loadbalancer.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/id_loadbalancer.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/id_loadbalancerbackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/id_loadbalancerbackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/id_loadbalancerbackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/id_loadbalancerbackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/id_loadbalancingrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/id_loadbalancingrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/id_loadbalancingrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/id_loadbalancingrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/id_location.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/id_location.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/id_location.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/id_location.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/id_outboundrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/id_outboundrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/id_outboundrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/id_outboundrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/id_probe.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/id_probe.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/id_probe.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/id_probe.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/id_providerloadbalancer.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/id_providerloadbalancer.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/id_providerloadbalancer.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/id_providerloadbalancer.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_inboundnatrulescreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_inboundnatrulescreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_inboundnatrulescreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_inboundnatrulescreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_inboundnatrulesdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_inboundnatrulesdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_inboundnatrulesdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_inboundnatrulesdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_inboundnatrulesget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_inboundnatrulesget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_inboundnatrulesget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_inboundnatrulesget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_inboundnatruleslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_inboundnatruleslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_inboundnatruleslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_inboundnatruleslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_listinboundnatruleportmappings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_listinboundnatruleportmappings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_listinboundnatruleportmappings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_listinboundnatruleportmappings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_loadbalancerbackendaddresspoolscreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_loadbalancerbackendaddresspoolscreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_loadbalancerbackendaddresspoolscreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_loadbalancerbackendaddresspoolscreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_loadbalancerbackendaddresspoolsdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_loadbalancerbackendaddresspoolsdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_loadbalancerbackendaddresspoolsdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_loadbalancerbackendaddresspoolsdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_loadbalancerbackendaddresspoolsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_loadbalancerbackendaddresspoolsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_loadbalancerbackendaddresspoolsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_loadbalancerbackendaddresspoolsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_loadbalancerbackendaddresspoolslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_loadbalancerbackendaddresspoolslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_loadbalancerbackendaddresspoolslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_loadbalancerbackendaddresspoolslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_loadbalancerfrontendipconfigurationsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_loadbalancerfrontendipconfigurationsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_loadbalancerfrontendipconfigurationsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_loadbalancerfrontendipconfigurationsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_loadbalancerfrontendipconfigurationslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_loadbalancerfrontendipconfigurationslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_loadbalancerfrontendipconfigurationslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_loadbalancerfrontendipconfigurationslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_loadbalancerloadbalancingrulesget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_loadbalancerloadbalancingrulesget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_loadbalancerloadbalancingrulesget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_loadbalancerloadbalancingrulesget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_loadbalancerloadbalancingruleslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_loadbalancerloadbalancingruleslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_loadbalancerloadbalancingruleslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_loadbalancerloadbalancingruleslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_loadbalancernetworkinterfaceslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_loadbalancernetworkinterfaceslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_loadbalancernetworkinterfaceslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_loadbalancernetworkinterfaceslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_loadbalanceroutboundrulesget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_loadbalanceroutboundrulesget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_loadbalanceroutboundrulesget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_loadbalanceroutboundrulesget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_loadbalanceroutboundruleslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_loadbalanceroutboundruleslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_loadbalanceroutboundruleslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_loadbalanceroutboundruleslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_loadbalancerprobesget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_loadbalancerprobesget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_loadbalancerprobesget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_loadbalancerprobesget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_loadbalancerprobeslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_loadbalancerprobeslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_loadbalancerprobeslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_loadbalancerprobeslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_migratetoipbased.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_migratetoipbased.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_migratetoipbased.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_migratetoipbased.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_swappublicipaddresses.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_swappublicipaddresses.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_swappublicipaddresses.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_swappublicipaddresses.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_backendaddressinboundnatruleportmappings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_backendaddressinboundnatruleportmappings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_backendaddressinboundnatruleportmappings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_backendaddressinboundnatruleportmappings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_inboundnatpool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_inboundnatpool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_inboundnatpool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_inboundnatpool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_inboundnatpoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_inboundnatpoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_inboundnatpoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_inboundnatpoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_inboundnatruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_inboundnatruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_inboundnatruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_inboundnatruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_loadbalancer.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_loadbalancer.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_loadbalancer.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_loadbalancer.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_loadbalancerpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_loadbalancerpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_loadbalancerpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_loadbalancerpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_loadbalancersku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_loadbalancersku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_loadbalancersku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_loadbalancersku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_loadbalancervipswaprequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_loadbalancervipswaprequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_loadbalancervipswaprequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_loadbalancervipswaprequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_loadbalancervipswaprequestfrontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_loadbalancervipswaprequestfrontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_loadbalancervipswaprequestfrontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_loadbalancervipswaprequestfrontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_loadbalancervipswaprequestfrontendipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_loadbalancervipswaprequestfrontendipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_loadbalancervipswaprequestfrontendipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_loadbalancervipswaprequestfrontendipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_loadbalancingrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_loadbalancingrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_loadbalancingrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_loadbalancingrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_loadbalancingrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_loadbalancingrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_loadbalancingrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_loadbalancingrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_migratedpools.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_migratedpools.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_migratedpools.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_migratedpools.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_migrateloadbalancertoipbasedrequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_migrateloadbalancertoipbasedrequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_migrateloadbalancertoipbasedrequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_migrateloadbalancertoipbasedrequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_networkinterfaceipconfigurationpropertiesformat.go index d0e35f43bfb5..a7d7345eb3e8 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_networkinterfaceipconfigurationpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_networkinterfaceipconfigurationpropertiesformat.go @@ -11,6 +11,7 @@ type NetworkInterfaceIPConfigurationPropertiesFormat struct { LoadBalancerInboundNatRules *[]InboundNatRule `json:"loadBalancerInboundNatRules,omitempty"` Primary *bool `json:"primary,omitempty"` PrivateIPAddress *string `json:"privateIPAddress,omitempty"` + PrivateIPAddressPrefixLength *int64 `json:"privateIPAddressPrefixLength,omitempty"` PrivateIPAddressVersion *IPVersion `json:"privateIPAddressVersion,omitempty"` PrivateIPAllocationMethod *IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"` PrivateLinkConnectionProperties *NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties `json:"privateLinkConnectionProperties,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_networkinterfacepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_networkinterfacepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_networkinterfacepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_outboundrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_outboundrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_outboundrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_outboundrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_outboundrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_outboundrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_outboundrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_outboundrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_probe.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_probe.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_probe.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_probe.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_probepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_probepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_probepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_probepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_queryinboundnatruleportmappingrequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_queryinboundnatruleportmappingrequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_queryinboundnatruleportmappingrequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_queryinboundnatruleportmappingrequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_subnetpropertiesformat.go index 3745628cad5e..c3a88e8b60ec 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_subnetpropertiesformat.go @@ -24,4 +24,5 @@ type SubnetPropertiesFormat struct { ServiceAssociationLinks *[]ServiceAssociationLink `json:"serviceAssociationLinks,omitempty"` ServiceEndpointPolicies *[]ServiceEndpointPolicy `json:"serviceEndpointPolicies,omitempty"` ServiceEndpoints *[]ServiceEndpointPropertiesFormat `json:"serviceEndpoints,omitempty"` + SharingScope *SharingScope `json:"sharingScope,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/version.go index c2e94a65da05..1d95c935c8e2 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/loadbalancers/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/README.md index 62be958951c7..bed3e60aac95 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways` Documentation -The `localnetworkgateways` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `localnetworkgateways` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/id_localnetworkgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/id_localnetworkgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/id_localnetworkgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/id_localnetworkgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/model_addressspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/model_addressspace.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/model_addressspace.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/model_addressspace.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/model_bgpsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/model_bgpsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/model_bgpsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/model_bgpsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/model_ipconfigurationbgppeeringaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/model_ipconfigurationbgppeeringaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/model_ipconfigurationbgppeeringaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/model_ipconfigurationbgppeeringaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/model_localnetworkgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/model_localnetworkgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/model_localnetworkgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/model_localnetworkgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/model_localnetworkgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/model_localnetworkgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/model_localnetworkgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/model_localnetworkgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/version.go index efd04e3f9176..f1821de666ae 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/localnetworkgateways/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/README.md index 0b3813518bc7..1fed7e647cad 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways` Documentation -The `natgateways` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `natgateways` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/id_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/id_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/id_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/id_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/version.go index de67d074811b..f75b143874e9 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/natgateways/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups/README.md index 5e0a8f304e22..6ba79ba2b29c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups` Documentation -The `networkgroups` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `networkgroups` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups/id_networkgroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups/id_networkgroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups/id_networkgroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups/id_networkgroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups/id_networkmanager.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups/id_networkmanager.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups/id_networkmanager.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups/id_networkmanager.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups/model_networkgroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups/model_networkgroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups/model_networkgroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups/model_networkgroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups/model_networkgroupproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups/model_networkgroupproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups/model_networkgroupproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups/model_networkgroupproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups/version.go index 89ed6cf522a9..890386a2be67 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/networkgroups/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/README.md similarity index 98% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/README.md index dba7103c76f0..0347be3ae2fe 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces` Documentation -The `networkinterfaces` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `networkinterfaces` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/constants.go similarity index 97% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/constants.go index a1a4f2b130fd..ca36c67f611c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/constants.go @@ -1332,6 +1332,47 @@ func parseSecurityRuleProtocol(input string) (*SecurityRuleProtocol, error) { return &out, nil } +type SharingScope string + +const ( + SharingScopeDelegatedServices SharingScope = "DelegatedServices" + SharingScopeTenant SharingScope = "Tenant" +) + +func PossibleValuesForSharingScope() []string { + return []string{ + string(SharingScopeDelegatedServices), + string(SharingScopeTenant), + } +} + +func (s *SharingScope) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseSharingScope(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseSharingScope(input string) (*SharingScope, error) { + vals := map[string]SharingScope{ + "delegatedservices": SharingScopeDelegatedServices, + "tenant": SharingScopeTenant, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := SharingScope(input) + return &out, nil +} + type SyncMode string const ( diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/id_providercloudservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/id_providercloudservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/id_providercloudservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/id_providercloudservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/id_roleinstance.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/id_roleinstance.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/id_roleinstance.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/id_roleinstance.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/id_roleinstancenetworkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/id_roleinstancenetworkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/id_roleinstancenetworkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/id_roleinstancenetworkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/id_tapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/id_tapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/id_tapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/id_tapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/id_virtualmachine.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/id_virtualmachine.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/id_virtualmachine.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/id_virtualmachine.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/id_virtualmachinescaleset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/id_virtualmachinescaleset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/id_virtualmachinescaleset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/id_virtualmachinescaleset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_getcloudservicenetworkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_getcloudservicenetworkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_getcloudservicenetworkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_getcloudservicenetworkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_geteffectiveroutetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_geteffectiveroutetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_geteffectiveroutetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_geteffectiveroutetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_getvirtualmachinescalesetipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_getvirtualmachinescalesetipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_getvirtualmachinescalesetipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_getvirtualmachinescalesetipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_getvirtualmachinescalesetnetworkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_getvirtualmachinescalesetnetworkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_getvirtualmachinescalesetnetworkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_getvirtualmachinescalesetnetworkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_listcloudservicenetworkinterfaces.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_listcloudservicenetworkinterfaces.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_listcloudservicenetworkinterfaces.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_listcloudservicenetworkinterfaces.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_listcloudserviceroleinstancenetworkinterfaces.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_listcloudserviceroleinstancenetworkinterfaces.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_listcloudserviceroleinstancenetworkinterfaces.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_listcloudserviceroleinstancenetworkinterfaces.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_listeffectivenetworksecuritygroups.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_listeffectivenetworksecuritygroups.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_listeffectivenetworksecuritygroups.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_listeffectivenetworksecuritygroups.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_listvirtualmachinescalesetipconfigurations.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_listvirtualmachinescalesetipconfigurations.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_listvirtualmachinescalesetipconfigurations.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_listvirtualmachinescalesetipconfigurations.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_listvirtualmachinescalesetnetworkinterfaces.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_listvirtualmachinescalesetnetworkinterfaces.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_listvirtualmachinescalesetnetworkinterfaces.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_listvirtualmachinescalesetnetworkinterfaces.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_listvirtualmachinescalesetvmnetworkinterfaces.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_listvirtualmachinescalesetvmnetworkinterfaces.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_listvirtualmachinescalesetvmnetworkinterfaces.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_listvirtualmachinescalesetvmnetworkinterfaces.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_networkinterfaceipconfigurationsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_networkinterfaceipconfigurationsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_networkinterfaceipconfigurationsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_networkinterfaceipconfigurationsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_networkinterfaceipconfigurationslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_networkinterfaceipconfigurationslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_networkinterfaceipconfigurationslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_networkinterfaceipconfigurationslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_networkinterfaceloadbalancerslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_networkinterfaceloadbalancerslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_networkinterfaceloadbalancerslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_networkinterfaceloadbalancerslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_networkinterfacetapconfigurationsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_networkinterfacetapconfigurationsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_networkinterfacetapconfigurationsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_networkinterfacetapconfigurationsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_networkinterfacetapconfigurationslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_networkinterfacetapconfigurationslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_networkinterfacetapconfigurationslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_networkinterfacetapconfigurationslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_effectivenetworksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_effectivenetworksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_effectivenetworksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_effectivenetworksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_effectivenetworksecuritygroupassociation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_effectivenetworksecuritygroupassociation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_effectivenetworksecuritygroupassociation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_effectivenetworksecuritygroupassociation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_effectivenetworksecurityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_effectivenetworksecurityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_effectivenetworksecurityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_effectivenetworksecurityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_effectiveroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_effectiveroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_effectiveroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_effectiveroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_inboundnatpool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_inboundnatpool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_inboundnatpool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_inboundnatpool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_inboundnatpoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_inboundnatpoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_inboundnatpoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_inboundnatpoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_loadbalancer.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_loadbalancer.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_loadbalancer.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_loadbalancer.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_loadbalancerpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_loadbalancerpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_loadbalancerpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_loadbalancerpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_loadbalancersku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_loadbalancersku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_loadbalancersku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_loadbalancersku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_loadbalancingrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_loadbalancingrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_loadbalancingrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_loadbalancingrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_loadbalancingrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_loadbalancingrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_loadbalancingrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_loadbalancingrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_networkinterfaceipconfigurationpropertiesformat.go index 1baf3488ee09..86aea8f6e8e8 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_networkinterfaceipconfigurationpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_networkinterfaceipconfigurationpropertiesformat.go @@ -11,6 +11,7 @@ type NetworkInterfaceIPConfigurationPropertiesFormat struct { LoadBalancerInboundNatRules *[]InboundNatRule `json:"loadBalancerInboundNatRules,omitempty"` Primary *bool `json:"primary,omitempty"` PrivateIPAddress *string `json:"privateIPAddress,omitempty"` + PrivateIPAddressPrefixLength *int64 `json:"privateIPAddressPrefixLength,omitempty"` PrivateIPAddressVersion *IPVersion `json:"privateIPAddressVersion,omitempty"` PrivateIPAllocationMethod *IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"` PrivateLinkConnectionProperties *NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties `json:"privateLinkConnectionProperties,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_networkinterfacepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_networkinterfacepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_networkinterfacepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_outboundrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_outboundrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_outboundrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_outboundrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_outboundrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_outboundrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_outboundrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_outboundrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_probe.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_probe.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_probe.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_probe.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_probepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_probepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_probepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_probepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_subnetpropertiesformat.go index e9d9e3404ed5..e21a76de2c69 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_subnetpropertiesformat.go @@ -24,4 +24,5 @@ type SubnetPropertiesFormat struct { ServiceAssociationLinks *[]ServiceAssociationLink `json:"serviceAssociationLinks,omitempty"` ServiceEndpointPolicies *[]ServiceEndpointPolicy `json:"serviceEndpointPolicies,omitempty"` ServiceEndpoints *[]ServiceEndpointPropertiesFormat `json:"serviceEndpoints,omitempty"` + SharingScope *SharingScope `json:"sharingScope,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/version.go index 2085b9ffb2d5..c6b21b3d1c03 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/networkinterfaces/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/README.md similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/README.md index 3562bcbce479..44e1ec295419 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations` Documentation -The `networkmanageractiveconfigurations` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `networkmanageractiveconfigurations` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/id_networkmanager.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/id_networkmanager.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/id_networkmanager.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/id_networkmanager.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/method_listactivesecurityadminrules.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/method_listactivesecurityadminrules.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/method_listactivesecurityadminrules.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/method_listactivesecurityadminrules.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/model_activebasesecurityadminrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/model_activebasesecurityadminrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/model_activebasesecurityadminrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/model_activebasesecurityadminrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/model_activeconfigurationparameter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/model_activeconfigurationparameter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/model_activeconfigurationparameter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/model_activeconfigurationparameter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/model_activedefaultsecurityadminrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/model_activedefaultsecurityadminrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/model_activedefaultsecurityadminrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/model_activedefaultsecurityadminrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/model_activesecurityadminrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/model_activesecurityadminrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/model_activesecurityadminrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/model_activesecurityadminrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/model_activesecurityadminruleslistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/model_activesecurityadminruleslistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/model_activesecurityadminruleslistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/model_activesecurityadminruleslistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/model_addressprefixitem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/model_addressprefixitem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/model_addressprefixitem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/model_addressprefixitem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/model_adminpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/model_adminpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/model_adminpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/model_adminpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/model_configurationgroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/model_configurationgroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/model_configurationgroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/model_configurationgroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/model_defaultadminpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/model_defaultadminpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/model_defaultadminpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/model_defaultadminpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/model_networkgroupproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/model_networkgroupproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/model_networkgroupproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/model_networkgroupproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/model_networkmanagersecuritygroupitem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/model_networkmanagersecuritygroupitem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/model_networkmanagersecuritygroupitem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/model_networkmanagersecuritygroupitem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/version.go index fd68e8e119fe..f5bfcee6f74f 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/networkmanageractiveconfigurations/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations/README.md similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations/README.md index 67330e290fb5..82eeb8d011c6 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations` Documentation -The `networkmanageractiveconnectivityconfigurations` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `networkmanageractiveconnectivityconfigurations` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations/id_networkmanager.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations/id_networkmanager.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations/id_networkmanager.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations/id_networkmanager.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations/method_listactiveconnectivityconfigurations.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations/method_listactiveconnectivityconfigurations.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations/method_listactiveconnectivityconfigurations.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations/method_listactiveconnectivityconfigurations.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations/model_activeconfigurationparameter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations/model_activeconfigurationparameter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations/model_activeconfigurationparameter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations/model_activeconfigurationparameter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations/model_activeconnectivityconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations/model_activeconnectivityconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations/model_activeconnectivityconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations/model_activeconnectivityconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations/model_activeconnectivityconfigurationslistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations/model_activeconnectivityconfigurationslistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations/model_activeconnectivityconfigurationslistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations/model_activeconnectivityconfigurationslistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations/model_configurationgroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations/model_configurationgroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations/model_configurationgroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations/model_configurationgroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations/model_connectivityconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations/model_connectivityconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations/model_connectivityconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations/model_connectivityconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations/model_connectivitygroupitem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations/model_connectivitygroupitem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations/model_connectivitygroupitem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations/model_connectivitygroupitem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations/model_hub.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations/model_hub.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations/model_hub.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations/model_hub.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations/model_networkgroupproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations/model_networkgroupproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations/model_networkgroupproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations/model_networkgroupproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations/version.go similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations/version.go index 57307c344eff..41c46b1a8b85 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/networkmanageractiveconnectivityconfigurations/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/README.md similarity index 98% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/README.md index 017e05b3480f..fc17daa5dc47 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections` Documentation -The `networkmanagerconnections` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `networkmanagerconnections` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/id_networkmanagerconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/id_networkmanagerconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/id_networkmanagerconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/id_networkmanagerconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/id_providers2networkmanagerconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/id_providers2networkmanagerconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/id_providers2networkmanagerconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/id_providers2networkmanagerconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionscreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionscreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionscreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionscreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionsdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionsdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionsdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionsdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/method_managementgroupnetworkmanagerconnectionslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionscreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionscreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionscreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionscreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionsdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionsdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionsdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionsdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/method_subscriptionnetworkmanagerconnectionslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/model_networkmanagerconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/model_networkmanagerconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/model_networkmanagerconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/model_networkmanagerconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/model_networkmanagerconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/model_networkmanagerconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/model_networkmanagerconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/model_networkmanagerconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/version.go index d3d72ee22a79..fc77e3e62cea 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/networkmanagerconnections/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration/README.md similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration/README.md index 49f8eae122d8..41400d3088ed 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration` Documentation -The `networkmanagereffectiveconnectivityconfiguration` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `networkmanagereffectiveconnectivityconfiguration` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration/method_listnetworkmanagereffectiveconnectivityconfigurations.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration/method_listnetworkmanagereffectiveconnectivityconfigurations.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration/method_listnetworkmanagereffectiveconnectivityconfigurations.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration/method_listnetworkmanagereffectiveconnectivityconfigurations.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration/model_configurationgroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration/model_configurationgroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration/model_configurationgroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration/model_configurationgroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration/model_connectivityconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration/model_connectivityconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration/model_connectivityconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration/model_connectivityconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration/model_connectivitygroupitem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration/model_connectivitygroupitem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration/model_connectivitygroupitem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration/model_connectivitygroupitem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration/model_effectiveconnectivityconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration/model_effectiveconnectivityconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration/model_effectiveconnectivityconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration/model_effectiveconnectivityconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration/model_hub.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration/model_hub.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration/model_hub.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration/model_hub.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration/model_networkgroupproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration/model_networkgroupproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration/model_networkgroupproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration/model_networkgroupproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration/model_networkmanagereffectiveconnectivityconfigurationlistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration/model_networkmanagereffectiveconnectivityconfigurationlistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration/model_networkmanagereffectiveconnectivityconfigurationlistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration/model_networkmanagereffectiveconnectivityconfigurationlistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration/model_queryrequestoptions.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration/model_queryrequestoptions.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration/model_queryrequestoptions.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration/model_queryrequestoptions.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration/version.go similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration/version.go index cf231ed6e755..1d7fa73abde8 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/networkmanagereffectiveconnectivityconfiguration/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/README.md similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/README.md index 55b3dc9cddd2..e4c59e2c53c2 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules` Documentation -The `networkmanagereffectivesecurityadminrules` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `networkmanagereffectivesecurityadminrules` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/method_listnetworkmanagereffectivesecurityadminrules.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/method_listnetworkmanagereffectivesecurityadminrules.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/method_listnetworkmanagereffectivesecurityadminrules.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/method_listnetworkmanagereffectivesecurityadminrules.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/model_addressprefixitem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/model_addressprefixitem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/model_addressprefixitem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/model_addressprefixitem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/model_adminpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/model_adminpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/model_adminpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/model_adminpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/model_configurationgroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/model_configurationgroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/model_configurationgroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/model_configurationgroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/model_defaultadminpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/model_defaultadminpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/model_defaultadminpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/model_defaultadminpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/model_effectivebasesecurityadminrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/model_effectivebasesecurityadminrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/model_effectivebasesecurityadminrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/model_effectivebasesecurityadminrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/model_effectivedefaultsecurityadminrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/model_effectivedefaultsecurityadminrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/model_effectivedefaultsecurityadminrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/model_effectivedefaultsecurityadminrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/model_effectivesecurityadminrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/model_effectivesecurityadminrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/model_effectivesecurityadminrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/model_effectivesecurityadminrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/model_networkgroupproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/model_networkgroupproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/model_networkgroupproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/model_networkgroupproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/model_networkmanagereffectivesecurityadminruleslistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/model_networkmanagereffectivesecurityadminruleslistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/model_networkmanagereffectivesecurityadminruleslistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/model_networkmanagereffectivesecurityadminruleslistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/model_networkmanagersecuritygroupitem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/model_networkmanagersecuritygroupitem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/model_networkmanagersecuritygroupitem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/model_networkmanagersecuritygroupitem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/model_queryrequestoptions.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/model_queryrequestoptions.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/model_queryrequestoptions.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/model_queryrequestoptions.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/version.go similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/version.go index 755804389b77..2513c8fdf3ed 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/networkmanagereffectivesecurityadminrules/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/README.md similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/README.md index 271635c8107d..c498f7f8f089 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers` Documentation -The `networkmanagers` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `networkmanagers` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/id_networkmanager.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/id_networkmanager.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/id_networkmanager.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/id_networkmanager.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/method_listbysubscription.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/method_listbysubscription.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/method_listbysubscription.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/method_listbysubscription.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/method_networkmanagercommitspost.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/method_networkmanagercommitspost.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/method_networkmanagercommitspost.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/method_networkmanagercommitspost.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/method_networkmanagerdeploymentstatuslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/method_networkmanagerdeploymentstatuslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/method_networkmanagerdeploymentstatuslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/method_networkmanagerdeploymentstatuslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/method_patch.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/method_patch.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/method_patch.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/method_patch.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/model_crosstenantscopes.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/model_crosstenantscopes.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/model_crosstenantscopes.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/model_crosstenantscopes.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/model_networkmanager.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/model_networkmanager.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/model_networkmanager.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/model_networkmanager.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/model_networkmanagercommit.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/model_networkmanagercommit.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/model_networkmanagercommit.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/model_networkmanagercommit.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/model_networkmanagerdeploymentstatus.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/model_networkmanagerdeploymentstatus.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/model_networkmanagerdeploymentstatus.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/model_networkmanagerdeploymentstatus.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/model_networkmanagerdeploymentstatuslistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/model_networkmanagerdeploymentstatuslistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/model_networkmanagerdeploymentstatuslistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/model_networkmanagerdeploymentstatuslistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/model_networkmanagerdeploymentstatusparameter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/model_networkmanagerdeploymentstatusparameter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/model_networkmanagerdeploymentstatusparameter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/model_networkmanagerdeploymentstatusparameter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/model_networkmanagerproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/model_networkmanagerproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/model_networkmanagerproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/model_networkmanagerproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/model_networkmanagerpropertiesnetworkmanagerscopes.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/model_networkmanagerpropertiesnetworkmanagerscopes.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/model_networkmanagerpropertiesnetworkmanagerscopes.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/model_networkmanagerpropertiesnetworkmanagerscopes.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/model_patchobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/model_patchobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/model_patchobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/model_patchobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/version.go index 27684a8cced2..0c17120afb9e 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/networkmanagers/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/README.md index 16f8d5dbdcb1..341b912bf063 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles` Documentation -The `networkprofiles` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `networkprofiles` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/constants.go similarity index 97% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/constants.go index 5fc673f71817..d3159767fb9c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/constants.go @@ -983,6 +983,47 @@ func parseSecurityRuleProtocol(input string) (*SecurityRuleProtocol, error) { return &out, nil } +type SharingScope string + +const ( + SharingScopeDelegatedServices SharingScope = "DelegatedServices" + SharingScopeTenant SharingScope = "Tenant" +) + +func PossibleValuesForSharingScope() []string { + return []string{ + string(SharingScopeDelegatedServices), + string(SharingScopeTenant), + } +} + +func (s *SharingScope) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseSharingScope(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseSharingScope(input string) (*SharingScope, error) { + vals := map[string]SharingScope{ + "delegatedservices": SharingScopeDelegatedServices, + "tenant": SharingScopeTenant, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := SharingScope(input) + return &out, nil +} + type SyncMode string const ( diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/id_networkprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/id_networkprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/id_networkprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/id_networkprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_containernetworkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_containernetworkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_containernetworkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_containernetworkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_containernetworkinterfaceconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_containernetworkinterfaceconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_containernetworkinterfaceconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_containernetworkinterfaceconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_containernetworkinterfaceconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_containernetworkinterfaceconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_containernetworkinterfaceconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_containernetworkinterfaceconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_containernetworkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_containernetworkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_containernetworkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_containernetworkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_containernetworkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_containernetworkinterfaceipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_containernetworkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_containernetworkinterfaceipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_containernetworkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_containernetworkinterfacepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_containernetworkinterfacepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_containernetworkinterfacepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_networkinterfaceipconfigurationpropertiesformat.go index 2d7d8aa1bc8c..34110f0cec54 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_networkinterfaceipconfigurationpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_networkinterfaceipconfigurationpropertiesformat.go @@ -11,6 +11,7 @@ type NetworkInterfaceIPConfigurationPropertiesFormat struct { LoadBalancerInboundNatRules *[]InboundNatRule `json:"loadBalancerInboundNatRules,omitempty"` Primary *bool `json:"primary,omitempty"` PrivateIPAddress *string `json:"privateIPAddress,omitempty"` + PrivateIPAddressPrefixLength *int64 `json:"privateIPAddressPrefixLength,omitempty"` PrivateIPAddressVersion *IPVersion `json:"privateIPAddressVersion,omitempty"` PrivateIPAllocationMethod *IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"` PrivateLinkConnectionProperties *NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties `json:"privateLinkConnectionProperties,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_networkinterfacepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_networkinterfacepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_networkinterfacepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_networkprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_networkprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_networkprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_networkprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_networkprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_networkprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_networkprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_networkprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_subnetpropertiesformat.go index 76ce29ba1813..1e4d43ddb3d6 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_subnetpropertiesformat.go @@ -24,4 +24,5 @@ type SubnetPropertiesFormat struct { ServiceAssociationLinks *[]ServiceAssociationLink `json:"serviceAssociationLinks,omitempty"` ServiceEndpointPolicies *[]ServiceEndpointPolicy `json:"serviceEndpointPolicies,omitempty"` ServiceEndpoints *[]ServiceEndpointPropertiesFormat `json:"serviceEndpoints,omitempty"` + SharingScope *SharingScope `json:"sharingScope,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/version.go index 1f0dcbce6b0e..aac65a73d704 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/networkprofiles/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/README.md index fdc6623cfebf..8b2fe2c002fb 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups` Documentation -The `networksecuritygroups` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `networksecuritygroups` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/constants.go similarity index 97% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/constants.go index 14ac55e1b4e6..5a93db643325 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/constants.go @@ -983,6 +983,47 @@ func parseSecurityRuleProtocol(input string) (*SecurityRuleProtocol, error) { return &out, nil } +type SharingScope string + +const ( + SharingScopeDelegatedServices SharingScope = "DelegatedServices" + SharingScopeTenant SharingScope = "Tenant" +) + +func PossibleValuesForSharingScope() []string { + return []string{ + string(SharingScopeDelegatedServices), + string(SharingScopeTenant), + } +} + +func (s *SharingScope) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseSharingScope(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseSharingScope(input string) (*SharingScope, error) { + vals := map[string]SharingScope{ + "delegatedservices": SharingScopeDelegatedServices, + "tenant": SharingScopeTenant, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := SharingScope(input) + return &out, nil +} + type SyncMode string const ( diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/id_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/id_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/id_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/id_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_networkinterfaceipconfigurationpropertiesformat.go index 4199a4aa8648..248c37ca51de 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_networkinterfaceipconfigurationpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_networkinterfaceipconfigurationpropertiesformat.go @@ -11,6 +11,7 @@ type NetworkInterfaceIPConfigurationPropertiesFormat struct { LoadBalancerInboundNatRules *[]InboundNatRule `json:"loadBalancerInboundNatRules,omitempty"` Primary *bool `json:"primary,omitempty"` PrivateIPAddress *string `json:"privateIPAddress,omitempty"` + PrivateIPAddressPrefixLength *int64 `json:"privateIPAddressPrefixLength,omitempty"` PrivateIPAddressVersion *IPVersion `json:"privateIPAddressVersion,omitempty"` PrivateIPAllocationMethod *IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"` PrivateLinkConnectionProperties *NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties `json:"privateLinkConnectionProperties,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_networkinterfacepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_networkinterfacepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_networkinterfacepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_subnetpropertiesformat.go index ff8ab429e752..1709c6e2bd1f 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_subnetpropertiesformat.go @@ -24,4 +24,5 @@ type SubnetPropertiesFormat struct { ServiceAssociationLinks *[]ServiceAssociationLink `json:"serviceAssociationLinks,omitempty"` ServiceEndpointPolicies *[]ServiceEndpointPolicy `json:"serviceEndpointPolicies,omitempty"` ServiceEndpoints *[]ServiceEndpointPropertiesFormat `json:"serviceEndpoints,omitempty"` + SharingScope *SharingScope `json:"sharingScope,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/version.go index fe1a2e37c1db..86b340032212 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/networksecuritygroups/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/README.md similarity index 86% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/README.md index 1fec26cd144d..0a44f1ce17cc 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances` Documentation -The `networkvirtualappliances` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `networkvirtualappliances` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances" ``` @@ -117,6 +117,23 @@ for _, item := range items { ``` +### Example Usage: `NetworkVirtualAppliancesClient.Restart` + +```go +ctx := context.TODO() +id := networkvirtualappliances.NewNetworkVirtualApplianceID("12345678-1234-9876-4563-123456789012", "example-resource-group", "networkVirtualApplianceValue") + +payload := networkvirtualappliances.NetworkVirtualApplianceInstanceIds{ + // ... +} + + +if err := client.RestartThenPoll(ctx, id, payload); err != nil { + // handle the error +} +``` + + ### Example Usage: `NetworkVirtualAppliancesClient.UpdateTags` ```go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/constants.go new file mode 100644 index 000000000000..a36e7b6985db --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/constants.go @@ -0,0 +1,224 @@ +package networkvirtualappliances + +import ( + "encoding/json" + "fmt" + "strings" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type InboundSecurityRuleType string + +const ( + InboundSecurityRuleTypeAutoExpire InboundSecurityRuleType = "AutoExpire" + InboundSecurityRuleTypePermanent InboundSecurityRuleType = "Permanent" +) + +func PossibleValuesForInboundSecurityRuleType() []string { + return []string{ + string(InboundSecurityRuleTypeAutoExpire), + string(InboundSecurityRuleTypePermanent), + } +} + +func (s *InboundSecurityRuleType) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseInboundSecurityRuleType(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseInboundSecurityRuleType(input string) (*InboundSecurityRuleType, error) { + vals := map[string]InboundSecurityRuleType{ + "autoexpire": InboundSecurityRuleTypeAutoExpire, + "permanent": InboundSecurityRuleTypePermanent, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := InboundSecurityRuleType(input) + return &out, nil +} + +type InboundSecurityRulesProtocol string + +const ( + InboundSecurityRulesProtocolTCP InboundSecurityRulesProtocol = "TCP" + InboundSecurityRulesProtocolUDP InboundSecurityRulesProtocol = "UDP" +) + +func PossibleValuesForInboundSecurityRulesProtocol() []string { + return []string{ + string(InboundSecurityRulesProtocolTCP), + string(InboundSecurityRulesProtocolUDP), + } +} + +func (s *InboundSecurityRulesProtocol) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseInboundSecurityRulesProtocol(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseInboundSecurityRulesProtocol(input string) (*InboundSecurityRulesProtocol, error) { + vals := map[string]InboundSecurityRulesProtocol{ + "tcp": InboundSecurityRulesProtocolTCP, + "udp": InboundSecurityRulesProtocolUDP, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := InboundSecurityRulesProtocol(input) + return &out, nil +} + +type NicTypeInRequest string + +const ( + NicTypeInRequestPrivateNic NicTypeInRequest = "PrivateNic" + NicTypeInRequestPublicNic NicTypeInRequest = "PublicNic" +) + +func PossibleValuesForNicTypeInRequest() []string { + return []string{ + string(NicTypeInRequestPrivateNic), + string(NicTypeInRequestPublicNic), + } +} + +func (s *NicTypeInRequest) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseNicTypeInRequest(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseNicTypeInRequest(input string) (*NicTypeInRequest, error) { + vals := map[string]NicTypeInRequest{ + "privatenic": NicTypeInRequestPrivateNic, + "publicnic": NicTypeInRequestPublicNic, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := NicTypeInRequest(input) + return &out, nil +} + +type NicTypeInResponse string + +const ( + NicTypeInResponseAdditionalNic NicTypeInResponse = "AdditionalNic" + NicTypeInResponsePrivateNic NicTypeInResponse = "PrivateNic" + NicTypeInResponsePublicNic NicTypeInResponse = "PublicNic" +) + +func PossibleValuesForNicTypeInResponse() []string { + return []string{ + string(NicTypeInResponseAdditionalNic), + string(NicTypeInResponsePrivateNic), + string(NicTypeInResponsePublicNic), + } +} + +func (s *NicTypeInResponse) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseNicTypeInResponse(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseNicTypeInResponse(input string) (*NicTypeInResponse, error) { + vals := map[string]NicTypeInResponse{ + "additionalnic": NicTypeInResponseAdditionalNic, + "privatenic": NicTypeInResponsePrivateNic, + "publicnic": NicTypeInResponsePublicNic, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := NicTypeInResponse(input) + return &out, nil +} + +type ProvisioningState string + +const ( + ProvisioningStateDeleting ProvisioningState = "Deleting" + ProvisioningStateFailed ProvisioningState = "Failed" + ProvisioningStateSucceeded ProvisioningState = "Succeeded" + ProvisioningStateUpdating ProvisioningState = "Updating" +) + +func PossibleValuesForProvisioningState() []string { + return []string{ + string(ProvisioningStateDeleting), + string(ProvisioningStateFailed), + string(ProvisioningStateSucceeded), + string(ProvisioningStateUpdating), + } +} + +func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseProvisioningState(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseProvisioningState(input string) (*ProvisioningState, error) { + vals := map[string]ProvisioningState{ + "deleting": ProvisioningStateDeleting, + "failed": ProvisioningStateFailed, + "succeeded": ProvisioningStateSucceeded, + "updating": ProvisioningStateUpdating, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := ProvisioningState(input) + return &out, nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/id_inboundsecurityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/id_inboundsecurityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/id_inboundsecurityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/id_inboundsecurityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/id_networkvirtualappliance.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/id_networkvirtualappliance.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/id_networkvirtualappliance.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/id_networkvirtualappliance.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/method_inboundsecurityrulecreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/method_inboundsecurityrulecreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/method_inboundsecurityrulecreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/method_inboundsecurityrulecreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/method_restart.go similarity index 59% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/method_restart.go index 66330483b32a..3a260c048e5f 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/method_createorupdate.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/method_restart.go @@ -1,4 +1,4 @@ -package applicationgateways +package networkvirtualappliances import ( "context" @@ -14,23 +14,23 @@ import ( // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -type CreateOrUpdateOperationResponse struct { +type RestartOperationResponse struct { Poller pollers.Poller HttpResponse *http.Response OData *odata.OData - Model *ApplicationGateway + Model *NetworkVirtualApplianceInstanceIds } -// CreateOrUpdate ... -func (c ApplicationGatewaysClient) CreateOrUpdate(ctx context.Context, id ApplicationGatewayId, input ApplicationGateway) (result CreateOrUpdateOperationResponse, err error) { +// Restart ... +func (c NetworkVirtualAppliancesClient) Restart(ctx context.Context, id NetworkVirtualApplianceId, input NetworkVirtualApplianceInstanceIds) (result RestartOperationResponse, err error) { opts := client.RequestOptions{ ContentType: "application/json; charset=utf-8", ExpectedStatusCodes: []int{ - http.StatusCreated, + http.StatusAccepted, http.StatusOK, }, - HttpMethod: http.MethodPut, - Path: id.ID(), + HttpMethod: http.MethodPost, + Path: fmt.Sprintf("%s/restart", id.ID()), } req, err := c.Client.NewRequest(ctx, opts) @@ -60,15 +60,15 @@ func (c ApplicationGatewaysClient) CreateOrUpdate(ctx context.Context, id Applic return } -// CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed -func (c ApplicationGatewaysClient) CreateOrUpdateThenPoll(ctx context.Context, id ApplicationGatewayId, input ApplicationGateway) error { - result, err := c.CreateOrUpdate(ctx, id, input) +// RestartThenPoll performs Restart then polls until it's completed +func (c NetworkVirtualAppliancesClient) RestartThenPoll(ctx context.Context, id NetworkVirtualApplianceId, input NetworkVirtualApplianceInstanceIds) error { + result, err := c.Restart(ctx, id, input) if err != nil { - return fmt.Errorf("performing CreateOrUpdate: %+v", err) + return fmt.Errorf("performing Restart: %+v", err) } if err := result.Poller.PollUntilDone(ctx); err != nil { - return fmt.Errorf("polling after CreateOrUpdate: %+v", err) + return fmt.Errorf("polling after Restart: %+v", err) } return nil diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_delegationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_delegationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_delegationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_delegationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_inboundsecurityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_inboundsecurityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_inboundsecurityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_inboundsecurityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_inboundsecurityruleproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_inboundsecurityruleproperties.go similarity index 51% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_inboundsecurityruleproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_inboundsecurityruleproperties.go index 11569615b5c7..c4dafbd39cca 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_inboundsecurityruleproperties.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_inboundsecurityruleproperties.go @@ -4,6 +4,7 @@ package networkvirtualappliances // Licensed under the MIT License. See NOTICE.txt in the project root for license information. type InboundSecurityRuleProperties struct { - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - Rules *[]InboundSecurityRules `json:"rules,omitempty"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` + RuleType *InboundSecurityRuleType `json:"ruleType,omitempty"` + Rules *[]InboundSecurityRules `json:"rules,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_inboundsecurityrules.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_inboundsecurityrules.go new file mode 100644 index 000000000000..c8c2d5651768 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_inboundsecurityrules.go @@ -0,0 +1,13 @@ +package networkvirtualappliances + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type InboundSecurityRules struct { + AppliesOn *[]string `json:"appliesOn,omitempty"` + DestinationPortRange *int64 `json:"destinationPortRange,omitempty"` + DestinationPortRanges *[]string `json:"destinationPortRanges,omitempty"` + Name *string `json:"name,omitempty"` + Protocol *InboundSecurityRulesProtocol `json:"protocol,omitempty"` + SourceAddressPrefix *string `json:"sourceAddressPrefix,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_internetingresspublicipsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_internetingresspublicipsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_internetingresspublicipsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_internetingresspublicipsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_networkvirtualappliance.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_networkvirtualappliance.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_networkvirtualappliance.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_networkvirtualappliance.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_networkvirtualapplianceinstanceids.go similarity index 54% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_networkvirtualapplianceinstanceids.go index 5e7297f22b2b..3d9d42b16943 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_subresource.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_networkvirtualapplianceinstanceids.go @@ -1,8 +1,8 @@ -package applicationgateways +package networkvirtualappliances // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -type SubResource struct { - Id *string `json:"id,omitempty"` +type NetworkVirtualApplianceInstanceIds struct { + InstanceIds *[]string `json:"instanceIds,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_networkvirtualappliancepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_networkvirtualappliancepropertiesformat.go similarity index 54% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_networkvirtualappliancepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_networkvirtualappliancepropertiesformat.go index 8d22131a05a0..17e239bf3543 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_networkvirtualappliancepropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_networkvirtualappliancepropertiesformat.go @@ -4,22 +4,23 @@ package networkvirtualappliances // Licensed under the MIT License. See NOTICE.txt in the project root for license information. type NetworkVirtualAppliancePropertiesFormat struct { - AdditionalNics *[]VirtualApplianceAdditionalNicProperties `json:"additionalNics,omitempty"` - AddressPrefix *string `json:"addressPrefix,omitempty"` - BootStrapConfigurationBlobs *[]string `json:"bootStrapConfigurationBlobs,omitempty"` - CloudInitConfiguration *string `json:"cloudInitConfiguration,omitempty"` - CloudInitConfigurationBlobs *[]string `json:"cloudInitConfigurationBlobs,omitempty"` - Delegation *DelegationProperties `json:"delegation,omitempty"` - DeploymentType *string `json:"deploymentType,omitempty"` - InboundSecurityRules *[]SubResource `json:"inboundSecurityRules,omitempty"` - InternetIngressPublicIPs *[]InternetIngressPublicIPsProperties `json:"internetIngressPublicIps,omitempty"` - NvaSku *VirtualApplianceSkuProperties `json:"nvaSku,omitempty"` - PartnerManagedResource *PartnerManagedResourceProperties `json:"partnerManagedResource,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - SshPublicKey *string `json:"sshPublicKey,omitempty"` - VirtualApplianceAsn *int64 `json:"virtualApplianceAsn,omitempty"` - VirtualApplianceConnections *[]SubResource `json:"virtualApplianceConnections,omitempty"` - VirtualApplianceNics *[]VirtualApplianceNicProperties `json:"virtualApplianceNics,omitempty"` - VirtualApplianceSites *[]SubResource `json:"virtualApplianceSites,omitempty"` - VirtualHub *SubResource `json:"virtualHub,omitempty"` + AdditionalNics *[]VirtualApplianceAdditionalNicProperties `json:"additionalNics,omitempty"` + AddressPrefix *string `json:"addressPrefix,omitempty"` + BootStrapConfigurationBlobs *[]string `json:"bootStrapConfigurationBlobs,omitempty"` + CloudInitConfiguration *string `json:"cloudInitConfiguration,omitempty"` + CloudInitConfigurationBlobs *[]string `json:"cloudInitConfigurationBlobs,omitempty"` + Delegation *DelegationProperties `json:"delegation,omitempty"` + DeploymentType *string `json:"deploymentType,omitempty"` + InboundSecurityRules *[]SubResource `json:"inboundSecurityRules,omitempty"` + InternetIngressPublicIPs *[]InternetIngressPublicIPsProperties `json:"internetIngressPublicIps,omitempty"` + NetworkProfile *NetworkVirtualAppliancePropertiesFormatNetworkProfile `json:"networkProfile,omitempty"` + NvaSku *VirtualApplianceSkuProperties `json:"nvaSku,omitempty"` + PartnerManagedResource *PartnerManagedResourceProperties `json:"partnerManagedResource,omitempty"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` + SshPublicKey *string `json:"sshPublicKey,omitempty"` + VirtualApplianceAsn *int64 `json:"virtualApplianceAsn,omitempty"` + VirtualApplianceConnections *[]SubResource `json:"virtualApplianceConnections,omitempty"` + VirtualApplianceNics *[]VirtualApplianceNicProperties `json:"virtualApplianceNics,omitempty"` + VirtualApplianceSites *[]SubResource `json:"virtualApplianceSites,omitempty"` + VirtualHub *SubResource `json:"virtualHub,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_networkvirtualappliancepropertiesformatnetworkprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_networkvirtualappliancepropertiesformatnetworkprofile.go new file mode 100644 index 000000000000..0d4f966f36c7 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_networkvirtualappliancepropertiesformatnetworkprofile.go @@ -0,0 +1,8 @@ +package networkvirtualappliances + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NetworkVirtualAppliancePropertiesFormatNetworkProfile struct { + NetworkInterfaceConfigurations *[]VirtualApplianceNetworkInterfaceConfiguration `json:"networkInterfaceConfigurations,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_partnermanagedresourceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_partnermanagedresourceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_partnermanagedresourceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_partnermanagedresourceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_virtualapplianceadditionalnicproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_virtualapplianceadditionalnicproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_virtualapplianceadditionalnicproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_virtualapplianceadditionalnicproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_virtualapplianceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_virtualapplianceipconfiguration.go new file mode 100644 index 000000000000..1ebade78697e --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_virtualapplianceipconfiguration.go @@ -0,0 +1,9 @@ +package networkvirtualappliances + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type VirtualApplianceIPConfiguration struct { + Name *string `json:"name,omitempty"` + Properties *VirtualApplianceIPConfigurationProperties `json:"properties,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_virtualapplianceipconfigurationproperties.go similarity index 54% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_virtualapplianceipconfigurationproperties.go index 05c6f87a0974..830f6a29d9a1 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_resourceset.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_virtualapplianceipconfigurationproperties.go @@ -1,8 +1,8 @@ -package applicationgateways +package networkvirtualappliances // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -type ResourceSet struct { - Subscriptions *[]string `json:"subscriptions,omitempty"` +type VirtualApplianceIPConfigurationProperties struct { + Primary *bool `json:"primary,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_virtualappliancenetworkinterfaceconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_virtualappliancenetworkinterfaceconfiguration.go new file mode 100644 index 000000000000..de88f83ae8d5 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_virtualappliancenetworkinterfaceconfiguration.go @@ -0,0 +1,9 @@ +package networkvirtualappliances + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type VirtualApplianceNetworkInterfaceConfiguration struct { + Properties *VirtualApplianceNetworkInterfaceConfigurationProperties `json:"properties,omitempty"` + Type *NicTypeInRequest `json:"type,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_virtualappliancenetworkinterfaceconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_virtualappliancenetworkinterfaceconfigurationproperties.go new file mode 100644 index 000000000000..436f144e6fc2 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_virtualappliancenetworkinterfaceconfigurationproperties.go @@ -0,0 +1,8 @@ +package networkvirtualappliances + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type VirtualApplianceNetworkInterfaceConfigurationProperties struct { + IPConfigurations *[]VirtualApplianceIPConfiguration `json:"ipConfigurations,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_virtualappliancenicproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_virtualappliancenicproperties.go new file mode 100644 index 000000000000..0823febcef5c --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_virtualappliancenicproperties.go @@ -0,0 +1,12 @@ +package networkvirtualappliances + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type VirtualApplianceNicProperties struct { + InstanceName *string `json:"instanceName,omitempty"` + Name *string `json:"name,omitempty"` + NicType *NicTypeInResponse `json:"nicType,omitempty"` + PrivateIPAddress *string `json:"privateIpAddress,omitempty"` + PublicIPAddress *string `json:"publicIpAddress,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_virtualapplianceskuproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_virtualapplianceskuproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/model_virtualapplianceskuproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/model_virtualapplianceskuproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/version.go index 83084557318b..65ef51ae847a 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/networkvirtualappliances/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/README.md similarity index 98% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/README.md index c47ab71512ea..27fcc011dc65 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers` Documentation -The `networkwatchers` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `networkwatchers` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/id_networkwatcher.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/id_networkwatcher.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/id_networkwatcher.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/id_networkwatcher.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_checkconnectivity.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_checkconnectivity.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_checkconnectivity.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_checkconnectivity.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_getazurereachabilityreport.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_getazurereachabilityreport.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_getazurereachabilityreport.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_getazurereachabilityreport.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_getflowlogstatus.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_getflowlogstatus.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_getflowlogstatus.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_getflowlogstatus.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_getnetworkconfigurationdiagnostic.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_getnetworkconfigurationdiagnostic.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_getnetworkconfigurationdiagnostic.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_getnetworkconfigurationdiagnostic.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_getnexthop.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_getnexthop.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_getnexthop.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_getnexthop.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_gettopology.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_gettopology.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_gettopology.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_gettopology.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_gettroubleshooting.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_gettroubleshooting.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_gettroubleshooting.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_gettroubleshooting.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_gettroubleshootingresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_gettroubleshootingresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_gettroubleshootingresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_gettroubleshootingresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_getvmsecurityrules.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_getvmsecurityrules.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_getvmsecurityrules.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_getvmsecurityrules.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_listavailableproviders.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_listavailableproviders.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_listavailableproviders.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_listavailableproviders.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_setflowlogconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_setflowlogconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_setflowlogconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_setflowlogconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_verifyipflow.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_verifyipflow.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/method_verifyipflow.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/method_verifyipflow.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_availableproviderslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_availableproviderslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_availableproviderslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_availableproviderslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_availableproviderslistcity.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_availableproviderslistcity.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_availableproviderslistcity.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_availableproviderslistcity.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_availableproviderslistcountry.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_availableproviderslistcountry.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_availableproviderslistcountry.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_availableproviderslistcountry.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_availableproviderslistparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_availableproviderslistparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_availableproviderslistparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_availableproviderslistparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_availableprovidersliststate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_availableprovidersliststate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_availableprovidersliststate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_availableprovidersliststate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_azurereachabilityreport.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_azurereachabilityreport.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_azurereachabilityreport.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_azurereachabilityreport.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_azurereachabilityreportitem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_azurereachabilityreportitem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_azurereachabilityreportitem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_azurereachabilityreportitem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_azurereachabilityreportlatencyinfo.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_azurereachabilityreportlatencyinfo.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_azurereachabilityreportlatencyinfo.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_azurereachabilityreportlatencyinfo.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_azurereachabilityreportlocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_azurereachabilityreportlocation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_azurereachabilityreportlocation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_azurereachabilityreportlocation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_azurereachabilityreportparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_azurereachabilityreportparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_azurereachabilityreportparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_azurereachabilityreportparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_connectivitydestination.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_connectivitydestination.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_connectivitydestination.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_connectivitydestination.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_connectivityhop.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_connectivityhop.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_connectivityhop.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_connectivityhop.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_connectivityinformation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_connectivityinformation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_connectivityinformation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_connectivityinformation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_connectivityissue.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_connectivityissue.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_connectivityissue.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_connectivityissue.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_connectivityparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_connectivityparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_connectivityparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_connectivityparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_connectivitysource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_connectivitysource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_connectivitysource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_connectivitysource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_effectivenetworksecurityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_effectivenetworksecurityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_effectivenetworksecurityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_effectivenetworksecurityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_evaluatednetworksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_evaluatednetworksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_evaluatednetworksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_evaluatednetworksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_flowloginformation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_flowloginformation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_flowloginformation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_flowloginformation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_flowlogproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_flowlogproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_flowlogproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_flowlogproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_flowlogstatusparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_flowlogstatusparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_flowlogstatusparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_flowlogstatusparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_hoplink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_hoplink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_hoplink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_hoplink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_hoplinkproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_hoplinkproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_hoplinkproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_hoplinkproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_httpconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_httpconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_httpconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_httpconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_httpheader.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_httpheader.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_httpheader.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_httpheader.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_matchedrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_matchedrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_matchedrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_matchedrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_networkconfigurationdiagnosticparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_networkconfigurationdiagnosticparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_networkconfigurationdiagnosticparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_networkconfigurationdiagnosticparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_networkconfigurationdiagnosticprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_networkconfigurationdiagnosticprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_networkconfigurationdiagnosticprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_networkconfigurationdiagnosticprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_networkconfigurationdiagnosticresponse.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_networkconfigurationdiagnosticresponse.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_networkconfigurationdiagnosticresponse.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_networkconfigurationdiagnosticresponse.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_networkconfigurationdiagnosticresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_networkconfigurationdiagnosticresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_networkconfigurationdiagnosticresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_networkconfigurationdiagnosticresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_networkinterfaceassociation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_networkinterfaceassociation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_networkinterfaceassociation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_networkinterfaceassociation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_networksecuritygroupresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_networksecuritygroupresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_networksecuritygroupresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_networksecuritygroupresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_networksecurityrulesevaluationresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_networksecurityrulesevaluationresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_networksecurityrulesevaluationresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_networksecurityrulesevaluationresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_networkwatcher.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_networkwatcher.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_networkwatcher.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_networkwatcher.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_networkwatcherlistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_networkwatcherlistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_networkwatcherlistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_networkwatcherlistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_networkwatcherpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_networkwatcherpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_networkwatcherpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_networkwatcherpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_nexthopparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_nexthopparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_nexthopparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_nexthopparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_nexthopresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_nexthopresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_nexthopresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_nexthopresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_protocolconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_protocolconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_protocolconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_protocolconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_querytroubleshootingparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_querytroubleshootingparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_querytroubleshootingparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_querytroubleshootingparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_securitygroupnetworkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_securitygroupnetworkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_securitygroupnetworkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_securitygroupnetworkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_securitygroupviewparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_securitygroupviewparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_securitygroupviewparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_securitygroupviewparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_securitygroupviewresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_securitygroupviewresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_securitygroupviewresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_securitygroupviewresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_securityruleassociations.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_securityruleassociations.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_securityruleassociations.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_securityruleassociations.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_subnetassociation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_subnetassociation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_subnetassociation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_subnetassociation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_topology.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_topology.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_topology.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_topology.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_topologyassociation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_topologyassociation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_topologyassociation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_topologyassociation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_topologyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_topologyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_topologyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_topologyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_topologyresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_topologyresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_topologyresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_topologyresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_troubleshootingdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_troubleshootingdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_troubleshootingdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_troubleshootingdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_troubleshootingparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_troubleshootingparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_troubleshootingparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_troubleshootingparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_troubleshootingproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_troubleshootingproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_troubleshootingproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_troubleshootingproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_troubleshootingrecommendedactions.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_troubleshootingrecommendedactions.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_troubleshootingrecommendedactions.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_troubleshootingrecommendedactions.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_troubleshootingresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_troubleshootingresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_troubleshootingresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_troubleshootingresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_verificationipflowparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_verificationipflowparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_verificationipflowparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_verificationipflowparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_verificationipflowresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_verificationipflowresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/model_verificationipflowresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/model_verificationipflowresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/version.go index 21ca2819f1d1..47118849999a 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/networkwatchers/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/README.md index 66014c887acd..48f61b8188c4 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways` Documentation -The `p2svpngateways` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `p2svpngateways` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/method_disconnectp2svpnconnections.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/method_disconnectp2svpnconnections.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/method_disconnectp2svpnconnections.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/method_disconnectp2svpnconnections.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/method_generatevpnprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/method_generatevpnprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/method_generatevpnprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/method_generatevpnprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/method_getp2svpnconnectionhealth.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/method_getp2svpnconnectionhealth.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/method_getp2svpnconnectionhealth.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/method_getp2svpnconnectionhealth.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/method_getp2svpnconnectionhealthdetailed.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/method_getp2svpnconnectionhealthdetailed.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/method_getp2svpnconnectionhealthdetailed.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/method_getp2svpnconnectionhealthdetailed.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/method_reset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/method_reset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/method_reset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/method_reset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_addressspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_addressspace.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_addressspace.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_addressspace.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_p2sconnectionconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_p2sconnectionconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_p2sconnectionconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_p2sconnectionconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_p2sconnectionconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_p2sconnectionconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_p2sconnectionconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_p2sconnectionconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_p2svpnconnectionhealth.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_p2svpnconnectionhealth.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_p2svpnconnectionhealth.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_p2svpnconnectionhealth.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_p2svpnconnectionhealthrequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_p2svpnconnectionhealthrequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_p2svpnconnectionhealthrequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_p2svpnconnectionhealthrequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_p2svpnconnectionrequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_p2svpnconnectionrequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_p2svpnconnectionrequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_p2svpnconnectionrequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_p2svpngateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_p2svpngateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_p2svpngateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_p2svpngateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_p2svpngatewayproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_p2svpngatewayproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_p2svpngatewayproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_p2svpngatewayproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_p2svpnprofileparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_p2svpnprofileparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_p2svpnprofileparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_p2svpnprofileparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_propagatedroutetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_propagatedroutetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_propagatedroutetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_propagatedroutetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_routingconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_routingconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_routingconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_routingconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_staticroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_staticroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_staticroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_staticroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_staticroutesconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_staticroutesconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_staticroutesconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_staticroutesconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_vnetroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_vnetroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_vnetroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_vnetroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_vpnclientconnectionhealth.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_vpnclientconnectionhealth.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_vpnclientconnectionhealth.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_vpnclientconnectionhealth.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_vpnprofileresponse.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_vpnprofileresponse.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_vpnprofileresponse.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_vpnprofileresponse.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_vpnserverconfigurationpolicygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_vpnserverconfigurationpolicygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_vpnserverconfigurationpolicygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_vpnserverconfigurationpolicygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_vpnserverconfigurationpolicygroupmember.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_vpnserverconfigurationpolicygroupmember.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_vpnserverconfigurationpolicygroupmember.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_vpnserverconfigurationpolicygroupmember.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_vpnserverconfigurationpolicygroupproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_vpnserverconfigurationpolicygroupproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/model_vpnserverconfigurationpolicygroupproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/model_vpnserverconfigurationpolicygroupproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/version.go index 40f4851df5e2..da9953e9996c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/p2svpngateways/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/README.md index 4a47cea5076c..5f50d46c9f56 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures` Documentation -The `packetcaptures` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `packetcaptures` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/id_networkwatcher.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/id_networkwatcher.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/id_networkwatcher.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/id_networkwatcher.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/id_packetcapture.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/id_packetcapture.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/id_packetcapture.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/id_packetcapture.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/method_create.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/method_create.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/method_create.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/method_create.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/method_getstatus.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/method_getstatus.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/method_getstatus.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/method_getstatus.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/method_stop.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/method_stop.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/method_stop.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/method_stop.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/model_packetcapture.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/model_packetcapture.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/model_packetcapture.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/model_packetcapture.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/model_packetcapturefilter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/model_packetcapturefilter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/model_packetcapturefilter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/model_packetcapturefilter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/model_packetcapturelistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/model_packetcapturelistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/model_packetcapturelistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/model_packetcapturelistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/model_packetcapturemachinescope.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/model_packetcapturemachinescope.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/model_packetcapturemachinescope.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/model_packetcapturemachinescope.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/model_packetcaptureparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/model_packetcaptureparameters.go similarity index 83% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/model_packetcaptureparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/model_packetcaptureparameters.go index dd18ed71be28..0ce5dbb1e977 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/model_packetcaptureparameters.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/model_packetcaptureparameters.go @@ -5,6 +5,8 @@ package packetcaptures type PacketCaptureParameters struct { BytesToCapturePerPacket *int64 `json:"bytesToCapturePerPacket,omitempty"` + CaptureSettings *PacketCaptureSettings `json:"captureSettings,omitempty"` + ContinuousCapture *bool `json:"continuousCapture,omitempty"` Filters *[]PacketCaptureFilter `json:"filters,omitempty"` Scope *PacketCaptureMachineScope `json:"scope,omitempty"` StorageLocation PacketCaptureStorageLocation `json:"storageLocation"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/model_packetcapturequerystatusresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/model_packetcapturequerystatusresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/model_packetcapturequerystatusresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/model_packetcapturequerystatusresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/model_packetcaptureresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/model_packetcaptureresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/model_packetcaptureresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/model_packetcaptureresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/model_packetcaptureresultproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/model_packetcaptureresultproperties.go similarity index 84% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/model_packetcaptureresultproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/model_packetcaptureresultproperties.go index 61dbaf130bb9..2e3ffaf706e0 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/model_packetcaptureresultproperties.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/model_packetcaptureresultproperties.go @@ -5,6 +5,8 @@ package packetcaptures type PacketCaptureResultProperties struct { BytesToCapturePerPacket *int64 `json:"bytesToCapturePerPacket,omitempty"` + CaptureSettings *PacketCaptureSettings `json:"captureSettings,omitempty"` + ContinuousCapture *bool `json:"continuousCapture,omitempty"` Filters *[]PacketCaptureFilter `json:"filters,omitempty"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` Scope *PacketCaptureMachineScope `json:"scope,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/model_packetcapturesettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/model_packetcapturesettings.go new file mode 100644 index 000000000000..008b5742c30e --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/model_packetcapturesettings.go @@ -0,0 +1,10 @@ +package packetcaptures + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type PacketCaptureSettings struct { + FileCount *int64 `json:"fileCount,omitempty"` + FileSizeInBytes *int64 `json:"fileSizeInBytes,omitempty"` + SessionTimeLimitInSeconds *int64 `json:"sessionTimeLimitInSeconds,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/model_packetcapturestoragelocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/model_packetcapturestoragelocation.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/model_packetcapturestoragelocation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/model_packetcapturestoragelocation.go index 5cbd5d6b25e2..dc8803c6bdd7 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/model_packetcapturestoragelocation.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/model_packetcapturestoragelocation.go @@ -5,6 +5,7 @@ package packetcaptures type PacketCaptureStorageLocation struct { FilePath *string `json:"filePath,omitempty"` + LocalPath *string `json:"localPath,omitempty"` StorageId *string `json:"storageId,omitempty"` StoragePath *string `json:"storagePath,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/version.go index 24523e08b340..969757768e0b 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/packetcaptures/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/peerexpressroutecircuitconnections/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/peerexpressroutecircuitconnections/README.md similarity index 92% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/peerexpressroutecircuitconnections/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/peerexpressroutecircuitconnections/README.md index f1c85c617284..bc13ae741d46 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/peerexpressroutecircuitconnections/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/peerexpressroutecircuitconnections/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/peerexpressroutecircuitconnections` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/peerexpressroutecircuitconnections` Documentation -The `peerexpressroutecircuitconnections` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `peerexpressroutecircuitconnections` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/peerexpressroutecircuitconnections" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/peerexpressroutecircuitconnections" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/peerexpressroutecircuitconnections/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/peerexpressroutecircuitconnections/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/peerexpressroutecircuitconnections/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/peerexpressroutecircuitconnections/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/peerexpressroutecircuitconnections/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/peerexpressroutecircuitconnections/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/peerexpressroutecircuitconnections/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/peerexpressroutecircuitconnections/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/peerexpressroutecircuitconnections/id_peerconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/peerexpressroutecircuitconnections/id_peerconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/peerexpressroutecircuitconnections/id_peerconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/peerexpressroutecircuitconnections/id_peerconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/peerexpressroutecircuitconnections/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/peerexpressroutecircuitconnections/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/peerexpressroutecircuitconnections/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/peerexpressroutecircuitconnections/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/peerexpressroutecircuitconnections/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/peerexpressroutecircuitconnections/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/peerexpressroutecircuitconnections/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/peerexpressroutecircuitconnections/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/peerexpressroutecircuitconnections/model_peerexpressroutecircuitconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/peerexpressroutecircuitconnections/model_peerexpressroutecircuitconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/peerexpressroutecircuitconnections/model_peerexpressroutecircuitconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/peerexpressroutecircuitconnections/model_peerexpressroutecircuitconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/peerexpressroutecircuitconnections/model_peerexpressroutecircuitconnectionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/peerexpressroutecircuitconnections/model_peerexpressroutecircuitconnectionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/peerexpressroutecircuitconnections/model_peerexpressroutecircuitconnectionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/peerexpressroutecircuitconnections/model_peerexpressroutecircuitconnectionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/peerexpressroutecircuitconnections/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/peerexpressroutecircuitconnections/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/peerexpressroutecircuitconnections/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/peerexpressroutecircuitconnections/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/peerexpressroutecircuitconnections/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/peerexpressroutecircuitconnections/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/peerexpressroutecircuitconnections/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/peerexpressroutecircuitconnections/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/peerexpressroutecircuitconnections/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/peerexpressroutecircuitconnections/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/peerexpressroutecircuitconnections/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/peerexpressroutecircuitconnections/version.go index 16c50314b35f..55eda65ac215 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/peerexpressroutecircuitconnections/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/peerexpressroutecircuitconnections/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/peerexpressroutecircuitconnections/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/README.md similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/README.md index 0a440a926faf..13e156be9bb3 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups` Documentation -The `privatednszonegroups` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `privatednszonegroups` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/id_privatednszonegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/id_privatednszonegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/id_privatednszonegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/id_privatednszonegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/id_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/id_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/id_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/id_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/model_privatednszoneconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/model_privatednszoneconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/model_privatednszoneconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/model_privatednszoneconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/model_privatednszonegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/model_privatednszonegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/model_privatednszonegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/model_privatednszonegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/model_privatednszonegrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/model_privatednszonegrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/model_privatednszonegrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/model_privatednszonegrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/model_privatednszonepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/model_privatednszonepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/model_privatednszonepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/model_privatednszonepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/model_recordset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/model_recordset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/model_recordset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/model_recordset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/version.go index 382d2b195ebf..278a401ef28a 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/privatednszonegroups/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/README.md similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/README.md index f5554506c899..c7da88ef649e 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints` Documentation -The `privateendpoints` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `privateendpoints` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/constants.go similarity index 97% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/constants.go index 2aed42f00036..0398aa0f9251 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/constants.go @@ -983,6 +983,47 @@ func parseSecurityRuleProtocol(input string) (*SecurityRuleProtocol, error) { return &out, nil } +type SharingScope string + +const ( + SharingScopeDelegatedServices SharingScope = "DelegatedServices" + SharingScopeTenant SharingScope = "Tenant" +) + +func PossibleValuesForSharingScope() []string { + return []string{ + string(SharingScopeDelegatedServices), + string(SharingScopeTenant), + } +} + +func (s *SharingScope) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseSharingScope(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseSharingScope(input string) (*SharingScope, error) { + vals := map[string]SharingScope{ + "delegatedservices": SharingScopeDelegatedServices, + "tenant": SharingScopeTenant, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := SharingScope(input) + return &out, nil +} + type SyncMode string const ( diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/id_location.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/id_location.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/id_location.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/id_location.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/id_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/id_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/id_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/id_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/id_providerlocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/id_providerlocation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/id_providerlocation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/id_providerlocation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/method_availableprivateendpointtypeslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/method_availableprivateendpointtypeslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/method_availableprivateendpointtypeslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/method_availableprivateendpointtypeslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/method_availableprivateendpointtypeslistbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/method_availableprivateendpointtypeslistbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/method_availableprivateendpointtypeslistbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/method_availableprivateendpointtypeslistbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/method_listbysubscription.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/method_listbysubscription.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/method_listbysubscription.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/method_listbysubscription.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_availableprivateendpointtype.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_availableprivateendpointtype.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_availableprivateendpointtype.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_availableprivateendpointtype.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_networkinterfaceipconfigurationpropertiesformat.go index cacb1e17719f..49402e36c835 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_networkinterfaceipconfigurationpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_networkinterfaceipconfigurationpropertiesformat.go @@ -11,6 +11,7 @@ type NetworkInterfaceIPConfigurationPropertiesFormat struct { LoadBalancerInboundNatRules *[]InboundNatRule `json:"loadBalancerInboundNatRules,omitempty"` Primary *bool `json:"primary,omitempty"` PrivateIPAddress *string `json:"privateIPAddress,omitempty"` + PrivateIPAddressPrefixLength *int64 `json:"privateIPAddressPrefixLength,omitempty"` PrivateIPAddressVersion *IPVersion `json:"privateIPAddressVersion,omitempty"` PrivateIPAllocationMethod *IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"` PrivateLinkConnectionProperties *NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties `json:"privateLinkConnectionProperties,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_networkinterfacepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_networkinterfacepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_networkinterfacepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_subnetpropertiesformat.go index bf9784055d44..84fae8e2d690 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_subnetpropertiesformat.go @@ -24,4 +24,5 @@ type SubnetPropertiesFormat struct { ServiceAssociationLinks *[]ServiceAssociationLink `json:"serviceAssociationLinks,omitempty"` ServiceEndpointPolicies *[]ServiceEndpointPolicy `json:"serviceEndpointPolicies,omitempty"` ServiceEndpoints *[]ServiceEndpointPropertiesFormat `json:"serviceEndpoints,omitempty"` + SharingScope *SharingScope `json:"sharingScope,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/version.go index a655c2c6a29f..d3a13cfb7234 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/privateendpoints/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/README.md similarity index 87% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/README.md index 6ae0adf5e43b..b65307f0946a 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice` Documentation -The `privatelinkservice` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `privatelinkservice` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/constants.go similarity index 97% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/constants.go index a62dc5f5d69b..7b2a4d9a5179 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/constants.go @@ -983,6 +983,47 @@ func parseSecurityRuleProtocol(input string) (*SecurityRuleProtocol, error) { return &out, nil } +type SharingScope string + +const ( + SharingScopeDelegatedServices SharingScope = "DelegatedServices" + SharingScopeTenant SharingScope = "Tenant" +) + +func PossibleValuesForSharingScope() []string { + return []string{ + string(SharingScopeDelegatedServices), + string(SharingScopeTenant), + } +} + +func (s *SharingScope) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseSharingScope(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseSharingScope(input string) (*SharingScope, error) { + vals := map[string]SharingScope{ + "delegatedservices": SharingScopeDelegatedServices, + "tenant": SharingScopeTenant, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := SharingScope(input) + return &out, nil +} + type SyncMode string const ( diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/id_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/id_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/id_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/id_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_networkinterfaceipconfigurationpropertiesformat.go index 0f1de88a39af..025d9a6f0387 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_networkinterfaceipconfigurationpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_networkinterfaceipconfigurationpropertiesformat.go @@ -11,6 +11,7 @@ type NetworkInterfaceIPConfigurationPropertiesFormat struct { LoadBalancerInboundNatRules *[]InboundNatRule `json:"loadBalancerInboundNatRules,omitempty"` Primary *bool `json:"primary,omitempty"` PrivateIPAddress *string `json:"privateIPAddress,omitempty"` + PrivateIPAddressPrefixLength *int64 `json:"privateIPAddressPrefixLength,omitempty"` PrivateIPAddressVersion *IPVersion `json:"privateIPAddressVersion,omitempty"` PrivateIPAllocationMethod *IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"` PrivateLinkConnectionProperties *NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties `json:"privateLinkConnectionProperties,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_networkinterfacepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_networkinterfacepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_networkinterfacepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_subnetpropertiesformat.go index a5f3a3fa88c4..83e4d0ed4f5b 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_subnetpropertiesformat.go @@ -24,4 +24,5 @@ type SubnetPropertiesFormat struct { ServiceAssociationLinks *[]ServiceAssociationLink `json:"serviceAssociationLinks,omitempty"` ServiceEndpointPolicies *[]ServiceEndpointPolicy `json:"serviceEndpointPolicies,omitempty"` ServiceEndpoints *[]ServiceEndpointPropertiesFormat `json:"serviceEndpoints,omitempty"` + SharingScope *SharingScope `json:"sharingScope,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/version.go index 261b412d5e01..4bb9e2be1e5d 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/privatelinkservice/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/README.md similarity index 97% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/README.md index e83a46a5e8d4..23562f8cdc88 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices` Documentation -The `privatelinkservices` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `privatelinkservices` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/constants.go similarity index 97% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/constants.go index de08d4682197..17a1620a8350 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/constants.go @@ -983,6 +983,47 @@ func parseSecurityRuleProtocol(input string) (*SecurityRuleProtocol, error) { return &out, nil } +type SharingScope string + +const ( + SharingScopeDelegatedServices SharingScope = "DelegatedServices" + SharingScopeTenant SharingScope = "Tenant" +) + +func PossibleValuesForSharingScope() []string { + return []string{ + string(SharingScopeDelegatedServices), + string(SharingScopeTenant), + } +} + +func (s *SharingScope) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseSharingScope(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseSharingScope(input string) (*SharingScope, error) { + vals := map[string]SharingScope{ + "delegatedservices": SharingScopeDelegatedServices, + "tenant": SharingScopeTenant, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := SharingScope(input) + return &out, nil +} + type SyncMode string const ( diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/id_location.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/id_location.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/id_location.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/id_location.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/id_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/id_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/id_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/id_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/id_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/id_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/id_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/id_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/id_providerlocation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/id_providerlocation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/id_providerlocation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/id_providerlocation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/method_checkprivatelinkservicevisibility.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/method_checkprivatelinkservicevisibility.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/method_checkprivatelinkservicevisibility.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/method_checkprivatelinkservicevisibility.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/method_checkprivatelinkservicevisibilitybyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/method_checkprivatelinkservicevisibilitybyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/method_checkprivatelinkservicevisibilitybyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/method_checkprivatelinkservicevisibilitybyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/method_deleteprivateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/method_deleteprivateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/method_deleteprivateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/method_deleteprivateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/method_getprivateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/method_getprivateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/method_getprivateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/method_getprivateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/method_listautoapprovedprivatelinkservices.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/method_listautoapprovedprivatelinkservices.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/method_listautoapprovedprivatelinkservices.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/method_listautoapprovedprivatelinkservices.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/method_listautoapprovedprivatelinkservicesbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/method_listautoapprovedprivatelinkservicesbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/method_listautoapprovedprivatelinkservicesbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/method_listautoapprovedprivatelinkservicesbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/method_listbysubscription.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/method_listbysubscription.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/method_listbysubscription.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/method_listbysubscription.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/method_listprivateendpointconnections.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/method_listprivateendpointconnections.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/method_listprivateendpointconnections.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/method_listprivateendpointconnections.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/method_updateprivateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/method_updateprivateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/method_updateprivateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/method_updateprivateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_autoapprovedprivatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_autoapprovedprivatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_autoapprovedprivatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_autoapprovedprivatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_checkprivatelinkservicevisibilityrequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_checkprivatelinkservicevisibilityrequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_checkprivatelinkservicevisibilityrequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_checkprivatelinkservicevisibilityrequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_networkinterfaceipconfigurationpropertiesformat.go index 82f5e6747c65..9574d8285606 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_networkinterfaceipconfigurationpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_networkinterfaceipconfigurationpropertiesformat.go @@ -11,6 +11,7 @@ type NetworkInterfaceIPConfigurationPropertiesFormat struct { LoadBalancerInboundNatRules *[]InboundNatRule `json:"loadBalancerInboundNatRules,omitempty"` Primary *bool `json:"primary,omitempty"` PrivateIPAddress *string `json:"privateIPAddress,omitempty"` + PrivateIPAddressPrefixLength *int64 `json:"privateIPAddressPrefixLength,omitempty"` PrivateIPAddressVersion *IPVersion `json:"privateIPAddressVersion,omitempty"` PrivateIPAllocationMethod *IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"` PrivateLinkConnectionProperties *NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties `json:"privateLinkConnectionProperties,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_networkinterfacepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_networkinterfacepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_networkinterfacepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_privatelinkservicevisibility.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_privatelinkservicevisibility.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_privatelinkservicevisibility.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_privatelinkservicevisibility.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_subnetpropertiesformat.go index 6112d434f777..223c45fd44d5 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_subnetpropertiesformat.go @@ -24,4 +24,5 @@ type SubnetPropertiesFormat struct { ServiceAssociationLinks *[]ServiceAssociationLink `json:"serviceAssociationLinks,omitempty"` ServiceEndpointPolicies *[]ServiceEndpointPolicy `json:"serviceEndpointPolicies,omitempty"` ServiceEndpoints *[]ServiceEndpointPropertiesFormat `json:"serviceEndpoints,omitempty"` + SharingScope *SharingScope `json:"sharingScope,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/version.go index 013ce57e670e..ca67526be414 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/privatelinkservices/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/README.md index 988491206407..e6997f455500 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses` Documentation -The `publicipaddresses` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `publicipaddresses` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/constants.go similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/constants.go index 76ed06a58103..167548baa81b 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/constants.go @@ -1,4 +1,4 @@ -package cloudservicepublicipaddresses +package publicipaddresses import ( "encoding/json" @@ -302,6 +302,47 @@ func parseIPVersion(input string) (*IPVersion, error) { return &out, nil } +type IsWorkloadProtected string + +const ( + IsWorkloadProtectedFalse IsWorkloadProtected = "False" + IsWorkloadProtectedTrue IsWorkloadProtected = "True" +) + +func PossibleValuesForIsWorkloadProtected() []string { + return []string{ + string(IsWorkloadProtectedFalse), + string(IsWorkloadProtectedTrue), + } +} + +func (s *IsWorkloadProtected) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseIsWorkloadProtected(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseIsWorkloadProtected(input string) (*IsWorkloadProtected, error) { + vals := map[string]IsWorkloadProtected{ + "false": IsWorkloadProtectedFalse, + "true": IsWorkloadProtectedTrue, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := IsWorkloadProtected(input) + return &out, nil +} + type LoadBalancerBackendAddressAdminState string const ( @@ -983,6 +1024,47 @@ func parseSecurityRuleProtocol(input string) (*SecurityRuleProtocol, error) { return &out, nil } +type SharingScope string + +const ( + SharingScopeDelegatedServices SharingScope = "DelegatedServices" + SharingScopeTenant SharingScope = "Tenant" +) + +func PossibleValuesForSharingScope() []string { + return []string{ + string(SharingScopeDelegatedServices), + string(SharingScopeTenant), + } +} + +func (s *SharingScope) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseSharingScope(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseSharingScope(input string) (*SharingScope, error) { + vals := map[string]SharingScope{ + "delegatedservices": SharingScopeDelegatedServices, + "tenant": SharingScopeTenant, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := SharingScope(input) + return &out, nil +} + type SyncMode string const ( diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/method_ddosprotectionstatus.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/method_ddosprotectionstatus.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/method_ddosprotectionstatus.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/method_ddosprotectionstatus.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go index d4350e066033..fefc0a7c7d9c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go @@ -11,6 +11,7 @@ type NetworkInterfaceIPConfigurationPropertiesFormat struct { LoadBalancerInboundNatRules *[]InboundNatRule `json:"loadBalancerInboundNatRules,omitempty"` Primary *bool `json:"primary,omitempty"` PrivateIPAddress *string `json:"privateIPAddress,omitempty"` + PrivateIPAddressPrefixLength *int64 `json:"privateIPAddressPrefixLength,omitempty"` PrivateIPAddressVersion *IPVersion `json:"privateIPAddressVersion,omitempty"` PrivateIPAllocationMethod *IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"` PrivateLinkConnectionProperties *NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties `json:"privateLinkConnectionProperties,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_networkinterfacepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_networkinterfacepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_networkinterfacepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_publicipddosprotectionstatusresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_publicipddosprotectionstatusresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_publicipddosprotectionstatusresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_publicipddosprotectionstatusresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_subnetpropertiesformat.go index f96631900c65..72cc7de86106 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_subnetpropertiesformat.go @@ -24,4 +24,5 @@ type SubnetPropertiesFormat struct { ServiceAssociationLinks *[]ServiceAssociationLink `json:"serviceAssociationLinks,omitempty"` ServiceEndpointPolicies *[]ServiceEndpointPolicy `json:"serviceEndpointPolicies,omitempty"` ServiceEndpoints *[]ServiceEndpointPropertiesFormat `json:"serviceEndpoints,omitempty"` + SharingScope *SharingScope `json:"sharingScope,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/version.go index 1fdb1e9d37c1..355312beb5b9 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/publicipaddresses/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/README.md index e0b2a74fea67..a90506b04568 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes` Documentation -The `publicipprefixes` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `publicipprefixes` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/id_publicipprefix.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/id_publicipprefix.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/id_publicipprefix.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/id_publicipprefix.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/model_publicipprefix.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/model_publicipprefix.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/model_publicipprefix.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/model_publicipprefix.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/model_publicipprefixpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/model_publicipprefixpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/model_publicipprefixpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/model_publicipprefixpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/model_publicipprefixsku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/model_publicipprefixsku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/model_publicipprefixsku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/model_publicipprefixsku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/model_referencedpublicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/model_referencedpublicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/model_referencedpublicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/model_referencedpublicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/version.go index 3a106b57ccd6..bc5af520d2c6 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/publicipprefixes/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules/README.md similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules/README.md index e0a2d8541438..f5a0cc9da128 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules` Documentation -The `routefilterrules` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `routefilterrules` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules/id_routefilter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules/id_routefilter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules/id_routefilter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules/id_routefilter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules/id_routefilterrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules/id_routefilterrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules/id_routefilterrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules/id_routefilterrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules/method_listbyroutefilter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules/method_listbyroutefilter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules/method_listbyroutefilter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules/method_listbyroutefilter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules/model_routefilterrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules/model_routefilterrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules/model_routefilterrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules/model_routefilterrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules/model_routefilterrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules/model_routefilterrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules/model_routefilterrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules/model_routefilterrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules/version.go index 472adc045c44..edc52cbc29d1 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/routefilterrules/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/README.md index 183b0b0381a3..ee63c6c6ee27 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters` Documentation -The `routefilters` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `routefilters` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/id_routefilter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/id_routefilter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/id_routefilter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/id_routefilter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_expressroutecircuitconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_expressroutecircuitconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_expressroutecircuitconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_expressroutecircuitconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_expressroutecircuitconnectionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_expressroutecircuitconnectionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_expressroutecircuitconnectionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_expressroutecircuitconnectionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_expressroutecircuitpeering.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_expressroutecircuitpeering.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_expressroutecircuitpeering.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_expressroutecircuitpeering.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_expressroutecircuitpeeringconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_expressroutecircuitpeeringconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_expressroutecircuitpeeringconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_expressroutecircuitpeeringconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_expressroutecircuitpeeringpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_expressroutecircuitpeeringpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_expressroutecircuitpeeringpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_expressroutecircuitpeeringpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_expressroutecircuitstats.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_expressroutecircuitstats.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_expressroutecircuitstats.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_expressroutecircuitstats.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_expressrouteconnectionid.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_expressrouteconnectionid.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_expressrouteconnectionid.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_expressrouteconnectionid.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_ipv6circuitconnectionconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_ipv6circuitconnectionconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_ipv6circuitconnectionconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_ipv6circuitconnectionconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_ipv6expressroutecircuitpeeringconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_ipv6expressroutecircuitpeeringconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_ipv6expressroutecircuitpeeringconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_ipv6expressroutecircuitpeeringconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_peerexpressroutecircuitconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_peerexpressroutecircuitconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_peerexpressroutecircuitconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_peerexpressroutecircuitconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_peerexpressroutecircuitconnectionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_peerexpressroutecircuitconnectionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_peerexpressroutecircuitconnectionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_peerexpressroutecircuitconnectionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_routefilter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_routefilter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_routefilter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_routefilter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_routefilterpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_routefilterpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_routefilterpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_routefilterpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_routefilterrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_routefilterrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_routefilterrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_routefilterrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_routefilterrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_routefilterrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_routefilterrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_routefilterrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/version.go index 55d963153c46..a9b55c70849c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/routefilters/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes/README.md index f86d866c8487..b0f5eedb17b3 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes` Documentation -The `routes` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `routes` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes/id_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes/id_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes/id_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes/id_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes/id_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes/id_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes/id_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes/id_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes/version.go index c4d4f86cc6f1..c2f4d35fea14 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/routes/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/README.md index c7c7dc0b2c57..dc3a641ef4bf 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables` Documentation -The `routetables` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `routetables` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/constants.go similarity index 97% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/constants.go index e8b20edf518d..035ce69edd5e 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/constants.go @@ -983,6 +983,47 @@ func parseSecurityRuleProtocol(input string) (*SecurityRuleProtocol, error) { return &out, nil } +type SharingScope string + +const ( + SharingScopeDelegatedServices SharingScope = "DelegatedServices" + SharingScopeTenant SharingScope = "Tenant" +) + +func PossibleValuesForSharingScope() []string { + return []string{ + string(SharingScopeDelegatedServices), + string(SharingScopeTenant), + } +} + +func (s *SharingScope) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseSharingScope(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseSharingScope(input string) (*SharingScope, error) { + vals := map[string]SharingScope{ + "delegatedservices": SharingScopeDelegatedServices, + "tenant": SharingScopeTenant, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := SharingScope(input) + return &out, nil +} + type SyncMode string const ( diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/id_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/id_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/id_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/id_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_networkinterfaceipconfigurationpropertiesformat.go index 3f36842e1f3e..e81aa38f5f99 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_networkinterfaceipconfigurationpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_networkinterfaceipconfigurationpropertiesformat.go @@ -11,6 +11,7 @@ type NetworkInterfaceIPConfigurationPropertiesFormat struct { LoadBalancerInboundNatRules *[]InboundNatRule `json:"loadBalancerInboundNatRules,omitempty"` Primary *bool `json:"primary,omitempty"` PrivateIPAddress *string `json:"privateIPAddress,omitempty"` + PrivateIPAddressPrefixLength *int64 `json:"privateIPAddressPrefixLength,omitempty"` PrivateIPAddressVersion *IPVersion `json:"privateIPAddressVersion,omitempty"` PrivateIPAllocationMethod *IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"` PrivateLinkConnectionProperties *NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties `json:"privateLinkConnectionProperties,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_networkinterfacepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_networkinterfacepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_networkinterfacepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_subnetpropertiesformat.go index 7b7eb8d21ea8..e9da12bf739c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_subnetpropertiesformat.go @@ -24,4 +24,5 @@ type SubnetPropertiesFormat struct { ServiceAssociationLinks *[]ServiceAssociationLink `json:"serviceAssociationLinks,omitempty"` ServiceEndpointPolicies *[]ServiceEndpointPolicy `json:"serviceEndpointPolicies,omitempty"` ServiceEndpoints *[]ServiceEndpointPropertiesFormat `json:"serviceEndpoints,omitempty"` + SharingScope *SharingScope `json:"sharingScope,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/version.go index 9921c52edb9a..0d160ec074dc 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/routetables/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections/README.md index 254065ceec31..795b3997f96e 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections` Documentation -The `scopeconnections` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `scopeconnections` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections/id_networkmanager.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections/id_networkmanager.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections/id_networkmanager.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections/id_networkmanager.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections/id_scopeconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections/id_scopeconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections/id_scopeconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections/id_scopeconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections/model_scopeconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections/model_scopeconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections/model_scopeconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections/model_scopeconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections/model_scopeconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections/model_scopeconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections/model_scopeconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections/model_scopeconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections/version.go index b1db9c12bb8c..a424fa20846b 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/scopeconnections/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations/README.md similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations/README.md index b4282a6abc1b..3d5c57cb86af 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations` Documentation -The `securityadminconfigurations` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `securityadminconfigurations` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations/id_networkmanager.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations/id_networkmanager.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations/id_networkmanager.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations/id_networkmanager.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations/id_securityadminconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations/id_securityadminconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations/id_securityadminconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations/id_securityadminconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations/model_securityadminconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations/model_securityadminconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations/model_securityadminconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations/model_securityadminconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations/model_securityadminconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations/model_securityadminconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations/model_securityadminconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations/model_securityadminconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations/version.go index cbe8130ee932..2eea2ba61b0e 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/securityadminconfigurations/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/README.md index d1dfd3708f27..b5100f84ca10 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders` Documentation -The `securitypartnerproviders` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `securitypartnerproviders` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/id_securitypartnerprovider.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/id_securitypartnerprovider.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/id_securitypartnerprovider.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/id_securitypartnerprovider.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/model_securitypartnerprovider.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/model_securitypartnerprovider.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/model_securitypartnerprovider.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/model_securitypartnerprovider.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/model_securitypartnerproviderpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/model_securitypartnerproviderpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/model_securitypartnerproviderpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/model_securitypartnerproviderpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/version.go index d1a4fb064725..b146cabadecc 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/securitypartnerproviders/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/README.md index d0186b863755..14c7282f4161 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules` Documentation -The `securityrules` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `securityrules` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/id_defaultsecurityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/id_defaultsecurityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/id_defaultsecurityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/id_defaultsecurityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/id_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/id_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/id_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/id_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/id_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/id_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/id_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/id_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/method_defaultsecurityrulesget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/method_defaultsecurityrulesget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/method_defaultsecurityrulesget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/method_defaultsecurityrulesget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/method_defaultsecurityruleslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/method_defaultsecurityruleslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/method_defaultsecurityruleslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/method_defaultsecurityruleslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/version.go index 1c872f5b3719..b5fa1aa3a32c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/securityrules/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/README.md index b82c041a4fe7..d0a65ce75488 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies` Documentation -The `serviceendpointpolicies` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `serviceendpointpolicies` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/constants.go similarity index 97% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/constants.go index 7ac9abfaa024..5dd2d63050c0 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/constants.go @@ -983,6 +983,47 @@ func parseSecurityRuleProtocol(input string) (*SecurityRuleProtocol, error) { return &out, nil } +type SharingScope string + +const ( + SharingScopeDelegatedServices SharingScope = "DelegatedServices" + SharingScopeTenant SharingScope = "Tenant" +) + +func PossibleValuesForSharingScope() []string { + return []string{ + string(SharingScopeDelegatedServices), + string(SharingScopeTenant), + } +} + +func (s *SharingScope) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseSharingScope(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseSharingScope(input string) (*SharingScope, error) { + vals := map[string]SharingScope{ + "delegatedservices": SharingScopeDelegatedServices, + "tenant": SharingScopeTenant, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := SharingScope(input) + return &out, nil +} + type SyncMode string const ( diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/id_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/id_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/id_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/id_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_networkinterfaceipconfigurationpropertiesformat.go index c09e2754047b..aae328cad750 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_networkinterfaceipconfigurationpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_networkinterfaceipconfigurationpropertiesformat.go @@ -11,6 +11,7 @@ type NetworkInterfaceIPConfigurationPropertiesFormat struct { LoadBalancerInboundNatRules *[]InboundNatRule `json:"loadBalancerInboundNatRules,omitempty"` Primary *bool `json:"primary,omitempty"` PrivateIPAddress *string `json:"privateIPAddress,omitempty"` + PrivateIPAddressPrefixLength *int64 `json:"privateIPAddressPrefixLength,omitempty"` PrivateIPAddressVersion *IPVersion `json:"privateIPAddressVersion,omitempty"` PrivateIPAllocationMethod *IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"` PrivateLinkConnectionProperties *NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties `json:"privateLinkConnectionProperties,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_networkinterfacepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_networkinterfacepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_networkinterfacepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_subnetpropertiesformat.go index c865a7a529b2..97f4cb55074d 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_subnetpropertiesformat.go @@ -24,4 +24,5 @@ type SubnetPropertiesFormat struct { ServiceAssociationLinks *[]ServiceAssociationLink `json:"serviceAssociationLinks,omitempty"` ServiceEndpointPolicies *[]ServiceEndpointPolicy `json:"serviceEndpointPolicies,omitempty"` ServiceEndpoints *[]ServiceEndpointPropertiesFormat `json:"serviceEndpoints,omitempty"` + SharingScope *SharingScope `json:"sharingScope,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/version.go index 9b274661982e..19ed4f1b403e 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/serviceendpointpolicies/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions/README.md index c5e53b027511..a3c2eaedd157 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions` Documentation -The `serviceendpointpolicydefinitions` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `serviceendpointpolicydefinitions` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions/id_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions/id_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions/id_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions/id_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions/id_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions/id_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions/id_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions/id_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions/version.go index e16bd8128abf..f28b903be5ae 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/serviceendpointpolicydefinitions/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/servicetags/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/servicetags/README.md similarity index 92% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/servicetags/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/servicetags/README.md index c56395616880..898ce2e60506 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/servicetags/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/servicetags/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/servicetags` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/servicetags` Documentation -The `servicetags` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `servicetags` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/servicetags" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/servicetags" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/servicetags/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/servicetags/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/servicetags/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/servicetags/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/servicetags/id_location.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/servicetags/id_location.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/servicetags/id_location.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/servicetags/id_location.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/servicetags/method_servicetaginformationlist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/servicetags/method_servicetaginformationlist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/servicetags/method_servicetaginformationlist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/servicetags/method_servicetaginformationlist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/servicetags/method_servicetagslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/servicetags/method_servicetagslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/servicetags/method_servicetagslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/servicetags/method_servicetagslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/servicetags/model_servicetaginformation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/servicetags/model_servicetaginformation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/servicetags/model_servicetaginformation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/servicetags/model_servicetaginformation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/servicetags/model_servicetaginformationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/servicetags/model_servicetaginformationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/servicetags/model_servicetaginformationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/servicetags/model_servicetaginformationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/servicetags/model_servicetagslistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/servicetags/model_servicetagslistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/servicetags/model_servicetagslistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/servicetags/model_servicetagslistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/servicetags/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/servicetags/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/servicetags/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/servicetags/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/servicetags/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/servicetags/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/servicetags/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/servicetags/version.go index 4dbceb8e2948..55cddfd065ef 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/servicetags/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/servicetags/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/servicetags/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers/README.md index 891630a5e53f..cc2c14809eab 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers` Documentation -The `staticmembers` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `staticmembers` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers/id_networkgroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers/id_networkgroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers/id_networkgroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers/id_networkgroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers/id_staticmember.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers/id_staticmember.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers/id_staticmember.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers/id_staticmember.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers/model_staticmember.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers/model_staticmember.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers/model_staticmember.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers/model_staticmember.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers/model_staticmemberproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers/model_staticmemberproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers/model_staticmemberproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers/model_staticmemberproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers/version.go index 57b02ce86fad..a9e0f4752be7 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/staticmembers/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/README.md index a8bcf49a2e31..7e32b503ceae 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets` Documentation -The `subnets` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `subnets` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/constants.go similarity index 97% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/constants.go index 1af799775ca8..8c3fe71424af 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/constants.go @@ -983,6 +983,47 @@ func parseSecurityRuleProtocol(input string) (*SecurityRuleProtocol, error) { return &out, nil } +type SharingScope string + +const ( + SharingScopeDelegatedServices SharingScope = "DelegatedServices" + SharingScopeTenant SharingScope = "Tenant" +) + +func PossibleValuesForSharingScope() []string { + return []string{ + string(SharingScopeDelegatedServices), + string(SharingScopeTenant), + } +} + +func (s *SharingScope) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseSharingScope(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseSharingScope(input string) (*SharingScope, error) { + vals := map[string]SharingScope{ + "delegatedservices": SharingScopeDelegatedServices, + "tenant": SharingScopeTenant, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := SharingScope(input) + return &out, nil +} + type SyncMode string const ( diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_networkinterfaceipconfigurationpropertiesformat.go index bc6e9588ae5d..a1064b425b93 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_networkinterfaceipconfigurationpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_networkinterfaceipconfigurationpropertiesformat.go @@ -11,6 +11,7 @@ type NetworkInterfaceIPConfigurationPropertiesFormat struct { LoadBalancerInboundNatRules *[]InboundNatRule `json:"loadBalancerInboundNatRules,omitempty"` Primary *bool `json:"primary,omitempty"` PrivateIPAddress *string `json:"privateIPAddress,omitempty"` + PrivateIPAddressPrefixLength *int64 `json:"privateIPAddressPrefixLength,omitempty"` PrivateIPAddressVersion *IPVersion `json:"privateIPAddressVersion,omitempty"` PrivateIPAllocationMethod *IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"` PrivateLinkConnectionProperties *NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties `json:"privateLinkConnectionProperties,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_networkinterfacepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_networkinterfacepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_networkinterfacepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_subnetpropertiesformat.go index cf86a7a7e596..23fdab8b9aee 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_subnetpropertiesformat.go @@ -24,4 +24,5 @@ type SubnetPropertiesFormat struct { ServiceAssociationLinks *[]ServiceAssociationLink `json:"serviceAssociationLinks,omitempty"` ServiceEndpointPolicies *[]ServiceEndpointPolicy `json:"serviceEndpointPolicies,omitempty"` ServiceEndpoints *[]ServiceEndpointPropertiesFormat `json:"serviceEndpoints,omitempty"` + SharingScope *SharingScope `json:"sharingScope,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/version.go index 983da187adcb..33b5dc7fb8a1 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/subnets/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics/README.md similarity index 91% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics/README.md index d6432fee5471..8bb79fc4b2c1 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics` Documentation -The `trafficanalytics` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `trafficanalytics` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics/id_networkwatcher.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics/id_networkwatcher.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics/id_networkwatcher.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics/id_networkwatcher.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics/method_networkwatchersgetflowlogstatus.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics/method_networkwatchersgetflowlogstatus.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics/method_networkwatchersgetflowlogstatus.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics/method_networkwatchersgetflowlogstatus.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics/method_networkwatcherssetflowlogconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics/method_networkwatcherssetflowlogconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics/method_networkwatcherssetflowlogconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics/method_networkwatcherssetflowlogconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics/model_flowloginformation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics/model_flowloginformation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics/model_flowloginformation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics/model_flowloginformation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics/model_flowlogproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics/model_flowlogproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics/model_flowlogproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics/model_flowlogproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics/model_flowlogstatusparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics/model_flowlogstatusparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics/model_flowlogstatusparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics/model_flowlogstatusparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics/version.go index 0f5fb3c91428..270406057d80 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/trafficanalytics/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/usages/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/usages/README.md similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/usages/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/usages/README.md index a54b43fb1115..562f3bee5e9b 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/usages/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/usages/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/usages` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/usages` Documentation -The `usages` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `usages` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/usages" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/usages" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/usages/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/usages/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/usages/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/usages/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/usages/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/usages/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/usages/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/usages/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/usages/id_location.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/usages/id_location.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/usages/id_location.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/usages/id_location.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/usages/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/usages/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/usages/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/usages/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/usages/model_usage.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/usages/model_usage.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/usages/model_usage.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/usages/model_usage.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/usages/model_usagename.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/usages/model_usagename.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/usages/model_usagename.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/usages/model_usagename.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/usages/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/usages/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/usages/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/usages/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/usages/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/usages/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/usages/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/usages/version.go index a5cfa4914239..6715f1676b01 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/usages/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/usages/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/usages/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vipswap/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vipswap/README.md similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vipswap/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vipswap/README.md index 766ffc13710c..cccaf901249c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vipswap/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vipswap/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vipswap` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vipswap` Documentation -The `vipswap` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `vipswap` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vipswap" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vipswap" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vipswap/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vipswap/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vipswap/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vipswap/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vipswap/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vipswap/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vipswap/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vipswap/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vipswap/id_cloudservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vipswap/id_cloudservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vipswap/id_cloudservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vipswap/id_cloudservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vipswap/method_create.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vipswap/method_create.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vipswap/method_create.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vipswap/method_create.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vipswap/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vipswap/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vipswap/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vipswap/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vipswap/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vipswap/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vipswap/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vipswap/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vipswap/model_swapresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vipswap/model_swapresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vipswap/model_swapresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vipswap/model_swapresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vipswap/model_swapresourcelistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vipswap/model_swapresourcelistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vipswap/model_swapresourcelistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vipswap/model_swapresourcelistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vipswap/model_swapresourceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vipswap/model_swapresourceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vipswap/model_swapresourceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vipswap/model_swapresourceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vipswap/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vipswap/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vipswap/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vipswap/version.go index fa01be5b1667..e7ec77ea960a 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vipswap/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vipswap/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/vipswap/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/README.md similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/README.md index 56ec9ab6e9e3..5bc1733befab 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites` Documentation -The `virtualappliancesites` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `virtualappliancesites` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/id_networkvirtualappliance.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/id_networkvirtualappliance.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/id_networkvirtualappliance.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/id_networkvirtualappliance.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/id_virtualappliancesite.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/id_virtualappliancesite.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/id_virtualappliancesite.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/id_virtualappliancesite.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/model_breakoutcategorypolicies.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/model_breakoutcategorypolicies.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/model_breakoutcategorypolicies.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/model_breakoutcategorypolicies.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/model_office365policyproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/model_office365policyproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/model_office365policyproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/model_office365policyproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/model_virtualappliancesite.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/model_virtualappliancesite.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/model_virtualappliancesite.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/model_virtualappliancesite.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/model_virtualappliancesiteproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/model_virtualappliancesiteproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/model_virtualappliancesiteproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/model_virtualappliancesiteproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/version.go index 29b079bab1d0..68c6291c89ae 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/virtualappliancesites/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualapplianceskus/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualapplianceskus/README.md similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualapplianceskus/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualapplianceskus/README.md index b91a6e162293..c9adc572fa53 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualapplianceskus/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualapplianceskus/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualapplianceskus` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualapplianceskus` Documentation -The `virtualapplianceskus` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `virtualapplianceskus` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualapplianceskus" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualapplianceskus" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualapplianceskus/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualapplianceskus/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualapplianceskus/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualapplianceskus/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualapplianceskus/id_networkvirtualappliancesku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualapplianceskus/id_networkvirtualappliancesku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualapplianceskus/id_networkvirtualappliancesku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualapplianceskus/id_networkvirtualappliancesku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualapplianceskus/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualapplianceskus/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualapplianceskus/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualapplianceskus/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualapplianceskus/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualapplianceskus/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualapplianceskus/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualapplianceskus/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualapplianceskus/model_networkvirtualappliancesku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualapplianceskus/model_networkvirtualappliancesku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualapplianceskus/model_networkvirtualappliancesku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualapplianceskus/model_networkvirtualappliancesku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualapplianceskus/model_networkvirtualapplianceskuinstances.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualapplianceskus/model_networkvirtualapplianceskuinstances.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualapplianceskus/model_networkvirtualapplianceskuinstances.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualapplianceskus/model_networkvirtualapplianceskuinstances.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualapplianceskus/model_networkvirtualapplianceskupropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualapplianceskus/model_networkvirtualapplianceskupropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualapplianceskus/model_networkvirtualapplianceskupropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualapplianceskus/model_networkvirtualapplianceskupropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualapplianceskus/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualapplianceskus/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualapplianceskus/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualapplianceskus/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualapplianceskus/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualapplianceskus/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualapplianceskus/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualapplianceskus/version.go index 381577343256..4d3d92fd637f 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualapplianceskus/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualapplianceskus/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/virtualapplianceskus/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/README.md similarity index 97% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/README.md index 922646ff3573..b5eff494cbad 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections` Documentation -The `virtualnetworkgatewayconnections` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `virtualnetworkgatewayconnections` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/id_connection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/id_connection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/id_connection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/id_connection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/method_getikesas.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/method_getikesas.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/method_getikesas.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/method_getikesas.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/method_getsharedkey.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/method_getsharedkey.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/method_getsharedkey.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/method_getsharedkey.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/method_resetconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/method_resetconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/method_resetconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/method_resetconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/method_resetsharedkey.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/method_resetsharedkey.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/method_resetsharedkey.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/method_resetsharedkey.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/method_setsharedkey.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/method_setsharedkey.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/method_setsharedkey.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/method_setsharedkey.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/method_startpacketcapture.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/method_startpacketcapture.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/method_startpacketcapture.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/method_startpacketcapture.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/method_stoppacketcapture.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/method_stoppacketcapture.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/method_stoppacketcapture.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/method_stoppacketcapture.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_addressspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_addressspace.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_addressspace.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_addressspace.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_bgpsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_bgpsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_bgpsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_bgpsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_connectionresetsharedkey.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_connectionresetsharedkey.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_connectionresetsharedkey.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_connectionresetsharedkey.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_connectionsharedkey.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_connectionsharedkey.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_connectionsharedkey.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_connectionsharedkey.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_gatewaycustombgpipaddressipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_gatewaycustombgpipaddressipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_gatewaycustombgpipaddressipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_gatewaycustombgpipaddressipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_ipconfigurationbgppeeringaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_ipconfigurationbgppeeringaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_ipconfigurationbgppeeringaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_ipconfigurationbgppeeringaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_ipsecpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_ipsecpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_ipsecpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_ipsecpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_localnetworkgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_localnetworkgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_localnetworkgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_localnetworkgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_localnetworkgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_localnetworkgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_localnetworkgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_localnetworkgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_radiusserver.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_radiusserver.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_radiusserver.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_radiusserver.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_trafficselectorpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_trafficselectorpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_trafficselectorpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_trafficselectorpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_tunnelconnectionhealth.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_tunnelconnectionhealth.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_tunnelconnectionhealth.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_tunnelconnectionhealth.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_virtualnetworkgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_virtualnetworkgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_virtualnetworkgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_virtualnetworkgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayautoscalebounds.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayautoscalebounds.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayautoscalebounds.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayautoscalebounds.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayautoscaleconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayautoscaleconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayautoscaleconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayautoscaleconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayconnectionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayconnectionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayconnectionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayconnectionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaynatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaynatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaynatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaynatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaynatruleproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaynatruleproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaynatruleproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaynatruleproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypolicygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypolicygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypolicygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypolicygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypolicygroupmember.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypolicygroupmember.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypolicygroupmember.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypolicygroupmember.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypolicygroupproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypolicygroupproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypolicygroupproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypolicygroupproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_virtualnetworkgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_vngclientconnectionconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_vngclientconnectionconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_vngclientconnectionconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_vngclientconnectionconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_vngclientconnectionconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_vngclientconnectionconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_vngclientconnectionconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_vngclientconnectionconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_vpnclientconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_vpnclientconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_vpnclientconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_vpnclientconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_vpnclientrevokedcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_vpnclientrevokedcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_vpnclientrevokedcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_vpnclientrevokedcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_vpnclientrevokedcertificatepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_vpnclientrevokedcertificatepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_vpnclientrevokedcertificatepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_vpnclientrevokedcertificatepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_vpnclientrootcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_vpnclientrootcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_vpnclientrootcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_vpnclientrootcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_vpnclientrootcertificatepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_vpnclientrootcertificatepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_vpnclientrootcertificatepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_vpnclientrootcertificatepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_vpnnatrulemapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_vpnnatrulemapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_vpnnatrulemapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_vpnnatrulemapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_vpnpacketcapturestartparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_vpnpacketcapturestartparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_vpnpacketcapturestartparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_vpnpacketcapturestartparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_vpnpacketcapturestopparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_vpnpacketcapturestopparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/model_vpnpacketcapturestopparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/model_vpnpacketcapturestopparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/version.go index 17fd10bddbd7..ec7a647754c6 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/virtualnetworkgatewayconnections/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/README.md similarity index 98% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/README.md index 3ad9dff5b7ca..73a96048ef13 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways` Documentation -The `virtualnetworkgateways` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `virtualnetworkgateways` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/id_connection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/id_connection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/id_connection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/id_connection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/id_virtualnetworkgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/id_virtualnetworkgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/id_virtualnetworkgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/id_virtualnetworkgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/id_virtualnetworkgatewaynatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/id_virtualnetworkgatewaynatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/id_virtualnetworkgatewaynatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/id_virtualnetworkgatewaynatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_disconnectvirtualnetworkgatewayvpnconnections.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_disconnectvirtualnetworkgatewayvpnconnections.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_disconnectvirtualnetworkgatewayvpnconnections.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_disconnectvirtualnetworkgatewayvpnconnections.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_generatevpnclientpackage.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_generatevpnclientpackage.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_generatevpnclientpackage.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_generatevpnclientpackage.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_generatevpnprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_generatevpnprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_generatevpnprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_generatevpnprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_getadvertisedroutes.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_getadvertisedroutes.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_getadvertisedroutes.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_getadvertisedroutes.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_getbgppeerstatus.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_getbgppeerstatus.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_getbgppeerstatus.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_getbgppeerstatus.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_getlearnedroutes.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_getlearnedroutes.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_getlearnedroutes.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_getlearnedroutes.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_getvpnclientconnectionhealth.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_getvpnclientconnectionhealth.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_getvpnclientconnectionhealth.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_getvpnclientconnectionhealth.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_getvpnclientipsecparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_getvpnclientipsecparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_getvpnclientipsecparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_getvpnclientipsecparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_getvpnprofilepackageurl.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_getvpnprofilepackageurl.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_getvpnprofilepackageurl.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_getvpnprofilepackageurl.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_listconnections.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_listconnections.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_listconnections.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_listconnections.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_reset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_reset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_reset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_reset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_resetvpnclientsharedkey.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_resetvpnclientsharedkey.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_resetvpnclientsharedkey.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_resetvpnclientsharedkey.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_setvpnclientipsecparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_setvpnclientipsecparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_setvpnclientipsecparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_setvpnclientipsecparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_startpacketcapture.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_startpacketcapture.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_startpacketcapture.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_startpacketcapture.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_stoppacketcapture.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_stoppacketcapture.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_stoppacketcapture.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_stoppacketcapture.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_supportedvpndevices.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_supportedvpndevices.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_supportedvpndevices.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_supportedvpndevices.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_virtualnetworkgatewaynatrulescreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_virtualnetworkgatewaynatrulescreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_virtualnetworkgatewaynatrulescreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_virtualnetworkgatewaynatrulescreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_virtualnetworkgatewaynatrulesdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_virtualnetworkgatewaynatrulesdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_virtualnetworkgatewaynatrulesdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_virtualnetworkgatewaynatrulesdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_virtualnetworkgatewaynatrulesget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_virtualnetworkgatewaynatrulesget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_virtualnetworkgatewaynatrulesget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_virtualnetworkgatewaynatrulesget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_virtualnetworkgatewaynatruleslistbyvirtualnetworkgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_virtualnetworkgatewaynatruleslistbyvirtualnetworkgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_virtualnetworkgatewaynatruleslistbyvirtualnetworkgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_virtualnetworkgatewaynatruleslistbyvirtualnetworkgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_vpndeviceconfigurationscript.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_vpndeviceconfigurationscript.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/method_vpndeviceconfigurationscript.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/method_vpndeviceconfigurationscript.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_addressspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_addressspace.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_addressspace.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_addressspace.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_bgppeerstatus.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_bgppeerstatus.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_bgppeerstatus.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_bgppeerstatus.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_bgppeerstatuslistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_bgppeerstatuslistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_bgppeerstatuslistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_bgppeerstatuslistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_bgpsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_bgpsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_bgpsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_bgpsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_gatewaycustombgpipaddressipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_gatewaycustombgpipaddressipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_gatewaycustombgpipaddressipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_gatewaycustombgpipaddressipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_gatewayroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_gatewayroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_gatewayroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_gatewayroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_gatewayroutelistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_gatewayroutelistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_gatewayroutelistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_gatewayroutelistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_ipconfigurationbgppeeringaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_ipconfigurationbgppeeringaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_ipconfigurationbgppeeringaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_ipconfigurationbgppeeringaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_ipsecpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_ipsecpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_ipsecpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_ipsecpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_p2svpnconnectionrequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_p2svpnconnectionrequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_p2svpnconnectionrequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_p2svpnconnectionrequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_radiusserver.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_radiusserver.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_radiusserver.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_radiusserver.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_trafficselectorpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_trafficselectorpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_trafficselectorpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_trafficselectorpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_tunnelconnectionhealth.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_tunnelconnectionhealth.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_tunnelconnectionhealth.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_tunnelconnectionhealth.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_virtualnetworkconnectiongatewayreference.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_virtualnetworkconnectiongatewayreference.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_virtualnetworkconnectiongatewayreference.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_virtualnetworkconnectiongatewayreference.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_virtualnetworkgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_virtualnetworkgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_virtualnetworkgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_virtualnetworkgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_virtualnetworkgatewayautoscalebounds.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_virtualnetworkgatewayautoscalebounds.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_virtualnetworkgatewayautoscalebounds.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_virtualnetworkgatewayautoscalebounds.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_virtualnetworkgatewayautoscaleconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_virtualnetworkgatewayautoscaleconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_virtualnetworkgatewayautoscaleconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_virtualnetworkgatewayautoscaleconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_virtualnetworkgatewayconnectionlistentity.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_virtualnetworkgatewayconnectionlistentity.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_virtualnetworkgatewayconnectionlistentity.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_virtualnetworkgatewayconnectionlistentity.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_virtualnetworkgatewayconnectionlistentitypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_virtualnetworkgatewayconnectionlistentitypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_virtualnetworkgatewayconnectionlistentitypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_virtualnetworkgatewayconnectionlistentitypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_virtualnetworkgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_virtualnetworkgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_virtualnetworkgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_virtualnetworkgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_virtualnetworkgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_virtualnetworkgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_virtualnetworkgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_virtualnetworkgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_virtualnetworkgatewaynatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_virtualnetworkgatewaynatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_virtualnetworkgatewaynatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_virtualnetworkgatewaynatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_virtualnetworkgatewaynatruleproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_virtualnetworkgatewaynatruleproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_virtualnetworkgatewaynatruleproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_virtualnetworkgatewaynatruleproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_virtualnetworkgatewaypolicygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_virtualnetworkgatewaypolicygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_virtualnetworkgatewaypolicygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_virtualnetworkgatewaypolicygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_virtualnetworkgatewaypolicygroupmember.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_virtualnetworkgatewaypolicygroupmember.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_virtualnetworkgatewaypolicygroupmember.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_virtualnetworkgatewaypolicygroupmember.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_virtualnetworkgatewaypolicygroupproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_virtualnetworkgatewaypolicygroupproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_virtualnetworkgatewaypolicygroupproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_virtualnetworkgatewaypolicygroupproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_virtualnetworkgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_virtualnetworkgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_virtualnetworkgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_virtualnetworkgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_virtualnetworkgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_virtualnetworkgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_virtualnetworkgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_virtualnetworkgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_vngclientconnectionconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_vngclientconnectionconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_vngclientconnectionconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_vngclientconnectionconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_vngclientconnectionconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_vngclientconnectionconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_vngclientconnectionconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_vngclientconnectionconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_vpnclientconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_vpnclientconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_vpnclientconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_vpnclientconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_vpnclientconnectionhealthdetail.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_vpnclientconnectionhealthdetail.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_vpnclientconnectionhealthdetail.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_vpnclientconnectionhealthdetail.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_vpnclientconnectionhealthdetaillistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_vpnclientconnectionhealthdetaillistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_vpnclientconnectionhealthdetaillistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_vpnclientconnectionhealthdetaillistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_vpnclientipsecparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_vpnclientipsecparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_vpnclientipsecparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_vpnclientipsecparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_vpnclientparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_vpnclientparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_vpnclientparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_vpnclientparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_vpnclientrevokedcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_vpnclientrevokedcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_vpnclientrevokedcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_vpnclientrevokedcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_vpnclientrevokedcertificatepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_vpnclientrevokedcertificatepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_vpnclientrevokedcertificatepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_vpnclientrevokedcertificatepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_vpnclientrootcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_vpnclientrootcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_vpnclientrootcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_vpnclientrootcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_vpnclientrootcertificatepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_vpnclientrootcertificatepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_vpnclientrootcertificatepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_vpnclientrootcertificatepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_vpndevicescriptparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_vpndevicescriptparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_vpndevicescriptparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_vpndevicescriptparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_vpnnatrulemapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_vpnnatrulemapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_vpnnatrulemapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_vpnnatrulemapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_vpnpacketcapturestartparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_vpnpacketcapturestartparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_vpnpacketcapturestartparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_vpnpacketcapturestartparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_vpnpacketcapturestopparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_vpnpacketcapturestopparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/model_vpnpacketcapturestopparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/model_vpnpacketcapturestopparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/version.go index 0843186b0776..82e499633cba 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/virtualnetworkgateways/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/README.md index ec063ebb6f97..2e811185d5f0 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings` Documentation -The `virtualnetworkpeerings` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `virtualnetworkpeerings` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/id_virtualnetworkpeering.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/id_virtualnetworkpeering.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/id_virtualnetworkpeering.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/id_virtualnetworkpeering.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/model_addressspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/model_addressspace.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/model_addressspace.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/model_addressspace.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/model_virtualnetworkbgpcommunities.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/model_virtualnetworkbgpcommunities.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/model_virtualnetworkbgpcommunities.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/model_virtualnetworkbgpcommunities.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/model_virtualnetworkencryption.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/model_virtualnetworkencryption.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/model_virtualnetworkencryption.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/model_virtualnetworkencryption.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/model_virtualnetworkpeering.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/model_virtualnetworkpeering.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/model_virtualnetworkpeering.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/model_virtualnetworkpeering.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/model_virtualnetworkpeeringpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/model_virtualnetworkpeeringpropertiesformat.go similarity index 73% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/model_virtualnetworkpeeringpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/model_virtualnetworkpeeringpropertiesformat.go index c7f9534bb151..4081538e08fe 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/model_virtualnetworkpeeringpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/model_virtualnetworkpeeringpropertiesformat.go @@ -8,11 +8,17 @@ type VirtualNetworkPeeringPropertiesFormat struct { AllowGatewayTransit *bool `json:"allowGatewayTransit,omitempty"` AllowVirtualNetworkAccess *bool `json:"allowVirtualNetworkAccess,omitempty"` DoNotVerifyRemoteGateways *bool `json:"doNotVerifyRemoteGateways,omitempty"` + EnableOnlyIPv6Peering *bool `json:"enableOnlyIPv6Peering,omitempty"` + LocalAddressSpace *AddressSpace `json:"localAddressSpace,omitempty"` + LocalSubnetNames *[]string `json:"localSubnetNames,omitempty"` + LocalVirtualNetworkAddressSpace *AddressSpace `json:"localVirtualNetworkAddressSpace,omitempty"` + PeerCompleteVnets *bool `json:"peerCompleteVnets,omitempty"` PeeringState *VirtualNetworkPeeringState `json:"peeringState,omitempty"` PeeringSyncLevel *VirtualNetworkPeeringLevel `json:"peeringSyncLevel,omitempty"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` RemoteAddressSpace *AddressSpace `json:"remoteAddressSpace,omitempty"` RemoteBgpCommunities *VirtualNetworkBgpCommunities `json:"remoteBgpCommunities,omitempty"` + RemoteSubnetNames *[]string `json:"remoteSubnetNames,omitempty"` RemoteVirtualNetwork *SubResource `json:"remoteVirtualNetwork,omitempty"` RemoteVirtualNetworkAddressSpace *AddressSpace `json:"remoteVirtualNetworkAddressSpace,omitempty"` RemoteVirtualNetworkEncryption *VirtualNetworkEncryption `json:"remoteVirtualNetworkEncryption,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/version.go index 1d1b59dcbe17..3c2b16d74c69 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/virtualnetworkpeerings/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/README.md similarity index 97% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/README.md index 7b2684741ae4..97896ffc4f62 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks` Documentation -The `virtualnetworks` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `virtualnetworks` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/constants.go similarity index 97% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/constants.go index 55070812f74d..1cb41676c8b7 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/constants.go @@ -1024,6 +1024,47 @@ func parseSecurityRuleProtocol(input string) (*SecurityRuleProtocol, error) { return &out, nil } +type SharingScope string + +const ( + SharingScopeDelegatedServices SharingScope = "DelegatedServices" + SharingScopeTenant SharingScope = "Tenant" +) + +func PossibleValuesForSharingScope() []string { + return []string{ + string(SharingScopeDelegatedServices), + string(SharingScopeTenant), + } +} + +func (s *SharingScope) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseSharingScope(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseSharingScope(input string) (*SharingScope, error) { + vals := map[string]SharingScope{ + "delegatedservices": SharingScopeDelegatedServices, + "tenant": SharingScopeTenant, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := SharingScope(input) + return &out, nil +} + type SyncMode string const ( diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/method_resourcenavigationlinkslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/method_resourcenavigationlinkslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/method_resourcenavigationlinkslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/method_resourcenavigationlinkslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/method_serviceassociationlinkslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/method_serviceassociationlinkslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/method_serviceassociationlinkslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/method_serviceassociationlinkslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/method_subnetspreparenetworkpolicies.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/method_subnetspreparenetworkpolicies.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/method_subnetspreparenetworkpolicies.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/method_subnetspreparenetworkpolicies.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/method_subnetsunpreparenetworkpolicies.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/method_subnetsunpreparenetworkpolicies.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/method_subnetsunpreparenetworkpolicies.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/method_subnetsunpreparenetworkpolicies.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/method_virtualnetworkscheckipaddressavailability.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/method_virtualnetworkscheckipaddressavailability.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/method_virtualnetworkscheckipaddressavailability.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/method_virtualnetworkscheckipaddressavailability.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/method_virtualnetworkslistddosprotectionstatus.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/method_virtualnetworkslistddosprotectionstatus.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/method_virtualnetworkslistddosprotectionstatus.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/method_virtualnetworkslistddosprotectionstatus.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/method_virtualnetworkslistusage.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/method_virtualnetworkslistusage.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/method_virtualnetworkslistusage.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/method_virtualnetworkslistusage.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_addressspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_addressspace.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_addressspace.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_addressspace.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_dhcpoptions.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_dhcpoptions.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_dhcpoptions.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_dhcpoptions.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_ipaddressavailabilityresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_ipaddressavailabilityresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_ipaddressavailabilityresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_ipaddressavailabilityresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_networkintentpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_networkintentpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_networkintentpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_networkintentpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_networkintentpolicyconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_networkintentpolicyconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_networkintentpolicyconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_networkintentpolicyconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_networkinterfaceipconfigurationpropertiesformat.go index d36857278bf2..f8d381013964 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_networkinterfaceipconfigurationpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_networkinterfaceipconfigurationpropertiesformat.go @@ -11,6 +11,7 @@ type NetworkInterfaceIPConfigurationPropertiesFormat struct { LoadBalancerInboundNatRules *[]InboundNatRule `json:"loadBalancerInboundNatRules,omitempty"` Primary *bool `json:"primary,omitempty"` PrivateIPAddress *string `json:"privateIPAddress,omitempty"` + PrivateIPAddressPrefixLength *int64 `json:"privateIPAddressPrefixLength,omitempty"` PrivateIPAddressVersion *IPVersion `json:"privateIPAddressVersion,omitempty"` PrivateIPAllocationMethod *IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"` PrivateLinkConnectionProperties *NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties `json:"privateLinkConnectionProperties,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_networkinterfacepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_networkinterfacepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_networkinterfacepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_preparenetworkpoliciesrequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_preparenetworkpoliciesrequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_preparenetworkpoliciesrequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_preparenetworkpoliciesrequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_publicipddosprotectionstatusresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_publicipddosprotectionstatusresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_publicipddosprotectionstatusresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_publicipddosprotectionstatusresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_subnetpropertiesformat.go index 1daa153bc295..24216334abbb 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_subnetpropertiesformat.go @@ -24,4 +24,5 @@ type SubnetPropertiesFormat struct { ServiceAssociationLinks *[]ServiceAssociationLink `json:"serviceAssociationLinks,omitempty"` ServiceEndpointPolicies *[]ServiceEndpointPolicy `json:"serviceEndpointPolicies,omitempty"` ServiceEndpoints *[]ServiceEndpointPropertiesFormat `json:"serviceEndpoints,omitempty"` + SharingScope *SharingScope `json:"sharingScope,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_unpreparenetworkpoliciesrequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_unpreparenetworkpoliciesrequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_unpreparenetworkpoliciesrequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_unpreparenetworkpoliciesrequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_virtualnetwork.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_virtualnetwork.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_virtualnetwork.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_virtualnetwork.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_virtualnetworkbgpcommunities.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_virtualnetworkbgpcommunities.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_virtualnetworkbgpcommunities.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_virtualnetworkbgpcommunities.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_virtualnetworkencryption.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_virtualnetworkencryption.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_virtualnetworkencryption.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_virtualnetworkencryption.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_virtualnetworkpeering.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_virtualnetworkpeering.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_virtualnetworkpeering.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_virtualnetworkpeering.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_virtualnetworkpeeringpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_virtualnetworkpeeringpropertiesformat.go similarity index 73% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_virtualnetworkpeeringpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_virtualnetworkpeeringpropertiesformat.go index 642e0676b8f0..41ebdc1a88a2 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_virtualnetworkpeeringpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_virtualnetworkpeeringpropertiesformat.go @@ -8,11 +8,17 @@ type VirtualNetworkPeeringPropertiesFormat struct { AllowGatewayTransit *bool `json:"allowGatewayTransit,omitempty"` AllowVirtualNetworkAccess *bool `json:"allowVirtualNetworkAccess,omitempty"` DoNotVerifyRemoteGateways *bool `json:"doNotVerifyRemoteGateways,omitempty"` + EnableOnlyIPv6Peering *bool `json:"enableOnlyIPv6Peering,omitempty"` + LocalAddressSpace *AddressSpace `json:"localAddressSpace,omitempty"` + LocalSubnetNames *[]string `json:"localSubnetNames,omitempty"` + LocalVirtualNetworkAddressSpace *AddressSpace `json:"localVirtualNetworkAddressSpace,omitempty"` + PeerCompleteVnets *bool `json:"peerCompleteVnets,omitempty"` PeeringState *VirtualNetworkPeeringState `json:"peeringState,omitempty"` PeeringSyncLevel *VirtualNetworkPeeringLevel `json:"peeringSyncLevel,omitempty"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` RemoteAddressSpace *AddressSpace `json:"remoteAddressSpace,omitempty"` RemoteBgpCommunities *VirtualNetworkBgpCommunities `json:"remoteBgpCommunities,omitempty"` + RemoteSubnetNames *[]string `json:"remoteSubnetNames,omitempty"` RemoteVirtualNetwork *SubResource `json:"remoteVirtualNetwork,omitempty"` RemoteVirtualNetworkAddressSpace *AddressSpace `json:"remoteVirtualNetworkAddressSpace,omitempty"` RemoteVirtualNetworkEncryption *VirtualNetworkEncryption `json:"remoteVirtualNetworkEncryption,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_virtualnetworkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_virtualnetworkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_virtualnetworkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_virtualnetworkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_virtualnetworkusage.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_virtualnetworkusage.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_virtualnetworkusage.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_virtualnetworkusage.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_virtualnetworkusagename.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_virtualnetworkusagename.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/model_virtualnetworkusagename.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/model_virtualnetworkusagename.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/version.go index 1e2291d881c0..e1782e1a1196 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/virtualnetworks/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/README.md similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/README.md index 78b0c852a057..d4e7e316bd8a 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap` Documentation -The `virtualnetworktap` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `virtualnetworktap` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/constants.go similarity index 97% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/constants.go index ad914ca35388..131e5231f127 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/constants.go @@ -983,6 +983,47 @@ func parseSecurityRuleProtocol(input string) (*SecurityRuleProtocol, error) { return &out, nil } +type SharingScope string + +const ( + SharingScopeDelegatedServices SharingScope = "DelegatedServices" + SharingScopeTenant SharingScope = "Tenant" +) + +func PossibleValuesForSharingScope() []string { + return []string{ + string(SharingScopeDelegatedServices), + string(SharingScopeTenant), + } +} + +func (s *SharingScope) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseSharingScope(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseSharingScope(input string) (*SharingScope, error) { + vals := map[string]SharingScope{ + "delegatedservices": SharingScopeDelegatedServices, + "tenant": SharingScopeTenant, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := SharingScope(input) + return &out, nil +} + type SyncMode string const ( diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/id_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/id_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/id_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/id_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_networkinterfaceipconfigurationpropertiesformat.go index e8b6558e224c..133846da8a37 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_networkinterfaceipconfigurationpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_networkinterfaceipconfigurationpropertiesformat.go @@ -11,6 +11,7 @@ type NetworkInterfaceIPConfigurationPropertiesFormat struct { LoadBalancerInboundNatRules *[]InboundNatRule `json:"loadBalancerInboundNatRules,omitempty"` Primary *bool `json:"primary,omitempty"` PrivateIPAddress *string `json:"privateIPAddress,omitempty"` + PrivateIPAddressPrefixLength *int64 `json:"privateIPAddressPrefixLength,omitempty"` PrivateIPAddressVersion *IPVersion `json:"privateIPAddressVersion,omitempty"` PrivateIPAllocationMethod *IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"` PrivateLinkConnectionProperties *NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties `json:"privateLinkConnectionProperties,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_networkinterfacepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_networkinterfacepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_networkinterfacepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_subnetpropertiesformat.go index 16b011e75086..5fa44918ba27 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_subnetpropertiesformat.go @@ -24,4 +24,5 @@ type SubnetPropertiesFormat struct { ServiceAssociationLinks *[]ServiceAssociationLink `json:"serviceAssociationLinks,omitempty"` ServiceEndpointPolicies *[]ServiceEndpointPolicy `json:"serviceEndpointPolicies,omitempty"` ServiceEndpoints *[]ServiceEndpointPropertiesFormat `json:"serviceEndpoints,omitempty"` + SharingScope *SharingScope `json:"sharingScope,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/version.go index 1ba23d869b47..eef70525f1aa 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/virtualnetworktap/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/README.md similarity index 91% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/README.md index 095f3f646a68..c5bc1932be8e 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps` Documentation -The `virtualnetworktaps` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `virtualnetworktaps` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/constants.go similarity index 97% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/constants.go index b53ab46f934a..627a31a8ca29 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/constants.go @@ -983,6 +983,47 @@ func parseSecurityRuleProtocol(input string) (*SecurityRuleProtocol, error) { return &out, nil } +type SharingScope string + +const ( + SharingScopeDelegatedServices SharingScope = "DelegatedServices" + SharingScopeTenant SharingScope = "Tenant" +) + +func PossibleValuesForSharingScope() []string { + return []string{ + string(SharingScopeDelegatedServices), + string(SharingScopeTenant), + } +} + +func (s *SharingScope) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseSharingScope(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseSharingScope(input string) (*SharingScope, error) { + vals := map[string]SharingScope{ + "delegatedservices": SharingScopeDelegatedServices, + "tenant": SharingScopeTenant, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := SharingScope(input) + return &out, nil +} + type SyncMode string const ( diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_networkinterfaceipconfigurationpropertiesformat.go index dcfd84eac61f..758acc402d63 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_networkinterfaceipconfigurationpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_networkinterfaceipconfigurationpropertiesformat.go @@ -11,6 +11,7 @@ type NetworkInterfaceIPConfigurationPropertiesFormat struct { LoadBalancerInboundNatRules *[]InboundNatRule `json:"loadBalancerInboundNatRules,omitempty"` Primary *bool `json:"primary,omitempty"` PrivateIPAddress *string `json:"privateIPAddress,omitempty"` + PrivateIPAddressPrefixLength *int64 `json:"privateIPAddressPrefixLength,omitempty"` PrivateIPAddressVersion *IPVersion `json:"privateIPAddressVersion,omitempty"` PrivateIPAllocationMethod *IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"` PrivateLinkConnectionProperties *NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties `json:"privateLinkConnectionProperties,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_networkinterfacepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_networkinterfacepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_networkinterfacepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_subnetpropertiesformat.go index dbb930b98673..18e3434d7b58 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_subnetpropertiesformat.go @@ -24,4 +24,5 @@ type SubnetPropertiesFormat struct { ServiceAssociationLinks *[]ServiceAssociationLink `json:"serviceAssociationLinks,omitempty"` ServiceEndpointPolicies *[]ServiceEndpointPolicy `json:"serviceEndpointPolicies,omitempty"` ServiceEndpoints *[]ServiceEndpointPropertiesFormat `json:"serviceEndpoints,omitempty"` + SharingScope *SharingScope `json:"sharingScope,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/version.go index ed593b9f6a76..c7a131aec5f9 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/virtualnetworktaps/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouterpeerings/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouterpeerings/README.md similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouterpeerings/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouterpeerings/README.md index 71dff866390b..38c48b08d541 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouterpeerings/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouterpeerings/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouterpeerings` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouterpeerings` Documentation -The `virtualrouterpeerings` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `virtualrouterpeerings` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouterpeerings" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouterpeerings" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouterpeerings/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouterpeerings/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouterpeerings/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouterpeerings/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouterpeerings/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouterpeerings/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouterpeerings/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouterpeerings/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouterpeerings/id_virtualrouter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouterpeerings/id_virtualrouter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouterpeerings/id_virtualrouter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouterpeerings/id_virtualrouter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouterpeerings/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouterpeerings/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouterpeerings/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouterpeerings/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouterpeerings/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouterpeerings/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouterpeerings/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouterpeerings/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouterpeerings/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouterpeerings/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouterpeerings/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouterpeerings/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouterpeerings/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouterpeerings/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouterpeerings/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouterpeerings/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouterpeerings/model_virtualrouterpeering.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouterpeerings/model_virtualrouterpeering.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouterpeerings/model_virtualrouterpeering.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouterpeerings/model_virtualrouterpeering.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouterpeerings/model_virtualrouterpeeringproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouterpeerings/model_virtualrouterpeeringproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouterpeerings/model_virtualrouterpeeringproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouterpeerings/model_virtualrouterpeeringproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouterpeerings/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouterpeerings/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouterpeerings/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouterpeerings/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouterpeerings/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouterpeerings/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouterpeerings/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouterpeerings/version.go index a35ac254ccdd..64a28f5ce6a6 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouterpeerings/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouterpeerings/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/virtualrouterpeerings/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters/README.md index 24f1a1f387f9..24c86d3abd7f 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters` Documentation -The `virtualrouters` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `virtualrouters` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters/id_virtualrouter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters/id_virtualrouter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters/id_virtualrouter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters/id_virtualrouter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters/model_virtualrouter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters/model_virtualrouter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters/model_virtualrouter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters/model_virtualrouter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters/model_virtualrouterpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters/model_virtualrouterpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters/model_virtualrouterpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters/model_virtualrouterpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters/version.go index d8202e5a32fa..2adf28e68408 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/virtualrouters/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/README.md similarity index 99% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/README.md index dc1dcb56d737..774ddc1fbb22 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans` Documentation -The `virtualwans` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `virtualwans` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/constants.go similarity index 98% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/constants.go index 3244fe3231b6..f620ae04a845 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/constants.go @@ -1742,6 +1742,47 @@ func parseSecurityRuleProtocol(input string) (*SecurityRuleProtocol, error) { return &out, nil } +type SharingScope string + +const ( + SharingScopeDelegatedServices SharingScope = "DelegatedServices" + SharingScopeTenant SharingScope = "Tenant" +) + +func PossibleValuesForSharingScope() []string { + return []string{ + string(SharingScopeDelegatedServices), + string(SharingScopeTenant), + } +} + +func (s *SharingScope) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseSharingScope(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseSharingScope(input string) (*SharingScope, error) { + vals := map[string]SharingScope{ + "delegatedservices": SharingScopeDelegatedServices, + "tenant": SharingScopeTenant, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := SharingScope(input) + return &out, nil +} + type SyncMode string const ( diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_configurationpolicygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_configurationpolicygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_configurationpolicygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_configurationpolicygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_hubroutetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_hubroutetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_hubroutetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_hubroutetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_hubvirtualnetworkconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_hubvirtualnetworkconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_hubvirtualnetworkconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_hubvirtualnetworkconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_natrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_natrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_natrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_natrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_networkvirtualappliance.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_networkvirtualappliance.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_networkvirtualappliance.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_networkvirtualappliance.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_networkvirtualapplianceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_networkvirtualapplianceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_networkvirtualapplianceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_networkvirtualapplianceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_routemap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_routemap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_routemap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_routemap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_routingintent.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_routingintent.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_routingintent.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_routingintent.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_virtualhub.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_virtualhub.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_virtualhub.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_virtualhub.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_virtualhubroutetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_virtualhubroutetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_virtualhubroutetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_virtualhubroutetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_virtualwan.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_virtualwan.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_virtualwan.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_virtualwan.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_vpngateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_vpngateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_vpngateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_vpngateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_vpnlinkconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_vpnlinkconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_vpnlinkconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_vpnlinkconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_vpnserverconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_vpnserverconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_vpnserverconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_vpnserverconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_vpnsite.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_vpnsite.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_vpnsite.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_vpnsite.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_vpnsitelink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_vpnsitelink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/id_vpnsitelink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/id_vpnsitelink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_configurationpolicygroupscreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_configurationpolicygroupscreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_configurationpolicygroupscreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_configurationpolicygroupscreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_configurationpolicygroupsdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_configurationpolicygroupsdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_configurationpolicygroupsdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_configurationpolicygroupsdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_configurationpolicygroupsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_configurationpolicygroupsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_configurationpolicygroupsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_configurationpolicygroupsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_configurationpolicygroupslistbyvpnserverconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_configurationpolicygroupslistbyvpnserverconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_configurationpolicygroupslistbyvpnserverconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_configurationpolicygroupslistbyvpnserverconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_generatevirtualwanvpnserverconfigurationvpnprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_generatevirtualwanvpnserverconfigurationvpnprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_generatevirtualwanvpnserverconfigurationvpnprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_generatevirtualwanvpnserverconfigurationvpnprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_hubroutetablescreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_hubroutetablescreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_hubroutetablescreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_hubroutetablescreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_hubroutetablesdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_hubroutetablesdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_hubroutetablesdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_hubroutetablesdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_hubroutetablesget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_hubroutetablesget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_hubroutetablesget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_hubroutetablesget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_hubroutetableslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_hubroutetableslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_hubroutetableslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_hubroutetableslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_hubvirtualnetworkconnectionscreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_hubvirtualnetworkconnectionscreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_hubvirtualnetworkconnectionscreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_hubvirtualnetworkconnectionscreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_hubvirtualnetworkconnectionsdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_hubvirtualnetworkconnectionsdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_hubvirtualnetworkconnectionsdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_hubvirtualnetworkconnectionsdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_hubvirtualnetworkconnectionsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_hubvirtualnetworkconnectionsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_hubvirtualnetworkconnectionsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_hubvirtualnetworkconnectionsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_hubvirtualnetworkconnectionslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_hubvirtualnetworkconnectionslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_hubvirtualnetworkconnectionslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_hubvirtualnetworkconnectionslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_natrulescreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_natrulescreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_natrulescreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_natrulescreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_natrulesdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_natrulesdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_natrulesdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_natrulesdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_natrulesget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_natrulesget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_natrulesget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_natrulesget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_natruleslistbyvpngateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_natruleslistbyvpngateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_natruleslistbyvpngateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_natruleslistbyvpngateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_networkvirtualapplianceconnectionscreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_networkvirtualapplianceconnectionscreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_networkvirtualapplianceconnectionscreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_networkvirtualapplianceconnectionscreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_networkvirtualapplianceconnectionsdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_networkvirtualapplianceconnectionsdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_networkvirtualapplianceconnectionsdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_networkvirtualapplianceconnectionsdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_networkvirtualapplianceconnectionsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_networkvirtualapplianceconnectionsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_networkvirtualapplianceconnectionsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_networkvirtualapplianceconnectionsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_networkvirtualapplianceconnectionslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_networkvirtualapplianceconnectionslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_networkvirtualapplianceconnectionslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_networkvirtualapplianceconnectionslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_p2svpngatewayscreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_p2svpngatewayscreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_p2svpngatewayscreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_p2svpngatewayscreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_p2svpngatewaysdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_p2svpngatewaysdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_p2svpngatewaysdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_p2svpngatewaysdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_p2svpngatewaysget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_p2svpngatewaysget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_p2svpngatewaysget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_p2svpngatewaysget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_p2svpngatewayslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_p2svpngatewayslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_p2svpngatewayslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_p2svpngatewayslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_p2svpngatewayslistbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_p2svpngatewayslistbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_p2svpngatewayslistbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_p2svpngatewayslistbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_routemapscreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_routemapscreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_routemapscreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_routemapscreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_routemapsdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_routemapsdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_routemapsdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_routemapsdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_routemapsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_routemapsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_routemapsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_routemapsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_routemapslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_routemapslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_routemapslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_routemapslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_routingintentcreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_routingintentcreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_routingintentcreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_routingintentcreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_routingintentdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_routingintentdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_routingintentdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_routingintentdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_routingintentget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_routingintentget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_routingintentget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_routingintentget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_routingintentlist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_routingintentlist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_routingintentlist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_routingintentlist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_supportedsecurityproviders.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_supportedsecurityproviders.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_supportedsecurityproviders.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_supportedsecurityproviders.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubbgpconnectioncreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubbgpconnectioncreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubbgpconnectioncreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubbgpconnectioncreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubbgpconnectiondelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubbgpconnectiondelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubbgpconnectiondelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubbgpconnectiondelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubbgpconnectionget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubbgpconnectionget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubbgpconnectionget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubbgpconnectionget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubbgpconnectionslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubbgpconnectionslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubbgpconnectionslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubbgpconnectionslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubbgpconnectionslistadvertisedroutes.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubbgpconnectionslistadvertisedroutes.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubbgpconnectionslistadvertisedroutes.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubbgpconnectionslistadvertisedroutes.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubbgpconnectionslistlearnedroutes.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubbgpconnectionslistlearnedroutes.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubbgpconnectionslistlearnedroutes.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubbgpconnectionslistlearnedroutes.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubipconfigurationcreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubipconfigurationcreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubipconfigurationcreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubipconfigurationcreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubipconfigurationdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubipconfigurationdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubipconfigurationdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubipconfigurationdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubipconfigurationget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubipconfigurationget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubipconfigurationget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubipconfigurationget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubipconfigurationlist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubipconfigurationlist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubipconfigurationlist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubipconfigurationlist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubroutetablev2screateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubroutetablev2screateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubroutetablev2screateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubroutetablev2screateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubroutetablev2sdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubroutetablev2sdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubroutetablev2sdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubroutetablev2sdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubroutetablev2sget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubroutetablev2sget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubroutetablev2sget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubroutetablev2sget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubroutetablev2slist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubroutetablev2slist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubroutetablev2slist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubroutetablev2slist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubscreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubscreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubscreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubscreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubsdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubsdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubsdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubsdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubsgeteffectivevirtualhubroutes.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubsgeteffectivevirtualhubroutes.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubsgeteffectivevirtualhubroutes.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubsgeteffectivevirtualhubroutes.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubsgetinboundroutes.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubsgetinboundroutes.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubsgetinboundroutes.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubsgetinboundroutes.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubsgetoutboundroutes.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubsgetoutboundroutes.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubsgetoutboundroutes.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubsgetoutboundroutes.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubslistbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubslistbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubslistbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubslistbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubsupdatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubsupdatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualhubsupdatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualhubsupdatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualwanscreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualwanscreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualwanscreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualwanscreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualwansdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualwansdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualwansdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualwansdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualwansget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualwansget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualwansget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualwansget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualwanslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualwanslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualwanslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualwanslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualwanslistbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualwanslistbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_virtualwanslistbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_virtualwanslistbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnconnectionscreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnconnectionscreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnconnectionscreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnconnectionscreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnconnectionsdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnconnectionsdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnconnectionsdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnconnectionsdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnconnectionsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnconnectionsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnconnectionsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnconnectionsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnconnectionslistbyvpngateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnconnectionslistbyvpngateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnconnectionslistbyvpngateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnconnectionslistbyvpngateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnconnectionsstartpacketcapture.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnconnectionsstartpacketcapture.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnconnectionsstartpacketcapture.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnconnectionsstartpacketcapture.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnconnectionsstoppacketcapture.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnconnectionsstoppacketcapture.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnconnectionsstoppacketcapture.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnconnectionsstoppacketcapture.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpngatewayscreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpngatewayscreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpngatewayscreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpngatewayscreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpngatewaysdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpngatewaysdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpngatewaysdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpngatewaysdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpngatewaysget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpngatewaysget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpngatewaysget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpngatewaysget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpngatewayslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpngatewayslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpngatewayslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpngatewayslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpngatewayslistbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpngatewayslistbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpngatewayslistbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpngatewayslistbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnlinkconnectionsgetikesas.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnlinkconnectionsgetikesas.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnlinkconnectionsgetikesas.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnlinkconnectionsgetikesas.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnlinkconnectionslistbyvpnconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnlinkconnectionslistbyvpnconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnlinkconnectionslistbyvpnconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnlinkconnectionslistbyvpnconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnserverconfigurationsassociatedwithvirtualwanlist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnserverconfigurationsassociatedwithvirtualwanlist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnserverconfigurationsassociatedwithvirtualwanlist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnserverconfigurationsassociatedwithvirtualwanlist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnserverconfigurationscreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnserverconfigurationscreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnserverconfigurationscreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnserverconfigurationscreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnserverconfigurationsdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnserverconfigurationsdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnserverconfigurationsdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnserverconfigurationsdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnserverconfigurationsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnserverconfigurationsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnserverconfigurationsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnserverconfigurationsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnserverconfigurationslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnserverconfigurationslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnserverconfigurationslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnserverconfigurationslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnserverconfigurationslistbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnserverconfigurationslistbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnserverconfigurationslistbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnserverconfigurationslistbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnsitelinkconnectionsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnsitelinkconnectionsget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnsitelinkconnectionsget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnsitelinkconnectionsget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnsitelinksget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnsitelinksget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnsitelinksget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnsitelinksget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnsitelinkslistbyvpnsite.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnsitelinkslistbyvpnsite.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnsitelinkslistbyvpnsite.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnsitelinkslistbyvpnsite.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnsitesconfigurationdownload.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnsitesconfigurationdownload.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnsitesconfigurationdownload.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnsitesconfigurationdownload.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnsitescreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnsitescreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnsitescreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnsitescreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnsitesdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnsitesdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnsitesdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnsitesdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnsitesget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnsitesget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnsitesget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnsitesget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnsiteslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnsiteslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnsiteslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnsiteslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnsiteslistbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnsiteslistbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/method_vpnsiteslistbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/method_vpnsiteslistbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_aadauthenticationparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_aadauthenticationparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_aadauthenticationparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_aadauthenticationparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_action.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_action.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_action.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_action.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_addressspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_addressspace.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_addressspace.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_addressspace.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_bgpconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_bgpconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_bgpconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_bgpconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_bgpconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_bgpconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_bgpconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_bgpconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_bgpsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_bgpsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_bgpsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_bgpsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_criterion.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_criterion.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_criterion.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_criterion.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_deviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_deviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_deviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_deviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_effectiveroutemaproute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_effectiveroutemaproute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_effectiveroutemaproute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_effectiveroutemaproute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_effectiveroutemaproutelist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_effectiveroutemaproutelist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_effectiveroutemaproutelist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_effectiveroutemaproutelist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_effectiveroutesparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_effectiveroutesparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_effectiveroutesparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_effectiveroutesparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_gatewaycustombgpipaddressipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_gatewaycustombgpipaddressipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_gatewaycustombgpipaddressipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_gatewaycustombgpipaddressipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_getinboundroutesparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_getinboundroutesparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_getinboundroutesparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_getinboundroutesparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_getoutboundroutesparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_getoutboundroutesparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_getoutboundroutesparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_getoutboundroutesparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_getvpnsitesconfigurationrequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_getvpnsitesconfigurationrequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_getvpnsitesconfigurationrequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_getvpnsitesconfigurationrequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_hubipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_hubipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_hubipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_hubipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_hubipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_hubipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_hubipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_hubipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_hubroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_hubroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_hubroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_hubroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_hubroutetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_hubroutetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_hubroutetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_hubroutetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_hubroutetableproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_hubroutetableproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_hubroutetableproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_hubroutetableproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_hubvirtualnetworkconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_hubvirtualnetworkconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_hubvirtualnetworkconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_hubvirtualnetworkconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_hubvirtualnetworkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_hubvirtualnetworkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_hubvirtualnetworkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_hubvirtualnetworkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_ipconfigurationbgppeeringaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_ipconfigurationbgppeeringaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_ipconfigurationbgppeeringaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_ipconfigurationbgppeeringaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_ipsecpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_ipsecpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_ipsecpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_ipsecpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_networkinterfaceipconfigurationpropertiesformat.go index 53b626775719..09f53d0138b8 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_networkinterfaceipconfigurationpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_networkinterfaceipconfigurationpropertiesformat.go @@ -11,6 +11,7 @@ type NetworkInterfaceIPConfigurationPropertiesFormat struct { LoadBalancerInboundNatRules *[]InboundNatRule `json:"loadBalancerInboundNatRules,omitempty"` Primary *bool `json:"primary,omitempty"` PrivateIPAddress *string `json:"privateIPAddress,omitempty"` + PrivateIPAddressPrefixLength *int64 `json:"privateIPAddressPrefixLength,omitempty"` PrivateIPAddressVersion *IPVersion `json:"privateIPAddressVersion,omitempty"` PrivateIPAllocationMethod *IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"` PrivateLinkConnectionProperties *NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties `json:"privateLinkConnectionProperties,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_networkinterfacepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_networkinterfacepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_networkinterfacepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_networkvirtualapplianceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_networkvirtualapplianceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_networkvirtualapplianceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_networkvirtualapplianceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_networkvirtualapplianceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_networkvirtualapplianceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_networkvirtualapplianceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_networkvirtualapplianceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_o365breakoutcategorypolicies.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_o365breakoutcategorypolicies.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_o365breakoutcategorypolicies.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_o365breakoutcategorypolicies.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_o365policyproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_o365policyproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_o365policyproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_o365policyproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_p2sconnectionconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_p2sconnectionconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_p2sconnectionconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_p2sconnectionconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_p2sconnectionconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_p2sconnectionconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_p2sconnectionconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_p2sconnectionconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_p2svpngateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_p2svpngateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_p2svpngateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_p2svpngateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_p2svpngatewayproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_p2svpngatewayproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_p2svpngatewayproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_p2svpngatewayproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_parameter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_parameter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_parameter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_parameter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_peerroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_peerroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_peerroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_peerroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_propagatedroutetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_propagatedroutetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_propagatedroutetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_propagatedroutetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_radiusserver.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_radiusserver.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_radiusserver.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_radiusserver.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_routemap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_routemap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_routemap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_routemap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_routemapproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_routemapproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_routemapproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_routemapproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_routemaprule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_routemaprule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_routemaprule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_routemaprule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_routingconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_routingconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_routingconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_routingconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_routingintent.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_routingintent.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_routingintent.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_routingintent.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_routingintentproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_routingintentproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_routingintentproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_routingintentproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_routingpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_routingpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_routingpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_routingpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_staticroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_staticroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_staticroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_staticroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_staticroutesconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_staticroutesconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_staticroutesconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_staticroutesconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_subnetpropertiesformat.go index 781adec66f65..99ccf399c440 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_subnetpropertiesformat.go @@ -24,4 +24,5 @@ type SubnetPropertiesFormat struct { ServiceAssociationLinks *[]ServiceAssociationLink `json:"serviceAssociationLinks,omitempty"` ServiceEndpointPolicies *[]ServiceEndpointPolicy `json:"serviceEndpointPolicies,omitempty"` ServiceEndpoints *[]ServiceEndpointPropertiesFormat `json:"serviceEndpoints,omitempty"` + SharingScope *SharingScope `json:"sharingScope,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_trafficselectorpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_trafficselectorpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_trafficselectorpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_trafficselectorpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualhub.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualhub.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualhub.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualhub.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualhubeffectiveroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualhubeffectiveroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualhubeffectiveroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualhubeffectiveroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualhubeffectiveroutelist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualhubeffectiveroutelist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualhubeffectiveroutelist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualhubeffectiveroutelist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualhubproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualhubproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualhubproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualhubproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualhubroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualhubroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualhubroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualhubroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualhubroutetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualhubroutetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualhubroutetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualhubroutetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualhubroutetablev2.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualhubroutetablev2.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualhubroutetablev2.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualhubroutetablev2.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualhubroutetablev2properties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualhubroutetablev2properties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualhubroutetablev2properties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualhubroutetablev2properties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualhubroutev2.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualhubroutev2.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualhubroutev2.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualhubroutev2.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualrouterautoscaleconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualrouterautoscaleconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualrouterautoscaleconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualrouterautoscaleconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualwan.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualwan.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualwan.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualwan.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualwanproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualwanproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualwanproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualwanproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualwansecurityprovider.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualwansecurityprovider.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualwansecurityprovider.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualwansecurityprovider.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualwansecurityproviders.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualwansecurityproviders.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualwansecurityproviders.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualwansecurityproviders.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualwanvpnprofileparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualwanvpnprofileparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_virtualwanvpnprofileparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_virtualwanvpnprofileparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vnetroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vnetroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vnetroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vnetroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnclientconnectionhealth.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnclientconnectionhealth.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnclientconnectionhealth.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnclientconnectionhealth.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnconnectionpacketcapturestartparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnconnectionpacketcapturestartparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnconnectionpacketcapturestartparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnconnectionpacketcapturestartparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnconnectionpacketcapturestopparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnconnectionpacketcapturestopparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnconnectionpacketcapturestopparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnconnectionpacketcapturestopparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpngateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpngateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpngateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpngateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpngatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpngatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpngatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpngatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpngatewaynatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpngatewaynatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpngatewaynatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpngatewaynatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpngatewaynatruleproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpngatewaynatruleproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpngatewaynatruleproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpngatewaynatruleproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpngatewayproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpngatewayproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpngatewayproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpngatewayproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnlinkbgpsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnlinkbgpsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnlinkbgpsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnlinkbgpsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnlinkproviderproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnlinkproviderproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnlinkproviderproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnlinkproviderproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnnatrulemapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnnatrulemapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnnatrulemapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnnatrulemapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnprofileresponse.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnprofileresponse.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnprofileresponse.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnprofileresponse.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnserverconfigradiusclientrootcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnserverconfigradiusclientrootcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnserverconfigradiusclientrootcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnserverconfigradiusclientrootcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnserverconfigradiusserverrootcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnserverconfigradiusserverrootcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnserverconfigradiusserverrootcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnserverconfigradiusserverrootcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnserverconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnserverconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnserverconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnserverconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnserverconfigurationpolicygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnserverconfigurationpolicygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnserverconfigurationpolicygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnserverconfigurationpolicygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnserverconfigurationpolicygroupmember.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnserverconfigurationpolicygroupmember.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnserverconfigurationpolicygroupmember.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnserverconfigurationpolicygroupmember.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnserverconfigurationpolicygroupproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnserverconfigurationpolicygroupproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnserverconfigurationpolicygroupproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnserverconfigurationpolicygroupproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnserverconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnserverconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnserverconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnserverconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnserverconfigurationsresponse.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnserverconfigurationsresponse.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnserverconfigurationsresponse.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnserverconfigurationsresponse.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnserverconfigvpnclientrevokedcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnserverconfigvpnclientrevokedcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnserverconfigvpnclientrevokedcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnserverconfigvpnclientrevokedcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnserverconfigvpnclientrootcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnserverconfigvpnclientrootcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnserverconfigvpnclientrootcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnserverconfigvpnclientrootcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnsite.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnsite.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnsite.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnsite.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnsitelink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnsitelink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnsitelink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnsitelink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnsitelinkconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnsitelinkconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnsitelinkconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnsitelinkconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnsitelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnsitelinkconnectionproperties.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnsitelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnsitelinkconnectionproperties.go index 23b24922441a..d07ca0a64af1 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnsitelinkconnectionproperties.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnsitelinkconnectionproperties.go @@ -6,6 +6,7 @@ package virtualwans type VpnSiteLinkConnectionProperties struct { ConnectionBandwidth *int64 `json:"connectionBandwidth,omitempty"` ConnectionStatus *VpnConnectionStatus `json:"connectionStatus,omitempty"` + DpdTimeoutSeconds *int64 `json:"dpdTimeoutSeconds,omitempty"` EgressBytesTransferred *int64 `json:"egressBytesTransferred,omitempty"` EgressNatRules *[]SubResource `json:"egressNatRules,omitempty"` EnableBgp *bool `json:"enableBgp,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnsitelinkproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnsitelinkproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnsitelinkproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnsitelinkproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnsiteproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnsiteproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/model_vpnsiteproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/model_vpnsiteproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/version.go index d2d134fd98a1..2e144d959dc7 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/virtualwans/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/README.md index 7fbbc21ff048..a83a4757f689 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses` Documentation -The `vmsspublicipaddresses` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `vmsspublicipaddresses` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/constants.go similarity index 97% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/constants.go index dfd28e75e737..576d84c8e0a5 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/constants.go @@ -983,6 +983,47 @@ func parseSecurityRuleProtocol(input string) (*SecurityRuleProtocol, error) { return &out, nil } +type SharingScope string + +const ( + SharingScopeDelegatedServices SharingScope = "DelegatedServices" + SharingScopeTenant SharingScope = "Tenant" +) + +func PossibleValuesForSharingScope() []string { + return []string{ + string(SharingScopeDelegatedServices), + string(SharingScopeTenant), + } +} + +func (s *SharingScope) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseSharingScope(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseSharingScope(input string) (*SharingScope, error) { + vals := map[string]SharingScope{ + "delegatedservices": SharingScopeDelegatedServices, + "tenant": SharingScopeTenant, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := SharingScope(input) + return &out, nil +} + type SyncMode string const ( diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/id_virtualmachinescaleset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/id_virtualmachinescaleset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/id_virtualmachinescaleset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/id_virtualmachinescaleset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/method_publicipaddressesgetvirtualmachinescalesetpublicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/method_publicipaddressesgetvirtualmachinescalesetpublicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/method_publicipaddressesgetvirtualmachinescalesetpublicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/method_publicipaddressesgetvirtualmachinescalesetpublicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/method_publicipaddresseslistvirtualmachinescalesetpublicipaddresses.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/method_publicipaddresseslistvirtualmachinescalesetpublicipaddresses.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/method_publicipaddresseslistvirtualmachinescalesetpublicipaddresses.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/method_publicipaddresseslistvirtualmachinescalesetpublicipaddresses.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/method_publicipaddresseslistvirtualmachinescalesetvmpublicipaddresses.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/method_publicipaddresseslistvirtualmachinescalesetvmpublicipaddresses.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/method_publicipaddresseslistvirtualmachinescalesetvmpublicipaddresses.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/method_publicipaddresseslistvirtualmachinescalesetvmpublicipaddresses.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go index a34194f603ca..ef82bcec7f48 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_networkinterfaceipconfigurationpropertiesformat.go @@ -11,6 +11,7 @@ type NetworkInterfaceIPConfigurationPropertiesFormat struct { LoadBalancerInboundNatRules *[]InboundNatRule `json:"loadBalancerInboundNatRules,omitempty"` Primary *bool `json:"primary,omitempty"` PrivateIPAddress *string `json:"privateIPAddress,omitempty"` + PrivateIPAddressPrefixLength *int64 `json:"privateIPAddressPrefixLength,omitempty"` PrivateIPAddressVersion *IPVersion `json:"privateIPAddressVersion,omitempty"` PrivateIPAllocationMethod *IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"` PrivateLinkConnectionProperties *NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties `json:"privateLinkConnectionProperties,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_networkinterfacepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_networkinterfacepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_networkinterfacepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_subnetpropertiesformat.go index 5f2e9b1a6139..1d53106ccce0 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_subnetpropertiesformat.go @@ -24,4 +24,5 @@ type SubnetPropertiesFormat struct { ServiceAssociationLinks *[]ServiceAssociationLink `json:"serviceAssociationLinks,omitempty"` ServiceEndpointPolicies *[]ServiceEndpointPolicy `json:"serviceEndpointPolicies,omitempty"` ServiceEndpoints *[]ServiceEndpointPropertiesFormat `json:"serviceEndpoints,omitempty"` + SharingScope *SharingScope `json:"sharingScope,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/version.go index ab6e5c22e38f..9c53103fce2f 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/vmsspublicipaddresses/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/README.md index 1c121035b96a..aa6f23fa92e4 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways` Documentation -The `vpngateways` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `vpngateways` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/id_vpngateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/id_vpngateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/id_vpngateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/id_vpngateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/method_reset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/method_reset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/method_reset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/method_reset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/method_startpacketcapture.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/method_startpacketcapture.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/method_startpacketcapture.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/method_startpacketcapture.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/method_stoppacketcapture.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/method_stoppacketcapture.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/method_stoppacketcapture.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/method_stoppacketcapture.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_bgpsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_bgpsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_bgpsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_bgpsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_gatewaycustombgpipaddressipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_gatewaycustombgpipaddressipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_gatewaycustombgpipaddressipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_gatewaycustombgpipaddressipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_ipconfigurationbgppeeringaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_ipconfigurationbgppeeringaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_ipconfigurationbgppeeringaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_ipconfigurationbgppeeringaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_ipsecpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_ipsecpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_ipsecpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_ipsecpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_propagatedroutetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_propagatedroutetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_propagatedroutetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_propagatedroutetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_routingconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_routingconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_routingconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_routingconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_staticroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_staticroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_staticroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_staticroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_staticroutesconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_staticroutesconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_staticroutesconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_staticroutesconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_trafficselectorpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_trafficselectorpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_trafficselectorpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_trafficselectorpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_vnetroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_vnetroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_vnetroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_vnetroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_vpnconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_vpnconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_vpnconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_vpnconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_vpnconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_vpnconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_vpnconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_vpnconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_vpngateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_vpngateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_vpngateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_vpngateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_vpngatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_vpngatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_vpngatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_vpngatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_vpngatewaynatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_vpngatewaynatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_vpngatewaynatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_vpngatewaynatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_vpngatewaynatruleproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_vpngatewaynatruleproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_vpngatewaynatruleproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_vpngatewaynatruleproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_vpngatewaypacketcapturestartparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_vpngatewaypacketcapturestartparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_vpngatewaypacketcapturestartparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_vpngatewaypacketcapturestartparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_vpngatewaypacketcapturestopparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_vpngatewaypacketcapturestopparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_vpngatewaypacketcapturestopparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_vpngatewaypacketcapturestopparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_vpngatewayproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_vpngatewayproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_vpngatewayproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_vpngatewayproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_vpnnatrulemapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_vpnnatrulemapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_vpnnatrulemapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_vpnnatrulemapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_vpnsitelinkconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_vpnsitelinkconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_vpnsitelinkconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_vpnsitelinkconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_vpnsitelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_vpnsitelinkconnectionproperties.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_vpnsitelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_vpnsitelinkconnectionproperties.go index fc23bd1f2793..26f15913a23f 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/model_vpnsitelinkconnectionproperties.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/model_vpnsitelinkconnectionproperties.go @@ -6,6 +6,7 @@ package vpngateways type VpnSiteLinkConnectionProperties struct { ConnectionBandwidth *int64 `json:"connectionBandwidth,omitempty"` ConnectionStatus *VpnConnectionStatus `json:"connectionStatus,omitempty"` + DpdTimeoutSeconds *int64 `json:"dpdTimeoutSeconds,omitempty"` EgressBytesTransferred *int64 `json:"egressBytesTransferred,omitempty"` EgressNatRules *[]SubResource `json:"egressNatRules,omitempty"` EnableBgp *bool `json:"enableBgp,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/version.go index 0c4e23a587c5..c250a7590557 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/vpngateways/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnlinkconnections/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnlinkconnections/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnlinkconnections/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnlinkconnections/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnlinkconnections/id_vpnlinkconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnlinkconnections/id_vpnlinkconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnlinkconnections/id_vpnlinkconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnlinkconnections/id_vpnlinkconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnlinkconnections/method_resetconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnlinkconnections/method_resetconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnlinkconnections/method_resetconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnlinkconnections/method_resetconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnlinkconnections/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnlinkconnections/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnlinkconnections/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnlinkconnections/version.go index 862b45c301d2..eb6ed5abcf12 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnlinkconnections/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnlinkconnections/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/vpnlinkconnections/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/README.md similarity index 87% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/README.md index 81b93490808e..756591e035c9 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations` Documentation -The `vpnserverconfigurations` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `vpnserverconfigurations` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/id_vpnserverconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/id_vpnserverconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/id_vpnserverconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/id_vpnserverconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_aadauthenticationparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_aadauthenticationparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_aadauthenticationparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_aadauthenticationparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_addressspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_addressspace.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_addressspace.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_addressspace.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_ipsecpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_ipsecpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_ipsecpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_ipsecpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_p2sconnectionconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_p2sconnectionconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_p2sconnectionconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_p2sconnectionconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_p2sconnectionconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_p2sconnectionconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_p2sconnectionconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_p2sconnectionconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_p2svpngateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_p2svpngateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_p2svpngateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_p2svpngateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_p2svpngatewayproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_p2svpngatewayproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_p2svpngatewayproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_p2svpngatewayproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_propagatedroutetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_propagatedroutetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_propagatedroutetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_propagatedroutetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_radiusserver.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_radiusserver.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_radiusserver.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_radiusserver.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_routingconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_routingconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_routingconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_routingconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_staticroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_staticroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_staticroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_staticroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_staticroutesconfig.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_staticroutesconfig.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_staticroutesconfig.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_staticroutesconfig.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_vnetroute.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_vnetroute.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_vnetroute.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_vnetroute.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_vpnclientconnectionhealth.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_vpnclientconnectionhealth.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_vpnclientconnectionhealth.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_vpnclientconnectionhealth.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_vpnserverconfigradiusclientrootcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_vpnserverconfigradiusclientrootcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_vpnserverconfigradiusclientrootcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_vpnserverconfigradiusclientrootcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_vpnserverconfigradiusserverrootcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_vpnserverconfigradiusserverrootcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_vpnserverconfigradiusserverrootcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_vpnserverconfigradiusserverrootcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_vpnserverconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_vpnserverconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_vpnserverconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_vpnserverconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_vpnserverconfigurationpolicygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_vpnserverconfigurationpolicygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_vpnserverconfigurationpolicygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_vpnserverconfigurationpolicygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_vpnserverconfigurationpolicygroupmember.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_vpnserverconfigurationpolicygroupmember.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_vpnserverconfigurationpolicygroupmember.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_vpnserverconfigurationpolicygroupmember.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_vpnserverconfigurationpolicygroupproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_vpnserverconfigurationpolicygroupproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_vpnserverconfigurationpolicygroupproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_vpnserverconfigurationpolicygroupproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_vpnserverconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_vpnserverconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_vpnserverconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_vpnserverconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_vpnserverconfigvpnclientrevokedcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_vpnserverconfigvpnclientrevokedcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_vpnserverconfigvpnclientrevokedcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_vpnserverconfigvpnclientrevokedcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_vpnserverconfigvpnclientrootcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_vpnserverconfigvpnclientrootcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/model_vpnserverconfigvpnclientrootcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/model_vpnserverconfigvpnclientrootcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/version.go index 170022daf092..6e78c18d7b2b 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/vpnserverconfigurations/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/README.md similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/README.md index 554130ce87f2..55bee448c21c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites` Documentation -The `vpnsites` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `vpnsites` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/id_vpnsite.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/id_vpnsite.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/id_vpnsite.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/id_vpnsite.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/method_updatetags.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/method_updatetags.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/method_updatetags.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/method_updatetags.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/model_addressspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/model_addressspace.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/model_addressspace.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/model_addressspace.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/model_bgpsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/model_bgpsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/model_bgpsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/model_bgpsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/model_deviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/model_deviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/model_deviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/model_deviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/model_ipconfigurationbgppeeringaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/model_ipconfigurationbgppeeringaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/model_ipconfigurationbgppeeringaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/model_ipconfigurationbgppeeringaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/model_o365breakoutcategorypolicies.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/model_o365breakoutcategorypolicies.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/model_o365breakoutcategorypolicies.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/model_o365breakoutcategorypolicies.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/model_o365policyproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/model_o365policyproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/model_o365policyproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/model_o365policyproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/model_tagsobject.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/model_tagsobject.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/model_tagsobject.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/model_tagsobject.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/model_vpnlinkbgpsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/model_vpnlinkbgpsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/model_vpnlinkbgpsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/model_vpnlinkbgpsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/model_vpnlinkproviderproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/model_vpnlinkproviderproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/model_vpnlinkproviderproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/model_vpnlinkproviderproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/model_vpnsite.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/model_vpnsite.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/model_vpnsite.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/model_vpnsite.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/model_vpnsitelink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/model_vpnsitelink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/model_vpnsitelink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/model_vpnsitelink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/model_vpnsitelinkproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/model_vpnsitelinkproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/model_vpnsitelinkproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/model_vpnsitelinkproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/model_vpnsiteproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/model_vpnsiteproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/model_vpnsiteproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/model_vpnsiteproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/version.go index f0137d0218a2..272a1f742c43 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/vpnsites/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/README.md similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/README.md index c029a5159ea7..6d953b40cc3b 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies` Documentation -The `webapplicationfirewallpolicies` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `webapplicationfirewallpolicies` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/constants.go similarity index 97% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/constants.go index d3dec7785897..dea03cf19c8d 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/constants.go @@ -555,6 +555,47 @@ func parseApplicationGatewayRequestRoutingRuleType(input string) (*ApplicationGa return &out, nil } +type ApplicationGatewaySkuFamily string + +const ( + ApplicationGatewaySkuFamilyGenerationOne ApplicationGatewaySkuFamily = "Generation_1" + ApplicationGatewaySkuFamilyGenerationTwo ApplicationGatewaySkuFamily = "Generation_2" +) + +func PossibleValuesForApplicationGatewaySkuFamily() []string { + return []string{ + string(ApplicationGatewaySkuFamilyGenerationOne), + string(ApplicationGatewaySkuFamilyGenerationTwo), + } +} + +func (s *ApplicationGatewaySkuFamily) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseApplicationGatewaySkuFamily(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseApplicationGatewaySkuFamily(input string) (*ApplicationGatewaySkuFamily, error) { + vals := map[string]ApplicationGatewaySkuFamily{ + "generation_1": ApplicationGatewaySkuFamilyGenerationOne, + "generation_2": ApplicationGatewaySkuFamilyGenerationTwo, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := ApplicationGatewaySkuFamily(input) + return &out, nil +} + type ApplicationGatewaySkuName string const ( @@ -2186,6 +2227,47 @@ func parseSecurityRuleProtocol(input string) (*SecurityRuleProtocol, error) { return &out, nil } +type SharingScope string + +const ( + SharingScopeDelegatedServices SharingScope = "DelegatedServices" + SharingScopeTenant SharingScope = "Tenant" +) + +func PossibleValuesForSharingScope() []string { + return []string{ + string(SharingScopeDelegatedServices), + string(SharingScopeTenant), + } +} + +func (s *SharingScope) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseSharingScope(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseSharingScope(input string) (*SharingScope, error) { + vals := map[string]SharingScope{ + "delegatedservices": SharingScopeDelegatedServices, + "tenant": SharingScopeTenant, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := SharingScope(input) + return &out, nil +} + type SyncMode string const ( diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/id_applicationgatewaywebapplicationfirewallpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/id_applicationgatewaywebapplicationfirewallpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/id_applicationgatewaywebapplicationfirewallpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/id_applicationgatewaywebapplicationfirewallpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/method_listall.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/method_listall.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/method_listall.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/method_listall.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayauthenticationcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayauthenticationcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayauthenticationcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayauthenticationcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayauthenticationcertificatepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayauthenticationcertificatepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayauthenticationcertificatepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayauthenticationcertificatepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayautoscaleconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayautoscaleconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayautoscaleconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayautoscaleconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaybackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaybackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaybackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaybackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaybackendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaybackendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaybackendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaybackendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaybackendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaybackendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaybackendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaybackendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaybackendhttpsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaybackendhttpsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaybackendhttpsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaybackendhttpsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaybackendhttpsettingspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaybackendhttpsettingspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaybackendhttpsettingspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaybackendhttpsettingspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaybackendsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaybackendsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaybackendsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaybackendsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaybackendsettingspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaybackendsettingspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaybackendsettingspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaybackendsettingspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayclientauthconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayclientauthconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayclientauthconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayclientauthconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayconnectiondraining.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayconnectiondraining.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayconnectiondraining.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayconnectiondraining.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaycustomerror.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaycustomerror.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaycustomerror.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaycustomerror.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayfirewalldisabledrulegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayfirewalldisabledrulegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayfirewalldisabledrulegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayfirewalldisabledrulegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayfirewallexclusion.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayfirewallexclusion.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayfirewallexclusion.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayfirewallexclusion.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendport.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendport.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendport.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendport.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendportpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendportpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendportpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayfrontendportpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayglobalconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayglobalconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayglobalconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayglobalconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayheaderconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayheaderconfiguration.go similarity index 53% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayheaderconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayheaderconfiguration.go index fbbd324adce0..7ffc4b3c8c84 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayheaderconfiguration.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayheaderconfiguration.go @@ -4,6 +4,7 @@ package webapplicationfirewallpolicies // Licensed under the MIT License. See NOTICE.txt in the project root for license information. type ApplicationGatewayHeaderConfiguration struct { - HeaderName *string `json:"headerName,omitempty"` - HeaderValue *string `json:"headerValue,omitempty"` + HeaderName *string `json:"headerName,omitempty"` + HeaderValue *string `json:"headerValue,omitempty"` + HeaderValueMatcher *HeaderValueMatcher `json:"headerValueMatcher,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayhttplistener.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayhttplistener.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayhttplistener.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayhttplistener.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayhttplistenerpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayhttplistenerpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayhttplistenerpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayhttplistenerpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaylistener.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaylistener.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaylistener.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaylistener.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaylistenerpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaylistenerpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaylistenerpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaylistenerpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributionpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributionpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributionpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributionpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributionpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributionpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributionpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributionpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributiontarget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributiontarget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributiontarget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributiontarget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributiontargetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributiontargetpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributiontargetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayloaddistributiontargetpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaypathrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaypathrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaypathrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaypathrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaypathrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaypathrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaypathrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaypathrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayprivateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayprivateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayprivateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayprivateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayprivateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayprivateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayprivateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayprivateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayprivatelinkipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayprobe.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayprobe.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayprobe.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayprobe.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayprobehealthresponsematch.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayprobehealthresponsematch.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayprobehealthresponsematch.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayprobehealthresponsematch.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayprobepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayprobepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayprobepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayprobepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayredirectconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayredirectconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayredirectconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayredirectconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayredirectconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayredirectconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayredirectconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayredirectconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayrequestroutingrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayrequestroutingrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayrequestroutingrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayrequestroutingrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayrequestroutingrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayrequestroutingrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayrequestroutingrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayrequestroutingrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayrewriterule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayrewriterule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayrewriterule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayrewriterule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayrewriteruleactionset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayrewriteruleactionset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayrewriteruleactionset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayrewriteruleactionset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayrewriterulecondition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayrewriterulecondition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayrewriterulecondition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayrewriterulecondition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayrewriteruleset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayrewriteruleset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayrewriteruleset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayrewriteruleset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayrewriterulesetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayrewriterulesetpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayrewriterulesetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayrewriterulesetpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayroutingrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayroutingrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayroutingrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayroutingrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayroutingrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayroutingrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayroutingrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayroutingrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaysku.go new file mode 100644 index 000000000000..af2d1c3c1e80 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaysku.go @@ -0,0 +1,11 @@ +package webapplicationfirewallpolicies + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type ApplicationGatewaySku struct { + Capacity *int64 `json:"capacity,omitempty"` + Family *ApplicationGatewaySkuFamily `json:"family,omitempty"` + Name *ApplicationGatewaySkuName `json:"name,omitempty"` + Tier *ApplicationGatewayTier `json:"tier,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaysslcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaysslcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaysslcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaysslcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaysslcertificatepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaysslcertificatepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaysslcertificatepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaysslcertificatepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaysslpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaysslpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaysslpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaysslpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaysslprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaysslprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaysslprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaysslprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaysslprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaysslprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaysslprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaysslprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedclientcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedclientcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedclientcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedclientcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedclientcertificatepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedclientcertificatepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedclientcertificatepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedclientcertificatepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedrootcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedrootcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedrootcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedrootcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedrootcertificatepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedrootcertificatepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedrootcertificatepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaytrustedrootcertificatepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayurlconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayurlconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayurlconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayurlconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayurlpathmap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayurlpathmap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayurlpathmap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayurlpathmap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayurlpathmappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayurlpathmappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewayurlpathmappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewayurlpathmappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaywebapplicationfirewallconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaywebapplicationfirewallconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationgatewaywebapplicationfirewallconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationgatewaywebapplicationfirewallconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationsecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationsecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationsecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationsecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationsecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationsecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_applicationsecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_applicationsecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_backendaddresspool.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_backendaddresspool.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_backendaddresspool.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_backendaddresspool.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_backendaddresspoolpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_backendaddresspoolpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_backendaddresspoolpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_backendaddresspoolpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_customdnsconfigpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_customdnsconfigpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_customdnsconfigpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_customdnsconfigpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_ddossettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_ddossettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_ddossettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_ddossettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_delegation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_delegation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_delegation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_delegation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_exclusionmanagedrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_exclusionmanagedrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_exclusionmanagedrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_exclusionmanagedrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_exclusionmanagedrulegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_exclusionmanagedrulegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_exclusionmanagedrulegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_exclusionmanagedrulegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_exclusionmanagedruleset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_exclusionmanagedruleset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_exclusionmanagedruleset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_exclusionmanagedruleset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_flowlog.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_flowlog.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_flowlog.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_flowlog.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_flowlogformatparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_flowlogformatparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_flowlogformatparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_flowlogformatparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_flowlogpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_flowlogpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_flowlogpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_flowlogpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_frontendipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_frontendipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_frontendipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_frontendipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_frontendipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_frontendipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_frontendipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_frontendipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_gatewayloadbalancertunnelinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_gatewayloadbalancertunnelinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_gatewayloadbalancertunnelinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_gatewayloadbalancertunnelinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_groupbyusersession.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_groupbyusersession.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_groupbyusersession.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_groupbyusersession.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_groupbyvariable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_groupbyvariable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_groupbyvariable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_groupbyvariable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayrewriterulecondition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_headervaluematcher.go similarity index 70% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayrewriterulecondition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_headervaluematcher.go index c7e6af3b85a7..d88a3a6eea0b 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways/model_applicationgatewayrewriterulecondition.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_headervaluematcher.go @@ -1,11 +1,10 @@ -package applicationgateways +package webapplicationfirewallpolicies // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -type ApplicationGatewayRewriteRuleCondition struct { +type HeaderValueMatcher struct { IgnoreCase *bool `json:"ignoreCase,omitempty"` Negate *bool `json:"negate,omitempty"` Pattern *string `json:"pattern,omitempty"` - Variable *string `json:"variable,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_inboundnatrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_inboundnatrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_inboundnatrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_inboundnatrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_inboundnatrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_inboundnatrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_inboundnatrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_inboundnatrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_ipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_ipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_ipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_ipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_ipconfigurationprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_ipconfigurationprofile.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_ipconfigurationprofile.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_ipconfigurationprofile.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_ipconfigurationprofilepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_ipconfigurationprofilepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_ipconfigurationprofilepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_ipconfigurationprofilepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_ipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_ipconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_ipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_ipconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_iptag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_iptag.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_iptag.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_iptag.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_loadbalancerbackendaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_loadbalancerbackendaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_loadbalancerbackendaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_loadbalancerbackendaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_loadbalancerbackendaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_loadbalancerbackendaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_loadbalancerbackendaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_loadbalancerbackendaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_managedrulegroupoverride.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_managedrulegroupoverride.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_managedrulegroupoverride.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_managedrulegroupoverride.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_managedruleoverride.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_managedruleoverride.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_managedruleoverride.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_managedruleoverride.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_managedrulesdefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_managedrulesdefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_managedrulesdefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_managedrulesdefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_managedruleset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_managedruleset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_managedruleset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_managedruleset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_matchcondition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_matchcondition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_matchcondition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_matchcondition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_matchvariable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_matchvariable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_matchvariable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_matchvariable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_natgateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_natgateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_natgateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_natgateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_natgatewaypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_natgatewaypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_natgatewaypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_natgatewaypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_natgatewaysku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_natgatewaysku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_natgatewaysku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_natgatewaysku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_natruleportmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_natruleportmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_natruleportmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_natruleportmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_networkinterface.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_networkinterface.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_networkinterface.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_networkinterface.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_networkinterfacednssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_networkinterfacednssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_networkinterfacednssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_networkinterfacednssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_networkinterfaceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_networkinterfaceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_networkinterfaceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_networkinterfaceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_networkinterfaceipconfigurationprivatelinkconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_networkinterfaceipconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_networkinterfaceipconfigurationpropertiesformat.go similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_networkinterfaceipconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_networkinterfaceipconfigurationpropertiesformat.go index 244007a3148b..db24b56da389 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_networkinterfaceipconfigurationpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_networkinterfaceipconfigurationpropertiesformat.go @@ -11,6 +11,7 @@ type NetworkInterfaceIPConfigurationPropertiesFormat struct { LoadBalancerInboundNatRules *[]InboundNatRule `json:"loadBalancerInboundNatRules,omitempty"` Primary *bool `json:"primary,omitempty"` PrivateIPAddress *string `json:"privateIPAddress,omitempty"` + PrivateIPAddressPrefixLength *int64 `json:"privateIPAddressPrefixLength,omitempty"` PrivateIPAddressVersion *IPVersion `json:"privateIPAddressVersion,omitempty"` PrivateIPAllocationMethod *IPAllocationMethod `json:"privateIPAllocationMethod,omitempty"` PrivateLinkConnectionProperties *NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties `json:"privateLinkConnectionProperties,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_networkinterfacepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_networkinterfacepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_networkinterfacepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_networkinterfacepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_networkinterfacetapconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_networkinterfacetapconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_networkinterfacetapconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_networkinterfacetapconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_networkinterfacetapconfigurationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_networkinterfacetapconfigurationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_networkinterfacetapconfigurationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_networkinterfacetapconfigurationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_networksecuritygroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_networksecuritygroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_networksecuritygroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_networksecuritygroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_networksecuritygrouppropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_networksecuritygrouppropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_networksecuritygrouppropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_networksecuritygrouppropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_owaspcrsexclusionentry.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_owaspcrsexclusionentry.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_owaspcrsexclusionentry.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_owaspcrsexclusionentry.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_policysettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_policysettings.go new file mode 100644 index 000000000000..a87e7c07bffc --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_policysettings.go @@ -0,0 +1,19 @@ +package webapplicationfirewallpolicies + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type PolicySettings struct { + CustomBlockResponseBody *string `json:"customBlockResponseBody,omitempty"` + CustomBlockResponseStatusCode *int64 `json:"customBlockResponseStatusCode,omitempty"` + FileUploadEnforcement *bool `json:"fileUploadEnforcement,omitempty"` + FileUploadLimitInMb *int64 `json:"fileUploadLimitInMb,omitempty"` + JsChallengeCookieExpirationInMins *int64 `json:"jsChallengeCookieExpirationInMins,omitempty"` + LogScrubbing *PolicySettingsLogScrubbing `json:"logScrubbing,omitempty"` + MaxRequestBodySizeInKb *int64 `json:"maxRequestBodySizeInKb,omitempty"` + Mode *WebApplicationFirewallMode `json:"mode,omitempty"` + RequestBodyCheck *bool `json:"requestBodyCheck,omitempty"` + RequestBodyEnforcement *bool `json:"requestBodyEnforcement,omitempty"` + RequestBodyInspectLimitInKB *int64 `json:"requestBodyInspectLimitInKB,omitempty"` + State *WebApplicationFirewallEnabledState `json:"state,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_policysettingslogscrubbing.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_policysettingslogscrubbing.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_policysettingslogscrubbing.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_policysettingslogscrubbing.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_privateendpointipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_privateendpointipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_privateendpointipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_privateendpointipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_privateendpointipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_privateendpointipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_privateendpointipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_privateendpointipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_privateendpointproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_privateendpointproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_privateendpointproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_privateendpointproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_privatelinkservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_privatelinkservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_privatelinkservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_privatelinkservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_privatelinkserviceconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_privatelinkserviceconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_privatelinkserviceconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_privatelinkserviceconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_privatelinkserviceconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_privatelinkserviceconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_privatelinkserviceconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_privatelinkserviceconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_privatelinkserviceipconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_privatelinkserviceipconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_privatelinkserviceipconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_privatelinkserviceipconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_privatelinkserviceipconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_privatelinkserviceipconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_privatelinkserviceipconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_privatelinkserviceipconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_privatelinkserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_privatelinkserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_privatelinkserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_privatelinkserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_publicipaddress.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_publicipaddress.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_publicipaddress.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_publicipaddress.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_publicipaddressdnssettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_publicipaddressdnssettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_publicipaddressdnssettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_publicipaddressdnssettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_publicipaddresspropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_publicipaddresspropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_publicipaddresspropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_publicipaddresspropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_publicipaddresssku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_publicipaddresssku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_publicipaddresssku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_publicipaddresssku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_resourcenavigationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_resourcenavigationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_resourcenavigationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_resourcenavigationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_resourcenavigationlinkformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_resourcenavigationlinkformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_resourcenavigationlinkformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_resourcenavigationlinkformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_resourceset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_resourceset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_resourceset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_resourceset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_retentionpolicyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_retentionpolicyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_retentionpolicyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_retentionpolicyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_route.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_route.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_route.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_route.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_routepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_routepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_routepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_routepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_routetable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_routetable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_routetable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_routetable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_routetablepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_routetablepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_routetablepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_routetablepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_securityrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_securityrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_securityrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_securityrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_securityrulepropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_securityrulepropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_securityrulepropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_securityrulepropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_serviceassociationlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_serviceassociationlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_serviceassociationlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_serviceassociationlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_serviceassociationlinkpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_serviceassociationlinkpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_serviceassociationlinkpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_serviceassociationlinkpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_servicedelegationpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_servicedelegationpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_servicedelegationpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_servicedelegationpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_serviceendpointpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_serviceendpointpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_serviceendpointpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_serviceendpointpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_serviceendpointpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_serviceendpointpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_serviceendpointpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_serviceendpointpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_serviceendpointpolicydefinitionpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_serviceendpointpolicydefinitionpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_serviceendpointpolicydefinitionpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_serviceendpointpolicydefinitionpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_serviceendpointpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_serviceendpointpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_serviceendpointpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_serviceendpointpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_serviceendpointpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_serviceendpointpropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_serviceendpointpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_serviceendpointpropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_subnetpropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_subnetpropertiesformat.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_subnetpropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_subnetpropertiesformat.go index a3dc0aaf42f9..a5152cfbfee8 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_subnetpropertiesformat.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_subnetpropertiesformat.go @@ -24,4 +24,5 @@ type SubnetPropertiesFormat struct { ServiceAssociationLinks *[]ServiceAssociationLink `json:"serviceAssociationLinks,omitempty"` ServiceEndpointPolicies *[]ServiceEndpointPolicy `json:"serviceEndpointPolicies,omitempty"` ServiceEndpoints *[]ServiceEndpointPropertiesFormat `json:"serviceEndpoints,omitempty"` + SharingScope *SharingScope `json:"sharingScope,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_subresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_subresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_subresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_subresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_trafficanalyticsconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_trafficanalyticsconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_trafficanalyticsconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_trafficanalyticsconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_trafficanalyticsproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_trafficanalyticsproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_trafficanalyticsproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_trafficanalyticsproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_virtualnetworktap.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_virtualnetworktap.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_virtualnetworktap.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_virtualnetworktap.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_virtualnetworktappropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_virtualnetworktappropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_virtualnetworktappropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_virtualnetworktappropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_webapplicationfirewallcustomrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_webapplicationfirewallcustomrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_webapplicationfirewallcustomrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_webapplicationfirewallcustomrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_webapplicationfirewallpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_webapplicationfirewallpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_webapplicationfirewallpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_webapplicationfirewallpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_webapplicationfirewallpolicypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_webapplicationfirewallpolicypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_webapplicationfirewallpolicypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_webapplicationfirewallpolicypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_webapplicationfirewallscrubbingrules.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_webapplicationfirewallscrubbingrules.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/model_webapplicationfirewallscrubbingrules.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/model_webapplicationfirewallscrubbingrules.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/version.go index 62010648f745..1ae435f4990d 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/webapplicationfirewallpolicies/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webcategories/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webcategories/README.md similarity index 91% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webcategories/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webcategories/README.md index 3bc5d17c497c..82b94f437892 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webcategories/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webcategories/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webcategories` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webcategories` Documentation -The `webcategories` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-09-01`). +The `webcategories` SDK allows for interaction with the Azure Resource Manager Service `network` (API Version `2023-11-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webcategories" +import "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webcategories" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webcategories/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webcategories/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webcategories/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webcategories/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webcategories/id_azurewebcategory.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webcategories/id_azurewebcategory.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webcategories/id_azurewebcategory.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webcategories/id_azurewebcategory.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webcategories/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webcategories/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webcategories/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webcategories/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webcategories/method_listbysubscription.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webcategories/method_listbysubscription.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webcategories/method_listbysubscription.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webcategories/method_listbysubscription.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webcategories/model_azurewebcategory.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webcategories/model_azurewebcategory.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webcategories/model_azurewebcategory.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webcategories/model_azurewebcategory.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webcategories/model_azurewebcategorypropertiesformat.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webcategories/model_azurewebcategorypropertiesformat.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webcategories/model_azurewebcategorypropertiesformat.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webcategories/model_azurewebcategorypropertiesformat.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webcategories/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webcategories/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webcategories/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webcategories/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webcategories/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webcategories/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webcategories/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webcategories/version.go index 7a76645f697e..3eab7e1b57f2 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webcategories/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webcategories/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-09-01" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/webcategories/%s", defaultApiVersion) diff --git a/vendor/modules.txt b/vendor/modules.txt index ebfa1197dcb4..ce3c96dbcddd 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -707,115 +707,114 @@ github.com/hashicorp/go-azure-sdk/resource-manager/netapp/2023-05-01/volumegroup github.com/hashicorp/go-azure-sdk/resource-manager/netapp/2023-05-01/volumequotarules github.com/hashicorp/go-azure-sdk/resource-manager/netapp/2023-05-01/volumes github.com/hashicorp/go-azure-sdk/resource-manager/netapp/2023-05-01/volumesreplication -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01 -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrulecollections -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/adminrules -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivateendpointconnections -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewayprivatelinkresources -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgateways -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationgatewaywafdynamicmanifests -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/applicationsecuritygroups -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availabledelegations -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/availableservicealiases -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/azurefirewalls -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionhosts -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bastionshareablelink -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/bgpservicecommunities -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/checkdnsavailabilities -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/cloudservicepublicipaddresses -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectionmonitors -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/connectivityconfigurations -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/customipprefixes -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddoscustompolicies -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ddosprotectionplans -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfiguration -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/dscpconfigurations -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/endpointservices -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitarptable -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitauthorizations -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitconnections -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitpeerings -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestable -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitroutestablesummary -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuits -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecircuitstats -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteconnections -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionarptable -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionpeerings -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetable -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnectionroutetablesummary -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutecrossconnections -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutegateways -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressroutelinks -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportauthorizations -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteports -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteportslocations -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteproviderports -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/expressrouteserviceproviders -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicies -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/firewallpolicyrulecollectiongroups -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/flowlogs -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipallocations -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/ipgroups -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/loadbalancers -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/localnetworkgateways -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/natgateways -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkgroups -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkinterfaces -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconfigurations -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanageractiveconnectivityconfigurations -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagerconnections -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectiveconnectivityconfiguration -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagereffectivesecurityadminrules -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkmanagers -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkprofiles -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networksecuritygroups -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkvirtualappliances -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/networkwatchers -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/p2svpngateways -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/packetcaptures -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/peerexpressroutecircuitconnections -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatednszonegroups -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privateendpoints -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservice -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/privatelinkservices -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipaddresses -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/publicipprefixes -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilterrules -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routefilters -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routes -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/routetables -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/scopeconnections -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityadminconfigurations -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securitypartnerproviders -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/securityrules -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicies -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/serviceendpointpolicydefinitions -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/servicetags -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/staticmembers -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/subnets -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/trafficanalytics -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/usages -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vipswap -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualappliancesites -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualapplianceskus -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgatewayconnections -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkgateways -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworkpeerings -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworks -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktap -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualnetworktaps -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouterpeerings -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualrouters -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/virtualwans -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vmsspublicipaddresses -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpngateways -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnlinkconnections -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnserverconfigurations -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/vpnsites -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webapplicationfirewallpolicies -github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-09-01/webcategories +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01 +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrulecollections +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/adminrules +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivateendpointconnections +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewayprivatelinkresources github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgateways +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationgatewaywafdynamicmanifests +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/applicationsecuritygroups +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availabledelegations +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/availableservicealiases +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/azurefirewalls +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionhosts +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bastionshareablelink +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/bgpservicecommunities +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/checkdnsavailabilities +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/cloudservicepublicipaddresses +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectionmonitors +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/connectivityconfigurations +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/customipprefixes +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddoscustompolicies +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ddosprotectionplans +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfiguration +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/dscpconfigurations +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/endpointservices +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitarptable +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitauthorizations +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitconnections +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitpeerings +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestable +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitroutestablesummary +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuits +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecircuitstats +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteconnections +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionarptable +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionpeerings +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetable +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnectionroutetablesummary +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutecrossconnections +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutegateways +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressroutelinks +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportauthorizations +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteports +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteportslocations +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteproviderports +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/expressrouteserviceproviders +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicies +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/firewallpolicyrulecollectiongroups +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/flowlogs +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipallocations +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/ipgroups +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/loadbalancers +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/localnetworkgateways +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/natgateways +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkgroups +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkinterfaces +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconfigurations +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanageractiveconnectivityconfigurations +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagerconnections +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectiveconnectivityconfiguration +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagereffectivesecurityadminrules +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkmanagers +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkprofiles +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networksecuritygroups +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkvirtualappliances +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/networkwatchers +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/p2svpngateways +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/packetcaptures +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/peerexpressroutecircuitconnections +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatednszonegroups +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservice +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privatelinkservices +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipaddresses +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/publicipprefixes +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilterrules +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routefilters +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routes +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/routetables +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/scopeconnections +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityadminconfigurations +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securitypartnerproviders +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/securityrules +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicies +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/serviceendpointpolicydefinitions +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/servicetags +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/staticmembers +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/subnets +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/trafficanalytics +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/usages +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vipswap +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualappliancesites +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualapplianceskus +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgatewayconnections +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkgateways +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworkpeerings +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworks +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktap +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualnetworktaps +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouterpeerings +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualrouters +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/virtualwans +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vmsspublicipaddresses +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpngateways +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnlinkconnections +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnserverconfigurations +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/vpnsites +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webapplicationfirewallpolicies +github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/webcategories github.com/hashicorp/go-azure-sdk/resource-manager/networkfunction/2022-11-01/azuretrafficcollectors github.com/hashicorp/go-azure-sdk/resource-manager/networkfunction/2022-11-01/collectorpolicies github.com/hashicorp/go-azure-sdk/resource-manager/newrelic/2022-07-01/monitors From 58b659ac5ccb3becb3a12ec109dafc1d9eebd804 Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-azure <> Date: Tue, 21 May 2024 09:37:51 +0000 Subject: [PATCH 7/9] dependencies: updating `recoveryservicessiterecovery` to API Version "2024-02-01" from "2022-10-01" --- .../recoveryservices/client/client.go | 20 +- ...ces_vault_hyperv_host_registration_test.go | 2 +- ...ecovery_services_vault_hyperv_host_test.go | 2 +- ...ery_services_vault_hyperv_site_resource.go | 2 +- ...ervices_vault_hyperv_site_resource_test.go | 2 +- .../recovery_services_vault_resource.go | 2 +- .../site_recovery_fabric_data_source.go | 2 +- .../site_recovery_fabric_resource.go | 2 +- .../site_recovery_fabric_resource_test.go | 2 +- ...ecovery_hyperv_network_mapping_resource.go | 6 +- ...ry_hyperv_network_mapping_resource_test.go | 2 +- ...replication_policy_association_resource.go | 8 +- ...cation_policy_association_resource_test.go | 2 +- ...very_hyperv_replication_policy_resource.go | 2 +- ...hyperv_replication_policy_resource_test.go | 2 +- .../site_recovery_network_mapping_resource.go | 2 +- ..._recovery_network_mapping_resource_test.go | 2 +- ...covery_protection_container_data_source.go | 2 +- ...y_protection_container_mapping_resource.go | 2 +- ...tection_container_mapping_resource_test.go | 2 +- ..._recovery_protection_container_resource.go | 2 +- ...very_protection_container_resource_test.go | 2 +- .../site_recovery_replicated_vm_resource.go | 8 +- ...te_recovery_replicated_vm_resource_test.go | 2 +- ...recovery_replication_policy_data_source.go | 2 +- ...te_recovery_replication_policy_resource.go | 2 +- ...covery_replication_policy_resource_test.go | 2 +- ...y_replication_recovery_plan_data_source.go | 2 +- ...very_replication_recovery_plan_resource.go | 4 +- ...replication_recovery_plan_resource_test.go | 2 +- ..._recovery_vmware_replicated_vm_resource.go | 8 +- ...very_vmware_replicated_vm_resource_test.go | 2 +- ...replication_policy_association_resource.go | 8 +- ...cation_policy_association_resource_test.go | 2 +- ...very_vmware_replication_policy_resource.go | 2 +- ...vmware_replication_policy_resource_test.go | 2 +- ...el_hypervreplicaazuremanageddiskdetails.go | 11 -- ...el_hypervreplicaazurereplicationdetails.go | 73 ------- .../model_inmageazurev2replicationdetails.go | 107 ---------- ...ercmupdatereplicationprotectediteminput.go | 51 ----- .../model_osdetails.go | 13 -- .../replicationfabrics/README.md | 18 +- .../replicationfabrics/client.go | 0 .../replicationfabrics/constants.go | 0 .../id_replicationfabric.go | 0 .../replicationfabrics/id_vault.go | 0 .../method_checkconsistency.go | 0 .../replicationfabrics/method_create.go | 0 .../replicationfabrics/method_delete.go | 0 .../replicationfabrics/method_get.go | 0 .../replicationfabrics/method_list.go | 0 .../replicationfabrics/method_migratetoaad.go | 0 .../replicationfabrics/method_purge.go | 0 .../method_reassociategateway.go | 0 .../replicationfabrics/method_removeinfra.go | 69 +++++++ .../method_renewcertificate.go | 0 .../model_a2aextendedlocationdetails.go | 0 .../model_a2afabricspecificlocationdetails.go | 23 +++ .../model_a2azonedetails.go | 0 .../replicationfabrics/model_agentdetails.go | 0 .../model_agentdiskdetails.go | 0 .../model_azurefabriccreationinput.go | 0 .../model_azurefabricspecificdetails.go | 9 +- .../replicationfabrics/model_datastore.go | 0 .../replicationfabrics/model_dradetails.go | 0 .../model_encryptiondetails.go | 0 .../replicationfabrics/model_fabric.go | 0 .../model_fabriccreationinput.go | 0 .../model_fabriccreationinputproperties.go | 0 .../model_fabricproperties.go | 0 .../model_fabricspecificcreationinput.go | 0 .../model_fabricspecificdetails.go | 0 .../model_failoverprocessserverrequest.go | 0 ..._failoverprocessserverrequestproperties.go | 0 .../replicationfabrics/model_healtherror.go | 0 .../model_hypervhostdetails.go | 0 .../model_hypervsitedetails.go | 0 .../model_identityproviderdetails.go | 0 .../model_identityproviderinput.go | 0 ...abricswitchproviderblockingerrordetails.go | 0 .../model_inmagercmfabriccreationinput.go | 0 .../model_inmagercmfabricspecificdetails.go | 0 .../model_innerhealtherror.go | 0 .../model_marsagentdetails.go | 0 .../model_mastertargetserver.go | 0 .../model_mobilityserviceupdate.go | 0 .../replicationfabrics/model_processserver.go | 0 .../model_processserverdetails.go | 0 .../model_pushinstallerdetails.go | 0 .../model_rcmproxydetails.go | 0 .../model_renewcertificateinput.go | 0 .../model_renewcertificateinputproperties.go | 0 .../model_replicationagentdetails.go | 0 .../model_reprotectagentdetails.go | 0 .../model_retentionvolume.go | 0 .../replicationfabrics/model_runasaccount.go | 0 .../model_versiondetails.go | 0 .../replicationfabrics/model_vmmdetails.go | 0 .../replicationfabrics/model_vmwaredetails.go | 0 .../model_vmwarev2fabriccreationinput.go | 0 .../model_vmwarev2fabricspecificdetails.go | 0 .../replicationfabrics/predicates.go | 0 .../replicationfabrics/version.go | 2 +- .../replicationnetworkmappings/README.md | 6 +- .../replicationnetworkmappings/client.go | 0 .../id_replicationnetwork.go | 0 .../id_replicationnetworkmapping.go | 0 .../replicationnetworkmappings/id_vault.go | 0 .../method_create.go | 0 .../method_delete.go | 0 .../replicationnetworkmappings/method_get.go | 0 .../replicationnetworkmappings/method_list.go | 0 .../method_listbyreplicationnetworks.go | 0 .../method_update.go | 0 ...l_azuretoazurecreatenetworkmappinginput.go | 0 ...odel_azuretoazurenetworkmappingsettings.go | 0 ...l_azuretoazureupdatenetworkmappinginput.go | 0 .../model_createnetworkmappinginput.go | 0 ...del_createnetworkmappinginputproperties.go | 0 ...fabricspecificcreatenetworkmappinginput.go | 0 ...fabricspecificupdatenetworkmappinginput.go | 0 .../model_networkmapping.go | 0 ...el_networkmappingfabricspecificsettings.go | 0 .../model_networkmappingproperties.go | 0 .../model_updatenetworkmappinginput.go | 0 ...del_updatenetworkmappinginputproperties.go | 0 ...del_vmmtoazurecreatenetworkmappinginput.go | 0 .../model_vmmtoazurenetworkmappingsettings.go | 0 ...del_vmmtoazureupdatenetworkmappinginput.go | 0 ...model_vmmtovmmcreatenetworkmappinginput.go | 0 .../model_vmmtovmmnetworkmappingsettings.go | 0 ...model_vmmtovmmupdatenetworkmappinginput.go | 0 .../replicationnetworkmappings/predicates.go | 0 .../replicationnetworkmappings/version.go | 2 +- .../replicationnetworks/README.md | 6 +- .../replicationnetworks/client.go | 0 .../id_replicationfabric.go | 0 .../id_replicationnetwork.go | 0 .../replicationnetworks/id_vault.go | 0 .../replicationnetworks/method_get.go | 0 .../replicationnetworks/method_list.go | 0 .../method_listbyreplicationfabrics.go | 0 .../replicationnetworks/model_network.go | 0 .../model_networkproperties.go | 0 .../replicationnetworks/model_subnet.go | 0 .../replicationnetworks/predicates.go | 0 .../replicationnetworks/version.go | 2 +- .../replicationpolicies/README.md | 6 +- .../replicationpolicies/client.go | 0 .../replicationpolicies/constants.go | 0 .../id_replicationpolicy.go | 0 .../replicationpolicies/id_vault.go | 0 .../replicationpolicies/method_create.go | 0 .../replicationpolicies/method_delete.go | 0 .../replicationpolicies/method_get.go | 0 .../replicationpolicies/method_list.go | 0 .../replicationpolicies/method_update.go | 0 ...rossclustermigrationpolicycreationinput.go | 0 .../model_a2apolicycreationinput.go | 0 .../model_a2apolicydetails.go | 0 .../model_createpolicyinput.go | 0 .../model_createpolicyinputproperties.go | 0 .../model_hypervreplicaazurepolicydetails.go | 0 .../model_hypervreplicaazurepolicyinput.go | 0 .../model_hypervreplicabasepolicydetails.go | 0 .../model_hypervreplicabluepolicydetails.go | 0 .../model_hypervreplicabluepolicyinput.go | 0 .../model_hypervreplicapolicydetails.go | 0 .../model_hypervreplicapolicyinput.go | 0 .../model_inmageazurev2policydetails.go | 0 .../model_inmageazurev2policyinput.go | 0 .../model_inmagebasepolicydetails.go | 0 .../model_inmagepolicydetails.go | 0 .../model_inmagepolicyinput.go | 0 ...el_inmagercmfailbackpolicycreationinput.go | 0 .../model_inmagercmfailbackpolicydetails.go | 0 .../model_inmagercmpolicycreationinput.go | 0 .../model_inmagercmpolicydetails.go | 0 .../replicationpolicies/model_policy.go | 0 .../model_policyproperties.go | 0 .../model_policyproviderspecificdetails.go | 0 .../model_policyproviderspecificinput.go | 0 .../model_updatepolicyinput.go | 0 .../model_updatepolicyinputproperties.go | 0 .../model_vmwarecbtpolicycreationinput.go | 0 .../model_vmwarecbtpolicydetails.go | 0 .../replicationpolicies/predicates.go | 0 .../replicationpolicies/version.go | 2 +- .../replicationprotecteditems/README.md | 6 +- .../replicationprotecteditems/client.go | 0 .../replicationprotecteditems/constants.go | 185 ++++++++++++++++++ .../id_replicationprotecteditem.go | 0 .../id_replicationprotectioncontainer.go | 0 .../replicationprotecteditems/id_vault.go | 0 .../method_adddisks.go | 0 .../method_applyrecoverypoint.go | 0 .../method_create.go | 0 .../method_delete.go | 0 .../method_failovercancel.go | 0 .../method_failovercommit.go | 0 .../replicationprotecteditems/method_get.go | 0 .../replicationprotecteditems/method_list.go | 0 ...d_listbyreplicationprotectioncontainers.go | 0 .../method_plannedfailover.go | 0 .../replicationprotecteditems/method_purge.go | 0 .../method_removedisks.go | 0 .../method_repairreplication.go | 0 .../method_reprotect.go | 0 .../method_resolvehealtherrors.go | 0 .../method_switchprovider.go | 0 .../method_testfailover.go | 0 .../method_testfailovercleanup.go | 0 .../method_unplannedfailover.go | 0 .../method_update.go | 0 .../method_updateappliance.go | 0 .../method_updatemobilityservice.go | 0 .../model_a2aadddisksinput.go | 0 .../model_a2aapplyrecoverypointinput.go | 0 ...clustermigrationapplyrecoverypointinput.go | 0 ...ssclustermigrationenableprotectioninput.go | 0 ...crossclustermigrationreplicationdetails.go | 0 .../model_a2aenableprotectioninput.go | 2 + .../model_a2aprotecteddiskdetails.go | 0 .../model_a2aprotectedmanageddiskdetails.go | 0 .../model_a2aremovedisksinput.go | 0 .../model_a2areplicationdetails.go | 3 + .../model_a2areprotectinput.go | 0 .../model_a2atestfailoverinput.go | 0 .../model_a2aunplannedfailoverinput.go | 0 .../model_a2aunprotecteddiskdetails.go | 0 ..._a2aupdatereplicationprotectediteminput.go | 0 .../model_a2avmdiskinputdetails.go | 0 .../model_a2avmmanageddiskinputdetails.go | 0 .../model_a2avmmanageddiskupdatedetails.go | 0 .../model_adddisksinput.go | 0 .../model_adddisksinputproperties.go | 0 .../model_adddisksproviderspecificinput.go | 8 + .../model_applyrecoverypointinput.go | 0 ...model_applyrecoverypointinputproperties.go | 0 ...applyrecoverypointproviderspecificinput.go | 0 ...model_azuretoazurevmsyncedconfigdetails.go | 0 .../model_azurevmdiskdetails.go | 0 .../model_currentscenariodetails.go | 0 .../model_disableprotectioninput.go | 0 .../model_disableprotectioninputproperties.go | 0 ..._disableprotectionproviderspecificinput.go | 0 .../model_diskdetails.go | 0 .../model_diskencryptioninfo.go | 0 .../model_diskencryptionkeyinfo.go | 0 .../model_enableprotectioninput.go | 0 .../model_enableprotectioninputproperties.go | 0 ...l_enableprotectionproviderspecificinput.go | 0 .../model_healtherror.go | 0 ...pervreplicaazureapplyrecoverypointinput.go | 0 ...odel_hypervreplicaazurediskinputdetails.go | 1 + ...hypervreplicaazureenableprotectioninput.go | 2 + ...hypervreplicaazurefailbackproviderinput.go | 0 ...el_hypervreplicaazuremanageddiskdetails.go | 13 ++ ...eplicaazureplannedfailoverproviderinput.go | 1 + ...el_hypervreplicaazurereplicationdetails.go | 75 +++++++ .../model_hypervreplicaazurereprotectinput.go | 0 ...del_hypervreplicaazuretestfailoverinput.go | 1 + ...ypervreplicaazureunplannedfailoverinput.go | 0 ...zureupdatereplicationprotectediteminput.go | 0 ...del_hypervreplicabasereplicationdetails.go | 0 ...del_hypervreplicabluereplicationdetails.go | 0 .../model_hypervreplicareplicationdetails.go | 0 .../model_initialreplicationdetails.go | 0 .../model_inmageagentdetails.go | 0 ...el_inmageazurev2applyrecoverypointinput.go | 0 .../model_inmageazurev2diskinputdetails.go | 0 ...odel_inmageazurev2enableprotectioninput.go | 0 .../model_inmageazurev2manageddiskdetails.go | 0 ...model_inmageazurev2protecteddiskdetails.go | 0 .../model_inmageazurev2replicationdetails.go | 110 +++++++++++ .../model_inmageazurev2reprotectinput.go | 0 ...urev2switchproviderblockingerrordetails.go | 0 ...odel_inmageazurev2switchproviderdetails.go | 0 ...nmageazurev2switchproviderproviderinput.go | 0 .../model_inmageazurev2testfailoverinput.go | 3 +- ...del_inmageazurev2unplannedfailoverinput.go | 3 +- ...rev2updatereplicationprotectediteminput.go | 0 ...edisableprotectionproviderspecificinput.go | 0 .../model_inmagediskexclusioninput.go | 0 ...del_inmagedisksignatureexclusionoptions.go | 0 .../model_inmageenableprotectioninput.go | 0 .../model_inmageprotecteddiskdetails.go | 0 .../model_inmagercmadddisksinput.go | 41 ++++ ...magercmagentupgradeblockingerrordetails.go | 0 .../model_inmagercmapplyrecoverypointinput.go | 0 ...l_inmagercmdiscoveredprotectedvmdetails.go | 0 .../model_inmagercmdiskinput.go | 1 + .../model_inmagercmdisksdefaultinput.go | 1 + .../model_inmagercmenableprotectioninput.go | 7 + ...rcmfailbackdiscoveredprotectedvmdetails.go | 0 ...l_inmagercmfailbackmobilityagentdetails.go | 0 .../model_inmagercmfailbacknicdetails.go | 0 ...rcmfailbackplannedfailoverproviderinput.go | 0 ...l_inmagercmfailbackprotecteddiskdetails.go | 0 ...del_inmagercmfailbackreplicationdetails.go | 0 .../model_inmagercmfailbackreprotectinput.go | 0 .../model_inmagercmfailbacksyncdetails.go | 0 ...l_inmagercmlastagentupgradeerrordetails.go | 0 .../model_inmagercmmobilityagentdetails.go | 0 .../model_inmagercmnicdetails.go | 0 .../model_inmagercmnicinput.go | 0 .../model_inmagercmprotecteddiskdetails.go | 3 + .../model_inmagercmreplicationdetails.go | 9 + .../model_inmagercmreprotectinput.go | 0 .../model_inmagercmsyncdetails.go | 0 .../model_inmagercmtestfailoverinput.go | 0 .../model_inmagercmunplannedfailoverinput.go | 0 .../model_inmagercmunprotecteddiskdetails.go | 10 + ...plianceforreplicationprotectediteminput.go | 0 ...ercmupdatereplicationprotectediteminput.go | 55 ++++++ .../model_inmagereplicationdetails.go | 0 .../model_inmagereprotectinput.go | 0 .../model_inmagetestfailoverinput.go | 0 .../model_inmageunplannedfailoverinput.go | 0 .../model_inmagevolumeexclusionoptions.go | 0 .../model_innerhealtherror.go | 0 .../model_inputendpoint.go | 0 .../model_ipconfigdetails.go | 0 .../model_ipconfiginputdetails.go | 0 .../model_keyencryptionkeyinfo.go | 0 .../model_osdetails.go | 14 ++ .../model_osdiskdetails.go | 0 .../model_osupgradesupportedversions.go | 9 + .../model_plannedfailoverinput.go | 0 .../model_plannedfailoverinputproperties.go | 0 ...edfailoverproviderspecificfailoverinput.go | 0 .../model_removedisksinput.go | 0 .../model_removedisksinputproperties.go | 0 .../model_removedisksproviderspecificinput.go | 0 .../model_replicationprotecteditem.go | 0 ...odel_replicationprotecteditemproperties.go | 0 ...del_replicationproviderspecificsettings.go | 0 .../model_resolvehealtherror.go | 0 .../model_resolvehealthinput.go | 0 .../model_resolvehealthinputproperties.go | 0 .../model_reversereplicationinput.go | 0 ...model_reversereplicationinputproperties.go | 0 ...reversereplicationproviderspecificinput.go | 0 .../model_securityprofileproperties.go | 12 ++ .../model_switchproviderinput.go | 0 .../model_switchproviderinputproperties.go | 0 ...del_switchproviderproviderspecificinput.go | 0 .../model_testfailovercleanupinput.go | 0 ...odel_testfailovercleanupinputproperties.go | 0 .../model_testfailoverinput.go | 0 .../model_testfailoverinputproperties.go | 0 ...model_testfailoverproviderspecificinput.go | 0 .../model_unplannedfailoverinput.go | 0 .../model_unplannedfailoverinputproperties.go | 0 ..._unplannedfailoverproviderspecificinput.go | 0 ...plianceforreplicationprotectediteminput.go | 0 ...replicationprotectediteminputproperties.go | 0 ...ationprotecteditemproviderspecificinput.go | 0 .../model_updatediskinput.go | 0 .../model_updatemobilityservicerequest.go | 0 ..._updatemobilityservicerequestproperties.go | 0 ...del_updatereplicationprotectediteminput.go | 0 ...replicationprotectediteminputproperties.go | 0 ...tereplicationprotecteditemproviderinput.go | 0 .../model_usercreatedresourcetag.go | 9 + .../model_vmnicdetails.go | 0 .../model_vmnicinputdetails.go | 0 .../replicationprotecteditems/predicates.go | 0 .../replicationprotecteditems/version.go | 2 +- .../README.md | 6 +- .../client.go | 0 .../constants.go | 0 .../id_replicationprotectioncontainer.go | 0 ...d_replicationprotectioncontainermapping.go | 0 .../id_vault.go | 0 .../method_create.go | 0 .../method_delete.go | 0 .../method_get.go | 0 .../method_list.go | 0 ...d_listbyreplicationprotectioncontainers.go | 0 .../method_purge.go | 0 .../method_update.go | 0 .../model_a2acontainermappinginput.go | 0 ...el_a2aprotectioncontainermappingdetails.go | 0 .../model_a2aupdatecontainermappinginput.go | 0 ...l_createprotectioncontainermappinginput.go | 0 ...otectioncontainermappinginputproperties.go | 0 .../model_healtherror.go | 0 ...agercmprotectioncontainermappingdetails.go | 0 ...el_inmagercmupdatecontainermappinginput.go | 0 .../model_innerhealtherror.go | 0 .../model_protectioncontainermapping.go | 0 ...el_protectioncontainermappingproperties.go | 0 ...containermappingproviderspecificdetails.go | 0 ...l_removeprotectioncontainermappinginput.go | 0 ...otectioncontainermappinginputproperties.go | 0 ...licationprovidercontainerunmappinginput.go | 0 ...onproviderspecificcontainermappinginput.go | 0 ...iderspecificupdatecontainermappinginput.go | 0 ...l_updateprotectioncontainermappinginput.go | 0 ...otectioncontainermappinginputproperties.go | 0 .../model_vmwarecbtcontainermappinginput.go | 0 ...arecbtprotectioncontainermappingdetails.go | 1 + .../predicates.go | 0 .../version.go | 2 +- .../replicationprotectioncontainers/README.md | 23 ++- .../replicationprotectioncontainers/client.go | 0 .../id_replicationfabric.go | 0 .../id_replicationprotectioncontainer.go | 0 .../id_vault.go | 0 .../method_create.go | 0 .../method_delete.go | 0 .../method_discoverprotectableitem.go | 0 .../method_get.go | 0 .../method_list.go | 0 .../method_listbyreplicationfabrics.go | 0 .../method_switchclusterprotection.go | 75 +++++++ .../method_switchprotection.go | 0 .../model_a2acontainercreationinput.go | 0 ...sclustermigrationcontainercreationinput.go | 0 .../model_a2aprotecteditemdetail.go | 17 ++ .../model_a2aswitchclusterprotectioninput.go | 43 ++++ .../model_a2aswitchprotectioninput.go | 0 .../model_a2avmdiskinputdetails.go | 0 .../model_a2avmmanageddiskinputdetails.go | 0 .../model_createprotectioncontainerinput.go | 0 ...reateprotectioncontainerinputproperties.go | 0 .../model_discoverprotectableitemrequest.go | 0 ...iscoverprotectableitemrequestproperties.go | 0 .../model_diskencryptioninfo.go | 0 .../model_diskencryptionkeyinfo.go | 0 .../model_keyencryptionkeyinfo.go | 0 .../model_protectioncontainer.go | 0 ...rotectioncontainerfabricspecificdetails.go | 0 .../model_protectioncontainerproperties.go | 0 ...nproviderspecificcontainercreationinput.go | 0 .../model_switchclusterprotectioninput.go | 8 + ..._switchclusterprotectioninputproperties.go | 40 ++++ ...hclusterprotectionproviderspecificinput.go | 53 +++++ .../model_switchprotectioninput.go | 0 .../model_switchprotectioninputproperties.go | 0 ...l_switchprotectionproviderspecificinput.go | 0 .../model_vmwarecbtcontainercreationinput.go | 0 .../predicates.go | 0 .../version.go | 2 +- .../replicationrecoveryplans/README.md | 6 +- .../replicationrecoveryplans/client.go | 0 .../replicationrecoveryplans/constants.go | 0 .../id_replicationrecoveryplan.go | 0 .../replicationrecoveryplans/id_vault.go | 0 .../replicationrecoveryplans/method_create.go | 0 .../replicationrecoveryplans/method_delete.go | 0 .../method_failovercancel.go | 0 .../method_failovercommit.go | 0 .../replicationrecoveryplans/method_get.go | 0 .../replicationrecoveryplans/method_list.go | 0 .../method_plannedfailover.go | 0 .../method_reprotect.go | 0 .../method_testfailover.go | 0 .../method_testfailovercleanup.go | 0 .../method_unplannedfailover.go | 0 .../replicationrecoveryplans/method_update.go | 0 .../model_createrecoveryplaninput.go | 0 ...model_createrecoveryplaninputproperties.go | 0 .../model_currentscenariodetails.go | 0 .../model_recoveryplan.go | 0 .../model_recoveryplana2adetails.go | 0 .../model_recoveryplana2afailoverinput.go | 0 .../model_recoveryplana2ainput.go | 0 .../model_recoveryplanaction.go | 0 .../model_recoveryplanactiondetails.go | 0 ...overyplanautomationrunbookactiondetails.go | 0 .../model_recoveryplangroup.go | 0 ...veryplanhypervreplicaazurefailbackinput.go | 0 ...veryplanhypervreplicaazurefailoverinput.go | 0 ..._recoveryplaninmageazurev2failoverinput.go | 0 .../model_recoveryplaninmagefailoverinput.go | 0 ...overyplaninmagercmfailbackfailoverinput.go | 0 ...odel_recoveryplaninmagercmfailoverinput.go | 0 .../model_recoveryplanmanualactiondetails.go | 0 .../model_recoveryplanplannedfailoverinput.go | 0 ...overyplanplannedfailoverinputproperties.go | 0 .../model_recoveryplanproperties.go | 0 .../model_recoveryplanprotecteditem.go | 0 ...del_recoveryplanproviderspecificdetails.go | 0 ...coveryplanproviderspecificfailoverinput.go | 0 ...model_recoveryplanproviderspecificinput.go | 0 .../model_recoveryplanscriptactiondetails.go | 0 ...el_recoveryplantestfailovercleanupinput.go | 0 ...yplantestfailovercleanupinputproperties.go | 0 .../model_recoveryplantestfailoverinput.go | 0 ...recoveryplantestfailoverinputproperties.go | 0 ...odel_recoveryplanunplannedfailoverinput.go | 0 ...eryplanunplannedfailoverinputproperties.go | 0 .../model_updaterecoveryplaninput.go | 0 ...model_updaterecoveryplaninputproperties.go | 0 .../replicationrecoveryplans/predicates.go | 0 .../replicationrecoveryplans/version.go | 2 +- .../README.md | 6 +- .../client.go | 0 .../constants.go | 0 .../id_replicationfabric.go | 0 .../id_replicationrecoveryservicesprovider.go | 0 .../id_vault.go | 0 .../method_create.go | 0 .../method_delete.go | 0 .../method_get.go | 0 .../method_list.go | 0 .../method_listbyreplicationfabrics.go | 0 .../method_purge.go | 0 .../method_refreshprovider.go | 0 .../model_addrecoveryservicesproviderinput.go | 0 ...recoveryservicesproviderinputproperties.go | 0 .../model_healtherror.go | 0 .../model_identityproviderdetails.go | 0 .../model_identityproviderinput.go | 0 .../model_innerhealtherror.go | 0 .../model_recoveryservicesprovider.go | 0 ...odel_recoveryservicesproviderproperties.go | 0 .../model_versiondetails.go | 0 .../predicates.go | 0 .../version.go | 2 +- .../replicationvaultsetting/README.md | 6 +- .../replicationvaultsetting/client.go | 0 .../id_replicationvaultsetting.go | 0 .../replicationvaultsetting/id_vault.go | 0 .../replicationvaultsetting/method_create.go | 0 .../replicationvaultsetting/method_get.go | 0 .../replicationvaultsetting/method_list.go | 0 .../model_vaultsetting.go | 0 .../model_vaultsettingcreationinput.go | 0 ...del_vaultsettingcreationinputproperties.go | 0 .../model_vaultsettingproperties.go | 0 .../replicationvaultsetting/predicates.go | 0 .../replicationvaultsetting/version.go | 2 +- vendor/modules.txt | 20 +- 536 files changed, 1049 insertions(+), 371 deletions(-) delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicaazuremanageddiskdetails.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicaazurereplicationdetails.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageazurev2replicationdetails.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmupdatereplicationprotectediteminput.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_osdetails.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/README.md (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/id_replicationfabric.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/id_vault.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/method_checkconsistency.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/method_create.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/method_migratetoaad.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/method_purge.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/method_reassociategateway.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/method_removeinfra.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/method_renewcertificate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_a2aextendedlocationdetails.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_a2afabricspecificlocationdetails.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_a2azonedetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_agentdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_agentdiskdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_azurefabriccreationinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_azurefabricspecificdetails.go (71%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_datastore.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_dradetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_encryptiondetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_fabric.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_fabriccreationinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_fabriccreationinputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_fabricproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_fabricspecificcreationinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_fabricspecificdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_failoverprocessserverrequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_failoverprocessserverrequestproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_healtherror.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_hypervhostdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_hypervsitedetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_identityproviderdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_identityproviderinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_inmagefabricswitchproviderblockingerrordetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_inmagercmfabriccreationinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_inmagercmfabricspecificdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_innerhealtherror.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_marsagentdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_mastertargetserver.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_mobilityserviceupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_processserver.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_processserverdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_pushinstallerdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_rcmproxydetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_renewcertificateinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_renewcertificateinputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_replicationagentdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_reprotectagentdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_retentionvolume.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_runasaccount.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_versiondetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_vmmdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_vmwaredetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_vmwarev2fabriccreationinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/model_vmwarev2fabricspecificdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationfabrics/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworkmappings/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworkmappings/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworkmappings/id_replicationnetwork.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworkmappings/id_replicationnetworkmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworkmappings/id_vault.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworkmappings/method_create.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworkmappings/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworkmappings/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworkmappings/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworkmappings/method_listbyreplicationnetworks.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworkmappings/method_update.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworkmappings/model_azuretoazurecreatenetworkmappinginput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworkmappings/model_azuretoazurenetworkmappingsettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworkmappings/model_azuretoazureupdatenetworkmappinginput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworkmappings/model_createnetworkmappinginput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworkmappings/model_createnetworkmappinginputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworkmappings/model_fabricspecificcreatenetworkmappinginput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworkmappings/model_fabricspecificupdatenetworkmappinginput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworkmappings/model_networkmapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworkmappings/model_networkmappingfabricspecificsettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworkmappings/model_networkmappingproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworkmappings/model_updatenetworkmappinginput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworkmappings/model_updatenetworkmappinginputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworkmappings/model_vmmtoazurecreatenetworkmappinginput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworkmappings/model_vmmtoazurenetworkmappingsettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworkmappings/model_vmmtoazureupdatenetworkmappinginput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworkmappings/model_vmmtovmmcreatenetworkmappinginput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworkmappings/model_vmmtovmmnetworkmappingsettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworkmappings/model_vmmtovmmupdatenetworkmappinginput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworkmappings/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworkmappings/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworks/README.md (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworks/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworks/id_replicationfabric.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworks/id_replicationnetwork.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworks/id_vault.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworks/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworks/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworks/method_listbyreplicationfabrics.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworks/model_network.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworks/model_networkproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworks/model_subnet.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworks/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationnetworks/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/id_replicationpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/id_vault.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/method_create.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/method_update.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/model_a2acrossclustermigrationpolicycreationinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/model_a2apolicycreationinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/model_a2apolicydetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/model_createpolicyinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/model_createpolicyinputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/model_hypervreplicaazurepolicydetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/model_hypervreplicaazurepolicyinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/model_hypervreplicabasepolicydetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/model_hypervreplicabluepolicydetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/model_hypervreplicabluepolicyinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/model_hypervreplicapolicydetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/model_hypervreplicapolicyinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/model_inmageazurev2policydetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/model_inmageazurev2policyinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/model_inmagebasepolicydetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/model_inmagepolicydetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/model_inmagepolicyinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/model_inmagercmfailbackpolicycreationinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/model_inmagercmfailbackpolicydetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/model_inmagercmpolicycreationinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/model_inmagercmpolicydetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/model_policy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/model_policyproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/model_policyproviderspecificdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/model_policyproviderspecificinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/model_updatepolicyinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/model_updatepolicyinputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/model_vmwarecbtpolicycreationinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/model_vmwarecbtpolicydetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationpolicies/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/README.md (98%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/constants.go (82%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/id_replicationprotecteditem.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/id_replicationprotectioncontainer.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/id_vault.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/method_adddisks.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/method_applyrecoverypoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/method_create.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/method_failovercancel.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/method_failovercommit.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/method_listbyreplicationprotectioncontainers.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/method_plannedfailover.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/method_purge.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/method_removedisks.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/method_repairreplication.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/method_reprotect.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/method_resolvehealtherrors.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/method_switchprovider.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/method_testfailover.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/method_testfailovercleanup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/method_unplannedfailover.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/method_update.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/method_updateappliance.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/method_updatemobilityservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_a2aadddisksinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_a2aapplyrecoverypointinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_a2acrossclustermigrationapplyrecoverypointinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_a2acrossclustermigrationenableprotectioninput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_a2acrossclustermigrationreplicationdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_a2aenableprotectioninput.go (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_a2aprotecteddiskdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_a2aprotectedmanageddiskdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_a2aremovedisksinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_a2areplicationdetails.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_a2areprotectinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_a2atestfailoverinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_a2aunplannedfailoverinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_a2aunprotecteddiskdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_a2aupdatereplicationprotectediteminput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_a2avmdiskinputdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_a2avmmanageddiskinputdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_a2avmmanageddiskupdatedetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_adddisksinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_adddisksinputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_adddisksproviderspecificinput.go (85%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_applyrecoverypointinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_applyrecoverypointinputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_applyrecoverypointproviderspecificinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_azuretoazurevmsyncedconfigdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_azurevmdiskdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_currentscenariodetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_disableprotectioninput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_disableprotectioninputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_disableprotectionproviderspecificinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_diskdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_diskencryptioninfo.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_diskencryptionkeyinfo.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_enableprotectioninput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_enableprotectioninputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_enableprotectionproviderspecificinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_healtherror.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_hypervreplicaazureapplyrecoverypointinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_hypervreplicaazurediskinputdetails.go (87%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_hypervreplicaazureenableprotectioninput.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_hypervreplicaazurefailbackproviderinput.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicaazuremanageddiskdetails.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_hypervreplicaazureplannedfailoverproviderinput.go (95%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicaazurereplicationdetails.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_hypervreplicaazurereprotectinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_hypervreplicaazuretestfailoverinput.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_hypervreplicaazureunplannedfailoverinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_hypervreplicaazureupdatereplicationprotectediteminput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_hypervreplicabasereplicationdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_hypervreplicabluereplicationdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_hypervreplicareplicationdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_initialreplicationdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmageagentdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmageazurev2applyrecoverypointinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmageazurev2diskinputdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmageazurev2enableprotectioninput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmageazurev2manageddiskdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmageazurev2protecteddiskdetails.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageazurev2replicationdetails.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmageazurev2reprotectinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmageazurev2switchproviderblockingerrordetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmageazurev2switchproviderdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmageazurev2switchproviderproviderinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmageazurev2testfailoverinput.go (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmageazurev2unplannedfailoverinput.go (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmageazurev2updatereplicationprotectediteminput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagedisableprotectionproviderspecificinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagediskexclusioninput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagedisksignatureexclusionoptions.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmageenableprotectioninput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmageprotecteddiskdetails.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmadddisksinput.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagercmagentupgradeblockingerrordetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagercmapplyrecoverypointinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagercmdiscoveredprotectedvmdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagercmdiskinput.go (86%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagercmdisksdefaultinput.go (85%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagercmenableprotectioninput.go (80%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagercmfailbackdiscoveredprotectedvmdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagercmfailbackmobilityagentdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagercmfailbacknicdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagercmfailbackplannedfailoverproviderinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagercmfailbackprotecteddiskdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagercmfailbackreplicationdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagercmfailbackreprotectinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagercmfailbacksyncdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagercmlastagentupgradeerrordetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagercmmobilityagentdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagercmnicdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagercmnicinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagercmprotecteddiskdetails.go (85%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagercmreplicationdetails.go (87%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagercmreprotectinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagercmsyncdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagercmtestfailoverinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagercmunplannedfailoverinput.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmunprotecteddiskdetails.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagercmupdateapplianceforreplicationprotectediteminput.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmupdatereplicationprotectediteminput.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagereplicationdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagereprotectinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagetestfailoverinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmageunplannedfailoverinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inmagevolumeexclusionoptions.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_innerhealtherror.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_inputendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_ipconfigdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_ipconfiginputdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_keyencryptionkeyinfo.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_osdetails.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_osdiskdetails.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_osupgradesupportedversions.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_plannedfailoverinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_plannedfailoverinputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_plannedfailoverproviderspecificfailoverinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_removedisksinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_removedisksinputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_removedisksproviderspecificinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_replicationprotecteditem.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_replicationprotecteditemproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_replicationproviderspecificsettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_resolvehealtherror.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_resolvehealthinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_resolvehealthinputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_reversereplicationinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_reversereplicationinputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_reversereplicationproviderspecificinput.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_securityprofileproperties.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_switchproviderinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_switchproviderinputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_switchproviderproviderspecificinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_testfailovercleanupinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_testfailovercleanupinputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_testfailoverinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_testfailoverinputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_testfailoverproviderspecificinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_unplannedfailoverinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_unplannedfailoverinputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_unplannedfailoverproviderspecificinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_updateapplianceforreplicationprotectediteminput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_updateapplianceforreplicationprotectediteminputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_updateapplianceforreplicationprotecteditemproviderspecificinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_updatediskinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_updatemobilityservicerequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_updatemobilityservicerequestproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_updatereplicationprotectediteminput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_updatereplicationprotectediteminputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_updatereplicationprotecteditemproviderinput.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_usercreatedresourcetag.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_vmnicdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/model_vmnicinputdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotecteditems/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/README.md (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/id_replicationprotectioncontainer.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/id_replicationprotectioncontainermapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/id_vault.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/method_create.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/method_listbyreplicationprotectioncontainers.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/method_purge.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/method_update.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/model_a2acontainermappinginput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/model_a2aprotectioncontainermappingdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/model_a2aupdatecontainermappinginput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/model_createprotectioncontainermappinginput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/model_createprotectioncontainermappinginputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/model_healtherror.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/model_inmagercmprotectioncontainermappingdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/model_inmagercmupdatecontainermappinginput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/model_innerhealtherror.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/model_protectioncontainermapping.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/model_protectioncontainermappingproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/model_protectioncontainermappingproviderspecificdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/model_removeprotectioncontainermappinginput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/model_removeprotectioncontainermappinginputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/model_replicationprovidercontainerunmappinginput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/model_replicationproviderspecificcontainermappinginput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/model_replicationproviderspecificupdatecontainermappinginput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/model_updateprotectioncontainermappinginput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/model_updateprotectioncontainermappinginputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/model_vmwarecbtcontainermappinginput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/model_vmwarecbtprotectioncontainermappingdetails.go (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainermappings/version.go (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/README.md (85%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/id_replicationfabric.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/id_replicationprotectioncontainer.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/id_vault.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/method_create.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/method_discoverprotectableitem.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/method_listbyreplicationfabrics.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/method_switchclusterprotection.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/method_switchprotection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/model_a2acontainercreationinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/model_a2acrossclustermigrationcontainercreationinput.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_a2aprotecteditemdetail.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_a2aswitchclusterprotectioninput.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/model_a2aswitchprotectioninput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/model_a2avmdiskinputdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/model_a2avmmanageddiskinputdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/model_createprotectioncontainerinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/model_createprotectioncontainerinputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/model_discoverprotectableitemrequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/model_discoverprotectableitemrequestproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/model_diskencryptioninfo.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/model_diskencryptionkeyinfo.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/model_keyencryptionkeyinfo.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/model_protectioncontainer.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/model_protectioncontainerfabricspecificdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/model_protectioncontainerproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/model_replicationproviderspecificcontainercreationinput.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_switchclusterprotectioninput.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_switchclusterprotectioninputproperties.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_switchclusterprotectionproviderspecificinput.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/model_switchprotectioninput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/model_switchprotectioninputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/model_switchprotectionproviderspecificinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/model_vmwarecbtcontainercreationinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationprotectioncontainers/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/README.md (97%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/id_replicationrecoveryplan.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/id_vault.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/method_create.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/method_failovercancel.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/method_failovercommit.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/method_plannedfailover.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/method_reprotect.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/method_testfailover.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/method_testfailovercleanup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/method_unplannedfailover.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/method_update.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_createrecoveryplaninput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_createrecoveryplaninputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_currentscenariodetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_recoveryplan.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_recoveryplana2adetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_recoveryplana2afailoverinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_recoveryplana2ainput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_recoveryplanaction.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_recoveryplanactiondetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_recoveryplanautomationrunbookactiondetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_recoveryplangroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_recoveryplanhypervreplicaazurefailbackinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_recoveryplanhypervreplicaazurefailoverinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_recoveryplaninmageazurev2failoverinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_recoveryplaninmagefailoverinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_recoveryplaninmagercmfailbackfailoverinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_recoveryplaninmagercmfailoverinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_recoveryplanmanualactiondetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_recoveryplanplannedfailoverinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_recoveryplanplannedfailoverinputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_recoveryplanproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_recoveryplanprotecteditem.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_recoveryplanproviderspecificdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_recoveryplanproviderspecificfailoverinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_recoveryplanproviderspecificinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_recoveryplanscriptactiondetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_recoveryplantestfailovercleanupinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_recoveryplantestfailovercleanupinputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_recoveryplantestfailoverinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_recoveryplantestfailoverinputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_recoveryplanunplannedfailoverinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_recoveryplanunplannedfailoverinputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_updaterecoveryplaninput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/model_updaterecoveryplaninputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryplans/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryservicesproviders/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryservicesproviders/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryservicesproviders/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryservicesproviders/id_replicationfabric.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryservicesproviders/id_replicationrecoveryservicesprovider.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryservicesproviders/id_vault.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryservicesproviders/method_create.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryservicesproviders/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryservicesproviders/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryservicesproviders/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryservicesproviders/method_listbyreplicationfabrics.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryservicesproviders/method_purge.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryservicesproviders/method_refreshprovider.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryservicesproviders/model_addrecoveryservicesproviderinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryservicesproviders/model_addrecoveryservicesproviderinputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryservicesproviders/model_healtherror.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryservicesproviders/model_identityproviderdetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryservicesproviders/model_identityproviderinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryservicesproviders/model_innerhealtherror.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryservicesproviders/model_recoveryservicesprovider.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryservicesproviders/model_recoveryservicesproviderproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryservicesproviders/model_versiondetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryservicesproviders/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationrecoveryservicesproviders/version.go (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationvaultsetting/README.md (92%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationvaultsetting/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationvaultsetting/id_replicationvaultsetting.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationvaultsetting/id_vault.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationvaultsetting/method_create.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationvaultsetting/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationvaultsetting/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationvaultsetting/model_vaultsetting.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationvaultsetting/model_vaultsettingcreationinput.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationvaultsetting/model_vaultsettingcreationinputproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationvaultsetting/model_vaultsettingproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationvaultsetting/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/{2022-10-01 => 2024-02-01}/replicationvaultsetting/version.go (89%) diff --git a/internal/services/recoveryservices/client/client.go b/internal/services/recoveryservices/client/client.go index af7d0f7a12a6..399a3595dbbd 100644 --- a/internal/services/recoveryservices/client/client.go +++ b/internal/services/recoveryservices/client/client.go @@ -17,16 +17,16 @@ import ( "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicesbackup/2023-02-01/protectioncontainers" "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicesbackup/2023-02-01/protectionpolicies" "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicesbackup/2023-02-01/resourceguardproxy" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting" "github.com/hashicorp/terraform-provider-azurerm/internal/common" "github.com/hashicorp/terraform-provider-azurerm/internal/services/recoveryservices/azuresdkhacks" ) diff --git a/internal/services/recoveryservices/recovery_services_vault_hyperv_host_registration_test.go b/internal/services/recoveryservices/recovery_services_vault_hyperv_host_registration_test.go index 45191e577d0d..8390a771800d 100644 --- a/internal/services/recoveryservices/recovery_services_vault_hyperv_host_registration_test.go +++ b/internal/services/recoveryservices/recovery_services_vault_hyperv_host_registration_test.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservices/2022-10-01/vaultcertificates" "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservices/2024-01-01/vaults" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/recoveryservices/azuresdkhacks" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/recoveryservices/recovery_services_vault_hyperv_host_test.go b/internal/services/recoveryservices/recovery_services_vault_hyperv_host_test.go index a161654e8bb0..834eac619900 100644 --- a/internal/services/recoveryservices/recovery_services_vault_hyperv_host_test.go +++ b/internal/services/recoveryservices/recovery_services_vault_hyperv_host_test.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-sdk/resource-manager/compute/2024-03-01/virtualmachines" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders" "github.com/hashicorp/terraform-provider-azurerm/internal/acceptance" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/recoveryservices/recovery_services_vault_hyperv_site_resource.go b/internal/services/recoveryservices/recovery_services_vault_hyperv_site_resource.go index 27ed236bb8e7..d6a1cf52cf4e 100644 --- a/internal/services/recoveryservices/recovery_services_vault_hyperv_site_resource.go +++ b/internal/services/recoveryservices/recovery_services_vault_hyperv_site_resource.go @@ -9,7 +9,7 @@ import ( "time" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/validation" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" diff --git a/internal/services/recoveryservices/recovery_services_vault_hyperv_site_resource_test.go b/internal/services/recoveryservices/recovery_services_vault_hyperv_site_resource_test.go index bcb4f9f9a205..c1634b33903c 100644 --- a/internal/services/recoveryservices/recovery_services_vault_hyperv_site_resource_test.go +++ b/internal/services/recoveryservices/recovery_services_vault_hyperv_site_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics" "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" diff --git a/internal/services/recoveryservices/recovery_services_vault_resource.go b/internal/services/recoveryservices/recovery_services_vault_resource.go index b25ef6d5c90e..af27298b4986 100644 --- a/internal/services/recoveryservices/recovery_services_vault_resource.go +++ b/internal/services/recoveryservices/recovery_services_vault_resource.go @@ -21,7 +21,7 @@ import ( "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicesbackup/2023-02-01/backupprotecteditems" "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicesbackup/2023-02-01/backupresourcevaultconfigs" "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicesbackup/2023-02-01/protecteditems" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" keyvaultValidate "github.com/hashicorp/terraform-provider-azurerm/internal/services/keyvault/validate" diff --git a/internal/services/recoveryservices/site_recovery_fabric_data_source.go b/internal/services/recoveryservices/site_recovery_fabric_data_source.go index 203bff9aa63e..0f21b3557b39 100644 --- a/internal/services/recoveryservices/site_recovery_fabric_data_source.go +++ b/internal/services/recoveryservices/site_recovery_fabric_data_source.go @@ -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/location" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/recoveryservices/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/recoveryservices/site_recovery_fabric_resource.go b/internal/services/recoveryservices/site_recovery_fabric_resource.go index 4c58749db0a1..040a6a82f46c 100644 --- a/internal/services/recoveryservices/site_recovery_fabric_resource.go +++ b/internal/services/recoveryservices/site_recovery_fabric_resource.go @@ -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/location" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/recoveryservices/site_recovery_fabric_resource_test.go b/internal/services/recoveryservices/site_recovery_fabric_resource_test.go index 548f9b031da9..2eb0c9bb149f 100644 --- a/internal/services/recoveryservices/site_recovery_fabric_resource_test.go +++ b/internal/services/recoveryservices/site_recovery_fabric_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics" "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" diff --git a/internal/services/recoveryservices/site_recovery_hyperv_network_mapping_resource.go b/internal/services/recoveryservices/site_recovery_hyperv_network_mapping_resource.go index 576bd37ce047..fc228b60bf88 100644 --- a/internal/services/recoveryservices/site_recovery_hyperv_network_mapping_resource.go +++ b/internal/services/recoveryservices/site_recovery_hyperv_network_mapping_resource.go @@ -11,9 +11,9 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservices/2024-01-01/vaults" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" diff --git a/internal/services/recoveryservices/site_recovery_hyperv_network_mapping_resource_test.go b/internal/services/recoveryservices/site_recovery_hyperv_network_mapping_resource_test.go index 41fdd351652a..9230ebd41d34 100644 --- a/internal/services/recoveryservices/site_recovery_hyperv_network_mapping_resource_test.go +++ b/internal/services/recoveryservices/site_recovery_hyperv_network_mapping_resource_test.go @@ -9,7 +9,7 @@ import ( "os" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings" "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" diff --git a/internal/services/recoveryservices/site_recovery_hyperv_replication_policy_association_resource.go b/internal/services/recoveryservices/site_recovery_hyperv_replication_policy_association_resource.go index f58e3ad782d3..b013db9bcde3 100644 --- a/internal/services/recoveryservices/site_recovery_hyperv_replication_policy_association_resource.go +++ b/internal/services/recoveryservices/site_recovery_hyperv_replication_policy_association_resource.go @@ -9,10 +9,10 @@ import ( "time" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/recoveryservices/site_recovery_hyperv_replication_policy_association_resource_test.go b/internal/services/recoveryservices/site_recovery_hyperv_replication_policy_association_resource_test.go index da03c3a7f096..e5400862c24c 100644 --- a/internal/services/recoveryservices/site_recovery_hyperv_replication_policy_association_resource_test.go +++ b/internal/services/recoveryservices/site_recovery_hyperv_replication_policy_association_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings" "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" diff --git a/internal/services/recoveryservices/site_recovery_hyperv_replication_policy_resource.go b/internal/services/recoveryservices/site_recovery_hyperv_replication_policy_resource.go index 92640e49ab9c..36ee3ceb0a2f 100644 --- a/internal/services/recoveryservices/site_recovery_hyperv_replication_policy_resource.go +++ b/internal/services/recoveryservices/site_recovery_hyperv_replication_policy_resource.go @@ -10,7 +10,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservices/2024-01-01/vaults" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/recoveryservices/site_recovery_hyperv_replication_policy_resource_test.go b/internal/services/recoveryservices/site_recovery_hyperv_replication_policy_resource_test.go index 730875d8600d..9df9eab2bd21 100644 --- a/internal/services/recoveryservices/site_recovery_hyperv_replication_policy_resource_test.go +++ b/internal/services/recoveryservices/site_recovery_hyperv_replication_policy_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies" "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" diff --git a/internal/services/recoveryservices/site_recovery_network_mapping_resource.go b/internal/services/recoveryservices/site_recovery_network_mapping_resource.go index 3de60c3501fb..57c90f7ae43b 100644 --- a/internal/services/recoveryservices/site_recovery_network_mapping_resource.go +++ b/internal/services/recoveryservices/site_recovery_network_mapping_resource.go @@ -10,7 +10,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/recoveryservices/site_recovery_network_mapping_resource_test.go b/internal/services/recoveryservices/site_recovery_network_mapping_resource_test.go index dd59fe63550b..4b3f3aa0db59 100644 --- a/internal/services/recoveryservices/site_recovery_network_mapping_resource_test.go +++ b/internal/services/recoveryservices/site_recovery_network_mapping_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings" "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" diff --git a/internal/services/recoveryservices/site_recovery_protection_container_data_source.go b/internal/services/recoveryservices/site_recovery_protection_container_data_source.go index 337f7e58984e..51fc4fbfa26f 100644 --- a/internal/services/recoveryservices/site_recovery_protection_container_data_source.go +++ b/internal/services/recoveryservices/site_recovery_protection_container_data_source.go @@ -9,7 +9,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/recoveryservices/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/recoveryservices/site_recovery_protection_container_mapping_resource.go b/internal/services/recoveryservices/site_recovery_protection_container_mapping_resource.go index fc1b98f77652..f80e62bda2e9 100644 --- a/internal/services/recoveryservices/site_recovery_protection_container_mapping_resource.go +++ b/internal/services/recoveryservices/site_recovery_protection_container_mapping_resource.go @@ -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-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" diff --git a/internal/services/recoveryservices/site_recovery_protection_container_mapping_resource_test.go b/internal/services/recoveryservices/site_recovery_protection_container_mapping_resource_test.go index 27f134aceeed..9100f7bea531 100644 --- a/internal/services/recoveryservices/site_recovery_protection_container_mapping_resource_test.go +++ b/internal/services/recoveryservices/site_recovery_protection_container_mapping_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings" "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" diff --git a/internal/services/recoveryservices/site_recovery_protection_container_resource.go b/internal/services/recoveryservices/site_recovery_protection_container_resource.go index e18da2501a6b..6b1080760081 100644 --- a/internal/services/recoveryservices/site_recovery_protection_container_resource.go +++ b/internal/services/recoveryservices/site_recovery_protection_container_resource.go @@ -9,7 +9,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/recoveryservices/validate" diff --git a/internal/services/recoveryservices/site_recovery_protection_container_resource_test.go b/internal/services/recoveryservices/site_recovery_protection_container_resource_test.go index 8fb05ac7cb51..f628e2067fff 100644 --- a/internal/services/recoveryservices/site_recovery_protection_container_resource_test.go +++ b/internal/services/recoveryservices/site_recovery_protection_container_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers" "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" diff --git a/internal/services/recoveryservices/site_recovery_replicated_vm_resource.go b/internal/services/recoveryservices/site_recovery_replicated_vm_resource.go index 32b5de4a996a..c57d2de1f9bc 100644 --- a/internal/services/recoveryservices/site_recovery_replicated_vm_resource.go +++ b/internal/services/recoveryservices/site_recovery_replicated_vm_resource.go @@ -21,10 +21,10 @@ import ( "github.com/hashicorp/go-azure-sdk/resource-manager/compute/2022-03-01/proximityplacementgroups" "github.com/hashicorp/go-azure-sdk/resource-manager/compute/2023-04-02/disks" "github.com/hashicorp/go-azure-sdk/resource-manager/compute/2024-03-01/virtualmachines" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/recoveryservices/site_recovery_replicated_vm_resource_test.go b/internal/services/recoveryservices/site_recovery_replicated_vm_resource_test.go index 8b20f6a2095e..7914f3271476 100644 --- a/internal/services/recoveryservices/site_recovery_replicated_vm_resource_test.go +++ b/internal/services/recoveryservices/site_recovery_replicated_vm_resource_test.go @@ -9,7 +9,7 @@ import ( "strings" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems" "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" diff --git a/internal/services/recoveryservices/site_recovery_replication_policy_data_source.go b/internal/services/recoveryservices/site_recovery_replication_policy_data_source.go index da219a6a0c9a..02fa7f64b7a4 100644 --- a/internal/services/recoveryservices/site_recovery_replication_policy_data_source.go +++ b/internal/services/recoveryservices/site_recovery_replication_policy_data_source.go @@ -9,7 +9,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies" "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" diff --git a/internal/services/recoveryservices/site_recovery_replication_policy_resource.go b/internal/services/recoveryservices/site_recovery_replication_policy_resource.go index 20f73adfbdcc..7bdcc6befc43 100644 --- a/internal/services/recoveryservices/site_recovery_replication_policy_resource.go +++ b/internal/services/recoveryservices/site_recovery_replication_policy_resource.go @@ -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-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/recoveryservices/parse" diff --git a/internal/services/recoveryservices/site_recovery_replication_policy_resource_test.go b/internal/services/recoveryservices/site_recovery_replication_policy_resource_test.go index d0bc81ab2c46..b61906b5ab88 100644 --- a/internal/services/recoveryservices/site_recovery_replication_policy_resource_test.go +++ b/internal/services/recoveryservices/site_recovery_replication_policy_resource_test.go @@ -9,7 +9,7 @@ import ( "regexp" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies" "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" diff --git a/internal/services/recoveryservices/site_recovery_replication_recovery_plan_data_source.go b/internal/services/recoveryservices/site_recovery_replication_recovery_plan_data_source.go index 58a40e5b047b..469d1b2d01fc 100644 --- a/internal/services/recoveryservices/site_recovery_replication_recovery_plan_data_source.go +++ b/internal/services/recoveryservices/site_recovery_replication_recovery_plan_data_source.go @@ -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/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/recoveryservices/site_recovery_replication_recovery_plan_resource.go b/internal/services/recoveryservices/site_recovery_replication_recovery_plan_resource.go index 626f5691bb93..1a1e5cfa285b 100644 --- a/internal/services/recoveryservices/site_recovery_replication_recovery_plan_resource.go +++ b/internal/services/recoveryservices/site_recovery_replication_recovery_plan_resource.go @@ -12,8 +12,8 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/edgezones" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" diff --git a/internal/services/recoveryservices/site_recovery_replication_recovery_plan_resource_test.go b/internal/services/recoveryservices/site_recovery_replication_recovery_plan_resource_test.go index 4f867da1a1eb..ee509075f0ff 100644 --- a/internal/services/recoveryservices/site_recovery_replication_recovery_plan_resource_test.go +++ b/internal/services/recoveryservices/site_recovery_replication_recovery_plan_resource_test.go @@ -10,7 +10,7 @@ import ( "strings" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans" "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" diff --git a/internal/services/recoveryservices/site_recovery_vmware_replicated_vm_resource.go b/internal/services/recoveryservices/site_recovery_vmware_replicated_vm_resource.go index e804834387bd..28f311b3e00c 100644 --- a/internal/services/recoveryservices/site_recovery_vmware_replicated_vm_resource.go +++ b/internal/services/recoveryservices/site_recovery_vmware_replicated_vm_resource.go @@ -20,10 +20,10 @@ import ( vmwaremachines "github.com/hashicorp/go-azure-sdk/resource-manager/migrate/2020-01-01/machines" vmwarerunasaccounts "github.com/hashicorp/go-azure-sdk/resource-manager/migrate/2020-01-01/runasaccounts" "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservices/2024-01-01/vaults" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" diff --git a/internal/services/recoveryservices/site_recovery_vmware_replicated_vm_resource_test.go b/internal/services/recoveryservices/site_recovery_vmware_replicated_vm_resource_test.go index 779e8996f137..b8fe45211001 100644 --- a/internal/services/recoveryservices/site_recovery_vmware_replicated_vm_resource_test.go +++ b/internal/services/recoveryservices/site_recovery_vmware_replicated_vm_resource_test.go @@ -9,7 +9,7 @@ import ( "os" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems" "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" diff --git a/internal/services/recoveryservices/site_recovery_vmware_replication_policy_association_resource.go b/internal/services/recoveryservices/site_recovery_vmware_replication_policy_association_resource.go index a7e0f09e464a..ab888b17cb03 100644 --- a/internal/services/recoveryservices/site_recovery_vmware_replication_policy_association_resource.go +++ b/internal/services/recoveryservices/site_recovery_vmware_replication_policy_association_resource.go @@ -10,10 +10,10 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservices/2024-01-01/vaults" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/services/recoveryservices/validate" diff --git a/internal/services/recoveryservices/site_recovery_vmware_replication_policy_association_resource_test.go b/internal/services/recoveryservices/site_recovery_vmware_replication_policy_association_resource_test.go index 2d755fb0f638..a1cacef75867 100644 --- a/internal/services/recoveryservices/site_recovery_vmware_replication_policy_association_resource_test.go +++ b/internal/services/recoveryservices/site_recovery_vmware_replication_policy_association_resource_test.go @@ -9,7 +9,7 @@ import ( "os" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings" "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" diff --git a/internal/services/recoveryservices/site_recovery_vmware_replication_policy_resource.go b/internal/services/recoveryservices/site_recovery_vmware_replication_policy_resource.go index 670aa4c9f1e8..2dc283c7887f 100644 --- a/internal/services/recoveryservices/site_recovery_vmware_replication_policy_resource.go +++ b/internal/services/recoveryservices/site_recovery_vmware_replication_policy_resource.go @@ -10,7 +10,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservices/2024-01-01/vaults" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/services/recoveryservices/validate" diff --git a/internal/services/recoveryservices/site_recovery_vmware_replication_policy_resource_test.go b/internal/services/recoveryservices/site_recovery_vmware_replication_policy_resource_test.go index bfbe5fa99e28..0aa124297b6b 100644 --- a/internal/services/recoveryservices/site_recovery_vmware_replication_policy_resource_test.go +++ b/internal/services/recoveryservices/site_recovery_vmware_replication_policy_resource_test.go @@ -9,7 +9,7 @@ import ( "regexp" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies" "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" diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicaazuremanageddiskdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicaazuremanageddiskdetails.go deleted file mode 100644 index b4d03b24573b..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicaazuremanageddiskdetails.go +++ /dev/null @@ -1,11 +0,0 @@ -package replicationprotecteditems - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type HyperVReplicaAzureManagedDiskDetails struct { - DiskEncryptionSetId *string `json:"diskEncryptionSetId,omitempty"` - DiskId *string `json:"diskId,omitempty"` - ReplicaDiskType *string `json:"replicaDiskType,omitempty"` - SeedManagedDiskId *string `json:"seedManagedDiskId,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicaazurereplicationdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicaazurereplicationdetails.go deleted file mode 100644 index 9a2b95da9425..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicaazurereplicationdetails.go +++ /dev/null @@ -1,73 +0,0 @@ -package replicationprotecteditems - -import ( - "encoding/json" - "fmt" -) - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -var _ ReplicationProviderSpecificSettings = HyperVReplicaAzureReplicationDetails{} - -type HyperVReplicaAzureReplicationDetails struct { - AzureVMDiskDetails *[]AzureVMDiskDetails `json:"azureVmDiskDetails,omitempty"` - EnableRdpOnTargetOption *string `json:"enableRdpOnTargetOption,omitempty"` - Encryption *string `json:"encryption,omitempty"` - InitialReplicationDetails *InitialReplicationDetails `json:"initialReplicationDetails,omitempty"` - LastRecoveryPointReceived *string `json:"lastRecoveryPointReceived,omitempty"` - LastReplicatedTime *string `json:"lastReplicatedTime,omitempty"` - LastRpoCalculatedTime *string `json:"lastRpoCalculatedTime,omitempty"` - LicenseType *string `json:"licenseType,omitempty"` - OSDetails *OSDetails `json:"oSDetails,omitempty"` - ProtectedManagedDisks *[]HyperVReplicaAzureManagedDiskDetails `json:"protectedManagedDisks,omitempty"` - RecoveryAvailabilitySetId *string `json:"recoveryAvailabilitySetId,omitempty"` - RecoveryAzureLogStorageAccountId *string `json:"recoveryAzureLogStorageAccountId,omitempty"` - RecoveryAzureResourceGroupId *string `json:"recoveryAzureResourceGroupId,omitempty"` - RecoveryAzureStorageAccount *string `json:"recoveryAzureStorageAccount,omitempty"` - RecoveryAzureVMName *string `json:"recoveryAzureVmName,omitempty"` - RecoveryAzureVMSize *string `json:"recoveryAzureVMSize,omitempty"` - RpoInSeconds *int64 `json:"rpoInSeconds,omitempty"` - SeedManagedDiskTags *map[string]string `json:"seedManagedDiskTags,omitempty"` - SelectedRecoveryAzureNetworkId *string `json:"selectedRecoveryAzureNetworkId,omitempty"` - SelectedSourceNicId *string `json:"selectedSourceNicId,omitempty"` - SourceVMCPUCount *int64 `json:"sourceVmCpuCount,omitempty"` - SourceVMRamSizeInMB *int64 `json:"sourceVmRamSizeInMB,omitempty"` - SqlServerLicenseType *string `json:"sqlServerLicenseType,omitempty"` - TargetAvailabilityZone *string `json:"targetAvailabilityZone,omitempty"` - TargetManagedDiskTags *map[string]string `json:"targetManagedDiskTags,omitempty"` - TargetNicTags *map[string]string `json:"targetNicTags,omitempty"` - TargetProximityPlacementGroupId *string `json:"targetProximityPlacementGroupId,omitempty"` - TargetVMTags *map[string]string `json:"targetVmTags,omitempty"` - UseManagedDisks *string `json:"useManagedDisks,omitempty"` - VMId *string `json:"vmId,omitempty"` - VMNics *[]VMNicDetails `json:"vmNics,omitempty"` - VMProtectionState *string `json:"vmProtectionState,omitempty"` - VMProtectionStateDescription *string `json:"vmProtectionStateDescription,omitempty"` - - // Fields inherited from ReplicationProviderSpecificSettings -} - -var _ json.Marshaler = HyperVReplicaAzureReplicationDetails{} - -func (s HyperVReplicaAzureReplicationDetails) MarshalJSON() ([]byte, error) { - type wrapper HyperVReplicaAzureReplicationDetails - wrapped := wrapper(s) - encoded, err := json.Marshal(wrapped) - if err != nil { - return nil, fmt.Errorf("marshaling HyperVReplicaAzureReplicationDetails: %+v", err) - } - - var decoded map[string]interface{} - if err := json.Unmarshal(encoded, &decoded); err != nil { - return nil, fmt.Errorf("unmarshaling HyperVReplicaAzureReplicationDetails: %+v", err) - } - decoded["instanceType"] = "HyperVReplicaAzure" - - encoded, err = json.Marshal(decoded) - if err != nil { - return nil, fmt.Errorf("re-marshaling HyperVReplicaAzureReplicationDetails: %+v", err) - } - - return encoded, nil -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageazurev2replicationdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageazurev2replicationdetails.go deleted file mode 100644 index d26606cca5ea..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageazurev2replicationdetails.go +++ /dev/null @@ -1,107 +0,0 @@ -package replicationprotecteditems - -import ( - "encoding/json" - "fmt" -) - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -var _ ReplicationProviderSpecificSettings = InMageAzureV2ReplicationDetails{} - -type InMageAzureV2ReplicationDetails struct { - AgentExpiryDate *string `json:"agentExpiryDate,omitempty"` - AgentVersion *string `json:"agentVersion,omitempty"` - AzureVMDiskDetails *[]AzureVMDiskDetails `json:"azureVMDiskDetails,omitempty"` - AzureVMGeneration *string `json:"azureVmGeneration,omitempty"` - CompressedDataRateInMB *float64 `json:"compressedDataRateInMB,omitempty"` - DataStores *[]string `json:"datastores,omitempty"` - DiscoveryType *string `json:"discoveryType,omitempty"` - DiskResized *string `json:"diskResized,omitempty"` - EnableRdpOnTargetOption *string `json:"enableRdpOnTargetOption,omitempty"` - FirmwareType *string `json:"firmwareType,omitempty"` - IPAddress *string `json:"ipAddress,omitempty"` - InfrastructureVMId *string `json:"infrastructureVmId,omitempty"` - IsAdditionalStatsAvailable *bool `json:"isAdditionalStatsAvailable,omitempty"` - IsAgentUpdateRequired *string `json:"isAgentUpdateRequired,omitempty"` - IsRebootAfterUpdateRequired *string `json:"isRebootAfterUpdateRequired,omitempty"` - LastHeartbeat *string `json:"lastHeartbeat,omitempty"` - LastRecoveryPointReceived *string `json:"lastRecoveryPointReceived,omitempty"` - LastRpoCalculatedTime *string `json:"lastRpoCalculatedTime,omitempty"` - LastUpdateReceivedTime *string `json:"lastUpdateReceivedTime,omitempty"` - LicenseType *string `json:"licenseType,omitempty"` - MasterTargetId *string `json:"masterTargetId,omitempty"` - MultiVMGroupId *string `json:"multiVmGroupId,omitempty"` - MultiVMGroupName *string `json:"multiVmGroupName,omitempty"` - MultiVMSyncStatus *string `json:"multiVmSyncStatus,omitempty"` - OsDiskId *string `json:"osDiskId,omitempty"` - OsType *string `json:"osType,omitempty"` - OsVersion *string `json:"osVersion,omitempty"` - ProcessServerId *string `json:"processServerId,omitempty"` - ProcessServerName *string `json:"processServerName,omitempty"` - ProtectedDisks *[]InMageAzureV2ProtectedDiskDetails `json:"protectedDisks,omitempty"` - ProtectedManagedDisks *[]InMageAzureV2ManagedDiskDetails `json:"protectedManagedDisks,omitempty"` - ProtectionStage *string `json:"protectionStage,omitempty"` - RecoveryAvailabilitySetId *string `json:"recoveryAvailabilitySetId,omitempty"` - RecoveryAzureLogStorageAccountId *string `json:"recoveryAzureLogStorageAccountId,omitempty"` - RecoveryAzureResourceGroupId *string `json:"recoveryAzureResourceGroupId,omitempty"` - RecoveryAzureStorageAccount *string `json:"recoveryAzureStorageAccount,omitempty"` - RecoveryAzureVMName *string `json:"recoveryAzureVMName,omitempty"` - RecoveryAzureVMSize *string `json:"recoveryAzureVMSize,omitempty"` - ReplicaId *string `json:"replicaId,omitempty"` - ResyncProgressPercentage *int64 `json:"resyncProgressPercentage,omitempty"` - RpoInSeconds *int64 `json:"rpoInSeconds,omitempty"` - SeedManagedDiskTags *map[string]string `json:"seedManagedDiskTags,omitempty"` - SelectedRecoveryAzureNetworkId *string `json:"selectedRecoveryAzureNetworkId,omitempty"` - SelectedSourceNicId *string `json:"selectedSourceNicId,omitempty"` - SelectedTfoAzureNetworkId *string `json:"selectedTfoAzureNetworkId,omitempty"` - SourceVMCPUCount *int64 `json:"sourceVmCpuCount,omitempty"` - SourceVMRamSizeInMB *int64 `json:"sourceVmRamSizeInMB,omitempty"` - SqlServerLicenseType *string `json:"sqlServerLicenseType,omitempty"` - SwitchProviderBlockingErrorDetails *[]InMageAzureV2SwitchProviderBlockingErrorDetails `json:"switchProviderBlockingErrorDetails,omitempty"` - SwitchProviderDetails *InMageAzureV2SwitchProviderDetails `json:"switchProviderDetails,omitempty"` - TargetAvailabilityZone *string `json:"targetAvailabilityZone,omitempty"` - TargetManagedDiskTags *map[string]string `json:"targetManagedDiskTags,omitempty"` - TargetNicTags *map[string]string `json:"targetNicTags,omitempty"` - TargetProximityPlacementGroupId *string `json:"targetProximityPlacementGroupId,omitempty"` - TargetVMId *string `json:"targetVmId,omitempty"` - TargetVMTags *map[string]string `json:"targetVmTags,omitempty"` - TotalDataTransferred *int64 `json:"totalDataTransferred,omitempty"` - TotalProgressHealth *string `json:"totalProgressHealth,omitempty"` - UncompressedDataRateInMB *float64 `json:"uncompressedDataRateInMB,omitempty"` - UseManagedDisks *string `json:"useManagedDisks,omitempty"` - VCenterInfrastructureId *string `json:"vCenterInfrastructureId,omitempty"` - VMId *string `json:"vmId,omitempty"` - VMNics *[]VMNicDetails `json:"vmNics,omitempty"` - VMProtectionState *string `json:"vmProtectionState,omitempty"` - VMProtectionStateDescription *string `json:"vmProtectionStateDescription,omitempty"` - ValidationErrors *[]HealthError `json:"validationErrors,omitempty"` - VhdName *string `json:"vhdName,omitempty"` - - // Fields inherited from ReplicationProviderSpecificSettings -} - -var _ json.Marshaler = InMageAzureV2ReplicationDetails{} - -func (s InMageAzureV2ReplicationDetails) MarshalJSON() ([]byte, error) { - type wrapper InMageAzureV2ReplicationDetails - wrapped := wrapper(s) - encoded, err := json.Marshal(wrapped) - if err != nil { - return nil, fmt.Errorf("marshaling InMageAzureV2ReplicationDetails: %+v", err) - } - - var decoded map[string]interface{} - if err := json.Unmarshal(encoded, &decoded); err != nil { - return nil, fmt.Errorf("unmarshaling InMageAzureV2ReplicationDetails: %+v", err) - } - decoded["instanceType"] = "InMageAzureV2" - - encoded, err = json.Marshal(decoded) - if err != nil { - return nil, fmt.Errorf("re-marshaling InMageAzureV2ReplicationDetails: %+v", err) - } - - return encoded, nil -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmupdatereplicationprotectediteminput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmupdatereplicationprotectediteminput.go deleted file mode 100644 index 428a0dc1aeb0..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmupdatereplicationprotectediteminput.go +++ /dev/null @@ -1,51 +0,0 @@ -package replicationprotecteditems - -import ( - "encoding/json" - "fmt" -) - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -var _ UpdateReplicationProtectedItemProviderInput = InMageRcmUpdateReplicationProtectedItemInput{} - -type InMageRcmUpdateReplicationProtectedItemInput struct { - LicenseType *LicenseType `json:"licenseType,omitempty"` - TargetAvailabilitySetId *string `json:"targetAvailabilitySetId,omitempty"` - TargetAvailabilityZone *string `json:"targetAvailabilityZone,omitempty"` - TargetBootDiagnosticsStorageAccountId *string `json:"targetBootDiagnosticsStorageAccountId,omitempty"` - TargetNetworkId *string `json:"targetNetworkId,omitempty"` - TargetProximityPlacementGroupId *string `json:"targetProximityPlacementGroupId,omitempty"` - TargetResourceGroupId *string `json:"targetResourceGroupId,omitempty"` - TargetVMName *string `json:"targetVmName,omitempty"` - TargetVMSize *string `json:"targetVmSize,omitempty"` - TestNetworkId *string `json:"testNetworkId,omitempty"` - VMNics *[]InMageRcmNicInput `json:"vmNics,omitempty"` - - // Fields inherited from UpdateReplicationProtectedItemProviderInput -} - -var _ json.Marshaler = InMageRcmUpdateReplicationProtectedItemInput{} - -func (s InMageRcmUpdateReplicationProtectedItemInput) MarshalJSON() ([]byte, error) { - type wrapper InMageRcmUpdateReplicationProtectedItemInput - wrapped := wrapper(s) - encoded, err := json.Marshal(wrapped) - if err != nil { - return nil, fmt.Errorf("marshaling InMageRcmUpdateReplicationProtectedItemInput: %+v", err) - } - - var decoded map[string]interface{} - if err := json.Unmarshal(encoded, &decoded); err != nil { - return nil, fmt.Errorf("unmarshaling InMageRcmUpdateReplicationProtectedItemInput: %+v", err) - } - decoded["instanceType"] = "InMageRcm" - - encoded, err = json.Marshal(decoded) - if err != nil { - return nil, fmt.Errorf("re-marshaling InMageRcmUpdateReplicationProtectedItemInput: %+v", err) - } - - return encoded, nil -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_osdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_osdetails.go deleted file mode 100644 index ffe22cbffdc7..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_osdetails.go +++ /dev/null @@ -1,13 +0,0 @@ -package replicationprotecteditems - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type OSDetails struct { - OSMajorVersion *string `json:"oSMajorVersion,omitempty"` - OSMinorVersion *string `json:"oSMinorVersion,omitempty"` - OSVersion *string `json:"oSVersion,omitempty"` - OsEdition *string `json:"osEdition,omitempty"` - OsType *string `json:"osType,omitempty"` - ProductType *string `json:"productType,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/README.md similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/README.md index 1fb07e09e880..c9cd14fe1c86 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics` Documentation -The `replicationfabrics` SDK allows for interaction with the Azure Resource Manager Service `recoveryservicessiterecovery` (API Version `2022-10-01`). +The `replicationfabrics` SDK allows for interaction with the Azure Resource Manager Service `recoveryservicessiterecovery` (API Version `2024-02-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics" +import "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics" ``` @@ -135,6 +135,18 @@ if err := client.ReassociateGatewayThenPoll(ctx, id, payload); err != nil { ``` +### Example Usage: `ReplicationFabricsClient.RemoveInfra` + +```go +ctx := context.TODO() +id := replicationfabrics.NewReplicationFabricID("12345678-1234-9876-4563-123456789012", "example-resource-group", "vaultValue", "replicationFabricValue") + +if err := client.RemoveInfraThenPoll(ctx, id); err != nil { + // handle the error +} +``` + + ### Example Usage: `ReplicationFabricsClient.RenewCertificate` ```go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/id_replicationfabric.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/id_replicationfabric.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/id_replicationfabric.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/id_replicationfabric.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/id_vault.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/id_vault.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/id_vault.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/id_vault.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/method_checkconsistency.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/method_checkconsistency.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/method_checkconsistency.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/method_checkconsistency.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/method_create.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/method_create.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/method_create.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/method_create.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/method_migratetoaad.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/method_migratetoaad.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/method_migratetoaad.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/method_migratetoaad.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/method_purge.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/method_purge.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/method_purge.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/method_purge.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/method_reassociategateway.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/method_reassociategateway.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/method_reassociategateway.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/method_reassociategateway.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/method_removeinfra.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/method_removeinfra.go new file mode 100644 index 000000000000..242bf25cd2b0 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/method_removeinfra.go @@ -0,0 +1,69 @@ +package replicationfabrics + +import ( + "context" + "fmt" + "net/http" + + "github.com/hashicorp/go-azure-sdk/sdk/client" + "github.com/hashicorp/go-azure-sdk/sdk/client/pollers" + "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" + "github.com/hashicorp/go-azure-sdk/sdk/odata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type RemoveInfraOperationResponse struct { + Poller pollers.Poller + HttpResponse *http.Response + OData *odata.OData +} + +// RemoveInfra ... +func (c ReplicationFabricsClient) RemoveInfra(ctx context.Context, id ReplicationFabricId) (result RemoveInfraOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + http.StatusAccepted, + }, + HttpMethod: http.MethodPost, + Path: fmt.Sprintf("%s/removeInfra", id.ID()), + } + + req, err := c.Client.NewRequest(ctx, opts) + if err != nil { + return + } + + var resp *client.Response + resp, err = req.Execute(ctx) + if resp != nil { + result.OData = resp.OData + result.HttpResponse = resp.Response + } + if err != nil { + return + } + + result.Poller, err = resourcemanager.PollerFromResponse(resp, c.Client) + if err != nil { + return + } + + return +} + +// RemoveInfraThenPoll performs RemoveInfra then polls until it's completed +func (c ReplicationFabricsClient) RemoveInfraThenPoll(ctx context.Context, id ReplicationFabricId) error { + result, err := c.RemoveInfra(ctx, id) + if err != nil { + return fmt.Errorf("performing RemoveInfra: %+v", err) + } + + if err := result.Poller.PollUntilDone(ctx); err != nil { + return fmt.Errorf("polling after RemoveInfra: %+v", err) + } + + return nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/method_renewcertificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/method_renewcertificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/method_renewcertificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/method_renewcertificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_a2aextendedlocationdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_a2aextendedlocationdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_a2aextendedlocationdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_a2aextendedlocationdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_a2afabricspecificlocationdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_a2afabricspecificlocationdetails.go new file mode 100644 index 000000000000..cf5d60d8f069 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_a2afabricspecificlocationdetails.go @@ -0,0 +1,23 @@ +package replicationfabrics + +import ( + "github.com/hashicorp/go-azure-helpers/resourcemanager/edgezones" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type A2AFabricSpecificLocationDetails struct { + InitialPrimaryExtendedLocation *edgezones.Model `json:"initialPrimaryExtendedLocation,omitempty"` + InitialPrimaryFabricLocation *string `json:"initialPrimaryFabricLocation,omitempty"` + InitialPrimaryZone *string `json:"initialPrimaryZone,omitempty"` + InitialRecoveryExtendedLocation *edgezones.Model `json:"initialRecoveryExtendedLocation,omitempty"` + InitialRecoveryFabricLocation *string `json:"initialRecoveryFabricLocation,omitempty"` + InitialRecoveryZone *string `json:"initialRecoveryZone,omitempty"` + PrimaryExtendedLocation *edgezones.Model `json:"primaryExtendedLocation,omitempty"` + PrimaryFabricLocation *string `json:"primaryFabricLocation,omitempty"` + PrimaryZone *string `json:"primaryZone,omitempty"` + RecoveryExtendedLocation *edgezones.Model `json:"recoveryExtendedLocation,omitempty"` + RecoveryFabricLocation *string `json:"recoveryFabricLocation,omitempty"` + RecoveryZone *string `json:"recoveryZone,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_a2azonedetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_a2azonedetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_a2azonedetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_a2azonedetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_agentdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_agentdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_agentdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_agentdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_agentdiskdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_agentdiskdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_agentdiskdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_agentdiskdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_azurefabriccreationinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_azurefabriccreationinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_azurefabriccreationinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_azurefabriccreationinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_azurefabricspecificdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_azurefabricspecificdetails.go similarity index 71% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_azurefabricspecificdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_azurefabricspecificdetails.go index ddccad4b4788..367bc0a49ce4 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_azurefabricspecificdetails.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_azurefabricspecificdetails.go @@ -11,10 +11,11 @@ import ( var _ FabricSpecificDetails = AzureFabricSpecificDetails{} type AzureFabricSpecificDetails struct { - ContainerIds *[]string `json:"containerIds,omitempty"` - ExtendedLocations *[]A2AExtendedLocationDetails `json:"extendedLocations,omitempty"` - Location *string `json:"location,omitempty"` - Zones *[]A2AZoneDetails `json:"zones,omitempty"` + ContainerIds *[]string `json:"containerIds,omitempty"` + ExtendedLocations *[]A2AExtendedLocationDetails `json:"extendedLocations,omitempty"` + Location *string `json:"location,omitempty"` + LocationDetails *[]A2AFabricSpecificLocationDetails `json:"locationDetails,omitempty"` + Zones *[]A2AZoneDetails `json:"zones,omitempty"` // Fields inherited from FabricSpecificDetails } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_datastore.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_datastore.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_datastore.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_datastore.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_dradetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_dradetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_dradetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_dradetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_encryptiondetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_encryptiondetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_encryptiondetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_encryptiondetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_fabric.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_fabric.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_fabric.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_fabric.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_fabriccreationinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_fabriccreationinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_fabriccreationinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_fabriccreationinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_fabriccreationinputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_fabriccreationinputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_fabriccreationinputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_fabriccreationinputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_fabricproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_fabricproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_fabricproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_fabricproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_fabricspecificcreationinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_fabricspecificcreationinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_fabricspecificcreationinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_fabricspecificcreationinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_fabricspecificdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_fabricspecificdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_fabricspecificdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_fabricspecificdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_failoverprocessserverrequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_failoverprocessserverrequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_failoverprocessserverrequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_failoverprocessserverrequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_failoverprocessserverrequestproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_failoverprocessserverrequestproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_failoverprocessserverrequestproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_failoverprocessserverrequestproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_healtherror.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_healtherror.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_healtherror.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_healtherror.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_hypervhostdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_hypervhostdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_hypervhostdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_hypervhostdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_hypervsitedetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_hypervsitedetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_hypervsitedetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_hypervsitedetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_identityproviderdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_identityproviderdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_identityproviderdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_identityproviderdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_identityproviderinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_identityproviderinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_identityproviderinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_identityproviderinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_inmagefabricswitchproviderblockingerrordetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_inmagefabricswitchproviderblockingerrordetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_inmagefabricswitchproviderblockingerrordetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_inmagefabricswitchproviderblockingerrordetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_inmagercmfabriccreationinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_inmagercmfabriccreationinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_inmagercmfabriccreationinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_inmagercmfabriccreationinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_inmagercmfabricspecificdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_inmagercmfabricspecificdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_inmagercmfabricspecificdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_inmagercmfabricspecificdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_innerhealtherror.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_innerhealtherror.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_innerhealtherror.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_innerhealtherror.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_marsagentdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_marsagentdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_marsagentdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_marsagentdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_mastertargetserver.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_mastertargetserver.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_mastertargetserver.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_mastertargetserver.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_mobilityserviceupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_mobilityserviceupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_mobilityserviceupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_mobilityserviceupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_processserver.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_processserver.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_processserver.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_processserver.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_processserverdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_processserverdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_processserverdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_processserverdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_pushinstallerdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_pushinstallerdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_pushinstallerdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_pushinstallerdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_rcmproxydetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_rcmproxydetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_rcmproxydetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_rcmproxydetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_renewcertificateinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_renewcertificateinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_renewcertificateinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_renewcertificateinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_renewcertificateinputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_renewcertificateinputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_renewcertificateinputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_renewcertificateinputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_replicationagentdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_replicationagentdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_replicationagentdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_replicationagentdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_reprotectagentdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_reprotectagentdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_reprotectagentdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_reprotectagentdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_retentionvolume.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_retentionvolume.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_retentionvolume.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_retentionvolume.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_runasaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_runasaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_runasaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_runasaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_versiondetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_versiondetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_versiondetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_versiondetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_vmmdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_vmmdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_vmmdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_vmmdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_vmwaredetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_vmwaredetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_vmwaredetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_vmwaredetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_vmwarev2fabriccreationinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_vmwarev2fabriccreationinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_vmwarev2fabriccreationinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_vmwarev2fabriccreationinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_vmwarev2fabricspecificdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_vmwarev2fabricspecificdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/model_vmwarev2fabricspecificdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/model_vmwarev2fabricspecificdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/version.go index 4e112c3015ee..5b49c98b90fa 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2022-10-01" +const defaultApiVersion = "2024-02-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/replicationfabrics/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/README.md index 5e945736182e..acaf242aeade 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings` Documentation -The `replicationnetworkmappings` SDK allows for interaction with the Azure Resource Manager Service `recoveryservicessiterecovery` (API Version `2022-10-01`). +The `replicationnetworkmappings` SDK allows for interaction with the Azure Resource Manager Service `recoveryservicessiterecovery` (API Version `2024-02-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings" +import "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/id_replicationnetwork.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/id_replicationnetwork.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/id_replicationnetwork.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/id_replicationnetwork.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/id_replicationnetworkmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/id_replicationnetworkmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/id_replicationnetworkmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/id_replicationnetworkmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/id_vault.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/id_vault.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/id_vault.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/id_vault.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/method_create.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/method_create.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/method_create.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/method_create.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/method_listbyreplicationnetworks.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/method_listbyreplicationnetworks.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/method_listbyreplicationnetworks.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/method_listbyreplicationnetworks.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/method_update.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/method_update.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/method_update.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/method_update.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_azuretoazurecreatenetworkmappinginput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_azuretoazurecreatenetworkmappinginput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_azuretoazurecreatenetworkmappinginput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_azuretoazurecreatenetworkmappinginput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_azuretoazurenetworkmappingsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_azuretoazurenetworkmappingsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_azuretoazurenetworkmappingsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_azuretoazurenetworkmappingsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_azuretoazureupdatenetworkmappinginput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_azuretoazureupdatenetworkmappinginput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_azuretoazureupdatenetworkmappinginput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_azuretoazureupdatenetworkmappinginput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_createnetworkmappinginput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_createnetworkmappinginput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_createnetworkmappinginput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_createnetworkmappinginput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_createnetworkmappinginputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_createnetworkmappinginputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_createnetworkmappinginputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_createnetworkmappinginputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_fabricspecificcreatenetworkmappinginput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_fabricspecificcreatenetworkmappinginput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_fabricspecificcreatenetworkmappinginput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_fabricspecificcreatenetworkmappinginput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_fabricspecificupdatenetworkmappinginput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_fabricspecificupdatenetworkmappinginput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_fabricspecificupdatenetworkmappinginput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_fabricspecificupdatenetworkmappinginput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_networkmapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_networkmapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_networkmapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_networkmapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_networkmappingfabricspecificsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_networkmappingfabricspecificsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_networkmappingfabricspecificsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_networkmappingfabricspecificsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_networkmappingproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_networkmappingproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_networkmappingproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_networkmappingproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_updatenetworkmappinginput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_updatenetworkmappinginput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_updatenetworkmappinginput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_updatenetworkmappinginput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_updatenetworkmappinginputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_updatenetworkmappinginputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_updatenetworkmappinginputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_updatenetworkmappinginputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_vmmtoazurecreatenetworkmappinginput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_vmmtoazurecreatenetworkmappinginput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_vmmtoazurecreatenetworkmappinginput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_vmmtoazurecreatenetworkmappinginput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_vmmtoazurenetworkmappingsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_vmmtoazurenetworkmappingsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_vmmtoazurenetworkmappingsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_vmmtoazurenetworkmappingsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_vmmtoazureupdatenetworkmappinginput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_vmmtoazureupdatenetworkmappinginput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_vmmtoazureupdatenetworkmappinginput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_vmmtoazureupdatenetworkmappinginput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_vmmtovmmcreatenetworkmappinginput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_vmmtovmmcreatenetworkmappinginput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_vmmtovmmcreatenetworkmappinginput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_vmmtovmmcreatenetworkmappinginput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_vmmtovmmnetworkmappingsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_vmmtovmmnetworkmappingsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_vmmtovmmnetworkmappingsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_vmmtovmmnetworkmappingsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_vmmtovmmupdatenetworkmappinginput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_vmmtovmmupdatenetworkmappinginput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/model_vmmtovmmupdatenetworkmappinginput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/model_vmmtovmmupdatenetworkmappinginput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/version.go index b974dd5265a7..ac55421fdf0b 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2022-10-01" +const defaultApiVersion = "2024-02-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/replicationnetworkmappings/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks/README.md similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks/README.md index b456770604c2..5c2c84d4706b 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks` Documentation -The `replicationnetworks` SDK allows for interaction with the Azure Resource Manager Service `recoveryservicessiterecovery` (API Version `2022-10-01`). +The `replicationnetworks` SDK allows for interaction with the Azure Resource Manager Service `recoveryservicessiterecovery` (API Version `2024-02-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks" +import "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks/id_replicationfabric.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks/id_replicationfabric.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks/id_replicationfabric.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks/id_replicationfabric.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks/id_replicationnetwork.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks/id_replicationnetwork.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks/id_replicationnetwork.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks/id_replicationnetwork.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks/id_vault.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks/id_vault.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks/id_vault.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks/id_vault.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks/method_listbyreplicationfabrics.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks/method_listbyreplicationfabrics.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks/method_listbyreplicationfabrics.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks/method_listbyreplicationfabrics.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks/model_network.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks/model_network.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks/model_network.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks/model_network.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks/model_networkproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks/model_networkproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks/model_networkproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks/model_networkproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks/model_subnet.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks/model_subnet.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks/model_subnet.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks/model_subnet.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks/version.go index 414d543ac3c2..38bb60814a66 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2022-10-01" +const defaultApiVersion = "2024-02-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/replicationnetworks/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/README.md index 79f08863b14d..5f5b518b07af 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies` Documentation -The `replicationpolicies` SDK allows for interaction with the Azure Resource Manager Service `recoveryservicessiterecovery` (API Version `2022-10-01`). +The `replicationpolicies` SDK allows for interaction with the Azure Resource Manager Service `recoveryservicessiterecovery` (API Version `2024-02-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies" +import "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/id_replicationpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/id_replicationpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/id_replicationpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/id_replicationpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/id_vault.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/id_vault.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/id_vault.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/id_vault.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/method_create.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/method_create.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/method_create.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/method_create.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/method_update.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/method_update.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/method_update.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/method_update.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_a2acrossclustermigrationpolicycreationinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_a2acrossclustermigrationpolicycreationinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_a2acrossclustermigrationpolicycreationinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_a2acrossclustermigrationpolicycreationinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_a2apolicycreationinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_a2apolicycreationinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_a2apolicycreationinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_a2apolicycreationinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_a2apolicydetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_a2apolicydetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_a2apolicydetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_a2apolicydetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_createpolicyinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_createpolicyinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_createpolicyinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_createpolicyinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_createpolicyinputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_createpolicyinputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_createpolicyinputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_createpolicyinputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_hypervreplicaazurepolicydetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_hypervreplicaazurepolicydetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_hypervreplicaazurepolicydetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_hypervreplicaazurepolicydetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_hypervreplicaazurepolicyinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_hypervreplicaazurepolicyinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_hypervreplicaazurepolicyinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_hypervreplicaazurepolicyinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_hypervreplicabasepolicydetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_hypervreplicabasepolicydetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_hypervreplicabasepolicydetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_hypervreplicabasepolicydetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_hypervreplicabluepolicydetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_hypervreplicabluepolicydetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_hypervreplicabluepolicydetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_hypervreplicabluepolicydetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_hypervreplicabluepolicyinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_hypervreplicabluepolicyinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_hypervreplicabluepolicyinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_hypervreplicabluepolicyinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_hypervreplicapolicydetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_hypervreplicapolicydetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_hypervreplicapolicydetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_hypervreplicapolicydetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_hypervreplicapolicyinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_hypervreplicapolicyinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_hypervreplicapolicyinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_hypervreplicapolicyinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_inmageazurev2policydetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_inmageazurev2policydetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_inmageazurev2policydetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_inmageazurev2policydetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_inmageazurev2policyinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_inmageazurev2policyinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_inmageazurev2policyinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_inmageazurev2policyinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_inmagebasepolicydetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_inmagebasepolicydetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_inmagebasepolicydetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_inmagebasepolicydetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_inmagepolicydetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_inmagepolicydetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_inmagepolicydetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_inmagepolicydetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_inmagepolicyinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_inmagepolicyinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_inmagepolicyinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_inmagepolicyinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_inmagercmfailbackpolicycreationinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_inmagercmfailbackpolicycreationinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_inmagercmfailbackpolicycreationinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_inmagercmfailbackpolicycreationinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_inmagercmfailbackpolicydetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_inmagercmfailbackpolicydetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_inmagercmfailbackpolicydetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_inmagercmfailbackpolicydetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_inmagercmpolicycreationinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_inmagercmpolicycreationinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_inmagercmpolicycreationinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_inmagercmpolicycreationinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_inmagercmpolicydetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_inmagercmpolicydetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_inmagercmpolicydetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_inmagercmpolicydetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_policy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_policy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_policy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_policy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_policyproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_policyproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_policyproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_policyproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_policyproviderspecificdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_policyproviderspecificdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_policyproviderspecificdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_policyproviderspecificdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_policyproviderspecificinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_policyproviderspecificinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_policyproviderspecificinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_policyproviderspecificinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_updatepolicyinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_updatepolicyinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_updatepolicyinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_updatepolicyinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_updatepolicyinputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_updatepolicyinputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_updatepolicyinputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_updatepolicyinputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_vmwarecbtpolicycreationinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_vmwarecbtpolicycreationinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_vmwarecbtpolicycreationinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_vmwarecbtpolicycreationinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_vmwarecbtpolicydetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_vmwarecbtpolicydetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/model_vmwarecbtpolicydetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/model_vmwarecbtpolicydetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/version.go index 78e2bf24135a..f90940560d06 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2022-10-01" +const defaultApiVersion = "2024-02-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/replicationpolicies/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/README.md similarity index 98% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/README.md index 082404d75162..4e2f90a70a18 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems` Documentation -The `replicationprotecteditems` SDK allows for interaction with the Azure Resource Manager Service `recoveryservicessiterecovery` (API Version `2022-10-01`). +The `replicationprotecteditems` SDK allows for interaction with the Azure Resource Manager Service `recoveryservicessiterecovery` (API Version `2024-02-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems" +import "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/constants.go similarity index 82% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/constants.go index a2f70e2b399d..52dde56ad379 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/constants.go @@ -127,6 +127,47 @@ func parseAutoProtectionOfDataDisk(input string) (*AutoProtectionOfDataDisk, err return &out, nil } +type ChurnOptionSelected string + +const ( + ChurnOptionSelectedHigh ChurnOptionSelected = "High" + ChurnOptionSelectedNormal ChurnOptionSelected = "Normal" +) + +func PossibleValuesForChurnOptionSelected() []string { + return []string{ + string(ChurnOptionSelectedHigh), + string(ChurnOptionSelectedNormal), + } +} + +func (s *ChurnOptionSelected) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseChurnOptionSelected(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseChurnOptionSelected(input string) (*ChurnOptionSelected, error) { + vals := map[string]ChurnOptionSelected{ + "high": ChurnOptionSelectedHigh, + "normal": ChurnOptionSelectedNormal, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := ChurnOptionSelected(input) + return &out, nil +} + type DisableProtectionReason string const ( @@ -172,15 +213,23 @@ type DiskAccountType string const ( DiskAccountTypePremiumLRS DiskAccountType = "Premium_LRS" + DiskAccountTypePremiumVTwoLRS DiskAccountType = "PremiumV2_LRS" + DiskAccountTypePremiumZRS DiskAccountType = "Premium_ZRS" DiskAccountTypeStandardLRS DiskAccountType = "Standard_LRS" DiskAccountTypeStandardSSDLRS DiskAccountType = "StandardSSD_LRS" + DiskAccountTypeStandardSSDZRS DiskAccountType = "StandardSSD_ZRS" + DiskAccountTypeUltraSSDLRS DiskAccountType = "UltraSSD_LRS" ) func PossibleValuesForDiskAccountType() []string { return []string{ string(DiskAccountTypePremiumLRS), + string(DiskAccountTypePremiumVTwoLRS), + string(DiskAccountTypePremiumZRS), string(DiskAccountTypeStandardLRS), string(DiskAccountTypeStandardSSDLRS), + string(DiskAccountTypeStandardSSDZRS), + string(DiskAccountTypeUltraSSDLRS), } } @@ -200,8 +249,12 @@ func (s *DiskAccountType) UnmarshalJSON(bytes []byte) error { func parseDiskAccountType(input string) (*DiskAccountType, error) { vals := map[string]DiskAccountType{ "premium_lrs": DiskAccountTypePremiumLRS, + "premiumv2_lrs": DiskAccountTypePremiumVTwoLRS, + "premium_zrs": DiskAccountTypePremiumZRS, "standard_lrs": DiskAccountTypeStandardLRS, "standardssd_lrs": DiskAccountTypeStandardSSDLRS, + "standardssd_zrs": DiskAccountTypeStandardSSDZRS, + "ultrassd_lrs": DiskAccountTypeUltraSSDLRS, } if v, ok := vals[strings.ToLower(input)]; ok { return &v, nil @@ -262,6 +315,53 @@ func parseDiskReplicationProgressHealth(input string) (*DiskReplicationProgressH return &out, nil } +type DiskState string + +const ( + DiskStateInitialReplicationFailed DiskState = "InitialReplicationFailed" + DiskStateInitialReplicationPending DiskState = "InitialReplicationPending" + DiskStateProtected DiskState = "Protected" + DiskStateUnavailable DiskState = "Unavailable" +) + +func PossibleValuesForDiskState() []string { + return []string{ + string(DiskStateInitialReplicationFailed), + string(DiskStateInitialReplicationPending), + string(DiskStateProtected), + string(DiskStateUnavailable), + } +} + +func (s *DiskState) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseDiskState(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseDiskState(input string) (*DiskState, error) { + vals := map[string]DiskState{ + "initialreplicationfailed": DiskStateInitialReplicationFailed, + "initialreplicationpending": DiskStateInitialReplicationPending, + "protected": DiskStateProtected, + "unavailable": DiskStateUnavailable, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := DiskState(input) + return &out, nil +} + type EthernetAddressType string const ( @@ -652,6 +752,91 @@ func parseResyncState(input string) (*ResyncState, error) { return &out, nil } +type SecurityConfiguration string + +const ( + SecurityConfigurationDisabled SecurityConfiguration = "Disabled" + SecurityConfigurationEnabled SecurityConfiguration = "Enabled" +) + +func PossibleValuesForSecurityConfiguration() []string { + return []string{ + string(SecurityConfigurationDisabled), + string(SecurityConfigurationEnabled), + } +} + +func (s *SecurityConfiguration) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseSecurityConfiguration(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseSecurityConfiguration(input string) (*SecurityConfiguration, error) { + vals := map[string]SecurityConfiguration{ + "disabled": SecurityConfigurationDisabled, + "enabled": SecurityConfigurationEnabled, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := SecurityConfiguration(input) + return &out, nil +} + +type SecurityType string + +const ( + SecurityTypeConfidentialVM SecurityType = "ConfidentialVM" + SecurityTypeNone SecurityType = "None" + SecurityTypeTrustedLaunch SecurityType = "TrustedLaunch" +) + +func PossibleValuesForSecurityType() []string { + return []string{ + string(SecurityTypeConfidentialVM), + string(SecurityTypeNone), + string(SecurityTypeTrustedLaunch), + } +} + +func (s *SecurityType) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseSecurityType(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseSecurityType(input string) (*SecurityType, error) { + vals := map[string]SecurityType{ + "confidentialvm": SecurityTypeConfidentialVM, + "none": SecurityTypeNone, + "trustedlaunch": SecurityTypeTrustedLaunch, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := SecurityType(input) + return &out, nil +} + type SqlServerLicenseType string const ( diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/id_replicationprotecteditem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/id_replicationprotecteditem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/id_replicationprotecteditem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/id_replicationprotecteditem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/id_replicationprotectioncontainer.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/id_replicationprotectioncontainer.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/id_replicationprotectioncontainer.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/id_replicationprotectioncontainer.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/id_vault.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/id_vault.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/id_vault.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/id_vault.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_adddisks.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_adddisks.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_adddisks.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_adddisks.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_applyrecoverypoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_applyrecoverypoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_applyrecoverypoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_applyrecoverypoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_create.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_create.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_create.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_create.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_failovercancel.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_failovercancel.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_failovercancel.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_failovercancel.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_failovercommit.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_failovercommit.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_failovercommit.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_failovercommit.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_listbyreplicationprotectioncontainers.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_listbyreplicationprotectioncontainers.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_listbyreplicationprotectioncontainers.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_listbyreplicationprotectioncontainers.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_plannedfailover.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_plannedfailover.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_plannedfailover.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_plannedfailover.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_purge.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_purge.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_purge.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_purge.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_removedisks.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_removedisks.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_removedisks.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_removedisks.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_repairreplication.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_repairreplication.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_repairreplication.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_repairreplication.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_reprotect.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_reprotect.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_reprotect.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_reprotect.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_resolvehealtherrors.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_resolvehealtherrors.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_resolvehealtherrors.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_resolvehealtherrors.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_switchprovider.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_switchprovider.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_switchprovider.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_switchprovider.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_testfailover.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_testfailover.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_testfailover.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_testfailover.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_testfailovercleanup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_testfailovercleanup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_testfailovercleanup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_testfailovercleanup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_unplannedfailover.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_unplannedfailover.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_unplannedfailover.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_unplannedfailover.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_update.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_update.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_update.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_update.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_updateappliance.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_updateappliance.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_updateappliance.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_updateappliance.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_updatemobilityservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_updatemobilityservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/method_updatemobilityservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/method_updatemobilityservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2aadddisksinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2aadddisksinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2aadddisksinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2aadddisksinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2aapplyrecoverypointinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2aapplyrecoverypointinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2aapplyrecoverypointinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2aapplyrecoverypointinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2acrossclustermigrationapplyrecoverypointinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2acrossclustermigrationapplyrecoverypointinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2acrossclustermigrationapplyrecoverypointinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2acrossclustermigrationapplyrecoverypointinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2acrossclustermigrationenableprotectioninput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2acrossclustermigrationenableprotectioninput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2acrossclustermigrationenableprotectioninput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2acrossclustermigrationenableprotectioninput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2acrossclustermigrationreplicationdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2acrossclustermigrationreplicationdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2acrossclustermigrationreplicationdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2acrossclustermigrationreplicationdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2aenableprotectioninput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2aenableprotectioninput.go similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2aenableprotectioninput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2aenableprotectioninput.go index bd2dc9680aed..6d6c0bf630fd 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2aenableprotectioninput.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2aenableprotectioninput.go @@ -13,10 +13,12 @@ import ( var _ EnableProtectionProviderSpecificInput = A2AEnableProtectionInput{} type A2AEnableProtectionInput struct { + AutoProtectionOfDataDisk *AutoProtectionOfDataDisk `json:"autoProtectionOfDataDisk,omitempty"` DiskEncryptionInfo *DiskEncryptionInfo `json:"diskEncryptionInfo,omitempty"` FabricObjectId string `json:"fabricObjectId"` MultiVMGroupId *string `json:"multiVmGroupId,omitempty"` MultiVMGroupName *string `json:"multiVmGroupName,omitempty"` + ProtectionClusterId *string `json:"protectionClusterId,omitempty"` RecoveryAvailabilitySetId *string `json:"recoveryAvailabilitySetId,omitempty"` RecoveryAvailabilityZone *string `json:"recoveryAvailabilityZone,omitempty"` RecoveryAzureNetworkId *string `json:"recoveryAzureNetworkId,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2aprotecteddiskdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2aprotecteddiskdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2aprotecteddiskdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2aprotecteddiskdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2aprotectedmanageddiskdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2aprotectedmanageddiskdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2aprotectedmanageddiskdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2aprotectedmanageddiskdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2aremovedisksinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2aremovedisksinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2aremovedisksinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2aremovedisksinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2areplicationdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2areplicationdetails.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2areplicationdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2areplicationdetails.go index 9b0fe1bfc916..07d37bb3696f 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2areplicationdetails.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2areplicationdetails.go @@ -17,6 +17,7 @@ type A2AReplicationDetails struct { AgentExpiryDate *string `json:"agentExpiryDate,omitempty"` AgentVersion *string `json:"agentVersion,omitempty"` AutoProtectionOfDataDisk *AutoProtectionOfDataDisk `json:"autoProtectionOfDataDisk,omitempty"` + ChurnOptionSelected *ChurnOptionSelected `json:"churnOptionSelected,omitempty"` FabricObjectId *string `json:"fabricObjectId,omitempty"` InitialPrimaryExtendedLocation *edgezones.Model `json:"initialPrimaryExtendedLocation,omitempty"` InitialPrimaryFabricLocation *string `json:"initialPrimaryFabricLocation,omitempty"` @@ -24,6 +25,7 @@ type A2AReplicationDetails struct { InitialRecoveryExtendedLocation *edgezones.Model `json:"initialRecoveryExtendedLocation,omitempty"` InitialRecoveryFabricLocation *string `json:"initialRecoveryFabricLocation,omitempty"` InitialRecoveryZone *string `json:"initialRecoveryZone,omitempty"` + IsClusterInfraReady *bool `json:"isClusterInfraReady,omitempty"` IsReplicationAgentCertificateUpdateRequired *bool `json:"isReplicationAgentCertificateUpdateRequired,omitempty"` IsReplicationAgentUpdateRequired *bool `json:"isReplicationAgentUpdateRequired,omitempty"` LastHeartbeat *string `json:"lastHeartbeat,omitempty"` @@ -41,6 +43,7 @@ type A2AReplicationDetails struct { PrimaryFabricLocation *string `json:"primaryFabricLocation,omitempty"` ProtectedDisks *[]A2AProtectedDiskDetails `json:"protectedDisks,omitempty"` ProtectedManagedDisks *[]A2AProtectedManagedDiskDetails `json:"protectedManagedDisks,omitempty"` + ProtectionClusterId *string `json:"protectionClusterId,omitempty"` RecoveryAvailabilitySet *string `json:"recoveryAvailabilitySet,omitempty"` RecoveryAvailabilityZone *string `json:"recoveryAvailabilityZone,omitempty"` RecoveryAzureGeneration *string `json:"recoveryAzureGeneration,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2areprotectinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2areprotectinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2areprotectinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2areprotectinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2atestfailoverinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2atestfailoverinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2atestfailoverinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2atestfailoverinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2aunplannedfailoverinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2aunplannedfailoverinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2aunplannedfailoverinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2aunplannedfailoverinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2aunprotecteddiskdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2aunprotecteddiskdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2aunprotecteddiskdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2aunprotecteddiskdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2aupdatereplicationprotectediteminput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2aupdatereplicationprotectediteminput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2aupdatereplicationprotectediteminput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2aupdatereplicationprotectediteminput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2avmdiskinputdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2avmdiskinputdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2avmdiskinputdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2avmdiskinputdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2avmmanageddiskinputdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2avmmanageddiskinputdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2avmmanageddiskinputdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2avmmanageddiskinputdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2avmmanageddiskupdatedetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2avmmanageddiskupdatedetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_a2avmmanageddiskupdatedetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_a2avmmanageddiskupdatedetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_adddisksinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_adddisksinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_adddisksinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_adddisksinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_adddisksinputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_adddisksinputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_adddisksinputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_adddisksinputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_adddisksproviderspecificinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_adddisksproviderspecificinput.go similarity index 85% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_adddisksproviderspecificinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_adddisksproviderspecificinput.go index a47bc604b1d1..639d67609c51 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_adddisksproviderspecificinput.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_adddisksproviderspecificinput.go @@ -44,6 +44,14 @@ func unmarshalAddDisksProviderSpecificInputImplementation(input []byte) (AddDisk return out, nil } + if strings.EqualFold(value, "InMageRcm") { + var out InMageRcmAddDisksInput + if err := json.Unmarshal(input, &out); err != nil { + return nil, fmt.Errorf("unmarshaling into InMageRcmAddDisksInput: %+v", err) + } + return out, nil + } + out := RawAddDisksProviderSpecificInputImpl{ Type: value, Values: temp, diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_applyrecoverypointinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_applyrecoverypointinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_applyrecoverypointinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_applyrecoverypointinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_applyrecoverypointinputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_applyrecoverypointinputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_applyrecoverypointinputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_applyrecoverypointinputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_applyrecoverypointproviderspecificinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_applyrecoverypointproviderspecificinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_applyrecoverypointproviderspecificinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_applyrecoverypointproviderspecificinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_azuretoazurevmsyncedconfigdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_azuretoazurevmsyncedconfigdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_azuretoazurevmsyncedconfigdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_azuretoazurevmsyncedconfigdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_azurevmdiskdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_azurevmdiskdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_azurevmdiskdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_azurevmdiskdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_currentscenariodetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_currentscenariodetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_currentscenariodetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_currentscenariodetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_disableprotectioninput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_disableprotectioninput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_disableprotectioninput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_disableprotectioninput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_disableprotectioninputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_disableprotectioninputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_disableprotectioninputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_disableprotectioninputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_disableprotectionproviderspecificinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_disableprotectionproviderspecificinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_disableprotectionproviderspecificinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_disableprotectionproviderspecificinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_diskdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_diskdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_diskdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_diskdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_diskencryptioninfo.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_diskencryptioninfo.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_diskencryptioninfo.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_diskencryptioninfo.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_diskencryptionkeyinfo.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_diskencryptionkeyinfo.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_diskencryptionkeyinfo.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_diskencryptionkeyinfo.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_enableprotectioninput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_enableprotectioninput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_enableprotectioninput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_enableprotectioninput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_enableprotectioninputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_enableprotectioninputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_enableprotectioninputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_enableprotectioninputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_enableprotectionproviderspecificinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_enableprotectionproviderspecificinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_enableprotectionproviderspecificinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_enableprotectionproviderspecificinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_healtherror.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_healtherror.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_healtherror.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_healtherror.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicaazureapplyrecoverypointinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicaazureapplyrecoverypointinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicaazureapplyrecoverypointinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicaazureapplyrecoverypointinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicaazurediskinputdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicaazurediskinputdetails.go similarity index 87% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicaazurediskinputdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicaazurediskinputdetails.go index ed63611334a9..907f9b0c0ddc 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicaazurediskinputdetails.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicaazurediskinputdetails.go @@ -8,4 +8,5 @@ type HyperVReplicaAzureDiskInputDetails struct { DiskId *string `json:"diskId,omitempty"` DiskType *DiskAccountType `json:"diskType,omitempty"` LogStorageAccountId *string `json:"logStorageAccountId,omitempty"` + SectorSizeInBytes *int64 `json:"sectorSizeInBytes,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicaazureenableprotectioninput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicaazureenableprotectioninput.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicaazureenableprotectioninput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicaazureenableprotectioninput.go index d57f1faad3e9..24d71c7008c4 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicaazureenableprotectioninput.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicaazureenableprotectioninput.go @@ -33,10 +33,12 @@ type HyperVReplicaAzureEnableProtectionInput struct { TargetNicTags *map[string]string `json:"targetNicTags,omitempty"` TargetProximityPlacementGroupId *string `json:"targetProximityPlacementGroupId,omitempty"` TargetStorageAccountId *string `json:"targetStorageAccountId,omitempty"` + TargetVMSecurityProfile *SecurityProfileProperties `json:"targetVmSecurityProfile,omitempty"` TargetVMSize *string `json:"targetVmSize,omitempty"` TargetVMTags *map[string]string `json:"targetVmTags,omitempty"` UseManagedDisks *string `json:"useManagedDisks,omitempty"` UseManagedDisksForReplication *string `json:"useManagedDisksForReplication,omitempty"` + UserSelectedOSName *string `json:"userSelectedOSName,omitempty"` VhdId *string `json:"vhdId,omitempty"` VirtualMachineName *string `json:"vmName,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicaazurefailbackproviderinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicaazurefailbackproviderinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicaazurefailbackproviderinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicaazurefailbackproviderinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicaazuremanageddiskdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicaazuremanageddiskdetails.go new file mode 100644 index 000000000000..ba050c877ef8 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicaazuremanageddiskdetails.go @@ -0,0 +1,13 @@ +package replicationprotecteditems + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type HyperVReplicaAzureManagedDiskDetails struct { + DiskEncryptionSetId *string `json:"diskEncryptionSetId,omitempty"` + DiskId *string `json:"diskId,omitempty"` + ReplicaDiskType *string `json:"replicaDiskType,omitempty"` + SectorSizeInBytes *int64 `json:"sectorSizeInBytes,omitempty"` + SeedManagedDiskId *string `json:"seedManagedDiskId,omitempty"` + TargetDiskAccountType *DiskAccountType `json:"targetDiskAccountType,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicaazureplannedfailoverproviderinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicaazureplannedfailoverproviderinput.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicaazureplannedfailoverproviderinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicaazureplannedfailoverproviderinput.go index 27aaf7940052..2ae80dd5540e 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicaazureplannedfailoverproviderinput.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicaazureplannedfailoverproviderinput.go @@ -11,6 +11,7 @@ import ( var _ PlannedFailoverProviderSpecificFailoverInput = HyperVReplicaAzurePlannedFailoverProviderInput{} type HyperVReplicaAzurePlannedFailoverProviderInput struct { + OsUpgradeVersion *string `json:"osUpgradeVersion,omitempty"` PrimaryKekCertificatePfx *string `json:"primaryKekCertificatePfx,omitempty"` RecoveryPointId *string `json:"recoveryPointId,omitempty"` SecondaryKekCertificatePfx *string `json:"secondaryKekCertificatePfx,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicaazurereplicationdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicaazurereplicationdetails.go new file mode 100644 index 000000000000..059d67099971 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicaazurereplicationdetails.go @@ -0,0 +1,75 @@ +package replicationprotecteditems + +import ( + "encoding/json" + "fmt" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +var _ ReplicationProviderSpecificSettings = HyperVReplicaAzureReplicationDetails{} + +type HyperVReplicaAzureReplicationDetails struct { + AllAvailableOSUpgradeConfigurations *[]OSUpgradeSupportedVersions `json:"allAvailableOSUpgradeConfigurations,omitempty"` + AzureVMDiskDetails *[]AzureVMDiskDetails `json:"azureVmDiskDetails,omitempty"` + EnableRdpOnTargetOption *string `json:"enableRdpOnTargetOption,omitempty"` + Encryption *string `json:"encryption,omitempty"` + InitialReplicationDetails *InitialReplicationDetails `json:"initialReplicationDetails,omitempty"` + LastRecoveryPointReceived *string `json:"lastRecoveryPointReceived,omitempty"` + LastReplicatedTime *string `json:"lastReplicatedTime,omitempty"` + LastRpoCalculatedTime *string `json:"lastRpoCalculatedTime,omitempty"` + LicenseType *string `json:"licenseType,omitempty"` + OSDetails *OSDetails `json:"oSDetails,omitempty"` + ProtectedManagedDisks *[]HyperVReplicaAzureManagedDiskDetails `json:"protectedManagedDisks,omitempty"` + RecoveryAvailabilitySetId *string `json:"recoveryAvailabilitySetId,omitempty"` + RecoveryAzureLogStorageAccountId *string `json:"recoveryAzureLogStorageAccountId,omitempty"` + RecoveryAzureResourceGroupId *string `json:"recoveryAzureResourceGroupId,omitempty"` + RecoveryAzureStorageAccount *string `json:"recoveryAzureStorageAccount,omitempty"` + RecoveryAzureVMName *string `json:"recoveryAzureVmName,omitempty"` + RecoveryAzureVMSize *string `json:"recoveryAzureVMSize,omitempty"` + RpoInSeconds *int64 `json:"rpoInSeconds,omitempty"` + SeedManagedDiskTags *map[string]string `json:"seedManagedDiskTags,omitempty"` + SelectedRecoveryAzureNetworkId *string `json:"selectedRecoveryAzureNetworkId,omitempty"` + SelectedSourceNicId *string `json:"selectedSourceNicId,omitempty"` + SourceVMCPUCount *int64 `json:"sourceVmCpuCount,omitempty"` + SourceVMRamSizeInMB *int64 `json:"sourceVmRamSizeInMB,omitempty"` + SqlServerLicenseType *string `json:"sqlServerLicenseType,omitempty"` + TargetAvailabilityZone *string `json:"targetAvailabilityZone,omitempty"` + TargetManagedDiskTags *map[string]string `json:"targetManagedDiskTags,omitempty"` + TargetNicTags *map[string]string `json:"targetNicTags,omitempty"` + TargetProximityPlacementGroupId *string `json:"targetProximityPlacementGroupId,omitempty"` + TargetVMSecurityProfile *SecurityProfileProperties `json:"targetVmSecurityProfile,omitempty"` + TargetVMTags *map[string]string `json:"targetVmTags,omitempty"` + UseManagedDisks *string `json:"useManagedDisks,omitempty"` + VMId *string `json:"vmId,omitempty"` + VMNics *[]VMNicDetails `json:"vmNics,omitempty"` + VMProtectionState *string `json:"vmProtectionState,omitempty"` + VMProtectionStateDescription *string `json:"vmProtectionStateDescription,omitempty"` + + // Fields inherited from ReplicationProviderSpecificSettings +} + +var _ json.Marshaler = HyperVReplicaAzureReplicationDetails{} + +func (s HyperVReplicaAzureReplicationDetails) MarshalJSON() ([]byte, error) { + type wrapper HyperVReplicaAzureReplicationDetails + wrapped := wrapper(s) + encoded, err := json.Marshal(wrapped) + if err != nil { + return nil, fmt.Errorf("marshaling HyperVReplicaAzureReplicationDetails: %+v", err) + } + + var decoded map[string]interface{} + if err := json.Unmarshal(encoded, &decoded); err != nil { + return nil, fmt.Errorf("unmarshaling HyperVReplicaAzureReplicationDetails: %+v", err) + } + decoded["instanceType"] = "HyperVReplicaAzure" + + encoded, err = json.Marshal(decoded) + if err != nil { + return nil, fmt.Errorf("re-marshaling HyperVReplicaAzureReplicationDetails: %+v", err) + } + + return encoded, nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicaazurereprotectinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicaazurereprotectinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicaazurereprotectinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicaazurereprotectinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicaazuretestfailoverinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicaazuretestfailoverinput.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicaazuretestfailoverinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicaazuretestfailoverinput.go index 6bc556ad0bfa..c19155908d99 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicaazuretestfailoverinput.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicaazuretestfailoverinput.go @@ -11,6 +11,7 @@ import ( var _ TestFailoverProviderSpecificInput = HyperVReplicaAzureTestFailoverInput{} type HyperVReplicaAzureTestFailoverInput struct { + OsUpgradeVersion *string `json:"osUpgradeVersion,omitempty"` PrimaryKekCertificatePfx *string `json:"primaryKekCertificatePfx,omitempty"` RecoveryPointId *string `json:"recoveryPointId,omitempty"` SecondaryKekCertificatePfx *string `json:"secondaryKekCertificatePfx,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicaazureunplannedfailoverinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicaazureunplannedfailoverinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicaazureunplannedfailoverinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicaazureunplannedfailoverinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicaazureupdatereplicationprotectediteminput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicaazureupdatereplicationprotectediteminput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicaazureupdatereplicationprotectediteminput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicaazureupdatereplicationprotectediteminput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicabasereplicationdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicabasereplicationdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicabasereplicationdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicabasereplicationdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicabluereplicationdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicabluereplicationdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicabluereplicationdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicabluereplicationdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicareplicationdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicareplicationdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_hypervreplicareplicationdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_hypervreplicareplicationdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_initialreplicationdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_initialreplicationdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_initialreplicationdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_initialreplicationdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageagentdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageagentdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageagentdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageagentdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageazurev2applyrecoverypointinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageazurev2applyrecoverypointinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageazurev2applyrecoverypointinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageazurev2applyrecoverypointinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageazurev2diskinputdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageazurev2diskinputdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageazurev2diskinputdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageazurev2diskinputdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageazurev2enableprotectioninput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageazurev2enableprotectioninput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageazurev2enableprotectioninput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageazurev2enableprotectioninput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageazurev2manageddiskdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageazurev2manageddiskdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageazurev2manageddiskdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageazurev2manageddiskdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageazurev2protecteddiskdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageazurev2protecteddiskdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageazurev2protecteddiskdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageazurev2protecteddiskdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageazurev2replicationdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageazurev2replicationdetails.go new file mode 100644 index 000000000000..da843844162f --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageazurev2replicationdetails.go @@ -0,0 +1,110 @@ +package replicationprotecteditems + +import ( + "encoding/json" + "fmt" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +var _ ReplicationProviderSpecificSettings = InMageAzureV2ReplicationDetails{} + +type InMageAzureV2ReplicationDetails struct { + AgentExpiryDate *string `json:"agentExpiryDate,omitempty"` + AgentVersion *string `json:"agentVersion,omitempty"` + AllAvailableOSUpgradeConfigurations *[]OSUpgradeSupportedVersions `json:"allAvailableOSUpgradeConfigurations,omitempty"` + AzureVMDiskDetails *[]AzureVMDiskDetails `json:"azureVMDiskDetails,omitempty"` + AzureVMGeneration *string `json:"azureVmGeneration,omitempty"` + CompressedDataRateInMB *float64 `json:"compressedDataRateInMB,omitempty"` + DataStores *[]string `json:"datastores,omitempty"` + DiscoveryType *string `json:"discoveryType,omitempty"` + DiskResized *string `json:"diskResized,omitempty"` + EnableRdpOnTargetOption *string `json:"enableRdpOnTargetOption,omitempty"` + FirmwareType *string `json:"firmwareType,omitempty"` + IPAddress *string `json:"ipAddress,omitempty"` + InfrastructureVMId *string `json:"infrastructureVmId,omitempty"` + IsAdditionalStatsAvailable *bool `json:"isAdditionalStatsAvailable,omitempty"` + IsAgentUpdateRequired *string `json:"isAgentUpdateRequired,omitempty"` + IsRebootAfterUpdateRequired *string `json:"isRebootAfterUpdateRequired,omitempty"` + LastHeartbeat *string `json:"lastHeartbeat,omitempty"` + LastRecoveryPointReceived *string `json:"lastRecoveryPointReceived,omitempty"` + LastRpoCalculatedTime *string `json:"lastRpoCalculatedTime,omitempty"` + LastUpdateReceivedTime *string `json:"lastUpdateReceivedTime,omitempty"` + LicenseType *string `json:"licenseType,omitempty"` + MasterTargetId *string `json:"masterTargetId,omitempty"` + MultiVMGroupId *string `json:"multiVmGroupId,omitempty"` + MultiVMGroupName *string `json:"multiVmGroupName,omitempty"` + MultiVMSyncStatus *string `json:"multiVmSyncStatus,omitempty"` + OsDiskId *string `json:"osDiskId,omitempty"` + OsName *string `json:"osName,omitempty"` + OsType *string `json:"osType,omitempty"` + OsVersion *string `json:"osVersion,omitempty"` + ProcessServerId *string `json:"processServerId,omitempty"` + ProcessServerName *string `json:"processServerName,omitempty"` + ProtectedDisks *[]InMageAzureV2ProtectedDiskDetails `json:"protectedDisks,omitempty"` + ProtectedManagedDisks *[]InMageAzureV2ManagedDiskDetails `json:"protectedManagedDisks,omitempty"` + ProtectionStage *string `json:"protectionStage,omitempty"` + RecoveryAvailabilitySetId *string `json:"recoveryAvailabilitySetId,omitempty"` + RecoveryAzureLogStorageAccountId *string `json:"recoveryAzureLogStorageAccountId,omitempty"` + RecoveryAzureResourceGroupId *string `json:"recoveryAzureResourceGroupId,omitempty"` + RecoveryAzureStorageAccount *string `json:"recoveryAzureStorageAccount,omitempty"` + RecoveryAzureVMName *string `json:"recoveryAzureVMName,omitempty"` + RecoveryAzureVMSize *string `json:"recoveryAzureVMSize,omitempty"` + ReplicaId *string `json:"replicaId,omitempty"` + ResyncProgressPercentage *int64 `json:"resyncProgressPercentage,omitempty"` + RpoInSeconds *int64 `json:"rpoInSeconds,omitempty"` + SeedManagedDiskTags *map[string]string `json:"seedManagedDiskTags,omitempty"` + SelectedRecoveryAzureNetworkId *string `json:"selectedRecoveryAzureNetworkId,omitempty"` + SelectedSourceNicId *string `json:"selectedSourceNicId,omitempty"` + SelectedTfoAzureNetworkId *string `json:"selectedTfoAzureNetworkId,omitempty"` + SourceVMCPUCount *int64 `json:"sourceVmCpuCount,omitempty"` + SourceVMRamSizeInMB *int64 `json:"sourceVmRamSizeInMB,omitempty"` + SqlServerLicenseType *string `json:"sqlServerLicenseType,omitempty"` + SupportedOSVersions *[]string `json:"supportedOSVersions,omitempty"` + SwitchProviderBlockingErrorDetails *[]InMageAzureV2SwitchProviderBlockingErrorDetails `json:"switchProviderBlockingErrorDetails,omitempty"` + SwitchProviderDetails *InMageAzureV2SwitchProviderDetails `json:"switchProviderDetails,omitempty"` + TargetAvailabilityZone *string `json:"targetAvailabilityZone,omitempty"` + TargetManagedDiskTags *map[string]string `json:"targetManagedDiskTags,omitempty"` + TargetNicTags *map[string]string `json:"targetNicTags,omitempty"` + TargetProximityPlacementGroupId *string `json:"targetProximityPlacementGroupId,omitempty"` + TargetVMId *string `json:"targetVmId,omitempty"` + TargetVMTags *map[string]string `json:"targetVmTags,omitempty"` + TotalDataTransferred *int64 `json:"totalDataTransferred,omitempty"` + TotalProgressHealth *string `json:"totalProgressHealth,omitempty"` + UncompressedDataRateInMB *float64 `json:"uncompressedDataRateInMB,omitempty"` + UseManagedDisks *string `json:"useManagedDisks,omitempty"` + VCenterInfrastructureId *string `json:"vCenterInfrastructureId,omitempty"` + VMId *string `json:"vmId,omitempty"` + VMNics *[]VMNicDetails `json:"vmNics,omitempty"` + VMProtectionState *string `json:"vmProtectionState,omitempty"` + VMProtectionStateDescription *string `json:"vmProtectionStateDescription,omitempty"` + ValidationErrors *[]HealthError `json:"validationErrors,omitempty"` + VhdName *string `json:"vhdName,omitempty"` + + // Fields inherited from ReplicationProviderSpecificSettings +} + +var _ json.Marshaler = InMageAzureV2ReplicationDetails{} + +func (s InMageAzureV2ReplicationDetails) MarshalJSON() ([]byte, error) { + type wrapper InMageAzureV2ReplicationDetails + wrapped := wrapper(s) + encoded, err := json.Marshal(wrapped) + if err != nil { + return nil, fmt.Errorf("marshaling InMageAzureV2ReplicationDetails: %+v", err) + } + + var decoded map[string]interface{} + if err := json.Unmarshal(encoded, &decoded); err != nil { + return nil, fmt.Errorf("unmarshaling InMageAzureV2ReplicationDetails: %+v", err) + } + decoded["instanceType"] = "InMageAzureV2" + + encoded, err = json.Marshal(decoded) + if err != nil { + return nil, fmt.Errorf("re-marshaling InMageAzureV2ReplicationDetails: %+v", err) + } + + return encoded, nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageazurev2reprotectinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageazurev2reprotectinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageazurev2reprotectinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageazurev2reprotectinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageazurev2switchproviderblockingerrordetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageazurev2switchproviderblockingerrordetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageazurev2switchproviderblockingerrordetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageazurev2switchproviderblockingerrordetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageazurev2switchproviderdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageazurev2switchproviderdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageazurev2switchproviderdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageazurev2switchproviderdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageazurev2switchproviderproviderinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageazurev2switchproviderproviderinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageazurev2switchproviderproviderinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageazurev2switchproviderproviderinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageazurev2testfailoverinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageazurev2testfailoverinput.go similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageazurev2testfailoverinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageazurev2testfailoverinput.go index cedd7a7a713f..ff6a69049d85 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageazurev2testfailoverinput.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageazurev2testfailoverinput.go @@ -11,7 +11,8 @@ import ( var _ TestFailoverProviderSpecificInput = InMageAzureV2TestFailoverInput{} type InMageAzureV2TestFailoverInput struct { - RecoveryPointId *string `json:"recoveryPointId,omitempty"` + OsUpgradeVersion *string `json:"osUpgradeVersion,omitempty"` + RecoveryPointId *string `json:"recoveryPointId,omitempty"` // Fields inherited from TestFailoverProviderSpecificInput } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageazurev2unplannedfailoverinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageazurev2unplannedfailoverinput.go similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageazurev2unplannedfailoverinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageazurev2unplannedfailoverinput.go index 5879981c9931..1fb6ca5b1710 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageazurev2unplannedfailoverinput.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageazurev2unplannedfailoverinput.go @@ -11,7 +11,8 @@ import ( var _ UnplannedFailoverProviderSpecificInput = InMageAzureV2UnplannedFailoverInput{} type InMageAzureV2UnplannedFailoverInput struct { - RecoveryPointId *string `json:"recoveryPointId,omitempty"` + OsUpgradeVersion *string `json:"osUpgradeVersion,omitempty"` + RecoveryPointId *string `json:"recoveryPointId,omitempty"` // Fields inherited from UnplannedFailoverProviderSpecificInput } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageazurev2updatereplicationprotectediteminput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageazurev2updatereplicationprotectediteminput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageazurev2updatereplicationprotectediteminput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageazurev2updatereplicationprotectediteminput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagedisableprotectionproviderspecificinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagedisableprotectionproviderspecificinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagedisableprotectionproviderspecificinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagedisableprotectionproviderspecificinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagediskexclusioninput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagediskexclusioninput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagediskexclusioninput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagediskexclusioninput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagedisksignatureexclusionoptions.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagedisksignatureexclusionoptions.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagedisksignatureexclusionoptions.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagedisksignatureexclusionoptions.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageenableprotectioninput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageenableprotectioninput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageenableprotectioninput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageenableprotectioninput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageprotecteddiskdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageprotecteddiskdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageprotecteddiskdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageprotecteddiskdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmadddisksinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmadddisksinput.go new file mode 100644 index 000000000000..f053ccd3c121 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmadddisksinput.go @@ -0,0 +1,41 @@ +package replicationprotecteditems + +import ( + "encoding/json" + "fmt" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +var _ AddDisksProviderSpecificInput = InMageRcmAddDisksInput{} + +type InMageRcmAddDisksInput struct { + Disks []InMageRcmDiskInput `json:"disks"` + + // Fields inherited from AddDisksProviderSpecificInput +} + +var _ json.Marshaler = InMageRcmAddDisksInput{} + +func (s InMageRcmAddDisksInput) MarshalJSON() ([]byte, error) { + type wrapper InMageRcmAddDisksInput + wrapped := wrapper(s) + encoded, err := json.Marshal(wrapped) + if err != nil { + return nil, fmt.Errorf("marshaling InMageRcmAddDisksInput: %+v", err) + } + + var decoded map[string]interface{} + if err := json.Unmarshal(encoded, &decoded); err != nil { + return nil, fmt.Errorf("unmarshaling InMageRcmAddDisksInput: %+v", err) + } + decoded["instanceType"] = "InMageRcm" + + encoded, err = json.Marshal(decoded) + if err != nil { + return nil, fmt.Errorf("re-marshaling InMageRcmAddDisksInput: %+v", err) + } + + return encoded, nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmagentupgradeblockingerrordetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmagentupgradeblockingerrordetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmagentupgradeblockingerrordetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmagentupgradeblockingerrordetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmapplyrecoverypointinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmapplyrecoverypointinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmapplyrecoverypointinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmapplyrecoverypointinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmdiscoveredprotectedvmdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmdiscoveredprotectedvmdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmdiscoveredprotectedvmdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmdiscoveredprotectedvmdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmdiskinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmdiskinput.go similarity index 86% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmdiskinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmdiskinput.go index 083eabe8d9ad..3e82fd2c7d40 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmdiskinput.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmdiskinput.go @@ -8,4 +8,5 @@ type InMageRcmDiskInput struct { DiskId string `json:"diskId"` DiskType DiskAccountType `json:"diskType"` LogStorageAccountId string `json:"logStorageAccountId"` + SectorSizeInBytes *int64 `json:"sectorSizeInBytes,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmdisksdefaultinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmdisksdefaultinput.go similarity index 85% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmdisksdefaultinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmdisksdefaultinput.go index 64213070d05f..b74d47bf9066 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmdisksdefaultinput.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmdisksdefaultinput.go @@ -7,4 +7,5 @@ type InMageRcmDisksDefaultInput struct { DiskEncryptionSetId *string `json:"diskEncryptionSetId,omitempty"` DiskType DiskAccountType `json:"diskType"` LogStorageAccountId string `json:"logStorageAccountId"` + SectorSizeInBytes *int64 `json:"sectorSizeInBytes,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmenableprotectioninput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmenableprotectioninput.go similarity index 80% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmenableprotectioninput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmenableprotectioninput.go index aaf09991d816..0da00ccef407 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmenableprotectioninput.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmenableprotectioninput.go @@ -18,17 +18,24 @@ type InMageRcmEnableProtectionInput struct { MultiVMGroupName *string `json:"multiVmGroupName,omitempty"` ProcessServerId string `json:"processServerId"` RunAsAccountId *string `json:"runAsAccountId,omitempty"` + SeedManagedDiskTags *[]UserCreatedResourceTag `json:"seedManagedDiskTags,omitempty"` + SqlServerLicenseType *SqlServerLicenseType `json:"sqlServerLicenseType,omitempty"` TargetAvailabilitySetId *string `json:"targetAvailabilitySetId,omitempty"` TargetAvailabilityZone *string `json:"targetAvailabilityZone,omitempty"` TargetBootDiagnosticsStorageAccountId *string `json:"targetBootDiagnosticsStorageAccountId,omitempty"` + TargetManagedDiskTags *[]UserCreatedResourceTag `json:"targetManagedDiskTags,omitempty"` TargetNetworkId *string `json:"targetNetworkId,omitempty"` + TargetNicTags *[]UserCreatedResourceTag `json:"targetNicTags,omitempty"` TargetProximityPlacementGroupId *string `json:"targetProximityPlacementGroupId,omitempty"` TargetResourceGroupId string `json:"targetResourceGroupId"` TargetSubnetName *string `json:"targetSubnetName,omitempty"` TargetVMName *string `json:"targetVmName,omitempty"` + TargetVMSecurityProfile *SecurityProfileProperties `json:"targetVmSecurityProfile,omitempty"` TargetVMSize *string `json:"targetVmSize,omitempty"` + TargetVMTags *[]UserCreatedResourceTag `json:"targetVmTags,omitempty"` TestNetworkId *string `json:"testNetworkId,omitempty"` TestSubnetName *string `json:"testSubnetName,omitempty"` + UserSelectedOSName *string `json:"userSelectedOSName,omitempty"` // Fields inherited from EnableProtectionProviderSpecificInput } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmfailbackdiscoveredprotectedvmdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmfailbackdiscoveredprotectedvmdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmfailbackdiscoveredprotectedvmdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmfailbackdiscoveredprotectedvmdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmfailbackmobilityagentdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmfailbackmobilityagentdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmfailbackmobilityagentdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmfailbackmobilityagentdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmfailbacknicdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmfailbacknicdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmfailbacknicdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmfailbacknicdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmfailbackplannedfailoverproviderinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmfailbackplannedfailoverproviderinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmfailbackplannedfailoverproviderinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmfailbackplannedfailoverproviderinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmfailbackprotecteddiskdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmfailbackprotecteddiskdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmfailbackprotecteddiskdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmfailbackprotecteddiskdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmfailbackreplicationdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmfailbackreplicationdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmfailbackreplicationdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmfailbackreplicationdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmfailbackreprotectinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmfailbackreprotectinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmfailbackreprotectinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmfailbackreprotectinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmfailbacksyncdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmfailbacksyncdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmfailbacksyncdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmfailbacksyncdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmlastagentupgradeerrordetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmlastagentupgradeerrordetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmlastagentupgradeerrordetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmlastagentupgradeerrordetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmmobilityagentdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmmobilityagentdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmmobilityagentdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmmobilityagentdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmnicdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmnicdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmnicdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmnicdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmnicinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmnicinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmnicinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmnicinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmprotecteddiskdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmprotecteddiskdetails.go similarity index 85% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmprotecteddiskdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmprotecteddiskdetails.go index c592b09c3dd4..9d77f1ee74da 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmprotecteddiskdetails.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmprotecteddiskdetails.go @@ -5,17 +5,20 @@ package replicationprotecteditems type InMageRcmProtectedDiskDetails struct { CapacityInBytes *int64 `json:"capacityInBytes,omitempty"` + CustomTargetDiskName *string `json:"customTargetDiskName,omitempty"` DataPendingAtSourceAgentInMB *float64 `json:"dataPendingAtSourceAgentInMB,omitempty"` DataPendingInLogDataStoreInMB *float64 `json:"dataPendingInLogDataStoreInMB,omitempty"` DiskEncryptionSetId *string `json:"diskEncryptionSetId,omitempty"` DiskId *string `json:"diskId,omitempty"` DiskName *string `json:"diskName,omitempty"` + DiskState *DiskState `json:"diskState,omitempty"` DiskType *DiskAccountType `json:"diskType,omitempty"` IrDetails *InMageRcmSyncDetails `json:"irDetails,omitempty"` IsInitialReplicationComplete *string `json:"isInitialReplicationComplete,omitempty"` IsOSDisk *string `json:"isOSDisk,omitempty"` LogStorageAccountId *string `json:"logStorageAccountId,omitempty"` ResyncDetails *InMageRcmSyncDetails `json:"resyncDetails,omitempty"` + SectorSizeInBytes *int64 `json:"sectorSizeInBytes,omitempty"` SeedBlobUri *string `json:"seedBlobUri,omitempty"` SeedManagedDiskId *string `json:"seedManagedDiskId,omitempty"` TargetManagedDiskId *string `json:"targetManagedDiskId,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmreplicationdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmreplicationdetails.go similarity index 87% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmreplicationdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmreplicationdetails.go index 8d8f494fcff6..77dcdab47c00 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmreplicationdetails.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmreplicationdetails.go @@ -37,6 +37,7 @@ type InMageRcmReplicationDetails struct { LicenseType *string `json:"licenseType,omitempty"` MobilityAgentDetails *InMageRcmMobilityAgentDetails `json:"mobilityAgentDetails,omitempty"` MultiVMGroupName *string `json:"multiVmGroupName,omitempty"` + OsName *string `json:"osName,omitempty"` OsType *string `json:"osType,omitempty"` PrimaryNicIPAddress *string `json:"primaryNicIpAddress,omitempty"` ProcessServerId *string `json:"processServerId,omitempty"` @@ -50,18 +51,26 @@ type InMageRcmReplicationDetails struct { ResyncState *ResyncState `json:"resyncState,omitempty"` ResyncTransferredBytes *int64 `json:"resyncTransferredBytes,omitempty"` RunAsAccountId *string `json:"runAsAccountId,omitempty"` + SeedManagedDiskTags *[]UserCreatedResourceTag `json:"seedManagedDiskTags,omitempty"` + SqlServerLicenseType *string `json:"sqlServerLicenseType,omitempty"` StorageAccountId *string `json:"storageAccountId,omitempty"` + SupportedOSVersions *[]string `json:"supportedOSVersions,omitempty"` TargetAvailabilitySetId *string `json:"targetAvailabilitySetId,omitempty"` TargetAvailabilityZone *string `json:"targetAvailabilityZone,omitempty"` TargetBootDiagnosticsStorageAccountId *string `json:"targetBootDiagnosticsStorageAccountId,omitempty"` TargetGeneration *string `json:"targetGeneration,omitempty"` TargetLocation *string `json:"targetLocation,omitempty"` + TargetManagedDiskTags *[]UserCreatedResourceTag `json:"targetManagedDiskTags,omitempty"` TargetNetworkId *string `json:"targetNetworkId,omitempty"` + TargetNicTags *[]UserCreatedResourceTag `json:"targetNicTags,omitempty"` TargetProximityPlacementGroupId *string `json:"targetProximityPlacementGroupId,omitempty"` TargetResourceGroupId *string `json:"targetResourceGroupId,omitempty"` TargetVMName *string `json:"targetVmName,omitempty"` + TargetVMSecurityProfile *SecurityProfileProperties `json:"targetVmSecurityProfile,omitempty"` TargetVMSize *string `json:"targetVmSize,omitempty"` + TargetVMTags *[]UserCreatedResourceTag `json:"targetVmTags,omitempty"` TestNetworkId *string `json:"testNetworkId,omitempty"` + UnprotectedDisks *[]InMageRcmUnProtectedDiskDetails `json:"unprotectedDisks,omitempty"` VMNics *[]InMageRcmNicDetails `json:"vmNics,omitempty"` // Fields inherited from ReplicationProviderSpecificSettings diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmreprotectinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmreprotectinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmreprotectinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmreprotectinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmsyncdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmsyncdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmsyncdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmsyncdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmtestfailoverinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmtestfailoverinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmtestfailoverinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmtestfailoverinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmunplannedfailoverinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmunplannedfailoverinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmunplannedfailoverinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmunplannedfailoverinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmunprotecteddiskdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmunprotecteddiskdetails.go new file mode 100644 index 000000000000..95242854fa8d --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmunprotecteddiskdetails.go @@ -0,0 +1,10 @@ +package replicationprotecteditems + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type InMageRcmUnProtectedDiskDetails struct { + CapacityInBytes *int64 `json:"capacityInBytes,omitempty"` + DiskId *string `json:"diskId,omitempty"` + DiskName *string `json:"diskName,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmupdateapplianceforreplicationprotectediteminput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmupdateapplianceforreplicationprotectediteminput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagercmupdateapplianceforreplicationprotectediteminput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmupdateapplianceforreplicationprotectediteminput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmupdatereplicationprotectediteminput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmupdatereplicationprotectediteminput.go new file mode 100644 index 000000000000..531bf039cf41 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagercmupdatereplicationprotectediteminput.go @@ -0,0 +1,55 @@ +package replicationprotecteditems + +import ( + "encoding/json" + "fmt" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +var _ UpdateReplicationProtectedItemProviderInput = InMageRcmUpdateReplicationProtectedItemInput{} + +type InMageRcmUpdateReplicationProtectedItemInput struct { + LicenseType *LicenseType `json:"licenseType,omitempty"` + SqlServerLicenseType *SqlServerLicenseType `json:"sqlServerLicenseType,omitempty"` + TargetAvailabilitySetId *string `json:"targetAvailabilitySetId,omitempty"` + TargetAvailabilityZone *string `json:"targetAvailabilityZone,omitempty"` + TargetBootDiagnosticsStorageAccountId *string `json:"targetBootDiagnosticsStorageAccountId,omitempty"` + TargetManagedDiskTags *[]UserCreatedResourceTag `json:"targetManagedDiskTags,omitempty"` + TargetNetworkId *string `json:"targetNetworkId,omitempty"` + TargetNicTags *[]UserCreatedResourceTag `json:"targetNicTags,omitempty"` + TargetProximityPlacementGroupId *string `json:"targetProximityPlacementGroupId,omitempty"` + TargetResourceGroupId *string `json:"targetResourceGroupId,omitempty"` + TargetVMName *string `json:"targetVmName,omitempty"` + TargetVMSize *string `json:"targetVmSize,omitempty"` + TargetVMTags *[]UserCreatedResourceTag `json:"targetVmTags,omitempty"` + TestNetworkId *string `json:"testNetworkId,omitempty"` + VMNics *[]InMageRcmNicInput `json:"vmNics,omitempty"` + + // Fields inherited from UpdateReplicationProtectedItemProviderInput +} + +var _ json.Marshaler = InMageRcmUpdateReplicationProtectedItemInput{} + +func (s InMageRcmUpdateReplicationProtectedItemInput) MarshalJSON() ([]byte, error) { + type wrapper InMageRcmUpdateReplicationProtectedItemInput + wrapped := wrapper(s) + encoded, err := json.Marshal(wrapped) + if err != nil { + return nil, fmt.Errorf("marshaling InMageRcmUpdateReplicationProtectedItemInput: %+v", err) + } + + var decoded map[string]interface{} + if err := json.Unmarshal(encoded, &decoded); err != nil { + return nil, fmt.Errorf("unmarshaling InMageRcmUpdateReplicationProtectedItemInput: %+v", err) + } + decoded["instanceType"] = "InMageRcm" + + encoded, err = json.Marshal(decoded) + if err != nil { + return nil, fmt.Errorf("re-marshaling InMageRcmUpdateReplicationProtectedItemInput: %+v", err) + } + + return encoded, nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagereplicationdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagereplicationdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagereplicationdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagereplicationdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagereprotectinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagereprotectinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagereprotectinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagereprotectinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagetestfailoverinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagetestfailoverinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagetestfailoverinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagetestfailoverinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageunplannedfailoverinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageunplannedfailoverinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmageunplannedfailoverinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmageunplannedfailoverinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagevolumeexclusionoptions.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagevolumeexclusionoptions.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inmagevolumeexclusionoptions.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inmagevolumeexclusionoptions.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_innerhealtherror.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_innerhealtherror.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_innerhealtherror.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_innerhealtherror.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inputendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inputendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_inputendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_inputendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_ipconfigdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_ipconfigdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_ipconfigdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_ipconfigdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_ipconfiginputdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_ipconfiginputdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_ipconfiginputdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_ipconfiginputdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_keyencryptionkeyinfo.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_keyencryptionkeyinfo.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_keyencryptionkeyinfo.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_keyencryptionkeyinfo.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_osdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_osdetails.go new file mode 100644 index 000000000000..141a3f39061d --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_osdetails.go @@ -0,0 +1,14 @@ +package replicationprotecteditems + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type OSDetails struct { + OSMajorVersion *string `json:"oSMajorVersion,omitempty"` + OSMinorVersion *string `json:"oSMinorVersion,omitempty"` + OSVersion *string `json:"oSVersion,omitempty"` + OsEdition *string `json:"osEdition,omitempty"` + OsType *string `json:"osType,omitempty"` + ProductType *string `json:"productType,omitempty"` + UserSelectedOSName *string `json:"userSelectedOSName,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_osdiskdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_osdiskdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_osdiskdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_osdiskdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_osupgradesupportedversions.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_osupgradesupportedversions.go new file mode 100644 index 000000000000..c67f7c6cdc9a --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_osupgradesupportedversions.go @@ -0,0 +1,9 @@ +package replicationprotecteditems + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type OSUpgradeSupportedVersions struct { + SupportedSourceOsVersion *string `json:"supportedSourceOsVersion,omitempty"` + SupportedTargetOsVersions *[]string `json:"supportedTargetOsVersions,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_plannedfailoverinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_plannedfailoverinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_plannedfailoverinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_plannedfailoverinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_plannedfailoverinputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_plannedfailoverinputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_plannedfailoverinputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_plannedfailoverinputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_plannedfailoverproviderspecificfailoverinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_plannedfailoverproviderspecificfailoverinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_plannedfailoverproviderspecificfailoverinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_plannedfailoverproviderspecificfailoverinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_removedisksinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_removedisksinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_removedisksinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_removedisksinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_removedisksinputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_removedisksinputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_removedisksinputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_removedisksinputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_removedisksproviderspecificinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_removedisksproviderspecificinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_removedisksproviderspecificinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_removedisksproviderspecificinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_replicationprotecteditem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_replicationprotecteditem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_replicationprotecteditem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_replicationprotecteditem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_replicationprotecteditemproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_replicationprotecteditemproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_replicationprotecteditemproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_replicationprotecteditemproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_replicationproviderspecificsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_replicationproviderspecificsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_replicationproviderspecificsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_replicationproviderspecificsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_resolvehealtherror.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_resolvehealtherror.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_resolvehealtherror.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_resolvehealtherror.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_resolvehealthinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_resolvehealthinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_resolvehealthinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_resolvehealthinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_resolvehealthinputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_resolvehealthinputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_resolvehealthinputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_resolvehealthinputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_reversereplicationinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_reversereplicationinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_reversereplicationinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_reversereplicationinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_reversereplicationinputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_reversereplicationinputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_reversereplicationinputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_reversereplicationinputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_reversereplicationproviderspecificinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_reversereplicationproviderspecificinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_reversereplicationproviderspecificinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_reversereplicationproviderspecificinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_securityprofileproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_securityprofileproperties.go new file mode 100644 index 000000000000..d51860996d83 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_securityprofileproperties.go @@ -0,0 +1,12 @@ +package replicationprotecteditems + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type SecurityProfileProperties struct { + TargetVMConfidentialEncryption *SecurityConfiguration `json:"targetVmConfidentialEncryption,omitempty"` + TargetVMMonitoring *SecurityConfiguration `json:"targetVmMonitoring,omitempty"` + TargetVMSecureBoot *SecurityConfiguration `json:"targetVmSecureBoot,omitempty"` + TargetVMSecurityType *SecurityType `json:"targetVmSecurityType,omitempty"` + TargetVMTpm *SecurityConfiguration `json:"targetVmTpm,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_switchproviderinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_switchproviderinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_switchproviderinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_switchproviderinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_switchproviderinputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_switchproviderinputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_switchproviderinputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_switchproviderinputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_switchproviderproviderspecificinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_switchproviderproviderspecificinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_switchproviderproviderspecificinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_switchproviderproviderspecificinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_testfailovercleanupinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_testfailovercleanupinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_testfailovercleanupinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_testfailovercleanupinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_testfailovercleanupinputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_testfailovercleanupinputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_testfailovercleanupinputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_testfailovercleanupinputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_testfailoverinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_testfailoverinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_testfailoverinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_testfailoverinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_testfailoverinputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_testfailoverinputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_testfailoverinputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_testfailoverinputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_testfailoverproviderspecificinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_testfailoverproviderspecificinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_testfailoverproviderspecificinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_testfailoverproviderspecificinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_unplannedfailoverinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_unplannedfailoverinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_unplannedfailoverinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_unplannedfailoverinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_unplannedfailoverinputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_unplannedfailoverinputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_unplannedfailoverinputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_unplannedfailoverinputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_unplannedfailoverproviderspecificinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_unplannedfailoverproviderspecificinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_unplannedfailoverproviderspecificinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_unplannedfailoverproviderspecificinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_updateapplianceforreplicationprotectediteminput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_updateapplianceforreplicationprotectediteminput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_updateapplianceforreplicationprotectediteminput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_updateapplianceforreplicationprotectediteminput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_updateapplianceforreplicationprotectediteminputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_updateapplianceforreplicationprotectediteminputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_updateapplianceforreplicationprotectediteminputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_updateapplianceforreplicationprotectediteminputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_updateapplianceforreplicationprotecteditemproviderspecificinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_updateapplianceforreplicationprotecteditemproviderspecificinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_updateapplianceforreplicationprotecteditemproviderspecificinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_updateapplianceforreplicationprotecteditemproviderspecificinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_updatediskinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_updatediskinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_updatediskinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_updatediskinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_updatemobilityservicerequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_updatemobilityservicerequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_updatemobilityservicerequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_updatemobilityservicerequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_updatemobilityservicerequestproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_updatemobilityservicerequestproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_updatemobilityservicerequestproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_updatemobilityservicerequestproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_updatereplicationprotectediteminput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_updatereplicationprotectediteminput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_updatereplicationprotectediteminput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_updatereplicationprotectediteminput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_updatereplicationprotectediteminputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_updatereplicationprotectediteminputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_updatereplicationprotectediteminputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_updatereplicationprotectediteminputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_updatereplicationprotecteditemproviderinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_updatereplicationprotecteditemproviderinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_updatereplicationprotecteditemproviderinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_updatereplicationprotecteditemproviderinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_usercreatedresourcetag.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_usercreatedresourcetag.go new file mode 100644 index 000000000000..675f4368cc03 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_usercreatedresourcetag.go @@ -0,0 +1,9 @@ +package replicationprotecteditems + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type UserCreatedResourceTag struct { + TagName *string `json:"tagName,omitempty"` + TagValue *string `json:"tagValue,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_vmnicdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_vmnicdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_vmnicdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_vmnicdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_vmnicinputdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_vmnicinputdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/model_vmnicinputdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/model_vmnicinputdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/version.go index a8a497535e43..c1813f22dc30 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2022-10-01" +const defaultApiVersion = "2024-02-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/replicationprotecteditems/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/README.md similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/README.md index c224864ae7bf..fd3e142dd183 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings` Documentation -The `replicationprotectioncontainermappings` SDK allows for interaction with the Azure Resource Manager Service `recoveryservicessiterecovery` (API Version `2022-10-01`). +The `replicationprotectioncontainermappings` SDK allows for interaction with the Azure Resource Manager Service `recoveryservicessiterecovery` (API Version `2024-02-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings" +import "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/id_replicationprotectioncontainer.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/id_replicationprotectioncontainer.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/id_replicationprotectioncontainer.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/id_replicationprotectioncontainer.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/id_replicationprotectioncontainermapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/id_replicationprotectioncontainermapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/id_replicationprotectioncontainermapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/id_replicationprotectioncontainermapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/id_vault.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/id_vault.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/id_vault.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/id_vault.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/method_create.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/method_create.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/method_create.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/method_create.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/method_listbyreplicationprotectioncontainers.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/method_listbyreplicationprotectioncontainers.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/method_listbyreplicationprotectioncontainers.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/method_listbyreplicationprotectioncontainers.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/method_purge.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/method_purge.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/method_purge.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/method_purge.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/method_update.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/method_update.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/method_update.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/method_update.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_a2acontainermappinginput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_a2acontainermappinginput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_a2acontainermappinginput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_a2acontainermappinginput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_a2aprotectioncontainermappingdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_a2aprotectioncontainermappingdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_a2aprotectioncontainermappingdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_a2aprotectioncontainermappingdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_a2aupdatecontainermappinginput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_a2aupdatecontainermappinginput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_a2aupdatecontainermappinginput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_a2aupdatecontainermappinginput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_createprotectioncontainermappinginput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_createprotectioncontainermappinginput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_createprotectioncontainermappinginput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_createprotectioncontainermappinginput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_createprotectioncontainermappinginputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_createprotectioncontainermappinginputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_createprotectioncontainermappinginputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_createprotectioncontainermappinginputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_healtherror.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_healtherror.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_healtherror.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_healtherror.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_inmagercmprotectioncontainermappingdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_inmagercmprotectioncontainermappingdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_inmagercmprotectioncontainermappingdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_inmagercmprotectioncontainermappingdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_inmagercmupdatecontainermappinginput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_inmagercmupdatecontainermappinginput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_inmagercmupdatecontainermappinginput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_inmagercmupdatecontainermappinginput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_innerhealtherror.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_innerhealtherror.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_innerhealtherror.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_innerhealtherror.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_protectioncontainermapping.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_protectioncontainermapping.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_protectioncontainermapping.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_protectioncontainermapping.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_protectioncontainermappingproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_protectioncontainermappingproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_protectioncontainermappingproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_protectioncontainermappingproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_protectioncontainermappingproviderspecificdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_protectioncontainermappingproviderspecificdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_protectioncontainermappingproviderspecificdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_protectioncontainermappingproviderspecificdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_removeprotectioncontainermappinginput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_removeprotectioncontainermappinginput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_removeprotectioncontainermappinginput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_removeprotectioncontainermappinginput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_removeprotectioncontainermappinginputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_removeprotectioncontainermappinginputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_removeprotectioncontainermappinginputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_removeprotectioncontainermappinginputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_replicationprovidercontainerunmappinginput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_replicationprovidercontainerunmappinginput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_replicationprovidercontainerunmappinginput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_replicationprovidercontainerunmappinginput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_replicationproviderspecificcontainermappinginput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_replicationproviderspecificcontainermappinginput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_replicationproviderspecificcontainermappinginput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_replicationproviderspecificcontainermappinginput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_replicationproviderspecificupdatecontainermappinginput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_replicationproviderspecificupdatecontainermappinginput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_replicationproviderspecificupdatecontainermappinginput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_replicationproviderspecificupdatecontainermappinginput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_updateprotectioncontainermappinginput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_updateprotectioncontainermappinginput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_updateprotectioncontainermappinginput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_updateprotectioncontainermappinginput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_updateprotectioncontainermappinginputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_updateprotectioncontainermappinginputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_updateprotectioncontainermappinginputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_updateprotectioncontainermappinginputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_vmwarecbtcontainermappinginput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_vmwarecbtcontainermappinginput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_vmwarecbtcontainermappinginput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_vmwarecbtcontainermappinginput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_vmwarecbtprotectioncontainermappingdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_vmwarecbtprotectioncontainermappingdetails.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_vmwarecbtprotectioncontainermappingdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_vmwarecbtprotectioncontainermappingdetails.go index 56a78f2c528d..29bd438cf42d 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/model_vmwarecbtprotectioncontainermappingdetails.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/model_vmwarecbtprotectioncontainermappingdetails.go @@ -11,6 +11,7 @@ import ( var _ ProtectionContainerMappingProviderSpecificDetails = VMwareCbtProtectionContainerMappingDetails{} type VMwareCbtProtectionContainerMappingDetails struct { + ExcludedSkus *[]string `json:"excludedSkus,omitempty"` KeyVaultId *string `json:"keyVaultId,omitempty"` KeyVaultUri *string `json:"keyVaultUri,omitempty"` RoleSizeToNicCountMap *map[string]int64 `json:"roleSizeToNicCountMap,omitempty"` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/version.go similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/version.go index 32f35b065ffd..16972048e2b8 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2022-10-01" +const defaultApiVersion = "2024-02-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/replicationprotectioncontainermappings/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/README.md similarity index 85% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/README.md index d24075d47ff0..54b2cb491d64 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers` Documentation -The `replicationprotectioncontainers` SDK allows for interaction with the Azure Resource Manager Service `recoveryservicessiterecovery` (API Version `2022-10-01`). +The `replicationprotectioncontainers` SDK allows for interaction with the Azure Resource Manager Service `recoveryservicessiterecovery` (API Version `2024-02-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers" +import "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers" ``` @@ -116,6 +116,23 @@ for _, item := range items { ``` +### Example Usage: `ReplicationProtectionContainersClient.SwitchClusterProtection` + +```go +ctx := context.TODO() +id := replicationprotectioncontainers.NewReplicationProtectionContainerID("12345678-1234-9876-4563-123456789012", "example-resource-group", "vaultValue", "replicationFabricValue", "replicationProtectionContainerValue") + +payload := replicationprotectioncontainers.SwitchClusterProtectionInput{ + // ... +} + + +if err := client.SwitchClusterProtectionThenPoll(ctx, id, payload); err != nil { + // handle the error +} +``` + + ### Example Usage: `ReplicationProtectionContainersClient.SwitchProtection` ```go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/id_replicationfabric.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/id_replicationfabric.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/id_replicationfabric.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/id_replicationfabric.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/id_replicationprotectioncontainer.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/id_replicationprotectioncontainer.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/id_replicationprotectioncontainer.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/id_replicationprotectioncontainer.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/id_vault.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/id_vault.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/id_vault.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/id_vault.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/method_create.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/method_create.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/method_create.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/method_create.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/method_discoverprotectableitem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/method_discoverprotectableitem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/method_discoverprotectableitem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/method_discoverprotectableitem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/method_listbyreplicationfabrics.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/method_listbyreplicationfabrics.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/method_listbyreplicationfabrics.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/method_listbyreplicationfabrics.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/method_switchclusterprotection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/method_switchclusterprotection.go new file mode 100644 index 000000000000..f8e1e9bde756 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/method_switchclusterprotection.go @@ -0,0 +1,75 @@ +package replicationprotectioncontainers + +import ( + "context" + "fmt" + "net/http" + + "github.com/hashicorp/go-azure-sdk/sdk/client" + "github.com/hashicorp/go-azure-sdk/sdk/client/pollers" + "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" + "github.com/hashicorp/go-azure-sdk/sdk/odata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type SwitchClusterProtectionOperationResponse struct { + Poller pollers.Poller + HttpResponse *http.Response + OData *odata.OData + Model *ProtectionContainer +} + +// SwitchClusterProtection ... +func (c ReplicationProtectionContainersClient) SwitchClusterProtection(ctx context.Context, id ReplicationProtectionContainerId, input SwitchClusterProtectionInput) (result SwitchClusterProtectionOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + http.StatusAccepted, + http.StatusOK, + }, + HttpMethod: http.MethodPost, + Path: fmt.Sprintf("%s/switchClusterProtection", id.ID()), + } + + req, err := c.Client.NewRequest(ctx, opts) + if err != nil { + return + } + + if err = req.Marshal(input); err != nil { + return + } + + var resp *client.Response + resp, err = req.Execute(ctx) + if resp != nil { + result.OData = resp.OData + result.HttpResponse = resp.Response + } + if err != nil { + return + } + + result.Poller, err = resourcemanager.PollerFromResponse(resp, c.Client) + if err != nil { + return + } + + return +} + +// SwitchClusterProtectionThenPoll performs SwitchClusterProtection then polls until it's completed +func (c ReplicationProtectionContainersClient) SwitchClusterProtectionThenPoll(ctx context.Context, id ReplicationProtectionContainerId, input SwitchClusterProtectionInput) error { + result, err := c.SwitchClusterProtection(ctx, id, input) + if err != nil { + return fmt.Errorf("performing SwitchClusterProtection: %+v", err) + } + + if err := result.Poller.PollUntilDone(ctx); err != nil { + return fmt.Errorf("polling after SwitchClusterProtection: %+v", err) + } + + return nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/method_switchprotection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/method_switchprotection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/method_switchprotection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/method_switchprotection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_a2acontainercreationinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_a2acontainercreationinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_a2acontainercreationinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_a2acontainercreationinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_a2acrossclustermigrationcontainercreationinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_a2acrossclustermigrationcontainercreationinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_a2acrossclustermigrationcontainercreationinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_a2acrossclustermigrationcontainercreationinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_a2aprotecteditemdetail.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_a2aprotecteditemdetail.go new file mode 100644 index 000000000000..0bd00cf38197 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_a2aprotecteditemdetail.go @@ -0,0 +1,17 @@ +package replicationprotectioncontainers + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type A2AProtectedItemDetail struct { + DiskEncryptionInfo *DiskEncryptionInfo `json:"diskEncryptionInfo,omitempty"` + RecoveryAvailabilitySetId *string `json:"recoveryAvailabilitySetId,omitempty"` + RecoveryAvailabilityZone *string `json:"recoveryAvailabilityZone,omitempty"` + RecoveryBootDiagStorageAccountId *string `json:"recoveryBootDiagStorageAccountId,omitempty"` + RecoveryCapacityReservationGroupId *string `json:"recoveryCapacityReservationGroupId,omitempty"` + RecoveryProximityPlacementGroupId *string `json:"recoveryProximityPlacementGroupId,omitempty"` + RecoveryResourceGroupId *string `json:"recoveryResourceGroupId,omitempty"` + RecoveryVirtualMachineScaleSetId *string `json:"recoveryVirtualMachineScaleSetId,omitempty"` + ReplicationProtectedItemName *string `json:"replicationProtectedItemName,omitempty"` + VMManagedDisks *[]A2AVMManagedDiskInputDetails `json:"vmManagedDisks,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_a2aswitchclusterprotectioninput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_a2aswitchclusterprotectioninput.go new file mode 100644 index 000000000000..5d52d67ba044 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_a2aswitchclusterprotectioninput.go @@ -0,0 +1,43 @@ +package replicationprotectioncontainers + +import ( + "encoding/json" + "fmt" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +var _ SwitchClusterProtectionProviderSpecificInput = A2ASwitchClusterProtectionInput{} + +type A2ASwitchClusterProtectionInput struct { + PolicyId *string `json:"policyId,omitempty"` + ProtectedItemsDetail *[]A2AProtectedItemDetail `json:"protectedItemsDetail,omitempty"` + RecoveryContainerId *string `json:"recoveryContainerId,omitempty"` + + // Fields inherited from SwitchClusterProtectionProviderSpecificInput +} + +var _ json.Marshaler = A2ASwitchClusterProtectionInput{} + +func (s A2ASwitchClusterProtectionInput) MarshalJSON() ([]byte, error) { + type wrapper A2ASwitchClusterProtectionInput + wrapped := wrapper(s) + encoded, err := json.Marshal(wrapped) + if err != nil { + return nil, fmt.Errorf("marshaling A2ASwitchClusterProtectionInput: %+v", err) + } + + var decoded map[string]interface{} + if err := json.Unmarshal(encoded, &decoded); err != nil { + return nil, fmt.Errorf("unmarshaling A2ASwitchClusterProtectionInput: %+v", err) + } + decoded["instanceType"] = "A2A" + + encoded, err = json.Marshal(decoded) + if err != nil { + return nil, fmt.Errorf("re-marshaling A2ASwitchClusterProtectionInput: %+v", err) + } + + return encoded, nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_a2aswitchprotectioninput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_a2aswitchprotectioninput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_a2aswitchprotectioninput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_a2aswitchprotectioninput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_a2avmdiskinputdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_a2avmdiskinputdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_a2avmdiskinputdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_a2avmdiskinputdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_a2avmmanageddiskinputdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_a2avmmanageddiskinputdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_a2avmmanageddiskinputdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_a2avmmanageddiskinputdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_createprotectioncontainerinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_createprotectioncontainerinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_createprotectioncontainerinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_createprotectioncontainerinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_createprotectioncontainerinputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_createprotectioncontainerinputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_createprotectioncontainerinputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_createprotectioncontainerinputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_discoverprotectableitemrequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_discoverprotectableitemrequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_discoverprotectableitemrequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_discoverprotectableitemrequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_discoverprotectableitemrequestproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_discoverprotectableitemrequestproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_discoverprotectableitemrequestproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_discoverprotectableitemrequestproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_diskencryptioninfo.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_diskencryptioninfo.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_diskencryptioninfo.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_diskencryptioninfo.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_diskencryptionkeyinfo.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_diskencryptionkeyinfo.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_diskencryptionkeyinfo.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_diskencryptionkeyinfo.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_keyencryptionkeyinfo.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_keyencryptionkeyinfo.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_keyencryptionkeyinfo.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_keyencryptionkeyinfo.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_protectioncontainer.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_protectioncontainer.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_protectioncontainer.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_protectioncontainer.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_protectioncontainerfabricspecificdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_protectioncontainerfabricspecificdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_protectioncontainerfabricspecificdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_protectioncontainerfabricspecificdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_protectioncontainerproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_protectioncontainerproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_protectioncontainerproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_protectioncontainerproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_replicationproviderspecificcontainercreationinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_replicationproviderspecificcontainercreationinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_replicationproviderspecificcontainercreationinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_replicationproviderspecificcontainercreationinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_switchclusterprotectioninput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_switchclusterprotectioninput.go new file mode 100644 index 000000000000..7e8c500b4527 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_switchclusterprotectioninput.go @@ -0,0 +1,8 @@ +package replicationprotectioncontainers + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type SwitchClusterProtectionInput struct { + Properties *SwitchClusterProtectionInputProperties `json:"properties,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_switchclusterprotectioninputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_switchclusterprotectioninputproperties.go new file mode 100644 index 000000000000..cda13d52d7f1 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_switchclusterprotectioninputproperties.go @@ -0,0 +1,40 @@ +package replicationprotectioncontainers + +import ( + "encoding/json" + "fmt" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type SwitchClusterProtectionInputProperties struct { + ProviderSpecificDetails SwitchClusterProtectionProviderSpecificInput `json:"providerSpecificDetails"` + ReplicationProtectionClusterName *string `json:"replicationProtectionClusterName,omitempty"` +} + +var _ json.Unmarshaler = &SwitchClusterProtectionInputProperties{} + +func (s *SwitchClusterProtectionInputProperties) UnmarshalJSON(bytes []byte) error { + type alias SwitchClusterProtectionInputProperties + var decoded alias + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling into SwitchClusterProtectionInputProperties: %+v", err) + } + + s.ReplicationProtectionClusterName = decoded.ReplicationProtectionClusterName + + var temp map[string]json.RawMessage + if err := json.Unmarshal(bytes, &temp); err != nil { + return fmt.Errorf("unmarshaling SwitchClusterProtectionInputProperties into map[string]json.RawMessage: %+v", err) + } + + if v, ok := temp["providerSpecificDetails"]; ok { + impl, err := unmarshalSwitchClusterProtectionProviderSpecificInputImplementation(v) + if err != nil { + return fmt.Errorf("unmarshaling field 'ProviderSpecificDetails' for 'SwitchClusterProtectionInputProperties': %+v", err) + } + s.ProviderSpecificDetails = impl + } + return nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_switchclusterprotectionproviderspecificinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_switchclusterprotectionproviderspecificinput.go new file mode 100644 index 000000000000..ed4680c5f83b --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_switchclusterprotectionproviderspecificinput.go @@ -0,0 +1,53 @@ +package replicationprotectioncontainers + +import ( + "encoding/json" + "fmt" + "strings" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type SwitchClusterProtectionProviderSpecificInput interface { +} + +// RawSwitchClusterProtectionProviderSpecificInputImpl is returned when the Discriminated Value +// doesn't match any of the defined types +// NOTE: this should only be used when a type isn't defined for this type of Object (as a workaround) +// and is used only for Deserialization (e.g. this cannot be used as a Request Payload). +type RawSwitchClusterProtectionProviderSpecificInputImpl struct { + Type string + Values map[string]interface{} +} + +func unmarshalSwitchClusterProtectionProviderSpecificInputImplementation(input []byte) (SwitchClusterProtectionProviderSpecificInput, error) { + if input == nil { + return nil, nil + } + + var temp map[string]interface{} + if err := json.Unmarshal(input, &temp); err != nil { + return nil, fmt.Errorf("unmarshaling SwitchClusterProtectionProviderSpecificInput into map[string]interface: %+v", err) + } + + value, ok := temp["instanceType"].(string) + if !ok { + return nil, nil + } + + if strings.EqualFold(value, "A2A") { + var out A2ASwitchClusterProtectionInput + if err := json.Unmarshal(input, &out); err != nil { + return nil, fmt.Errorf("unmarshaling into A2ASwitchClusterProtectionInput: %+v", err) + } + return out, nil + } + + out := RawSwitchClusterProtectionProviderSpecificInputImpl{ + Type: value, + Values: temp, + } + return out, nil + +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_switchprotectioninput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_switchprotectioninput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_switchprotectioninput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_switchprotectioninput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_switchprotectioninputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_switchprotectioninputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_switchprotectioninputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_switchprotectioninputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_switchprotectionproviderspecificinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_switchprotectionproviderspecificinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_switchprotectionproviderspecificinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_switchprotectionproviderspecificinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_vmwarecbtcontainercreationinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_vmwarecbtcontainercreationinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/model_vmwarecbtcontainercreationinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/model_vmwarecbtcontainercreationinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/version.go index c815d0a78367..bebd28417c3b 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2022-10-01" +const defaultApiVersion = "2024-02-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/replicationprotectioncontainers/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/README.md similarity index 97% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/README.md index 5cc93729729f..27d3c7372d50 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans` Documentation -The `replicationrecoveryplans` SDK allows for interaction with the Azure Resource Manager Service `recoveryservicessiterecovery` (API Version `2022-10-01`). +The `replicationrecoveryplans` SDK allows for interaction with the Azure Resource Manager Service `recoveryservicessiterecovery` (API Version `2024-02-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans" +import "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/id_replicationrecoveryplan.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/id_replicationrecoveryplan.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/id_replicationrecoveryplan.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/id_replicationrecoveryplan.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/id_vault.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/id_vault.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/id_vault.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/id_vault.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/method_create.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/method_create.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/method_create.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/method_create.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/method_failovercancel.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/method_failovercancel.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/method_failovercancel.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/method_failovercancel.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/method_failovercommit.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/method_failovercommit.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/method_failovercommit.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/method_failovercommit.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/method_plannedfailover.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/method_plannedfailover.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/method_plannedfailover.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/method_plannedfailover.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/method_reprotect.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/method_reprotect.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/method_reprotect.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/method_reprotect.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/method_testfailover.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/method_testfailover.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/method_testfailover.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/method_testfailover.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/method_testfailovercleanup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/method_testfailovercleanup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/method_testfailovercleanup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/method_testfailovercleanup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/method_unplannedfailover.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/method_unplannedfailover.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/method_unplannedfailover.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/method_unplannedfailover.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/method_update.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/method_update.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/method_update.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/method_update.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_createrecoveryplaninput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_createrecoveryplaninput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_createrecoveryplaninput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_createrecoveryplaninput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_createrecoveryplaninputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_createrecoveryplaninputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_createrecoveryplaninputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_createrecoveryplaninputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_currentscenariodetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_currentscenariodetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_currentscenariodetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_currentscenariodetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplan.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplan.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplan.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplan.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplana2adetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplana2adetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplana2adetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplana2adetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplana2afailoverinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplana2afailoverinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplana2afailoverinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplana2afailoverinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplana2ainput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplana2ainput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplana2ainput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplana2ainput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanaction.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanaction.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanaction.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanaction.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanactiondetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanactiondetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanactiondetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanactiondetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanautomationrunbookactiondetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanautomationrunbookactiondetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanautomationrunbookactiondetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanautomationrunbookactiondetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplangroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplangroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplangroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplangroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanhypervreplicaazurefailbackinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanhypervreplicaazurefailbackinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanhypervreplicaazurefailbackinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanhypervreplicaazurefailbackinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanhypervreplicaazurefailoverinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanhypervreplicaazurefailoverinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanhypervreplicaazurefailoverinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanhypervreplicaazurefailoverinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplaninmageazurev2failoverinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplaninmageazurev2failoverinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplaninmageazurev2failoverinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplaninmageazurev2failoverinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplaninmagefailoverinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplaninmagefailoverinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplaninmagefailoverinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplaninmagefailoverinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplaninmagercmfailbackfailoverinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplaninmagercmfailbackfailoverinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplaninmagercmfailbackfailoverinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplaninmagercmfailbackfailoverinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplaninmagercmfailoverinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplaninmagercmfailoverinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplaninmagercmfailoverinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplaninmagercmfailoverinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanmanualactiondetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanmanualactiondetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanmanualactiondetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanmanualactiondetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanplannedfailoverinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanplannedfailoverinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanplannedfailoverinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanplannedfailoverinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanplannedfailoverinputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanplannedfailoverinputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanplannedfailoverinputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanplannedfailoverinputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanprotecteditem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanprotecteditem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanprotecteditem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanprotecteditem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanproviderspecificdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanproviderspecificdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanproviderspecificdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanproviderspecificdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanproviderspecificfailoverinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanproviderspecificfailoverinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanproviderspecificfailoverinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanproviderspecificfailoverinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanproviderspecificinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanproviderspecificinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanproviderspecificinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanproviderspecificinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanscriptactiondetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanscriptactiondetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanscriptactiondetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanscriptactiondetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplantestfailovercleanupinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplantestfailovercleanupinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplantestfailovercleanupinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplantestfailovercleanupinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplantestfailovercleanupinputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplantestfailovercleanupinputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplantestfailovercleanupinputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplantestfailovercleanupinputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplantestfailoverinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplantestfailoverinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplantestfailoverinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplantestfailoverinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplantestfailoverinputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplantestfailoverinputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplantestfailoverinputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplantestfailoverinputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanunplannedfailoverinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanunplannedfailoverinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanunplannedfailoverinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanunplannedfailoverinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanunplannedfailoverinputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanunplannedfailoverinputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_recoveryplanunplannedfailoverinputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_recoveryplanunplannedfailoverinputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_updaterecoveryplaninput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_updaterecoveryplaninput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_updaterecoveryplaninput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_updaterecoveryplaninput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_updaterecoveryplaninputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_updaterecoveryplaninputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/model_updaterecoveryplaninputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/model_updaterecoveryplaninputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/version.go index 202d9b2a45d5..c8118ae8d74f 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2022-10-01" +const defaultApiVersion = "2024-02-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/replicationrecoveryplans/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/README.md index 692a6b869e90..3037ce1f01e0 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders` Documentation -The `replicationrecoveryservicesproviders` SDK allows for interaction with the Azure Resource Manager Service `recoveryservicessiterecovery` (API Version `2022-10-01`). +The `replicationrecoveryservicesproviders` SDK allows for interaction with the Azure Resource Manager Service `recoveryservicessiterecovery` (API Version `2024-02-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders" +import "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/id_replicationfabric.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/id_replicationfabric.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/id_replicationfabric.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/id_replicationfabric.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/id_replicationrecoveryservicesprovider.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/id_replicationrecoveryservicesprovider.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/id_replicationrecoveryservicesprovider.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/id_replicationrecoveryservicesprovider.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/id_vault.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/id_vault.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/id_vault.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/id_vault.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/method_create.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/method_create.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/method_create.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/method_create.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/method_listbyreplicationfabrics.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/method_listbyreplicationfabrics.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/method_listbyreplicationfabrics.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/method_listbyreplicationfabrics.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/method_purge.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/method_purge.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/method_purge.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/method_purge.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/method_refreshprovider.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/method_refreshprovider.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/method_refreshprovider.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/method_refreshprovider.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/model_addrecoveryservicesproviderinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/model_addrecoveryservicesproviderinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/model_addrecoveryservicesproviderinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/model_addrecoveryservicesproviderinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/model_addrecoveryservicesproviderinputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/model_addrecoveryservicesproviderinputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/model_addrecoveryservicesproviderinputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/model_addrecoveryservicesproviderinputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/model_healtherror.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/model_healtherror.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/model_healtherror.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/model_healtherror.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/model_identityproviderdetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/model_identityproviderdetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/model_identityproviderdetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/model_identityproviderdetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/model_identityproviderinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/model_identityproviderinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/model_identityproviderinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/model_identityproviderinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/model_innerhealtherror.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/model_innerhealtherror.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/model_innerhealtherror.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/model_innerhealtherror.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/model_recoveryservicesprovider.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/model_recoveryservicesprovider.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/model_recoveryservicesprovider.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/model_recoveryservicesprovider.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/model_recoveryservicesproviderproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/model_recoveryservicesproviderproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/model_recoveryservicesproviderproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/model_recoveryservicesproviderproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/model_versiondetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/model_versiondetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/model_versiondetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/model_versiondetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/version.go similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/version.go index 66c60ffd26af..c86f6609b90f 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2022-10-01" +const defaultApiVersion = "2024-02-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/replicationrecoveryservicesproviders/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting/README.md similarity index 92% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting/README.md index eb08aa758eaf..311eb30e88ad 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting` Documentation -The `replicationvaultsetting` SDK allows for interaction with the Azure Resource Manager Service `recoveryservicessiterecovery` (API Version `2022-10-01`). +The `replicationvaultsetting` SDK allows for interaction with the Azure Resource Manager Service `recoveryservicessiterecovery` (API Version `2024-02-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting" +import "github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting/id_replicationvaultsetting.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting/id_replicationvaultsetting.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting/id_replicationvaultsetting.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting/id_replicationvaultsetting.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting/id_vault.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting/id_vault.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting/id_vault.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting/id_vault.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting/method_create.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting/method_create.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting/method_create.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting/method_create.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting/model_vaultsetting.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting/model_vaultsetting.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting/model_vaultsetting.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting/model_vaultsetting.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting/model_vaultsettingcreationinput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting/model_vaultsettingcreationinput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting/model_vaultsettingcreationinput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting/model_vaultsettingcreationinput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting/model_vaultsettingcreationinputproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting/model_vaultsettingcreationinputproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting/model_vaultsettingcreationinputproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting/model_vaultsettingcreationinputproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting/model_vaultsettingproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting/model_vaultsettingproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting/model_vaultsettingproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting/model_vaultsettingproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting/version.go index e0c2fda36ca3..c15f252a2796 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2022-10-01" +const defaultApiVersion = "2024-02-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/replicationvaultsetting/%s", defaultApiVersion) diff --git a/vendor/modules.txt b/vendor/modules.txt index ce3c96dbcddd..ca4068884a39 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -907,16 +907,16 @@ github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicesbackup/2023-0 github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicesbackup/2023-02-01/protectioncontainers github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicesbackup/2023-02-01/protectionpolicies github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicesbackup/2023-02-01/resourceguardproxy -github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationfabrics -github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworkmappings -github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationnetworks -github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationpolicies -github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotecteditems -github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainermappings -github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationprotectioncontainers -github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryplans -github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationrecoveryservicesproviders -github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2022-10-01/replicationvaultsetting +github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationfabrics +github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworkmappings +github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationnetworks +github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationpolicies +github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotecteditems +github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainermappings +github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationprotectioncontainers +github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryplans +github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders +github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting github.com/hashicorp/go-azure-sdk/resource-manager/redhatopenshift/2023-09-04/openshiftclusters github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01 github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad From 98c846a62aca0d13fa9fb5ffa36dce72904da6b1 Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-azure <> Date: Tue, 21 May 2024 09:44:02 +0000 Subject: [PATCH 8/9] dependencies: updating `redis` to API Version "2024-03-01" from "2023-08-01" --- internal/clients/client.go | 4 +-- .../network/private_endpoint_resource.go | 2 +- internal/services/redis/client/client.go | 6 ++-- .../redis/migration/firewall_rule_v0_to_v1.go | 2 +- .../redis/migration/linked_server_v0_to_v1.go | 2 +- .../redis/migration/redis_cache_v0_to_v1.go | 2 +- ...cache_access_policy_assignment_resource.go | 2 +- ..._access_policy_assignment_resource_test.go | 2 +- .../redis_cache_access_policy_resource.go | 2 +- ...redis_cache_access_policy_resource_test.go | 2 +- .../services/redis/redis_cache_data_source.go | 4 +-- .../services/redis/redis_cache_resource.go | 4 +-- .../redis/redis_cache_resource_test.go | 2 +- .../redis/redis_firewall_rule_resource.go | 2 +- .../redis_firewall_rule_resource_test.go | 2 +- .../redis/redis_linked_server_resource.go | 2 +- .../redis_linked_server_resource_test.go | 2 +- ...ng_cloud_app_redis_association_resource.go | 2 +- .../redis/model_rediscreateproperties.go | 20 ------------- .../2023-08-01/redis/model_redisproperties.go | 28 ------------------ .../redis/model_redisupdateproperties.go | 18 ------------ .../{2023-08-01 => 2024-03-01}/aad/README.md | 6 ++-- .../{2023-08-01 => 2024-03-01}/aad/client.go | 0 .../aad/constants.go | 0 .../aad/id_accesspolicy.go | 0 .../aad/id_accesspolicyassignment.go | 0 .../{2023-08-01 => 2024-03-01}/aad/id_redi.go | 0 ...thod_accesspolicyassignmentcreateupdate.go | 0 .../method_accesspolicyassignmentdelete.go | 0 .../aad/method_accesspolicyassignmentget.go | 0 .../aad/method_accesspolicyassignmentlist.go | 0 .../aad/method_accesspolicycreateupdate.go | 0 .../aad/method_accesspolicydelete.go | 0 .../aad/method_accesspolicyget.go | 0 .../aad/method_accesspolicylist.go | 0 .../aad/model_rediscacheaccesspolicy.go | 0 .../model_rediscacheaccesspolicyassignment.go | 0 ...iscacheaccesspolicyassignmentproperties.go | 0 .../model_rediscacheaccesspolicyproperties.go | 0 .../aad/predicates.go | 0 .../{2023-08-01 => 2024-03-01}/aad/version.go | 2 +- .../{2023-08-01 => 2024-03-01}/client.go | 14 ++++----- .../firewallrules/README.md | 6 ++-- .../firewallrules/client.go | 0 .../firewallrules/id_firewallrule.go | 0 .../firewallrules/id_redi.go | 0 .../firewallrules/method_createorupdate.go | 0 .../firewallrules/method_delete.go | 0 .../firewallrules/method_get.go | 0 .../firewallrules/method_list.go | 0 .../firewallrules/model_redisfirewallrule.go | 0 .../model_redisfirewallruleproperties.go | 0 .../firewallrules/predicates.go | 0 .../firewallrules/version.go | 2 +- .../patchschedules/README.md | 6 ++-- .../patchschedules/client.go | 0 .../patchschedules/constants.go | 0 .../patchschedules/id_redi.go | 0 .../patchschedules/method_createorupdate.go | 0 .../patchschedules/method_delete.go | 0 .../patchschedules/method_get.go | 0 .../method_listbyredisresource.go | 0 .../model_redispatchschedule.go | 0 .../patchschedules/model_scheduleentries.go | 0 .../patchschedules/model_scheduleentry.go | 0 .../patchschedules/predicates.go | 0 .../patchschedules/version.go | 2 +- .../privateendpointconnections/README.md | 6 ++-- .../privateendpointconnections/client.go | 0 .../privateendpointconnections/constants.go | 0 .../id_privateendpointconnection.go | 0 .../privateendpointconnections/id_redi.go | 0 .../method_delete.go | 0 .../privateendpointconnections/method_get.go | 0 .../privateendpointconnections/method_list.go | 0 .../privateendpointconnections/method_put.go | 0 .../model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 0 ...del_privateendpointconnectionlistresult.go | 0 ...del_privateendpointconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 .../privateendpointconnections/version.go | 2 +- .../privatelinkresources/README.md | 6 ++-- .../privatelinkresources/client.go | 0 .../privatelinkresources/id_redi.go | 0 .../method_listbyrediscache.go | 0 .../model_privatelinkresource.go | 0 .../model_privatelinkresourcelistresult.go | 0 .../model_privatelinkresourceproperties.go | 0 .../privatelinkresources/version.go | 2 +- .../redis/README.md | 6 ++-- .../redis/client.go | 0 .../redis/constants.go | 0 .../redis/id_accesspolicy.go | 0 .../redis/id_accesspolicyassignment.go | 0 .../redis/id_firewallrule.go | 0 .../redis/id_linkedserver.go | 0 .../redis/id_redi.go | 0 ...thod_accesspolicyassignmentcreateupdate.go | 0 .../method_accesspolicyassignmentdelete.go | 0 .../redis/method_accesspolicyassignmentget.go | 0 .../method_accesspolicyassignmentlist.go | 0 .../redis/method_accesspolicycreateupdate.go | 0 .../redis/method_accesspolicydelete.go | 0 .../redis/method_accesspolicyget.go | 0 .../redis/method_accesspolicylist.go | 0 .../redis/method_checknameavailability.go | 0 .../redis/method_create.go | 0 .../redis/method_delete.go | 0 .../redis/method_exportdata.go | 0 .../method_firewallrulescreateorupdate.go | 0 .../redis/method_firewallrulesdelete.go | 0 .../redis/method_firewallrulesget.go | 0 .../redis/method_firewallruleslist.go | 0 .../redis/method_flushcache.go | 0 .../redis/method_forcereboot.go | 0 .../redis/method_get.go | 0 .../redis/method_importdata.go | 0 .../redis/method_linkedservercreate.go | 0 .../redis/method_linkedserverdelete.go | 0 .../redis/method_linkedserverget.go | 0 .../redis/method_linkedserverlist.go | 0 .../redis/method_listbyresourcegroup.go | 0 .../redis/method_listbysubscription.go | 0 .../redis/method_listkeys.go | 0 .../redis/method_listupgradenotifications.go | 0 .../method_patchschedulescreateorupdate.go | 0 .../redis/method_patchschedulesdelete.go | 0 .../redis/method_patchschedulesget.go | 0 ...ethod_patchscheduleslistbyredisresource.go | 0 .../redis/method_regeneratekey.go | 0 .../redis/method_update.go | 0 .../model_checknameavailabilityparameters.go | 0 .../redis/model_erroradditionalinfo.go | 0 .../redis/model_errordetail.go | 0 .../redis/model_exportrdbparameters.go | 0 .../redis/model_importrdbparameters.go | 0 .../redis/model_operationstatusresult.go | 0 .../redis/model_privateendpoint.go | 0 .../redis/model_privateendpointconnection.go | 0 ...del_privateendpointconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 .../redis/model_redisaccesskeys.go | 0 .../redis/model_rediscacheaccesspolicy.go | 0 .../model_rediscacheaccesspolicyassignment.go | 0 ...iscacheaccesspolicyassignmentproperties.go | 0 .../model_rediscacheaccesspolicyproperties.go | 0 ...rediscommonpropertiesredisconfiguration.go | 0 .../redis/model_rediscreateparameters.go | 0 .../redis/model_rediscreateproperties.go | 21 ++++++++++++++ .../redis/model_redisfirewallrule.go | 0 .../model_redisfirewallruleproperties.go | 0 .../redis/model_redisforcerebootresponse.go | 0 .../redis/model_redisinstancedetails.go | 0 .../redis/model_redislinkedserver.go | 0 ...model_redislinkedservercreateparameters.go | 0 ...model_redislinkedservercreateproperties.go | 0 .../model_redislinkedserverproperties.go | 0 .../model_redislinkedserverwithproperties.go | 0 .../redis/model_redispatchschedule.go | 0 .../2024-03-01/redis/model_redisproperties.go | 29 +++++++++++++++++++ .../redis/model_redisrebootparameters.go | 0 .../model_redisregeneratekeyparameters.go | 0 .../redis/model_redisresource.go | 0 .../redis/model_redisupdateparameters.go | 0 .../redis/model_redisupdateproperties.go | 19 ++++++++++++ .../redis/model_scheduleentries.go | 0 .../redis/model_scheduleentry.go | 0 .../redis/model_sku.go | 0 .../redis/model_upgradenotification.go | 0 .../redis/predicates.go | 0 .../redis/version.go | 2 +- vendor/modules.txt | 14 ++++----- 173 files changed, 130 insertions(+), 127 deletions(-) delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_rediscreateproperties.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redisproperties.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redisupdateproperties.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/aad/README.md (97%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/aad/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/aad/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/aad/id_accesspolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/aad/id_accesspolicyassignment.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/aad/id_redi.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/aad/method_accesspolicyassignmentcreateupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/aad/method_accesspolicyassignmentdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/aad/method_accesspolicyassignmentget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/aad/method_accesspolicyassignmentlist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/aad/method_accesspolicycreateupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/aad/method_accesspolicydelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/aad/method_accesspolicyget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/aad/method_accesspolicylist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/aad/model_rediscacheaccesspolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/aad/model_rediscacheaccesspolicyassignment.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/aad/model_rediscacheaccesspolicyassignmentproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/aad/model_rediscacheaccesspolicyproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/aad/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/aad/version.go (87%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/client.go (82%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/firewallrules/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/firewallrules/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/firewallrules/id_firewallrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/firewallrules/id_redi.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/firewallrules/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/firewallrules/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/firewallrules/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/firewallrules/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/firewallrules/model_redisfirewallrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/firewallrules/model_redisfirewallruleproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/firewallrules/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/firewallrules/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/patchschedules/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/patchschedules/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/patchschedules/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/patchschedules/id_redi.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/patchschedules/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/patchschedules/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/patchschedules/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/patchschedules/method_listbyredisresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/patchschedules/model_redispatchschedule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/patchschedules/model_scheduleentries.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/patchschedules/model_scheduleentry.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/patchschedules/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/patchschedules/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/privateendpointconnections/README.md (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/privateendpointconnections/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/privateendpointconnections/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/privateendpointconnections/id_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/privateendpointconnections/id_redi.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/privateendpointconnections/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/privateendpointconnections/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/privateendpointconnections/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/privateendpointconnections/method_put.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/privateendpointconnections/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/privateendpointconnections/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/privateendpointconnections/model_privateendpointconnectionlistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/privateendpointconnections/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/privateendpointconnections/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/privateendpointconnections/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/privatelinkresources/README.md (87%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/privatelinkresources/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/privatelinkresources/id_redi.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/privatelinkresources/method_listbyrediscache.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/privatelinkresources/model_privatelinkresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/privatelinkresources/model_privatelinkresourcelistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/privatelinkresources/model_privatelinkresourceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/privatelinkresources/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/README.md (99%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/id_accesspolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/id_accesspolicyassignment.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/id_firewallrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/id_linkedserver.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/id_redi.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_accesspolicyassignmentcreateupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_accesspolicyassignmentdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_accesspolicyassignmentget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_accesspolicyassignmentlist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_accesspolicycreateupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_accesspolicydelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_accesspolicyget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_accesspolicylist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_checknameavailability.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_create.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_exportdata.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_firewallrulescreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_firewallrulesdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_firewallrulesget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_firewallruleslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_flushcache.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_forcereboot.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_importdata.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_linkedservercreate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_linkedserverdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_linkedserverget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_linkedserverlist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_listbysubscription.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_listkeys.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_listupgradenotifications.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_patchschedulescreateorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_patchschedulesdelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_patchschedulesget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_patchscheduleslistbyredisresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_regeneratekey.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/method_update.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_checknameavailabilityparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_erroradditionalinfo.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_errordetail.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_exportrdbparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_importrdbparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_operationstatusresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_redisaccesskeys.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_rediscacheaccesspolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_rediscacheaccesspolicyassignment.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_rediscacheaccesspolicyassignmentproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_rediscacheaccesspolicyproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_rediscommonpropertiesredisconfiguration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_rediscreateparameters.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_rediscreateproperties.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_redisfirewallrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_redisfirewallruleproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_redisforcerebootresponse.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_redisinstancedetails.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_redislinkedserver.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_redislinkedservercreateparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_redislinkedservercreateproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_redislinkedserverproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_redislinkedserverwithproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_redispatchschedule.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redisproperties.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_redisrebootparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_redisregeneratekeyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_redisresource.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_redisupdateparameters.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redisupdateproperties.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_scheduleentries.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_scheduleentry.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_sku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/model_upgradenotification.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/{2023-08-01 => 2024-03-01}/redis/version.go (88%) diff --git a/internal/clients/client.go b/internal/clients/client.go index 62adf7d1db9d..4cec639e40bd 100644 --- a/internal/clients/client.go +++ b/internal/clients/client.go @@ -18,7 +18,7 @@ import ( fluidrelay_2022_05_26 "github.com/hashicorp/go-azure-sdk/resource-manager/fluidrelay/2022-05-26" hdinsight_v2021_06_01 "github.com/hashicorp/go-azure-sdk/resource-manager/hdinsight/2021-06-01" nginx_2024_01_01_preview "github.com/hashicorp/go-azure-sdk/resource-manager/nginx/2024-01-01-preview" - redis_2023_08_01 "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01" + redis_2024_03_01 "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01" servicenetworking_v2023_05_01_preview "github.com/hashicorp/go-azure-sdk/resource-manager/servicenetworking/2023-05-01-preview" storagecache_2023_05_01 "github.com/hashicorp/go-azure-sdk/resource-manager/storagecache/2023-05-01" systemcentervirtualmachinemanager_2023_10_07 "github.com/hashicorp/go-azure-sdk/resource-manager/systemcentervirtualmachinemanager/2023-10-07" @@ -260,7 +260,7 @@ type Client struct { Purview *purview.Client RecoveryServices *recoveryServices.Client RedHatOpenShift *redhatopenshift.Client - Redis *redis_2023_08_01.Client + Redis *redis_2024_03_01.Client RedisEnterprise *redisenterprise.Client Relay *relay.Client Resource *resource.Client diff --git a/internal/services/network/private_endpoint_resource.go b/internal/services/network/private_endpoint_resource.go index e8e2658ad515..40df06a4c3d8 100644 --- a/internal/services/network/private_endpoint_resource.go +++ b/internal/services/network/private_endpoint_resource.go @@ -21,7 +21,7 @@ import ( "github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-11-01/privateendpoints" postgresqlServers "github.com/hashicorp/go-azure-sdk/resource-manager/postgresql/2017-12-01/servers" "github.com/hashicorp/go-azure-sdk/resource-manager/privatedns/2020-06-01/privatezones" - "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis" + "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis" "github.com/hashicorp/go-azure-sdk/resource-manager/signalr/2023-02-01/signalr" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" diff --git a/internal/services/redis/client/client.go b/internal/services/redis/client/client.go index 978416776c54..3026cc21c2b2 100644 --- a/internal/services/redis/client/client.go +++ b/internal/services/redis/client/client.go @@ -6,13 +6,13 @@ package client import ( "fmt" - redis_2023_08_01 "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01" + redis_2024_03_01 "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01" "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" "github.com/hashicorp/terraform-provider-azurerm/internal/common" ) -func NewClient(o *common.ClientOptions) (*redis_2023_08_01.Client, error) { - client, err := redis_2023_08_01.NewClientWithBaseURI(o.Environment.ResourceManager, func(c *resourcemanager.Client) { +func NewClient(o *common.ClientOptions) (*redis_2024_03_01.Client, error) { + client, err := redis_2024_03_01.NewClientWithBaseURI(o.Environment.ResourceManager, func(c *resourcemanager.Client) { c.Authorizer = o.Authorizers.ResourceManager }) if err != nil { diff --git a/internal/services/redis/migration/firewall_rule_v0_to_v1.go b/internal/services/redis/migration/firewall_rule_v0_to_v1.go index 66e5ec5cc405..c91a6b75c30f 100644 --- a/internal/services/redis/migration/firewall_rule_v0_to_v1.go +++ b/internal/services/redis/migration/firewall_rule_v0_to_v1.go @@ -7,7 +7,7 @@ import ( "context" "log" - "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules" + "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" ) diff --git a/internal/services/redis/migration/linked_server_v0_to_v1.go b/internal/services/redis/migration/linked_server_v0_to_v1.go index a22c0ce16866..d517c61d2939 100644 --- a/internal/services/redis/migration/linked_server_v0_to_v1.go +++ b/internal/services/redis/migration/linked_server_v0_to_v1.go @@ -7,7 +7,7 @@ import ( "context" "log" - "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis" + "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" ) diff --git a/internal/services/redis/migration/redis_cache_v0_to_v1.go b/internal/services/redis/migration/redis_cache_v0_to_v1.go index 31a71f3b0ce4..a11766cbca4f 100644 --- a/internal/services/redis/migration/redis_cache_v0_to_v1.go +++ b/internal/services/redis/migration/redis_cache_v0_to_v1.go @@ -8,7 +8,7 @@ import ( "log" "strings" - "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis" + "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/suppress" diff --git a/internal/services/redis/redis_cache_access_policy_assignment_resource.go b/internal/services/redis/redis_cache_access_policy_assignment_resource.go index fc884c15d2fe..b695ce706c34 100644 --- a/internal/services/redis/redis_cache_access_policy_assignment_resource.go +++ b/internal/services/redis/redis_cache_access_policy_assignment_resource.go @@ -9,7 +9,7 @@ import ( "time" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis" + "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis" "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" diff --git a/internal/services/redis/redis_cache_access_policy_assignment_resource_test.go b/internal/services/redis/redis_cache_access_policy_assignment_resource_test.go index f0d505884a3b..ea6ccb13e112 100644 --- a/internal/services/redis/redis_cache_access_policy_assignment_resource_test.go +++ b/internal/services/redis/redis_cache_access_policy_assignment_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis" + "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis" "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" diff --git a/internal/services/redis/redis_cache_access_policy_resource.go b/internal/services/redis/redis_cache_access_policy_resource.go index be855a75cbd2..38d37191be12 100644 --- a/internal/services/redis/redis_cache_access_policy_resource.go +++ b/internal/services/redis/redis_cache_access_policy_resource.go @@ -9,7 +9,7 @@ import ( "time" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis" + "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" ) diff --git a/internal/services/redis/redis_cache_access_policy_resource_test.go b/internal/services/redis/redis_cache_access_policy_resource_test.go index 9c26655a4896..d774d16e5d77 100644 --- a/internal/services/redis/redis_cache_access_policy_resource_test.go +++ b/internal/services/redis/redis_cache_access_policy_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis" + "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis" "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" diff --git a/internal/services/redis/redis_cache_data_source.go b/internal/services/redis/redis_cache_data_source.go index 13a6d1d3048c..36dfd26a18a3 100644 --- a/internal/services/redis/redis_cache_data_source.go +++ b/internal/services/redis/redis_cache_data_source.go @@ -13,8 +13,8 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-helpers/resourcemanager/zones" - "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules" - "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis" + "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules" + "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/timeouts" diff --git a/internal/services/redis/redis_cache_resource.go b/internal/services/redis/redis_cache_resource.go index 4913e2d7d63c..3b845c389450 100644 --- a/internal/services/redis/redis_cache_resource.go +++ b/internal/services/redis/redis_cache_resource.go @@ -19,8 +19,8 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-helpers/resourcemanager/zones" - "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules" - "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis" + "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules" + "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" azValidate "github.com/hashicorp/terraform-provider-azurerm/helpers/validate" diff --git a/internal/services/redis/redis_cache_resource_test.go b/internal/services/redis/redis_cache_resource_test.go index 241a28b42f52..267794912744 100644 --- a/internal/services/redis/redis_cache_resource_test.go +++ b/internal/services/redis/redis_cache_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis" + "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis" "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" diff --git a/internal/services/redis/redis_firewall_rule_resource.go b/internal/services/redis/redis_firewall_rule_resource.go index 3c2d29438627..ed7e625193c8 100644 --- a/internal/services/redis/redis_firewall_rule_resource.go +++ b/internal/services/redis/redis_firewall_rule_resource.go @@ -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-sdk/resource-manager/redis/2023-08-01/firewallrules" + "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/redis/migration" diff --git a/internal/services/redis/redis_firewall_rule_resource_test.go b/internal/services/redis/redis_firewall_rule_resource_test.go index 610f1b2a9b02..62673f8660b1 100644 --- a/internal/services/redis/redis_firewall_rule_resource_test.go +++ b/internal/services/redis/redis_firewall_rule_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules" + "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules" "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" diff --git a/internal/services/redis/redis_linked_server_resource.go b/internal/services/redis/redis_linked_server_resource.go index ff302107f2c3..9f187d24f2df 100644 --- a/internal/services/redis/redis_linked_server_resource.go +++ b/internal/services/redis/redis_linked_server_resource.go @@ -13,7 +13,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/location" - "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis" + "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/redis/migration" diff --git a/internal/services/redis/redis_linked_server_resource_test.go b/internal/services/redis/redis_linked_server_resource_test.go index 20f281355725..2a76fcdf70b7 100644 --- a/internal/services/redis/redis_linked_server_resource_test.go +++ b/internal/services/redis/redis_linked_server_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis" + "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis" "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" diff --git a/internal/services/springcloud/spring_cloud_app_redis_association_resource.go b/internal/services/springcloud/spring_cloud_app_redis_association_resource.go index 59540a8b65ad..37b9b79d77ee 100644 --- a/internal/services/springcloud/spring_cloud_app_redis_association_resource.go +++ b/internal/services/springcloud/spring_cloud_app_redis_association_resource.go @@ -9,7 +9,7 @@ import ( "strings" "time" - "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis" + "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/springcloud/migration" diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_rediscreateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_rediscreateproperties.go deleted file mode 100644 index 6d96f4cd088e..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_rediscreateproperties.go +++ /dev/null @@ -1,20 +0,0 @@ -package redis - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type RedisCreateProperties struct { - EnableNonSslPort *bool `json:"enableNonSslPort,omitempty"` - MinimumTlsVersion *TlsVersion `json:"minimumTlsVersion,omitempty"` - PublicNetworkAccess *PublicNetworkAccess `json:"publicNetworkAccess,omitempty"` - RedisConfiguration *RedisCommonPropertiesRedisConfiguration `json:"redisConfiguration,omitempty"` - RedisVersion *string `json:"redisVersion,omitempty"` - ReplicasPerMaster *int64 `json:"replicasPerMaster,omitempty"` - ReplicasPerPrimary *int64 `json:"replicasPerPrimary,omitempty"` - ShardCount *int64 `json:"shardCount,omitempty"` - Sku Sku `json:"sku"` - StaticIP *string `json:"staticIP,omitempty"` - SubnetId *string `json:"subnetId,omitempty"` - TenantSettings *map[string]string `json:"tenantSettings,omitempty"` - UpdateChannel *UpdateChannel `json:"updateChannel,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redisproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redisproperties.go deleted file mode 100644 index 87e15f307de9..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redisproperties.go +++ /dev/null @@ -1,28 +0,0 @@ -package redis - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type RedisProperties struct { - AccessKeys *RedisAccessKeys `json:"accessKeys,omitempty"` - EnableNonSslPort *bool `json:"enableNonSslPort,omitempty"` - HostName *string `json:"hostName,omitempty"` - Instances *[]RedisInstanceDetails `json:"instances,omitempty"` - LinkedServers *[]RedisLinkedServer `json:"linkedServers,omitempty"` - MinimumTlsVersion *TlsVersion `json:"minimumTlsVersion,omitempty"` - Port *int64 `json:"port,omitempty"` - PrivateEndpointConnections *[]PrivateEndpointConnection `json:"privateEndpointConnections,omitempty"` - ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` - PublicNetworkAccess *PublicNetworkAccess `json:"publicNetworkAccess,omitempty"` - RedisConfiguration *RedisCommonPropertiesRedisConfiguration `json:"redisConfiguration,omitempty"` - RedisVersion *string `json:"redisVersion,omitempty"` - ReplicasPerMaster *int64 `json:"replicasPerMaster,omitempty"` - ReplicasPerPrimary *int64 `json:"replicasPerPrimary,omitempty"` - ShardCount *int64 `json:"shardCount,omitempty"` - Sku Sku `json:"sku"` - SslPort *int64 `json:"sslPort,omitempty"` - StaticIP *string `json:"staticIP,omitempty"` - SubnetId *string `json:"subnetId,omitempty"` - TenantSettings *map[string]string `json:"tenantSettings,omitempty"` - UpdateChannel *UpdateChannel `json:"updateChannel,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redisupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redisupdateproperties.go deleted file mode 100644 index c0bfe6bdba6c..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redisupdateproperties.go +++ /dev/null @@ -1,18 +0,0 @@ -package redis - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type RedisUpdateProperties struct { - EnableNonSslPort *bool `json:"enableNonSslPort,omitempty"` - MinimumTlsVersion *TlsVersion `json:"minimumTlsVersion,omitempty"` - PublicNetworkAccess *PublicNetworkAccess `json:"publicNetworkAccess,omitempty"` - RedisConfiguration *RedisCommonPropertiesRedisConfiguration `json:"redisConfiguration,omitempty"` - RedisVersion *string `json:"redisVersion,omitempty"` - ReplicasPerMaster *int64 `json:"replicasPerMaster,omitempty"` - ReplicasPerPrimary *int64 `json:"replicasPerPrimary,omitempty"` - ShardCount *int64 `json:"shardCount,omitempty"` - Sku *Sku `json:"sku,omitempty"` - TenantSettings *map[string]string `json:"tenantSettings,omitempty"` - UpdateChannel *UpdateChannel `json:"updateChannel,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/README.md similarity index 97% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/README.md index 75e662f4b423..7dd593ea26ab 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad` Documentation -The `aad` SDK allows for interaction with the Azure Resource Manager Service `redis` (API Version `2023-08-01`). +The `aad` SDK allows for interaction with the Azure Resource Manager Service `redis` (API Version `2024-03-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad" +import "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/id_accesspolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/id_accesspolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/id_accesspolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/id_accesspolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/id_accesspolicyassignment.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/id_accesspolicyassignment.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/id_accesspolicyassignment.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/id_accesspolicyassignment.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/id_redi.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/id_redi.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/id_redi.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/id_redi.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/method_accesspolicyassignmentcreateupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/method_accesspolicyassignmentcreateupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/method_accesspolicyassignmentcreateupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/method_accesspolicyassignmentcreateupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/method_accesspolicyassignmentdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/method_accesspolicyassignmentdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/method_accesspolicyassignmentdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/method_accesspolicyassignmentdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/method_accesspolicyassignmentget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/method_accesspolicyassignmentget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/method_accesspolicyassignmentget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/method_accesspolicyassignmentget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/method_accesspolicyassignmentlist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/method_accesspolicyassignmentlist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/method_accesspolicyassignmentlist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/method_accesspolicyassignmentlist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/method_accesspolicycreateupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/method_accesspolicycreateupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/method_accesspolicycreateupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/method_accesspolicycreateupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/method_accesspolicydelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/method_accesspolicydelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/method_accesspolicydelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/method_accesspolicydelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/method_accesspolicyget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/method_accesspolicyget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/method_accesspolicyget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/method_accesspolicyget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/method_accesspolicylist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/method_accesspolicylist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/method_accesspolicylist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/method_accesspolicylist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/model_rediscacheaccesspolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/model_rediscacheaccesspolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/model_rediscacheaccesspolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/model_rediscacheaccesspolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/model_rediscacheaccesspolicyassignment.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/model_rediscacheaccesspolicyassignment.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/model_rediscacheaccesspolicyassignment.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/model_rediscacheaccesspolicyassignment.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/model_rediscacheaccesspolicyassignmentproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/model_rediscacheaccesspolicyassignmentproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/model_rediscacheaccesspolicyassignmentproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/model_rediscacheaccesspolicyassignmentproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/model_rediscacheaccesspolicyproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/model_rediscacheaccesspolicyproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/model_rediscacheaccesspolicyproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/model_rediscacheaccesspolicyproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/version.go similarity index 87% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/version.go index 6308f94f8262..25d1b1748be4 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-08-01" +const defaultApiVersion = "2024-03-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/aad/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/client.go similarity index 82% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/client.go index 62086f1d0223..3edf82d87e7e 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/client.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/client.go @@ -1,4 +1,4 @@ -package v2023_08_01 +package v2024_03_01 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. @@ -6,12 +6,12 @@ package v2023_08_01 import ( "fmt" - "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad" - "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules" - "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules" - "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections" - "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privatelinkresources" - "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis" + "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad" + "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules" + "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules" + "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privatelinkresources" + "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis" "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" sdkEnv "github.com/hashicorp/go-azure-sdk/sdk/environments" ) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules/README.md index 37db6eb39748..29255c2cc8b2 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules` Documentation -The `firewallrules` SDK allows for interaction with the Azure Resource Manager Service `redis` (API Version `2023-08-01`). +The `firewallrules` SDK allows for interaction with the Azure Resource Manager Service `redis` (API Version `2024-03-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules" +import "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules/id_firewallrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules/id_firewallrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules/id_firewallrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules/id_firewallrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules/id_redi.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules/id_redi.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules/id_redi.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules/id_redi.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules/model_redisfirewallrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules/model_redisfirewallrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules/model_redisfirewallrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules/model_redisfirewallrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules/model_redisfirewallruleproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules/model_redisfirewallruleproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules/model_redisfirewallruleproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules/model_redisfirewallruleproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules/version.go index 462dbea42fa7..d3c9bafd79bc 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-08-01" +const defaultApiVersion = "2024-03-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/firewallrules/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules/README.md index e5978541e01f..3e8777fcc545 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules` Documentation -The `patchschedules` SDK allows for interaction with the Azure Resource Manager Service `redis` (API Version `2023-08-01`). +The `patchschedules` SDK allows for interaction with the Azure Resource Manager Service `redis` (API Version `2024-03-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules" +import "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules/id_redi.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules/id_redi.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules/id_redi.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules/id_redi.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules/method_listbyredisresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules/method_listbyredisresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules/method_listbyredisresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules/method_listbyredisresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules/model_redispatchschedule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules/model_redispatchschedule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules/model_redispatchschedule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules/model_redispatchschedule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules/model_scheduleentries.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules/model_scheduleentries.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules/model_scheduleentries.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules/model_scheduleentries.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules/model_scheduleentry.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules/model_scheduleentry.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules/model_scheduleentry.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules/model_scheduleentry.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules/version.go index fcc70f1e72a3..e22426b3a32b 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-08-01" +const defaultApiVersion = "2024-03-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/patchschedules/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/README.md similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/README.md index ba9547257b3c..1d6b53271160 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections` Documentation -The `privateendpointconnections` SDK allows for interaction with the Azure Resource Manager Service `redis` (API Version `2023-08-01`). +The `privateendpointconnections` SDK allows for interaction with the Azure Resource Manager Service `redis` (API Version `2024-03-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections" +import "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/id_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/id_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/id_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/id_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/id_redi.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/id_redi.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/id_redi.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/id_redi.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/method_put.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/method_put.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/method_put.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/method_put.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/model_privateendpointconnectionlistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/model_privateendpointconnectionlistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/model_privateendpointconnectionlistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/model_privateendpointconnectionlistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/version.go index 4f6bde1fe04b..2f993e72d677 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-08-01" +const defaultApiVersion = "2024-03-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/privateendpointconnections/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privatelinkresources/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privatelinkresources/README.md similarity index 87% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privatelinkresources/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privatelinkresources/README.md index 9c4af3c57528..229261f54452 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privatelinkresources/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privatelinkresources/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privatelinkresources` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privatelinkresources` Documentation -The `privatelinkresources` SDK allows for interaction with the Azure Resource Manager Service `redis` (API Version `2023-08-01`). +The `privatelinkresources` SDK allows for interaction with the Azure Resource Manager Service `redis` (API Version `2024-03-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). ### Import Path ```go -import "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privatelinkresources" +import "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privatelinkresources" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privatelinkresources/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privatelinkresources/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privatelinkresources/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privatelinkresources/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privatelinkresources/id_redi.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privatelinkresources/id_redi.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privatelinkresources/id_redi.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privatelinkresources/id_redi.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privatelinkresources/method_listbyrediscache.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privatelinkresources/method_listbyrediscache.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privatelinkresources/method_listbyrediscache.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privatelinkresources/method_listbyrediscache.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privatelinkresources/model_privatelinkresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privatelinkresources/model_privatelinkresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privatelinkresources/model_privatelinkresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privatelinkresources/model_privatelinkresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privatelinkresources/model_privatelinkresourcelistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privatelinkresources/model_privatelinkresourcelistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privatelinkresources/model_privatelinkresourcelistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privatelinkresources/model_privatelinkresourcelistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privatelinkresources/model_privatelinkresourceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privatelinkresources/model_privatelinkresourceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privatelinkresources/model_privatelinkresourceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privatelinkresources/model_privatelinkresourceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privatelinkresources/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privatelinkresources/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privatelinkresources/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privatelinkresources/version.go index a18b2099dd42..bcf05c009fee 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privatelinkresources/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privatelinkresources/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-08-01" +const defaultApiVersion = "2024-03-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/privatelinkresources/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/README.md similarity index 99% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/README.md index 6a5b92932574..ef52a2011174 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis` Documentation -The `redis` SDK allows for interaction with the Azure Resource Manager Service `redis` (API Version `2023-08-01`). +The `redis` SDK allows for interaction with the Azure Resource Manager Service `redis` (API Version `2024-03-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis" +import "github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/id_accesspolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/id_accesspolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/id_accesspolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/id_accesspolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/id_accesspolicyassignment.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/id_accesspolicyassignment.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/id_accesspolicyassignment.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/id_accesspolicyassignment.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/id_firewallrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/id_firewallrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/id_firewallrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/id_firewallrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/id_linkedserver.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/id_linkedserver.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/id_linkedserver.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/id_linkedserver.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/id_redi.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/id_redi.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/id_redi.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/id_redi.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_accesspolicyassignmentcreateupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_accesspolicyassignmentcreateupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_accesspolicyassignmentcreateupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_accesspolicyassignmentcreateupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_accesspolicyassignmentdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_accesspolicyassignmentdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_accesspolicyassignmentdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_accesspolicyassignmentdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_accesspolicyassignmentget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_accesspolicyassignmentget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_accesspolicyassignmentget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_accesspolicyassignmentget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_accesspolicyassignmentlist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_accesspolicyassignmentlist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_accesspolicyassignmentlist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_accesspolicyassignmentlist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_accesspolicycreateupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_accesspolicycreateupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_accesspolicycreateupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_accesspolicycreateupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_accesspolicydelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_accesspolicydelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_accesspolicydelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_accesspolicydelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_accesspolicyget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_accesspolicyget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_accesspolicyget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_accesspolicyget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_accesspolicylist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_accesspolicylist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_accesspolicylist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_accesspolicylist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_checknameavailability.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_checknameavailability.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_checknameavailability.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_checknameavailability.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_create.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_create.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_create.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_create.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_exportdata.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_exportdata.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_exportdata.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_exportdata.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_firewallrulescreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_firewallrulescreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_firewallrulescreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_firewallrulescreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_firewallrulesdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_firewallrulesdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_firewallrulesdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_firewallrulesdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_firewallrulesget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_firewallrulesget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_firewallrulesget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_firewallrulesget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_firewallruleslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_firewallruleslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_firewallruleslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_firewallruleslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_flushcache.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_flushcache.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_flushcache.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_flushcache.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_forcereboot.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_forcereboot.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_forcereboot.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_forcereboot.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_importdata.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_importdata.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_importdata.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_importdata.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_linkedservercreate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_linkedservercreate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_linkedservercreate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_linkedservercreate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_linkedserverdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_linkedserverdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_linkedserverdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_linkedserverdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_linkedserverget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_linkedserverget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_linkedserverget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_linkedserverget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_linkedserverlist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_linkedserverlist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_linkedserverlist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_linkedserverlist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_listbysubscription.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_listbysubscription.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_listbysubscription.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_listbysubscription.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_listkeys.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_listkeys.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_listkeys.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_listkeys.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_listupgradenotifications.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_listupgradenotifications.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_listupgradenotifications.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_listupgradenotifications.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_patchschedulescreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_patchschedulescreateorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_patchschedulescreateorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_patchschedulescreateorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_patchschedulesdelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_patchschedulesdelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_patchschedulesdelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_patchschedulesdelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_patchschedulesget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_patchschedulesget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_patchschedulesget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_patchschedulesget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_patchscheduleslistbyredisresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_patchscheduleslistbyredisresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_patchscheduleslistbyredisresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_patchscheduleslistbyredisresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_regeneratekey.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_regeneratekey.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_regeneratekey.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_regeneratekey.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_update.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_update.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/method_update.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/method_update.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_checknameavailabilityparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_checknameavailabilityparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_checknameavailabilityparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_checknameavailabilityparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_erroradditionalinfo.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_erroradditionalinfo.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_erroradditionalinfo.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_erroradditionalinfo.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_errordetail.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_errordetail.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_errordetail.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_errordetail.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_exportrdbparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_exportrdbparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_exportrdbparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_exportrdbparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_importrdbparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_importrdbparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_importrdbparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_importrdbparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_operationstatusresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_operationstatusresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_operationstatusresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_operationstatusresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redisaccesskeys.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redisaccesskeys.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redisaccesskeys.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redisaccesskeys.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_rediscacheaccesspolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_rediscacheaccesspolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_rediscacheaccesspolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_rediscacheaccesspolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_rediscacheaccesspolicyassignment.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_rediscacheaccesspolicyassignment.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_rediscacheaccesspolicyassignment.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_rediscacheaccesspolicyassignment.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_rediscacheaccesspolicyassignmentproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_rediscacheaccesspolicyassignmentproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_rediscacheaccesspolicyassignmentproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_rediscacheaccesspolicyassignmentproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_rediscacheaccesspolicyproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_rediscacheaccesspolicyproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_rediscacheaccesspolicyproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_rediscacheaccesspolicyproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_rediscommonpropertiesredisconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_rediscommonpropertiesredisconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_rediscommonpropertiesredisconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_rediscommonpropertiesredisconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_rediscreateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_rediscreateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_rediscreateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_rediscreateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_rediscreateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_rediscreateproperties.go new file mode 100644 index 000000000000..c8b8e0103202 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_rediscreateproperties.go @@ -0,0 +1,21 @@ +package redis + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type RedisCreateProperties struct { + DisableAccessKeyAuthentication *bool `json:"disableAccessKeyAuthentication,omitempty"` + EnableNonSslPort *bool `json:"enableNonSslPort,omitempty"` + MinimumTlsVersion *TlsVersion `json:"minimumTlsVersion,omitempty"` + PublicNetworkAccess *PublicNetworkAccess `json:"publicNetworkAccess,omitempty"` + RedisConfiguration *RedisCommonPropertiesRedisConfiguration `json:"redisConfiguration,omitempty"` + RedisVersion *string `json:"redisVersion,omitempty"` + ReplicasPerMaster *int64 `json:"replicasPerMaster,omitempty"` + ReplicasPerPrimary *int64 `json:"replicasPerPrimary,omitempty"` + ShardCount *int64 `json:"shardCount,omitempty"` + Sku Sku `json:"sku"` + StaticIP *string `json:"staticIP,omitempty"` + SubnetId *string `json:"subnetId,omitempty"` + TenantSettings *map[string]string `json:"tenantSettings,omitempty"` + UpdateChannel *UpdateChannel `json:"updateChannel,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redisfirewallrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redisfirewallrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redisfirewallrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redisfirewallrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redisfirewallruleproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redisfirewallruleproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redisfirewallruleproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redisfirewallruleproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redisforcerebootresponse.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redisforcerebootresponse.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redisforcerebootresponse.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redisforcerebootresponse.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redisinstancedetails.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redisinstancedetails.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redisinstancedetails.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redisinstancedetails.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redislinkedserver.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redislinkedserver.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redislinkedserver.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redislinkedserver.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redislinkedservercreateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redislinkedservercreateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redislinkedservercreateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redislinkedservercreateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redislinkedservercreateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redislinkedservercreateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redislinkedservercreateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redislinkedservercreateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redislinkedserverproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redislinkedserverproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redislinkedserverproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redislinkedserverproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redislinkedserverwithproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redislinkedserverwithproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redislinkedserverwithproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redislinkedserverwithproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redispatchschedule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redispatchschedule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redispatchschedule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redispatchschedule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redisproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redisproperties.go new file mode 100644 index 000000000000..2fa307800d88 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redisproperties.go @@ -0,0 +1,29 @@ +package redis + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type RedisProperties struct { + AccessKeys *RedisAccessKeys `json:"accessKeys,omitempty"` + DisableAccessKeyAuthentication *bool `json:"disableAccessKeyAuthentication,omitempty"` + EnableNonSslPort *bool `json:"enableNonSslPort,omitempty"` + HostName *string `json:"hostName,omitempty"` + Instances *[]RedisInstanceDetails `json:"instances,omitempty"` + LinkedServers *[]RedisLinkedServer `json:"linkedServers,omitempty"` + MinimumTlsVersion *TlsVersion `json:"minimumTlsVersion,omitempty"` + Port *int64 `json:"port,omitempty"` + PrivateEndpointConnections *[]PrivateEndpointConnection `json:"privateEndpointConnections,omitempty"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` + PublicNetworkAccess *PublicNetworkAccess `json:"publicNetworkAccess,omitempty"` + RedisConfiguration *RedisCommonPropertiesRedisConfiguration `json:"redisConfiguration,omitempty"` + RedisVersion *string `json:"redisVersion,omitempty"` + ReplicasPerMaster *int64 `json:"replicasPerMaster,omitempty"` + ReplicasPerPrimary *int64 `json:"replicasPerPrimary,omitempty"` + ShardCount *int64 `json:"shardCount,omitempty"` + Sku Sku `json:"sku"` + SslPort *int64 `json:"sslPort,omitempty"` + StaticIP *string `json:"staticIP,omitempty"` + SubnetId *string `json:"subnetId,omitempty"` + TenantSettings *map[string]string `json:"tenantSettings,omitempty"` + UpdateChannel *UpdateChannel `json:"updateChannel,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redisrebootparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redisrebootparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redisrebootparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redisrebootparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redisregeneratekeyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redisregeneratekeyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redisregeneratekeyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redisregeneratekeyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redisresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redisresource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redisresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redisresource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redisupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redisupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_redisupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redisupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redisupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redisupdateproperties.go new file mode 100644 index 000000000000..0115807960ea --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_redisupdateproperties.go @@ -0,0 +1,19 @@ +package redis + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type RedisUpdateProperties struct { + DisableAccessKeyAuthentication *bool `json:"disableAccessKeyAuthentication,omitempty"` + EnableNonSslPort *bool `json:"enableNonSslPort,omitempty"` + MinimumTlsVersion *TlsVersion `json:"minimumTlsVersion,omitempty"` + PublicNetworkAccess *PublicNetworkAccess `json:"publicNetworkAccess,omitempty"` + RedisConfiguration *RedisCommonPropertiesRedisConfiguration `json:"redisConfiguration,omitempty"` + RedisVersion *string `json:"redisVersion,omitempty"` + ReplicasPerMaster *int64 `json:"replicasPerMaster,omitempty"` + ReplicasPerPrimary *int64 `json:"replicasPerPrimary,omitempty"` + ShardCount *int64 `json:"shardCount,omitempty"` + Sku *Sku `json:"sku,omitempty"` + TenantSettings *map[string]string `json:"tenantSettings,omitempty"` + UpdateChannel *UpdateChannel `json:"updateChannel,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_scheduleentries.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_scheduleentries.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_scheduleentries.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_scheduleentries.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_scheduleentry.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_scheduleentry.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_scheduleentry.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_scheduleentry.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_sku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_sku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_sku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_sku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_upgradenotification.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_upgradenotification.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/model_upgradenotification.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/model_upgradenotification.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/version.go index 4b58beff8f39..09571075a135 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-08-01" +const defaultApiVersion = "2024-03-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/redis/%s", defaultApiVersion) diff --git a/vendor/modules.txt b/vendor/modules.txt index ca4068884a39..1e01f09b1a33 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -918,13 +918,13 @@ github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/ github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationrecoveryservicesproviders github.com/hashicorp/go-azure-sdk/resource-manager/recoveryservicessiterecovery/2024-02-01/replicationvaultsetting github.com/hashicorp/go-azure-sdk/resource-manager/redhatopenshift/2023-09-04/openshiftclusters -github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01 -github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/aad -github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/firewallrules -github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/patchschedules -github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privateendpointconnections -github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/privatelinkresources -github.com/hashicorp/go-azure-sdk/resource-manager/redis/2023-08-01/redis +github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01 +github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/aad +github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/firewallrules +github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/patchschedules +github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privateendpointconnections +github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/privatelinkresources +github.com/hashicorp/go-azure-sdk/resource-manager/redis/2024-03-01/redis github.com/hashicorp/go-azure-sdk/resource-manager/redisenterprise/2023-07-01/databases github.com/hashicorp/go-azure-sdk/resource-manager/redisenterprise/2023-10-01-preview/redisenterprise github.com/hashicorp/go-azure-sdk/resource-manager/relay/2021-11-01/hybridconnections From 1af81d36ed839749f548d542453fa882f0c1b16a Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-azure <> Date: Tue, 21 May 2024 09:50:20 +0000 Subject: [PATCH 9/9] dependencies: updating `storage` to API Version "2023-05-01" from "2023-01-01" --- internal/services/storage/client/client.go | 6 +- internal/services/storage/client/helpers.go | 2 +- .../storage/parse/object_replication.go | 2 +- .../storage/parse/object_replication_test.go | 2 +- ...e_account_customer_managed_key_resource.go | 2 +- ...ount_customer_managed_key_resource_test.go | 2 +- .../storage_account_local_user_resource.go | 2 +- ...torage_account_local_user_resource_test.go | 2 +- ...age_account_network_rules_resource_test.go | 2 +- .../storage/storage_account_resource.go | 2 +- .../storage/storage_account_resource_test.go | 2 +- .../storage_blob_inventory_policy_resource.go | 2 +- ..._container_immutability_policy_resource.go | 2 +- ...ainer_immutability_policy_resource_test.go | 2 +- .../storage/storage_containers_data_source.go | 2 +- .../storage_encryption_scope_data_source.go | 2 +- .../storage_encryption_scope_resource.go | 2 +- .../storage_encryption_scope_resource_test.go | 2 +- .../storage_management_policy_resource.go | 2 +- .../storage_object_replication_resource.go | 2 +- .../storage/storage_share_resource.go | 2 +- .../blobcontainers/model_blobcontainer.go | 12 - .../blobcontainers/model_listcontaineritem.go | 12 - .../2023-01-01/fileshares/model_fileshare.go | 12 - .../fileshares/model_fileshareitem.go | 12 - .../localusers/model_localuserproperties.go | 14 -- .../queueservice/model_listqueue.go | 11 - .../queueservice/model_storagequeue.go | 11 - .../2023-01-01/tableservice/model_table.go | 11 - .../accountmigrations/README.md | 6 +- .../accountmigrations/client.go | 0 .../accountmigrations/constants.go | 0 ...orageaccountscustomerinitiatedmigration.go | 0 ...geaccountsgetcustomerinitiatedmigration.go | 0 .../model_storageaccountmigration.go | 0 ...model_storageaccountmigrationproperties.go | 0 .../accountmigrations/version.go | 2 +- .../blobcontainers/README.md | 6 +- .../blobcontainers/client.go | 0 .../blobcontainers/constants.go | 0 .../blobcontainers/method_clearlegalhold.go | 0 .../blobcontainers/method_create.go | 0 ...method_createorupdateimmutabilitypolicy.go | 0 .../blobcontainers/method_delete.go | 0 .../method_deleteimmutabilitypolicy.go | 0 .../method_extendimmutabilitypolicy.go | 0 .../blobcontainers/method_get.go | 0 .../method_getimmutabilitypolicy.go | 0 .../blobcontainers/method_lease.go | 0 .../blobcontainers/method_list.go | 0 .../method_lockimmutabilitypolicy.go | 0 .../blobcontainers/method_objectlevelworm.go | 0 .../blobcontainers/method_setlegalhold.go | 0 .../blobcontainers/method_update.go | 0 .../blobcontainers/model_blobcontainer.go | 17 ++ .../model_containerproperties.go | 0 .../model_immutabilitypolicy.go | 5 + .../model_immutabilitypolicyproperties.go | 0 .../model_immutabilitypolicyproperty.go | 0 .../model_immutablestoragewithversioning.go | 0 .../model_leasecontainerrequest.go | 0 .../model_leasecontainerresponse.go | 0 .../blobcontainers/model_legalhold.go | 0 .../model_legalholdproperties.go | 0 .../blobcontainers/model_listcontaineritem.go | 17 ++ .../model_protectedappendwriteshistory.go | 0 .../blobcontainers/model_tagproperty.go | 0 .../model_updatehistoryproperty.go | 0 .../blobcontainers/predicates.go | 0 .../blobcontainers/version.go | 2 +- .../blobinventorypolicies/README.md | 6 +- .../blobinventorypolicies/client.go | 0 .../blobinventorypolicies/constants.go | 0 .../method_createorupdate.go | 0 .../blobinventorypolicies/method_delete.go | 0 .../blobinventorypolicies/method_get.go | 0 .../blobinventorypolicies/method_list.go | 0 .../model_blobinventorycreationtime.go | 0 .../model_blobinventorypolicy.go | 0 .../model_blobinventorypolicydefinition.go | 0 .../model_blobinventorypolicyfilter.go | 0 .../model_blobinventorypolicyproperties.go | 0 .../model_blobinventorypolicyrule.go | 0 .../model_blobinventorypolicyschema.go | 0 .../model_listblobinventorypolicy.go | 0 .../blobinventorypolicies/version.go | 2 +- .../blobservice/README.md | 6 +- .../blobservice/client.go | 0 .../blobservice/constants.go | 0 .../method_getserviceproperties.go | 0 .../blobservice/method_list.go | 0 .../method_setserviceproperties.go | 0 .../blobservice/model_blobserviceitems.go | 0 .../model_blobserviceproperties.go | 5 + .../model_blobservicepropertiesproperties.go | 0 .../blobservice/model_changefeed.go | 0 .../blobservice/model_corsrule.go | 0 .../blobservice/model_corsrules.go | 0 .../model_deleteretentionpolicy.go | 0 .../model_lastaccesstimetrackingpolicy.go | 0 .../model_restorepolicyproperties.go | 0 .../blobservice/model_sku.go | 0 .../blobservice/version.go | 2 +- .../{2023-01-01 => 2023-05-01}/client.go | 100 ++++---- .../deletedaccounts/README.md | 6 +- .../deletedaccounts/client.go | 0 .../deletedaccounts/id_deletedaccount.go | 0 .../deletedaccounts/method_get.go | 0 .../deletedaccounts/method_list.go | 0 .../deletedaccounts/model_deletedaccount.go | 5 + .../model_deletedaccountproperties.go | 0 .../deletedaccounts/predicates.go | 0 .../deletedaccounts/version.go | 2 +- .../encryptionscopes/README.md | 6 +- .../encryptionscopes/client.go | 0 .../encryptionscopes/constants.go | 0 .../encryptionscopes/id_encryptionscope.go | 0 .../encryptionscopes/method_get.go | 0 .../encryptionscopes/method_list.go | 0 .../encryptionscopes/method_patch.go | 0 .../encryptionscopes/method_put.go | 0 .../encryptionscopes/model_encryptionscope.go | 5 + ...model_encryptionscopekeyvaultproperties.go | 0 .../model_encryptionscopeproperties.go | 0 .../encryptionscopes/predicates.go | 0 .../encryptionscopes/version.go | 2 +- .../fileservice/README.md | 6 +- .../fileservice/client.go | 0 .../fileservice/constants.go | 0 .../method_getserviceproperties.go | 0 .../fileservice/method_list.go | 0 .../method_setserviceproperties.go | 0 .../fileservice/model_corsrule.go | 0 .../fileservice/model_corsrules.go | 0 .../model_deleteretentionpolicy.go | 0 .../fileservice/model_fileserviceitems.go | 0 .../model_fileserviceproperties.go | 5 + .../model_fileservicepropertiesproperties.go | 0 .../fileservice/model_multichannel.go | 0 .../fileservice/model_protocolsettings.go | 0 .../fileservice/model_sku.go | 0 .../fileservice/model_smbsetting.go | 0 .../fileservice/version.go | 2 +- .../fileshares/README.md | 6 +- .../fileshares/client.go | 0 .../fileshares/constants.go | 0 .../fileshares/id_share.go | 0 .../fileshares/method_create.go | 0 .../fileshares/method_delete.go | 0 .../fileshares/method_get.go | 0 .../fileshares/method_lease.go | 0 .../fileshares/method_list.go | 0 .../fileshares/method_restore.go | 0 .../fileshares/method_update.go | 0 .../fileshares/model_accesspolicy.go | 0 .../fileshares/model_deletedshare.go | 0 .../2023-05-01/fileshares/model_fileshare.go | 17 ++ .../fileshares/model_fileshareitem.go | 17 ++ .../fileshares/model_fileshareproperties.go | 0 .../fileshares/model_leasesharerequest.go | 0 .../fileshares/model_leaseshareresponse.go | 0 .../fileshares/model_signedidentifier.go | 0 .../fileshares/predicates.go | 0 .../fileshares/version.go | 2 +- .../localusers/README.md | 13 +- .../localusers/client.go | 0 .../2023-05-01/localusers/constants.go | 48 ++++ .../localusers/id_localuser.go | 0 .../localusers/method_createorupdate.go | 0 .../localusers/method_delete.go | 0 .../localusers/method_get.go | 0 .../2023-05-01/localusers/method_list.go | 128 ++++++++++ .../localusers/method_listkeys.go | 0 .../localusers/method_regeneratepassword.go | 0 .../localusers/model_localuser.go | 0 .../localusers/model_localuserkeys.go | 0 .../localusers/model_localuserproperties.go | 19 ++ ...model_localuserregeneratepasswordresult.go | 0 .../localusers/model_permissionscope.go | 0 .../localusers/model_sshpublickey.go | 0 .../2023-05-01/localusers/predicates.go | 27 +++ .../localusers/version.go | 2 +- .../managementpolicies/README.md | 6 +- .../managementpolicies/client.go | 0 .../managementpolicies/constants.go | 0 .../method_createorupdate.go | 0 .../managementpolicies/method_delete.go | 0 .../managementpolicies/method_get.go | 0 .../model_dateaftercreation.go | 0 .../model_dateaftermodification.go | 0 .../model_managementpolicy.go | 5 + .../model_managementpolicyaction.go | 0 .../model_managementpolicybaseblob.go | 0 .../model_managementpolicydefinition.go | 0 .../model_managementpolicyfilter.go | 0 .../model_managementpolicyproperties.go | 0 .../model_managementpolicyrule.go | 0 .../model_managementpolicyschema.go | 0 .../model_managementpolicysnapshot.go | 0 .../model_managementpolicyversion.go | 0 .../managementpolicies/model_tagfilter.go | 0 .../managementpolicies/version.go | 2 +- .../objectreplicationpolicies/README.md | 6 +- .../objectreplicationpolicies/client.go | 0 .../id_objectreplicationpolicy.go | 0 .../method_createorupdate.go | 0 .../method_delete.go | 0 .../objectreplicationpolicies/method_get.go | 0 .../objectreplicationpolicies/method_list.go | 0 .../model_objectreplicationpolicies.go | 0 .../model_objectreplicationpolicy.go | 5 + .../model_objectreplicationpolicyfilter.go | 0 ...model_objectreplicationpolicyproperties.go | 0 .../model_objectreplicationpolicyrule.go | 0 .../objectreplicationpolicies/version.go | 2 +- .../privateendpointconnections/README.md | 6 +- .../privateendpointconnections/client.go | 0 .../privateendpointconnections/constants.go | 0 .../id_privateendpointconnection.go | 0 .../method_delete.go | 0 .../privateendpointconnections/method_get.go | 0 .../privateendpointconnections/method_list.go | 0 .../privateendpointconnections/method_put.go | 0 .../model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 5 + ...del_privateendpointconnectionlistresult.go | 0 ...del_privateendpointconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 .../privateendpointconnections/version.go | 2 +- .../privatelinkresources/README.md | 6 +- .../privatelinkresources/client.go | 0 .../method_listbystorageaccount.go | 0 .../model_privatelinkresource.go | 5 + .../model_privatelinkresourcelistresult.go | 0 .../model_privatelinkresourceproperties.go | 0 .../privatelinkresources/version.go | 2 +- .../queueservice/README.md | 6 +- .../queueservice/client.go | 0 .../queueservice/id_queue.go | 0 .../queueservice/method_queuecreate.go | 0 .../queueservice/method_queuedelete.go | 0 .../queueservice/method_queueget.go | 0 .../queueservice/method_queuelist.go | 0 .../queueservice/method_queueupdate.go | 0 .../queueservice/model_listqueue.go | 16 ++ .../queueservice/model_listqueueproperties.go | 0 .../queueservice/model_queueproperties.go | 0 .../queueservice/model_storagequeue.go | 16 ++ .../queueservice/predicates.go | 0 .../queueservice/version.go | 2 +- .../queueserviceproperties/README.md | 6 +- .../queueserviceproperties/client.go | 0 .../queueserviceproperties/constants.go | 0 ...ethod_queueservicesgetserviceproperties.go | 0 .../method_queueserviceslist.go | 0 ...ethod_queueservicessetserviceproperties.go | 0 .../queueserviceproperties/model_corsrule.go | 0 .../queueserviceproperties/model_corsrules.go | 0 .../model_listqueueservices.go | 0 .../model_queueserviceproperties.go | 5 + .../model_queueservicepropertiesproperties.go | 0 .../queueserviceproperties/version.go | 2 +- .../{2023-01-01 => 2023-05-01}/skus/README.md | 6 +- .../{2023-01-01 => 2023-05-01}/skus/client.go | 0 .../skus/constants.go | 0 .../skus/method_list.go | 0 .../skus/model_restriction.go | 0 .../skus/model_skucapability.go | 0 .../skus/model_skuinformation.go | 0 .../skus/model_storageskulistresult.go | 0 .../skus/version.go | 2 +- .../storageaccounts/README.md | 6 +- .../storageaccounts/client.go | 0 .../storageaccounts/constants.go | 18 +- ...hod_aborthierarchicalnamespacemigration.go | 0 .../method_checknameavailability.go | 0 .../storageaccounts/method_create.go | 0 .../storageaccounts/method_delete.go | 0 .../storageaccounts/method_failover.go | 0 .../storageaccounts/method_getproperties.go | 0 .../method_hierarchicalnamespacemigration.go | 0 .../storageaccounts/method_list.go | 0 .../storageaccounts/method_listaccountsas.go | 0 .../method_listbyresourcegroup.go | 0 .../storageaccounts/method_listkeys.go | 0 .../storageaccounts/method_listservicesas.go | 0 .../storageaccounts/method_regeneratekey.go | 0 .../method_restoreblobranges.go | 0 .../method_revokeuserdelegationkeys.go | 0 .../storageaccounts/method_update.go | 0 ...del_accountimmutabilitypolicyproperties.go | 0 .../model_accountsasparameters.go | 0 .../model_activedirectoryproperties.go | 0 ...l_azurefilesidentitybasedauthentication.go | 0 .../model_blobrestoreparameters.go | 0 .../storageaccounts/model_blobrestorerange.go | 0 .../model_blobrestorestatus.go | 0 .../model_checknameavailabilityresult.go | 0 .../storageaccounts/model_customdomain.go | 0 .../storageaccounts/model_encryption.go | 0 .../model_encryptionidentity.go | 0 .../model_encryptionservice.go | 0 .../model_encryptionservices.go | 0 .../storageaccounts/model_endpoints.go | 0 .../model_georeplicationstats.go | 0 .../model_immutablestorageaccount.go | 0 .../storageaccounts/model_iprule.go | 0 .../storageaccounts/model_keycreationtime.go | 0 .../storageaccounts/model_keypolicy.go | 0 .../model_keyvaultproperties.go | 0 .../model_listaccountsasresponse.go | 0 .../model_listservicesasresponse.go | 0 .../storageaccounts/model_networkruleset.go | 0 .../storageaccounts/model_privateendpoint.go | 0 .../model_privateendpointconnection.go | 5 + ...del_privateendpointconnectionproperties.go | 0 ...model_privatelinkserviceconnectionstate.go | 0 .../model_resourceaccessrule.go | 0 .../model_routingpreference.go | 0 .../storageaccounts/model_saspolicy.go | 0 .../model_servicesasparameters.go | 0 .../storageaccounts/model_sku.go | 0 .../storageaccounts/model_storageaccount.go | 2 + ...eaccountchecknameavailabilityparameters.go | 0 .../model_storageaccountcreateparameters.go | 0 .../model_storageaccountinternetendpoints.go | 0 .../model_storageaccountkey.go | 0 .../model_storageaccountlistkeysresult.go | 0 .../model_storageaccountmicrosoftendpoints.go | 0 .../model_storageaccountproperties.go | 0 ...torageaccountpropertiescreateparameters.go | 0 ...torageaccountpropertiesupdateparameters.go | 0 ...l_storageaccountregeneratekeyparameters.go | 0 ...model_storageaccountskuconversionstatus.go | 0 .../model_storageaccountupdateparameters.go | 0 .../model_virtualnetworkrule.go | 0 .../storageaccounts/predicates.go | 0 .../storageaccounts/version.go | 2 +- .../README.md | 66 +++++ .../client.go | 26 ++ .../constants.go | 227 ++++++++++++++++++ ...d_networksecurityperimeterconfiguration.go | 139 +++++++++++ ...tworksecurityperimeterconfigurationsget.go | 54 +++++ ...worksecurityperimeterconfigurationslist.go | 92 +++++++ ...ecurityperimeterconfigurationsreconcile.go | 69 ++++++ .../model_networksecurityperimeter.go | 10 + ...l_networksecurityperimeterconfiguration.go | 16 ++ ...ecurityperimeterconfigurationproperties.go | 12 + ...perimeterconfigurationpropertiesprofile.go | 12 + ...figurationpropertiesresourceassociation.go | 9 + .../model_nspaccessrule.go | 9 + .../model_nspaccessruleproperties.go | 12 + ...ccessrulepropertiessubscriptionsinlined.go | 8 + .../model_provisioningissue.go | 9 + .../model_provisioningissueproperties.go | 10 + .../predicates.go | 27 +++ .../version.go | 12 + .../storagetaskassignments/README.md | 134 +++++++++++ .../storagetaskassignments/client.go | 26 ++ .../storagetaskassignments/constants.go | 227 ++++++++++++++++++ .../id_storagetaskassignment.go | 139 +++++++++++ .../storagetaskassignments/method_create.go | 76 ++++++ .../storagetaskassignments/method_delete.go | 70 ++++++ .../storagetaskassignments/method_get.go} | 16 +- .../method_instancesreportlist.go | 124 ++++++++++ .../storagetaskassignments/method_list.go | 124 ++++++++++ ...toragetaskassignmentinstancesreportlist.go | 123 ++++++++++ .../storagetaskassignments/method_update.go | 75 ++++++ .../model_executiontarget.go | 9 + .../model_executiontargetupdate.go | 9 + .../model_executiontrigger.go | 9 + .../model_executiontriggerupdate.go | 9 + .../model_storagetaskassignment.go | 16 ++ ...l_storagetaskassignmentexecutioncontext.go | 9 + .../model_storagetaskassignmentproperties.go | 14 ++ .../model_storagetaskassignmentreport.go} | 6 +- ...agetaskassignmentupdateexecutioncontext.go | 9 + ...l_storagetaskassignmentupdateparameters.go | 8 + ...l_storagetaskassignmentupdateproperties.go | 14 ++ ...model_storagetaskassignmentupdatereport.go | 8 + .../model_storagetaskreportinstance.go | 16 ++ .../model_storagetaskreportproperties.go | 21 ++ .../model_triggerparameters.go | 54 +++++ .../model_triggerparametersupdate.go | 54 +++++ .../storagetaskassignments/predicates.go | 50 ++++ .../storagetaskassignments/version.go | 12 + .../tableservice/README.md | 6 +- .../tableservice/client.go | 0 .../tableservice/id_table.go | 0 .../tableservice/method_tablecreate.go | 0 .../tableservice/method_tabledelete.go | 0 .../tableservice/method_tableget.go | 0 .../tableservice/method_tablelist.go | 0 .../tableservice/method_tableupdate.go | 0 .../2023-05-01/tableservice/model_table.go | 16 ++ .../tableservice/model_tableaccesspolicy.go | 0 .../tableservice/model_tableproperties.go | 0 .../model_tablesignedidentifier.go | 0 .../tableservice/predicates.go | 0 .../tableservice/version.go | 2 +- .../tableserviceproperties/README.md | 6 +- .../tableserviceproperties/client.go | 0 .../tableserviceproperties/constants.go | 0 ...ethod_tableservicesgetserviceproperties.go | 0 .../method_tableserviceslist.go | 0 ...ethod_tableservicessetserviceproperties.go | 0 .../tableserviceproperties/model_corsrule.go | 0 .../tableserviceproperties/model_corsrules.go | 0 .../model_listtableservices.go | 0 .../model_tableserviceproperties.go | 5 + .../model_tableservicepropertiesproperties.go | 0 .../tableserviceproperties/version.go | 2 +- vendor/modules.txt | 42 ++-- 413 files changed, 2864 insertions(+), 276 deletions(-) delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_blobcontainer.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_listcontaineritem.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/model_fileshare.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/model_fileshareitem.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/model_localuserproperties.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/model_listqueue.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/model_storagequeue.go delete mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/model_table.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/accountmigrations/README.md (91%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/accountmigrations/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/accountmigrations/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/accountmigrations/method_storageaccountscustomerinitiatedmigration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/accountmigrations/method_storageaccountsgetcustomerinitiatedmigration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/accountmigrations/model_storageaccountmigration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/accountmigrations/model_storageaccountmigrationproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/accountmigrations/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobcontainers/README.md (98%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobcontainers/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobcontainers/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobcontainers/method_clearlegalhold.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobcontainers/method_create.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobcontainers/method_createorupdateimmutabilitypolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobcontainers/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobcontainers/method_deleteimmutabilitypolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobcontainers/method_extendimmutabilitypolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobcontainers/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobcontainers/method_getimmutabilitypolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobcontainers/method_lease.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobcontainers/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobcontainers/method_lockimmutabilitypolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobcontainers/method_objectlevelworm.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobcontainers/method_setlegalhold.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobcontainers/method_update.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_blobcontainer.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobcontainers/model_containerproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobcontainers/model_immutabilitypolicy.go (77%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobcontainers/model_immutabilitypolicyproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobcontainers/model_immutabilitypolicyproperty.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobcontainers/model_immutablestoragewithversioning.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobcontainers/model_leasecontainerrequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobcontainers/model_leasecontainerresponse.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobcontainers/model_legalhold.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobcontainers/model_legalholdproperties.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_listcontaineritem.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobcontainers/model_protectedappendwriteshistory.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobcontainers/model_tagproperty.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobcontainers/model_updatehistoryproperty.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobcontainers/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobcontainers/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobinventorypolicies/README.md (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobinventorypolicies/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobinventorypolicies/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobinventorypolicies/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobinventorypolicies/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobinventorypolicies/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobinventorypolicies/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobinventorypolicies/model_blobinventorycreationtime.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobinventorypolicies/model_blobinventorypolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobinventorypolicies/model_blobinventorypolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobinventorypolicies/model_blobinventorypolicyfilter.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobinventorypolicies/model_blobinventorypolicyproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobinventorypolicies/model_blobinventorypolicyrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobinventorypolicies/model_blobinventorypolicyschema.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobinventorypolicies/model_listblobinventorypolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobinventorypolicies/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobservice/README.md (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobservice/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobservice/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobservice/method_getserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobservice/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobservice/method_setserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobservice/model_blobserviceitems.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobservice/model_blobserviceproperties.go (78%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobservice/model_blobservicepropertiesproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobservice/model_changefeed.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobservice/model_corsrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobservice/model_corsrules.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobservice/model_deleteretentionpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobservice/model_lastaccesstimetrackingpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobservice/model_restorepolicyproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobservice/model_sku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/blobservice/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/client.go (64%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/deletedaccounts/README.md (91%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/deletedaccounts/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/deletedaccounts/id_deletedaccount.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/deletedaccounts/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/deletedaccounts/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/deletedaccounts/model_deletedaccount.go (75%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/deletedaccounts/model_deletedaccountproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/deletedaccounts/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/deletedaccounts/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/encryptionscopes/README.md (94%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/encryptionscopes/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/encryptionscopes/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/encryptionscopes/id_encryptionscope.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/encryptionscopes/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/encryptionscopes/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/encryptionscopes/method_patch.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/encryptionscopes/method_put.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/encryptionscopes/model_encryptionscope.go (75%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/encryptionscopes/model_encryptionscopekeyvaultproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/encryptionscopes/model_encryptionscopeproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/encryptionscopes/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/encryptionscopes/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileservice/README.md (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileservice/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileservice/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileservice/method_getserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileservice/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileservice/method_setserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileservice/model_corsrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileservice/model_corsrules.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileservice/model_deleteretentionpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileservice/model_fileserviceitems.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileservice/model_fileserviceproperties.go (78%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileservice/model_fileservicepropertiesproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileservice/model_multichannel.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileservice/model_protocolsettings.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileservice/model_sku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileservice/model_smbsetting.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileservice/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileshares/README.md (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileshares/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileshares/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileshares/id_share.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileshares/method_create.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileshares/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileshares/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileshares/method_lease.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileshares/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileshares/method_restore.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileshares/method_update.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileshares/model_accesspolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileshares/model_deletedshare.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/model_fileshare.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/model_fileshareitem.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileshares/model_fileshareproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileshares/model_leasesharerequest.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileshares/model_leaseshareresponse.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileshares/model_signedidentifier.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileshares/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/fileshares/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/localusers/README.md (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/localusers/client.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/constants.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/localusers/id_localuser.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/localusers/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/localusers/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/localusers/method_get.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/method_list.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/localusers/method_listkeys.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/localusers/method_regeneratepassword.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/localusers/model_localuser.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/localusers/model_localuserkeys.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/model_localuserproperties.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/localusers/model_localuserregeneratepasswordresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/localusers/model_permissionscope.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/localusers/model_sshpublickey.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/predicates.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/localusers/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/managementpolicies/README.md (92%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/managementpolicies/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/managementpolicies/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/managementpolicies/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/managementpolicies/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/managementpolicies/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/managementpolicies/model_dateaftercreation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/managementpolicies/model_dateaftermodification.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/managementpolicies/model_managementpolicy.go (76%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/managementpolicies/model_managementpolicyaction.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/managementpolicies/model_managementpolicybaseblob.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/managementpolicies/model_managementpolicydefinition.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/managementpolicies/model_managementpolicyfilter.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/managementpolicies/model_managementpolicyproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/managementpolicies/model_managementpolicyrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/managementpolicies/model_managementpolicyschema.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/managementpolicies/model_managementpolicysnapshot.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/managementpolicies/model_managementpolicyversion.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/managementpolicies/model_tagfilter.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/managementpolicies/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/objectreplicationpolicies/README.md (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/objectreplicationpolicies/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/objectreplicationpolicies/id_objectreplicationpolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/objectreplicationpolicies/method_createorupdate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/objectreplicationpolicies/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/objectreplicationpolicies/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/objectreplicationpolicies/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/objectreplicationpolicies/model_objectreplicationpolicies.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/objectreplicationpolicies/model_objectreplicationpolicy.go (76%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/objectreplicationpolicies/model_objectreplicationpolicyfilter.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/objectreplicationpolicies/model_objectreplicationpolicyproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/objectreplicationpolicies/model_objectreplicationpolicyrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/objectreplicationpolicies/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/privateendpointconnections/README.md (96%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/privateendpointconnections/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/privateendpointconnections/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/privateendpointconnections/id_privateendpointconnection.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/privateendpointconnections/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/privateendpointconnections/method_get.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/privateendpointconnections/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/privateendpointconnections/method_put.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/privateendpointconnections/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/privateendpointconnections/model_privateendpointconnection.go (76%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/privateendpointconnections/model_privateendpointconnectionlistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/privateendpointconnections/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/privateendpointconnections/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/privateendpointconnections/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/privatelinkresources/README.md (87%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/privatelinkresources/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/privatelinkresources/method_listbystorageaccount.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/privatelinkresources/model_privatelinkresource.go (76%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/privatelinkresources/model_privatelinkresourcelistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/privatelinkresources/model_privatelinkresourceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/privatelinkresources/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/queueservice/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/queueservice/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/queueservice/id_queue.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/queueservice/method_queuecreate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/queueservice/method_queuedelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/queueservice/method_queueget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/queueservice/method_queuelist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/queueservice/method_queueupdate.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/model_listqueue.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/queueservice/model_listqueueproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/queueservice/model_queueproperties.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/model_storagequeue.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/queueservice/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/queueservice/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/queueserviceproperties/README.md (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/queueserviceproperties/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/queueserviceproperties/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/queueserviceproperties/method_queueservicesgetserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/queueserviceproperties/method_queueserviceslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/queueserviceproperties/method_queueservicessetserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/queueserviceproperties/model_corsrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/queueserviceproperties/model_corsrules.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/queueserviceproperties/model_listqueueservices.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/queueserviceproperties/model_queueserviceproperties.go (76%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/queueserviceproperties/model_queueservicepropertiesproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/queueserviceproperties/version.go (89%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/skus/README.md (90%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/skus/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/skus/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/skus/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/skus/model_restriction.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/skus/model_skucapability.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/skus/model_skuinformation.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/skus/model_storageskulistresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/skus/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/README.md (98%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/constants.go (98%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/method_aborthierarchicalnamespacemigration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/method_checknameavailability.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/method_create.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/method_delete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/method_failover.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/method_getproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/method_hierarchicalnamespacemigration.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/method_list.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/method_listaccountsas.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/method_listbyresourcegroup.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/method_listkeys.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/method_listservicesas.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/method_regeneratekey.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/method_restoreblobranges.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/method_revokeuserdelegationkeys.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/method_update.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_accountimmutabilitypolicyproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_accountsasparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_activedirectoryproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_azurefilesidentitybasedauthentication.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_blobrestoreparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_blobrestorerange.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_blobrestorestatus.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_checknameavailabilityresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_customdomain.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_encryption.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_encryptionidentity.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_encryptionservice.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_encryptionservices.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_endpoints.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_georeplicationstats.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_immutablestorageaccount.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_iprule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_keycreationtime.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_keypolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_keyvaultproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_listaccountsasresponse.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_listservicesasresponse.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_networkruleset.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_privateendpoint.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_privateendpointconnection.go (76%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_privateendpointconnectionproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_privatelinkserviceconnectionstate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_resourceaccessrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_routingpreference.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_saspolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_servicesasparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_sku.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_storageaccount.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_storageaccountchecknameavailabilityparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_storageaccountcreateparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_storageaccountinternetendpoints.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_storageaccountkey.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_storageaccountlistkeysresult.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_storageaccountmicrosoftendpoints.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_storageaccountproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_storageaccountpropertiescreateparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_storageaccountpropertiesupdateparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_storageaccountregeneratekeyparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_storageaccountskuconversionstatus.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_storageaccountupdateparameters.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/model_virtualnetworkrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/storageaccounts/version.go (88%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/README.md create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/client.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/constants.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/id_networksecurityperimeterconfiguration.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/method_networksecurityperimeterconfigurationsget.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/method_networksecurityperimeterconfigurationslist.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/method_networksecurityperimeterconfigurationsreconcile.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_networksecurityperimeter.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_networksecurityperimeterconfiguration.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_networksecurityperimeterconfigurationproperties.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_networksecurityperimeterconfigurationpropertiesprofile.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_networksecurityperimeterconfigurationpropertiesresourceassociation.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_nspaccessrule.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_nspaccessruleproperties.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_nspaccessrulepropertiessubscriptionsinlined.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_provisioningissue.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_provisioningissueproperties.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/predicates.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/version.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/README.md create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/client.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/constants.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/id_storagetaskassignment.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/method_create.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/method_delete.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01/localusers/method_list.go => 2023-05-01/storagetaskassignments/method_get.go} (70%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/method_instancesreportlist.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/method_list.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/method_storagetaskassignmentinstancesreportlist.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/method_update.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_executiontarget.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_executiontargetupdate.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_executiontrigger.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_executiontriggerupdate.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskassignment.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskassignmentexecutioncontext.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskassignmentproperties.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01/localusers/model_localusers.go => 2023-05-01/storagetaskassignments/model_storagetaskassignmentreport.go} (60%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskassignmentupdateexecutioncontext.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskassignmentupdateparameters.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskassignmentupdateproperties.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskassignmentupdatereport.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskreportinstance.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskreportproperties.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_triggerparameters.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_triggerparametersupdate.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/predicates.go create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/version.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/tableservice/README.md (95%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/tableservice/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/tableservice/id_table.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/tableservice/method_tablecreate.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/tableservice/method_tabledelete.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/tableservice/method_tableget.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/tableservice/method_tablelist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/tableservice/method_tableupdate.go (100%) create mode 100644 vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/model_table.go rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/tableservice/model_tableaccesspolicy.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/tableservice/model_tableproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/tableservice/model_tablesignedidentifier.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/tableservice/predicates.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/tableservice/version.go (88%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/tableserviceproperties/README.md (93%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/tableserviceproperties/client.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/tableserviceproperties/constants.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/tableserviceproperties/method_tableservicesgetserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/tableserviceproperties/method_tableserviceslist.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/tableserviceproperties/method_tableservicessetserviceproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/tableserviceproperties/model_corsrule.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/tableserviceproperties/model_corsrules.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/tableserviceproperties/model_listtableservices.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/tableserviceproperties/model_tableserviceproperties.go (76%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/tableserviceproperties/model_tableservicepropertiesproperties.go (100%) rename vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/{2023-01-01 => 2023-05-01}/tableserviceproperties/version.go (89%) diff --git a/internal/services/storage/client/client.go b/internal/services/storage/client/client.go index b0b4e57356d4..2982d61b7f8d 100644 --- a/internal/services/storage/client/client.go +++ b/internal/services/storage/client/client.go @@ -7,7 +7,7 @@ import ( "fmt" "github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2021-09-01/storage" // nolint: staticcheck - storage_v2023_01_01 "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01" + storage_2023_05_01 "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01" "github.com/hashicorp/go-azure-sdk/resource-manager/storagesync/2020-03-01/cloudendpointresource" "github.com/hashicorp/go-azure-sdk/resource-manager/storagesync/2020-03-01/registeredserverresource" "github.com/hashicorp/go-azure-sdk/resource-manager/storagesync/2020-03-01/serverendpointresource" @@ -25,7 +25,7 @@ type Client struct { StorageDomainSuffix string // NOTE: These SDK clients use `hashicorp/go-azure-sdk` and should be used going forwards - ResourceManager *storage_v2023_01_01.Client + ResourceManager *storage_2023_05_01.Client SyncCloudEndpointsClient *cloudendpointresource.CloudEndpointResourceClient SyncGroupsClient *syncgroupresource.SyncGroupResourceClient SyncRegisteredServerClient *registeredserverresource.RegisteredServerResourceClient @@ -59,7 +59,7 @@ func NewClient(o *common.ClientOptions) (*Client, error) { fileServicesClient := storage.NewFileServicesClientWithBaseURI(o.ResourceManagerEndpoint, o.SubscriptionId) o.ConfigureClient(&fileServicesClient.Client, o.ResourceManagerAuthorizer) - resourceManager, err := storage_v2023_01_01.NewClientWithBaseURI(o.Environment.ResourceManager, func(c *resourcemanager.Client) { + resourceManager, err := storage_2023_05_01.NewClientWithBaseURI(o.Environment.ResourceManager, func(c *resourcemanager.Client) { o.Configure(c, o.Authorizers.ResourceManager) }) if err != nil { diff --git a/internal/services/storage/client/helpers.go b/internal/services/storage/client/helpers.go index aeaaf5659683..d2478689956f 100644 --- a/internal/services/storage/client/helpers.go +++ b/internal/services/storage/client/helpers.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts" ) var ( diff --git a/internal/services/storage/parse/object_replication.go b/internal/services/storage/parse/object_replication.go index 5283df991320..a365421e135c 100644 --- a/internal/services/storage/parse/object_replication.go +++ b/internal/services/storage/parse/object_replication.go @@ -8,7 +8,7 @@ import ( "strings" "github.com/hashicorp/go-azure-helpers/resourcemanager/resourceids" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies" ) // This is manual for concat two ids are not supported in auto-generation diff --git a/internal/services/storage/parse/object_replication_test.go b/internal/services/storage/parse/object_replication_test.go index d87b880cc226..e5ee858119c4 100644 --- a/internal/services/storage/parse/object_replication_test.go +++ b/internal/services/storage/parse/object_replication_test.go @@ -8,7 +8,7 @@ package parse import ( "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies" ) func TestObjectReplicationIDFormatter(t *testing.T) { diff --git a/internal/services/storage/storage_account_customer_managed_key_resource.go b/internal/services/storage/storage_account_customer_managed_key_resource.go index e435f6ae5f36..83d9fa6b687a 100644 --- a/internal/services/storage/storage_account_customer_managed_key_resource.go +++ b/internal/services/storage/storage_account_customer_managed_key_resource.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-sdk/resource-manager/keyvault/2023-07-01/managedhsms" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/locks" diff --git a/internal/services/storage/storage_account_customer_managed_key_resource_test.go b/internal/services/storage/storage_account_customer_managed_key_resource_test.go index c5ec36ba413e..ab91dd9df029 100644 --- a/internal/services/storage/storage_account_customer_managed_key_resource_test.go +++ b/internal/services/storage/storage_account_customer_managed_key_resource_test.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts" "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" diff --git a/internal/services/storage/storage_account_local_user_resource.go b/internal/services/storage/storage_account_local_user_resource.go index 397289f7658d..4ff22943325d 100644 --- a/internal/services/storage/storage_account_local_user_resource.go +++ b/internal/services/storage/storage_account_local_user_resource.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" computevalidate "github.com/hashicorp/terraform-provider-azurerm/internal/services/compute/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/services/storage/validate" diff --git a/internal/services/storage/storage_account_local_user_resource_test.go b/internal/services/storage/storage_account_local_user_resource_test.go index 5783b89ea513..1cdebb690d4e 100644 --- a/internal/services/storage/storage_account_local_user_resource_test.go +++ b/internal/services/storage/storage_account_local_user_resource_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers" "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" diff --git a/internal/services/storage/storage_account_network_rules_resource_test.go b/internal/services/storage/storage_account_network_rules_resource_test.go index d189f9a8d1d5..e886fab76968 100644 --- a/internal/services/storage/storage_account_network_rules_resource_test.go +++ b/internal/services/storage/storage_account_network_rules_resource_test.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts" "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" diff --git a/internal/services/storage/storage_account_resource.go b/internal/services/storage/storage_account_resource.go index 8e4d3eae4ab5..adf319507919 100644 --- a/internal/services/storage/storage_account_resource.go +++ b/internal/services/storage/storage_account_resource.go @@ -22,7 +22,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/edgezones" "github.com/hashicorp/go-azure-helpers/resourcemanager/identity" "github.com/hashicorp/go-azure-helpers/resourcemanager/location" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts" "github.com/hashicorp/go-azure-sdk/sdk/environments" "github.com/hashicorp/terraform-provider-azurerm/helpers/azure" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" diff --git a/internal/services/storage/storage_account_resource_test.go b/internal/services/storage/storage_account_resource_test.go index 4b19fa76bd56..d33eed0874e8 100644 --- a/internal/services/storage/storage_account_resource_test.go +++ b/internal/services/storage/storage_account_resource_test.go @@ -13,7 +13,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts" "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" diff --git a/internal/services/storage/storage_blob_inventory_policy_resource.go b/internal/services/storage/storage_blob_inventory_policy_resource.go index 4a51e20d24a0..8106f726de1f 100644 --- a/internal/services/storage/storage_blob_inventory_policy_resource.go +++ b/internal/services/storage/storage_blob_inventory_policy_resource.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/storage/migration" diff --git a/internal/services/storage/storage_container_immutability_policy_resource.go b/internal/services/storage/storage_container_immutability_policy_resource.go index b05819b28462..1badfe464c05 100644 --- a/internal/services/storage/storage_container_immutability_policy_resource.go +++ b/internal/services/storage/storage_container_immutability_policy_resource.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/services/storage/parse" "github.com/hashicorp/terraform-provider-azurerm/internal/services/storage/validate" diff --git a/internal/services/storage/storage_container_immutability_policy_resource_test.go b/internal/services/storage/storage_container_immutability_policy_resource_test.go index 5d160d9eecbb..a8d593f8bb4c 100644 --- a/internal/services/storage/storage_container_immutability_policy_resource_test.go +++ b/internal/services/storage/storage_container_immutability_policy_resource_test.go @@ -11,7 +11,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers" "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" diff --git a/internal/services/storage/storage_containers_data_source.go b/internal/services/storage/storage_containers_data_source.go index ac2572ead3c0..d5a42ca4bd75 100644 --- a/internal/services/storage/storage_containers_data_source.go +++ b/internal/services/storage/storage_containers_data_source.go @@ -10,7 +10,7 @@ import ( "time" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/services/storage/client" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/storage/storage_encryption_scope_data_source.go b/internal/services/storage/storage_encryption_scope_data_source.go index da1da6481832..a9b7ae0548be 100644 --- a/internal/services/storage/storage_encryption_scope_data_source.go +++ b/internal/services/storage/storage_encryption_scope_data_source.go @@ -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-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" storageValidate "github.com/hashicorp/terraform-provider-azurerm/internal/services/storage/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/storage/storage_encryption_scope_resource.go b/internal/services/storage/storage_encryption_scope_resource.go index 18eb391cd10a..75780df38a9f 100644 --- a/internal/services/storage/storage_encryption_scope_resource.go +++ b/internal/services/storage/storage_encryption_scope_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" keyVaultValidate "github.com/hashicorp/terraform-provider-azurerm/internal/services/keyvault/validate" diff --git a/internal/services/storage/storage_encryption_scope_resource_test.go b/internal/services/storage/storage_encryption_scope_resource_test.go index 62a40bc4e6c6..792a72f01b5a 100644 --- a/internal/services/storage/storage_encryption_scope_resource_test.go +++ b/internal/services/storage/storage_encryption_scope_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes" "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" diff --git a/internal/services/storage/storage_management_policy_resource.go b/internal/services/storage/storage_management_policy_resource.go index c90910e01c1f..6d930cc53302 100644 --- a/internal/services/storage/storage_management_policy_resource.go +++ b/internal/services/storage/storage_management_policy_resource.go @@ -11,7 +11,7 @@ import ( // nolint: staticcheck "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/storage/parse" diff --git a/internal/services/storage/storage_object_replication_resource.go b/internal/services/storage/storage_object_replication_resource.go index f17a0a14f203..024043116712 100644 --- a/internal/services/storage/storage_object_replication_resource.go +++ b/internal/services/storage/storage_object_replication_resource.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/storage/parse" diff --git a/internal/services/storage/storage_share_resource.go b/internal/services/storage/storage_share_resource.go index 08c714fe5b8b..bd8d6afa8740 100644 --- a/internal/services/storage/storage_share_resource.go +++ b/internal/services/storage/storage_share_resource.go @@ -8,7 +8,7 @@ import ( "log" "time" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/storage/client" diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_blobcontainer.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_blobcontainer.go deleted file mode 100644 index afec2a948914..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_blobcontainer.go +++ /dev/null @@ -1,12 +0,0 @@ -package blobcontainers - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type BlobContainer struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ContainerProperties `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_listcontaineritem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_listcontaineritem.go deleted file mode 100644 index 1f394742be36..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_listcontaineritem.go +++ /dev/null @@ -1,12 +0,0 @@ -package blobcontainers - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ListContainerItem struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ContainerProperties `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/model_fileshare.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/model_fileshare.go deleted file mode 100644 index 915617dc2e45..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/model_fileshare.go +++ /dev/null @@ -1,12 +0,0 @@ -package fileshares - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type FileShare struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *FileShareProperties `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/model_fileshareitem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/model_fileshareitem.go deleted file mode 100644 index d13b53ce24fd..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/model_fileshareitem.go +++ /dev/null @@ -1,12 +0,0 @@ -package fileshares - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type FileShareItem struct { - Etag *string `json:"etag,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *FileShareProperties `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/model_localuserproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/model_localuserproperties.go deleted file mode 100644 index 204bb018dabb..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/model_localuserproperties.go +++ /dev/null @@ -1,14 +0,0 @@ -package localusers - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type LocalUserProperties struct { - HasSharedKey *bool `json:"hasSharedKey,omitempty"` - HasSshKey *bool `json:"hasSshKey,omitempty"` - HasSshPassword *bool `json:"hasSshPassword,omitempty"` - HomeDirectory *string `json:"homeDirectory,omitempty"` - PermissionScopes *[]PermissionScope `json:"permissionScopes,omitempty"` - Sid *string `json:"sid,omitempty"` - SshAuthorizedKeys *[]SshPublicKey `json:"sshAuthorizedKeys,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/model_listqueue.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/model_listqueue.go deleted file mode 100644 index 2b7f481a4592..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/model_listqueue.go +++ /dev/null @@ -1,11 +0,0 @@ -package queueservice - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type ListQueue struct { - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *ListQueueProperties `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/model_storagequeue.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/model_storagequeue.go deleted file mode 100644 index c77308864250..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/model_storagequeue.go +++ /dev/null @@ -1,11 +0,0 @@ -package queueservice - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type StorageQueue struct { - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *QueueProperties `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/model_table.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/model_table.go deleted file mode 100644 index 6e260df4d0cf..000000000000 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/model_table.go +++ /dev/null @@ -1,11 +0,0 @@ -package tableservice - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See NOTICE.txt in the project root for license information. - -type Table struct { - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Properties *TableProperties `json:"properties,omitempty"` - Type *string `json:"type,omitempty"` -} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/accountmigrations/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/accountmigrations/README.md similarity index 91% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/accountmigrations/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/accountmigrations/README.md index 7e01ae7f0d6a..eec58c46be0d 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/accountmigrations/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/accountmigrations/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/accountmigrations` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/accountmigrations` Documentation -The `accountmigrations` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-01-01`). +The `accountmigrations` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/accountmigrations" +import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/accountmigrations" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/accountmigrations/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/accountmigrations/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/accountmigrations/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/accountmigrations/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/accountmigrations/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/accountmigrations/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/accountmigrations/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/accountmigrations/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/accountmigrations/method_storageaccountscustomerinitiatedmigration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/accountmigrations/method_storageaccountscustomerinitiatedmigration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/accountmigrations/method_storageaccountscustomerinitiatedmigration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/accountmigrations/method_storageaccountscustomerinitiatedmigration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/accountmigrations/method_storageaccountsgetcustomerinitiatedmigration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/accountmigrations/method_storageaccountsgetcustomerinitiatedmigration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/accountmigrations/method_storageaccountsgetcustomerinitiatedmigration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/accountmigrations/method_storageaccountsgetcustomerinitiatedmigration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/accountmigrations/model_storageaccountmigration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/accountmigrations/model_storageaccountmigration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/accountmigrations/model_storageaccountmigration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/accountmigrations/model_storageaccountmigration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/accountmigrations/model_storageaccountmigrationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/accountmigrations/model_storageaccountmigrationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/accountmigrations/model_storageaccountmigrationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/accountmigrations/model_storageaccountmigrationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/accountmigrations/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/accountmigrations/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/accountmigrations/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/accountmigrations/version.go index 2829a585b895..a0286bde2ad1 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/accountmigrations/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/accountmigrations/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-01-01" +const defaultApiVersion = "2023-05-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/accountmigrations/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/README.md similarity index 98% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/README.md index d8001ed8b499..1a384666f640 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers` Documentation -The `blobcontainers` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-01-01`). +The `blobcontainers` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers" +import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/method_clearlegalhold.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/method_clearlegalhold.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/method_clearlegalhold.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/method_clearlegalhold.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/method_create.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/method_create.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/method_create.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/method_create.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/method_createorupdateimmutabilitypolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/method_createorupdateimmutabilitypolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/method_createorupdateimmutabilitypolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/method_createorupdateimmutabilitypolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/method_deleteimmutabilitypolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/method_deleteimmutabilitypolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/method_deleteimmutabilitypolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/method_deleteimmutabilitypolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/method_extendimmutabilitypolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/method_extendimmutabilitypolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/method_extendimmutabilitypolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/method_extendimmutabilitypolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/method_getimmutabilitypolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/method_getimmutabilitypolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/method_getimmutabilitypolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/method_getimmutabilitypolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/method_lease.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/method_lease.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/method_lease.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/method_lease.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/method_lockimmutabilitypolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/method_lockimmutabilitypolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/method_lockimmutabilitypolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/method_lockimmutabilitypolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/method_objectlevelworm.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/method_objectlevelworm.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/method_objectlevelworm.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/method_objectlevelworm.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/method_setlegalhold.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/method_setlegalhold.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/method_setlegalhold.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/method_setlegalhold.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/method_update.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/method_update.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/method_update.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/method_update.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_blobcontainer.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_blobcontainer.go new file mode 100644 index 000000000000..290600f6320f --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_blobcontainer.go @@ -0,0 +1,17 @@ +package blobcontainers + +import ( + "github.com/hashicorp/go-azure-helpers/resourcemanager/systemdata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type BlobContainer struct { + Etag *string `json:"etag,omitempty"` + Id *string `json:"id,omitempty"` + Name *string `json:"name,omitempty"` + Properties *ContainerProperties `json:"properties,omitempty"` + SystemData *systemdata.SystemData `json:"systemData,omitempty"` + Type *string `json:"type,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_containerproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_containerproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_containerproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_containerproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_immutabilitypolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_immutabilitypolicy.go similarity index 77% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_immutabilitypolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_immutabilitypolicy.go index b3db452ed518..1d4e7a3ca89a 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_immutabilitypolicy.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_immutabilitypolicy.go @@ -1,5 +1,9 @@ package blobcontainers +import ( + "github.com/hashicorp/go-azure-helpers/resourcemanager/systemdata" +) + // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. @@ -8,5 +12,6 @@ type ImmutabilityPolicy struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties ImmutabilityPolicyProperty `json:"properties"` + SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_immutabilitypolicyproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_immutabilitypolicyproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_immutabilitypolicyproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_immutabilitypolicyproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_immutabilitypolicyproperty.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_immutabilitypolicyproperty.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_immutabilitypolicyproperty.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_immutabilitypolicyproperty.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_immutablestoragewithversioning.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_immutablestoragewithversioning.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_immutablestoragewithversioning.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_immutablestoragewithversioning.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_leasecontainerrequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_leasecontainerrequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_leasecontainerrequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_leasecontainerrequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_leasecontainerresponse.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_leasecontainerresponse.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_leasecontainerresponse.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_leasecontainerresponse.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_legalhold.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_legalhold.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_legalhold.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_legalhold.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_legalholdproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_legalholdproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_legalholdproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_legalholdproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_listcontaineritem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_listcontaineritem.go new file mode 100644 index 000000000000..73d0c0c280e1 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_listcontaineritem.go @@ -0,0 +1,17 @@ +package blobcontainers + +import ( + "github.com/hashicorp/go-azure-helpers/resourcemanager/systemdata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type ListContainerItem struct { + Etag *string `json:"etag,omitempty"` + Id *string `json:"id,omitempty"` + Name *string `json:"name,omitempty"` + Properties *ContainerProperties `json:"properties,omitempty"` + SystemData *systemdata.SystemData `json:"systemData,omitempty"` + Type *string `json:"type,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_protectedappendwriteshistory.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_protectedappendwriteshistory.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_protectedappendwriteshistory.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_protectedappendwriteshistory.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_tagproperty.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_tagproperty.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_tagproperty.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_tagproperty.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_updatehistoryproperty.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_updatehistoryproperty.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/model_updatehistoryproperty.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/model_updatehistoryproperty.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/version.go index f3e041e8af96..993bdd3ed4c3 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-01-01" +const defaultApiVersion = "2023-05-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/blobcontainers/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/README.md similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/README.md index 311fa2bf8840..83bdbdcb54ec 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies` Documentation -The `blobinventorypolicies` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-01-01`). +The `blobinventorypolicies` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies" +import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/model_blobinventorycreationtime.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/model_blobinventorycreationtime.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/model_blobinventorycreationtime.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/model_blobinventorycreationtime.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/model_blobinventorypolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/model_blobinventorypolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/model_blobinventorypolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/model_blobinventorypolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/model_blobinventorypolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/model_blobinventorypolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/model_blobinventorypolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/model_blobinventorypolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/model_blobinventorypolicyfilter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/model_blobinventorypolicyfilter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/model_blobinventorypolicyfilter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/model_blobinventorypolicyfilter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/model_blobinventorypolicyproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/model_blobinventorypolicyproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/model_blobinventorypolicyproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/model_blobinventorypolicyproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/model_blobinventorypolicyrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/model_blobinventorypolicyrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/model_blobinventorypolicyrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/model_blobinventorypolicyrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/model_blobinventorypolicyschema.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/model_blobinventorypolicyschema.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/model_blobinventorypolicyschema.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/model_blobinventorypolicyschema.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/model_listblobinventorypolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/model_listblobinventorypolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/model_listblobinventorypolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/model_listblobinventorypolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/version.go index 3132be051674..7755f9d78dc7 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-01-01" +const defaultApiVersion = "2023-05-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/blobinventorypolicies/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/README.md similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/README.md index 9ebdcbc742be..b4cc65c12c73 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice` Documentation -The `blobservice` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-01-01`). +The `blobservice` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice" +import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/method_getserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/method_getserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/method_getserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/method_getserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/method_setserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/method_setserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/method_setserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/method_setserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/model_blobserviceitems.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/model_blobserviceitems.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/model_blobserviceitems.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/model_blobserviceitems.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/model_blobserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/model_blobserviceproperties.go similarity index 78% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/model_blobserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/model_blobserviceproperties.go index c676064f8941..d620efce3e5a 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/model_blobserviceproperties.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/model_blobserviceproperties.go @@ -1,5 +1,9 @@ package blobservice +import ( + "github.com/hashicorp/go-azure-helpers/resourcemanager/systemdata" +) + // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. @@ -8,5 +12,6 @@ type BlobServiceProperties struct { Name *string `json:"name,omitempty"` Properties *BlobServicePropertiesProperties `json:"properties,omitempty"` Sku *Sku `json:"sku,omitempty"` + SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/model_blobservicepropertiesproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/model_blobservicepropertiesproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/model_blobservicepropertiesproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/model_blobservicepropertiesproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/model_changefeed.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/model_changefeed.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/model_changefeed.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/model_changefeed.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/model_corsrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/model_corsrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/model_corsrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/model_corsrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/model_corsrules.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/model_corsrules.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/model_corsrules.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/model_corsrules.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/model_deleteretentionpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/model_deleteretentionpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/model_deleteretentionpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/model_deleteretentionpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/model_lastaccesstimetrackingpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/model_lastaccesstimetrackingpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/model_lastaccesstimetrackingpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/model_lastaccesstimetrackingpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/model_restorepolicyproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/model_restorepolicyproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/model_restorepolicyproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/model_restorepolicyproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/model_sku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/model_sku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/model_sku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/model_sku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/version.go index 536b992fec40..47407311d0c0 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-01-01" +const defaultApiVersion = "2023-05-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/blobservice/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/client.go similarity index 64% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/client.go index 706d8d7e001b..e961d80fe0b2 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/client.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/client.go @@ -1,4 +1,4 @@ -package v2023_01_01 +package v2023_05_01 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. @@ -6,49 +6,53 @@ package v2023_01_01 import ( "fmt" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/accountmigrations" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/deletedaccounts" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privatelinkresources" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueserviceproperties" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/skus" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice" - "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableserviceproperties" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/accountmigrations" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/deletedaccounts" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privatelinkresources" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueserviceproperties" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/skus" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice" + "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableserviceproperties" "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" sdkEnv "github.com/hashicorp/go-azure-sdk/sdk/environments" ) type Client struct { - AccountMigrations *accountmigrations.AccountMigrationsClient - BlobContainers *blobcontainers.BlobContainersClient - BlobInventoryPolicies *blobinventorypolicies.BlobInventoryPoliciesClient - BlobService *blobservice.BlobServiceClient - DeletedAccounts *deletedaccounts.DeletedAccountsClient - EncryptionScopes *encryptionscopes.EncryptionScopesClient - FileService *fileservice.FileServiceClient - FileShares *fileshares.FileSharesClient - LocalUsers *localusers.LocalUsersClient - ManagementPolicies *managementpolicies.ManagementPoliciesClient - ObjectReplicationPolicies *objectreplicationpolicies.ObjectReplicationPoliciesClient - PrivateEndpointConnections *privateendpointconnections.PrivateEndpointConnectionsClient - PrivateLinkResources *privatelinkresources.PrivateLinkResourcesClient - QueueService *queueservice.QueueServiceClient - QueueServiceProperties *queueserviceproperties.QueueServicePropertiesClient - Skus *skus.SkusClient - StorageAccounts *storageaccounts.StorageAccountsClient - TableService *tableservice.TableServiceClient - TableServiceProperties *tableserviceproperties.TableServicePropertiesClient + AccountMigrations *accountmigrations.AccountMigrationsClient + BlobContainers *blobcontainers.BlobContainersClient + BlobInventoryPolicies *blobinventorypolicies.BlobInventoryPoliciesClient + BlobService *blobservice.BlobServiceClient + DeletedAccounts *deletedaccounts.DeletedAccountsClient + EncryptionScopes *encryptionscopes.EncryptionScopesClient + FileService *fileservice.FileServiceClient + FileShares *fileshares.FileSharesClient + LocalUsers *localusers.LocalUsersClient + ManagementPolicies *managementpolicies.ManagementPoliciesClient + ObjectReplicationPolicies *objectreplicationpolicies.ObjectReplicationPoliciesClient + PrivateEndpointConnections *privateendpointconnections.PrivateEndpointConnectionsClient + PrivateLinkResources *privatelinkresources.PrivateLinkResourcesClient + QueueService *queueservice.QueueServiceClient + QueueServiceProperties *queueserviceproperties.QueueServicePropertiesClient + Skus *skus.SkusClient + StorageAccounts *storageaccounts.StorageAccountsClient + StorageAccountsNetworkSecurityPerimeterConfigurations *storageaccountsnetworksecurityperimeterconfigurations.StorageAccountsNetworkSecurityPerimeterConfigurationsClient + StorageTaskAssignments *storagetaskassignments.StorageTaskAssignmentsClient + TableService *tableservice.TableServiceClient + TableServiceProperties *tableserviceproperties.TableServicePropertiesClient } func NewClientWithBaseURI(sdkApi sdkEnv.Api, configureFunc func(c *resourcemanager.Client)) (*Client, error) { @@ -154,6 +158,18 @@ func NewClientWithBaseURI(sdkApi sdkEnv.Api, configureFunc func(c *resourcemanag } configureFunc(storageAccountsClient.Client) + storageAccountsNetworkSecurityPerimeterConfigurationsClient, err := storageaccountsnetworksecurityperimeterconfigurations.NewStorageAccountsNetworkSecurityPerimeterConfigurationsClientWithBaseURI(sdkApi) + if err != nil { + return nil, fmt.Errorf("building StorageAccountsNetworkSecurityPerimeterConfigurations client: %+v", err) + } + configureFunc(storageAccountsNetworkSecurityPerimeterConfigurationsClient.Client) + + storageTaskAssignmentsClient, err := storagetaskassignments.NewStorageTaskAssignmentsClientWithBaseURI(sdkApi) + if err != nil { + return nil, fmt.Errorf("building StorageTaskAssignments client: %+v", err) + } + configureFunc(storageTaskAssignmentsClient.Client) + tableServiceClient, err := tableservice.NewTableServiceClientWithBaseURI(sdkApi) if err != nil { return nil, fmt.Errorf("building TableService client: %+v", err) @@ -184,7 +200,9 @@ func NewClientWithBaseURI(sdkApi sdkEnv.Api, configureFunc func(c *resourcemanag QueueServiceProperties: queueServicePropertiesClient, Skus: skusClient, StorageAccounts: storageAccountsClient, - TableService: tableServiceClient, - TableServiceProperties: tableServicePropertiesClient, + StorageAccountsNetworkSecurityPerimeterConfigurations: storageAccountsNetworkSecurityPerimeterConfigurationsClient, + StorageTaskAssignments: storageTaskAssignmentsClient, + TableService: tableServiceClient, + TableServiceProperties: tableServicePropertiesClient, }, nil } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/deletedaccounts/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/deletedaccounts/README.md similarity index 91% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/deletedaccounts/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/deletedaccounts/README.md index 93c899a08fc8..565de66f057a 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/deletedaccounts/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/deletedaccounts/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/deletedaccounts` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/deletedaccounts` Documentation -The `deletedaccounts` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-01-01`). +The `deletedaccounts` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/deletedaccounts" +import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/deletedaccounts" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/deletedaccounts/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/deletedaccounts/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/deletedaccounts/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/deletedaccounts/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/deletedaccounts/id_deletedaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/deletedaccounts/id_deletedaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/deletedaccounts/id_deletedaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/deletedaccounts/id_deletedaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/deletedaccounts/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/deletedaccounts/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/deletedaccounts/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/deletedaccounts/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/deletedaccounts/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/deletedaccounts/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/deletedaccounts/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/deletedaccounts/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/deletedaccounts/model_deletedaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/deletedaccounts/model_deletedaccount.go similarity index 75% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/deletedaccounts/model_deletedaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/deletedaccounts/model_deletedaccount.go index 594e3c096000..f1e469e26777 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/deletedaccounts/model_deletedaccount.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/deletedaccounts/model_deletedaccount.go @@ -1,5 +1,9 @@ package deletedaccounts +import ( + "github.com/hashicorp/go-azure-helpers/resourcemanager/systemdata" +) + // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. @@ -7,5 +11,6 @@ type DeletedAccount struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *DeletedAccountProperties `json:"properties,omitempty"` + SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/deletedaccounts/model_deletedaccountproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/deletedaccounts/model_deletedaccountproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/deletedaccounts/model_deletedaccountproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/deletedaccounts/model_deletedaccountproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/deletedaccounts/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/deletedaccounts/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/deletedaccounts/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/deletedaccounts/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/deletedaccounts/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/deletedaccounts/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/deletedaccounts/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/deletedaccounts/version.go index 8d76b97cfa39..fa6451b18ce1 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/deletedaccounts/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/deletedaccounts/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-01-01" +const defaultApiVersion = "2023-05-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/deletedaccounts/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes/README.md index dfd329a3bdb7..2ec9cf53ed46 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes` Documentation -The `encryptionscopes` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-01-01`). +The `encryptionscopes` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes" +import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes/id_encryptionscope.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes/id_encryptionscope.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes/id_encryptionscope.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes/id_encryptionscope.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes/method_patch.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes/method_patch.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes/method_patch.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes/method_patch.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes/method_put.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes/method_put.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes/method_put.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes/method_put.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes/model_encryptionscope.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes/model_encryptionscope.go similarity index 75% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes/model_encryptionscope.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes/model_encryptionscope.go index fb4d998bbc89..6b70b8325596 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes/model_encryptionscope.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes/model_encryptionscope.go @@ -1,5 +1,9 @@ package encryptionscopes +import ( + "github.com/hashicorp/go-azure-helpers/resourcemanager/systemdata" +) + // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. @@ -7,5 +11,6 @@ type EncryptionScope struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *EncryptionScopeProperties `json:"properties,omitempty"` + SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes/model_encryptionscopekeyvaultproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes/model_encryptionscopekeyvaultproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes/model_encryptionscopekeyvaultproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes/model_encryptionscopekeyvaultproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes/model_encryptionscopeproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes/model_encryptionscopeproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes/model_encryptionscopeproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes/model_encryptionscopeproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes/version.go index 2b111f0a4a95..09937e8bb748 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-01-01" +const defaultApiVersion = "2023-05-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/encryptionscopes/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/README.md similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/README.md index 8e915ef9e705..6921f5017df9 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice` Documentation -The `fileservice` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-01-01`). +The `fileservice` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice" +import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/method_getserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/method_getserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/method_getserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/method_getserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/method_setserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/method_setserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/method_setserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/method_setserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/model_corsrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/model_corsrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/model_corsrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/model_corsrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/model_corsrules.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/model_corsrules.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/model_corsrules.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/model_corsrules.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/model_deleteretentionpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/model_deleteretentionpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/model_deleteretentionpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/model_deleteretentionpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/model_fileserviceitems.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/model_fileserviceitems.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/model_fileserviceitems.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/model_fileserviceitems.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/model_fileserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/model_fileserviceproperties.go similarity index 78% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/model_fileserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/model_fileserviceproperties.go index dde1ba1aae20..65decf090419 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/model_fileserviceproperties.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/model_fileserviceproperties.go @@ -1,5 +1,9 @@ package fileservice +import ( + "github.com/hashicorp/go-azure-helpers/resourcemanager/systemdata" +) + // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. @@ -8,5 +12,6 @@ type FileServiceProperties struct { Name *string `json:"name,omitempty"` Properties *FileServicePropertiesProperties `json:"properties,omitempty"` Sku *Sku `json:"sku,omitempty"` + SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/model_fileservicepropertiesproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/model_fileservicepropertiesproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/model_fileservicepropertiesproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/model_fileservicepropertiesproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/model_multichannel.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/model_multichannel.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/model_multichannel.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/model_multichannel.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/model_protocolsettings.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/model_protocolsettings.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/model_protocolsettings.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/model_protocolsettings.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/model_sku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/model_sku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/model_sku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/model_sku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/model_smbsetting.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/model_smbsetting.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/model_smbsetting.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/model_smbsetting.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/version.go index 28e2e8a133f1..c05c0bbb87a2 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-01-01" +const defaultApiVersion = "2023-05-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/fileservice/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/README.md similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/README.md index 33903a18a8bd..43134dadc667 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares` Documentation -The `fileshares` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-01-01`). +The `fileshares` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares" +import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/id_share.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/id_share.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/id_share.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/id_share.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/method_create.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/method_create.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/method_create.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/method_create.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/method_lease.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/method_lease.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/method_lease.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/method_lease.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/method_restore.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/method_restore.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/method_restore.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/method_restore.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/method_update.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/method_update.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/method_update.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/method_update.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/model_accesspolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/model_accesspolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/model_accesspolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/model_accesspolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/model_deletedshare.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/model_deletedshare.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/model_deletedshare.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/model_deletedshare.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/model_fileshare.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/model_fileshare.go new file mode 100644 index 000000000000..69a097e23943 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/model_fileshare.go @@ -0,0 +1,17 @@ +package fileshares + +import ( + "github.com/hashicorp/go-azure-helpers/resourcemanager/systemdata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type FileShare struct { + Etag *string `json:"etag,omitempty"` + Id *string `json:"id,omitempty"` + Name *string `json:"name,omitempty"` + Properties *FileShareProperties `json:"properties,omitempty"` + SystemData *systemdata.SystemData `json:"systemData,omitempty"` + Type *string `json:"type,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/model_fileshareitem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/model_fileshareitem.go new file mode 100644 index 000000000000..e4ee3848b7d9 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/model_fileshareitem.go @@ -0,0 +1,17 @@ +package fileshares + +import ( + "github.com/hashicorp/go-azure-helpers/resourcemanager/systemdata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type FileShareItem struct { + Etag *string `json:"etag,omitempty"` + Id *string `json:"id,omitempty"` + Name *string `json:"name,omitempty"` + Properties *FileShareProperties `json:"properties,omitempty"` + SystemData *systemdata.SystemData `json:"systemData,omitempty"` + Type *string `json:"type,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/model_fileshareproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/model_fileshareproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/model_fileshareproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/model_fileshareproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/model_leasesharerequest.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/model_leasesharerequest.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/model_leasesharerequest.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/model_leasesharerequest.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/model_leaseshareresponse.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/model_leaseshareresponse.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/model_leaseshareresponse.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/model_leaseshareresponse.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/model_signedidentifier.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/model_signedidentifier.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/model_signedidentifier.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/model_signedidentifier.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/version.go index f2474f502f94..765971208e98 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-01-01" +const defaultApiVersion = "2023-05-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/fileshares/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/README.md similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/README.md index d8d0f5948ccb..455e32ccbd72 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers` Documentation -The `localusers` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-01-01`). +The `localusers` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers" +import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers" ``` @@ -80,12 +80,13 @@ if model := read.Model; model != nil { ctx := context.TODO() id := commonids.NewStorageAccountID("12345678-1234-9876-4563-123456789012", "example-resource-group", "storageAccountValue") -read, err := client.List(ctx, id) +// alternatively `client.List(ctx, id, localusers.DefaultListOperationOptions())` can be used to do batched pagination +items, err := client.ListComplete(ctx, id, localusers.DefaultListOperationOptions()) if err != nil { // handle the error } -if model := read.Model; model != nil { - // do something with the model/response object +for _, item := range items { + // do something } ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/constants.go new file mode 100644 index 000000000000..098d5b3c7650 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/constants.go @@ -0,0 +1,48 @@ +package localusers + +import ( + "encoding/json" + "fmt" + "strings" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type ListLocalUserIncludeParam string + +const ( + ListLocalUserIncludeParamNfsvThree ListLocalUserIncludeParam = "nfsv3" +) + +func PossibleValuesForListLocalUserIncludeParam() []string { + return []string{ + string(ListLocalUserIncludeParamNfsvThree), + } +} + +func (s *ListLocalUserIncludeParam) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseListLocalUserIncludeParam(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseListLocalUserIncludeParam(input string) (*ListLocalUserIncludeParam, error) { + vals := map[string]ListLocalUserIncludeParam{ + "nfsv3": ListLocalUserIncludeParamNfsvThree, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := ListLocalUserIncludeParam(input) + return &out, nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/id_localuser.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/id_localuser.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/id_localuser.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/id_localuser.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/method_list.go new file mode 100644 index 000000000000..c3f88c2c56dd --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/method_list.go @@ -0,0 +1,128 @@ +package localusers + +import ( + "context" + "fmt" + "net/http" + + "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" + "github.com/hashicorp/go-azure-sdk/sdk/client" + "github.com/hashicorp/go-azure-sdk/sdk/odata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type ListOperationResponse struct { + HttpResponse *http.Response + OData *odata.OData + Model *[]LocalUser +} + +type ListCompleteResult struct { + LatestHttpResponse *http.Response + Items []LocalUser +} + +type ListOperationOptions struct { + Filter *string + Include *ListLocalUserIncludeParam + Maxpagesize *int64 +} + +func DefaultListOperationOptions() ListOperationOptions { + return ListOperationOptions{} +} + +func (o ListOperationOptions) ToHeaders() *client.Headers { + out := client.Headers{} + + return &out +} + +func (o ListOperationOptions) ToOData() *odata.Query { + out := odata.Query{} + return &out +} + +func (o ListOperationOptions) ToQuery() *client.QueryParams { + out := client.QueryParams{} + if o.Filter != nil { + out.Append("$filter", fmt.Sprintf("%v", *o.Filter)) + } + if o.Include != nil { + out.Append("$include", fmt.Sprintf("%v", *o.Include)) + } + if o.Maxpagesize != nil { + out.Append("$maxpagesize", fmt.Sprintf("%v", *o.Maxpagesize)) + } + return &out +} + +// List ... +func (c LocalUsersClient) List(ctx context.Context, id commonids.StorageAccountId, options ListOperationOptions) (result ListOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + http.StatusOK, + }, + HttpMethod: http.MethodGet, + Path: fmt.Sprintf("%s/localUsers", id.ID()), + OptionsObject: options, + } + + req, err := c.Client.NewRequest(ctx, opts) + if err != nil { + return + } + + var resp *client.Response + resp, err = req.ExecutePaged(ctx) + if resp != nil { + result.OData = resp.OData + result.HttpResponse = resp.Response + } + if err != nil { + return + } + + var values struct { + Values *[]LocalUser `json:"value"` + } + if err = resp.Unmarshal(&values); err != nil { + return + } + + result.Model = values.Values + + return +} + +// ListComplete retrieves all the results into a single object +func (c LocalUsersClient) ListComplete(ctx context.Context, id commonids.StorageAccountId, options ListOperationOptions) (ListCompleteResult, error) { + return c.ListCompleteMatchingPredicate(ctx, id, options, LocalUserOperationPredicate{}) +} + +// ListCompleteMatchingPredicate retrieves all the results and then applies the predicate +func (c LocalUsersClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.StorageAccountId, options ListOperationOptions, predicate LocalUserOperationPredicate) (result ListCompleteResult, err error) { + items := make([]LocalUser, 0) + + resp, err := c.List(ctx, id, options) + if err != nil { + err = fmt.Errorf("loading results: %+v", err) + return + } + if resp.Model != nil { + for _, v := range *resp.Model { + if predicate.Matches(v) { + items = append(items, v) + } + } + } + + result = ListCompleteResult{ + LatestHttpResponse: resp.HttpResponse, + Items: items, + } + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/method_listkeys.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/method_listkeys.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/method_listkeys.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/method_listkeys.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/method_regeneratepassword.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/method_regeneratepassword.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/method_regeneratepassword.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/method_regeneratepassword.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/model_localuser.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/model_localuser.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/model_localuser.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/model_localuser.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/model_localuserkeys.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/model_localuserkeys.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/model_localuserkeys.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/model_localuserkeys.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/model_localuserproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/model_localuserproperties.go new file mode 100644 index 000000000000..012e7b822173 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/model_localuserproperties.go @@ -0,0 +1,19 @@ +package localusers + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type LocalUserProperties struct { + AllowAclAuthorization *bool `json:"allowAclAuthorization,omitempty"` + ExtendedGroups *[]int64 `json:"extendedGroups,omitempty"` + GroupId *int64 `json:"groupId,omitempty"` + HasSharedKey *bool `json:"hasSharedKey,omitempty"` + HasSshKey *bool `json:"hasSshKey,omitempty"` + HasSshPassword *bool `json:"hasSshPassword,omitempty"` + HomeDirectory *string `json:"homeDirectory,omitempty"` + IsNFSv3Enabled *bool `json:"isNFSv3Enabled,omitempty"` + PermissionScopes *[]PermissionScope `json:"permissionScopes,omitempty"` + Sid *string `json:"sid,omitempty"` + SshAuthorizedKeys *[]SshPublicKey `json:"sshAuthorizedKeys,omitempty"` + UserId *int64 `json:"userId,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/model_localuserregeneratepasswordresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/model_localuserregeneratepasswordresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/model_localuserregeneratepasswordresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/model_localuserregeneratepasswordresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/model_permissionscope.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/model_permissionscope.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/model_permissionscope.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/model_permissionscope.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/model_sshpublickey.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/model_sshpublickey.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/model_sshpublickey.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/model_sshpublickey.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/predicates.go new file mode 100644 index 000000000000..8701eaad9b84 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/predicates.go @@ -0,0 +1,27 @@ +package localusers + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type LocalUserOperationPredicate struct { + Id *string + Name *string + Type *string +} + +func (p LocalUserOperationPredicate) Matches(input LocalUser) bool { + + if p.Id != nil && (input.Id == nil || *p.Id != *input.Id) { + return false + } + + if p.Name != nil && (input.Name == nil || *p.Name != *input.Name) { + return false + } + + if p.Type != nil && (input.Type == nil || *p.Type != *input.Type) { + return false + } + + return true +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/version.go index 8ee926256e70..2ff5adeff97e 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-01-01" +const defaultApiVersion = "2023-05-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/localusers/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/README.md similarity index 92% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/README.md index 83cdc3e510bf..775be9d2f2dd 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies` Documentation -The `managementpolicies` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-01-01`). +The `managementpolicies` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies" +import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/model_dateaftercreation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/model_dateaftercreation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/model_dateaftercreation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/model_dateaftercreation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/model_dateaftermodification.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/model_dateaftermodification.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/model_dateaftermodification.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/model_dateaftermodification.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/model_managementpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/model_managementpolicy.go similarity index 76% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/model_managementpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/model_managementpolicy.go index 8928e13f2926..2278d993e476 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/model_managementpolicy.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/model_managementpolicy.go @@ -1,5 +1,9 @@ package managementpolicies +import ( + "github.com/hashicorp/go-azure-helpers/resourcemanager/systemdata" +) + // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. @@ -7,5 +11,6 @@ type ManagementPolicy struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *ManagementPolicyProperties `json:"properties,omitempty"` + SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/model_managementpolicyaction.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/model_managementpolicyaction.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/model_managementpolicyaction.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/model_managementpolicyaction.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/model_managementpolicybaseblob.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/model_managementpolicybaseblob.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/model_managementpolicybaseblob.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/model_managementpolicybaseblob.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/model_managementpolicydefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/model_managementpolicydefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/model_managementpolicydefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/model_managementpolicydefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/model_managementpolicyfilter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/model_managementpolicyfilter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/model_managementpolicyfilter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/model_managementpolicyfilter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/model_managementpolicyproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/model_managementpolicyproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/model_managementpolicyproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/model_managementpolicyproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/model_managementpolicyrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/model_managementpolicyrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/model_managementpolicyrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/model_managementpolicyrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/model_managementpolicyschema.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/model_managementpolicyschema.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/model_managementpolicyschema.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/model_managementpolicyschema.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/model_managementpolicysnapshot.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/model_managementpolicysnapshot.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/model_managementpolicysnapshot.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/model_managementpolicysnapshot.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/model_managementpolicyversion.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/model_managementpolicyversion.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/model_managementpolicyversion.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/model_managementpolicyversion.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/model_tagfilter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/model_tagfilter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/model_tagfilter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/model_tagfilter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/version.go index f598d6ab4b9f..37953acac7e1 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-01-01" +const defaultApiVersion = "2023-05-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/managementpolicies/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies/README.md similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies/README.md index 382b7712eb75..cea1784657fb 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies` Documentation -The `objectreplicationpolicies` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-01-01`). +The `objectreplicationpolicies` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies" +import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies/id_objectreplicationpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies/id_objectreplicationpolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies/id_objectreplicationpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies/id_objectreplicationpolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies/model_objectreplicationpolicies.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies/model_objectreplicationpolicies.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies/model_objectreplicationpolicies.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies/model_objectreplicationpolicies.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies/model_objectreplicationpolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies/model_objectreplicationpolicy.go similarity index 76% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies/model_objectreplicationpolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies/model_objectreplicationpolicy.go index 5d8e7ab7bc42..1cf03273527b 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies/model_objectreplicationpolicy.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies/model_objectreplicationpolicy.go @@ -1,5 +1,9 @@ package objectreplicationpolicies +import ( + "github.com/hashicorp/go-azure-helpers/resourcemanager/systemdata" +) + // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. @@ -7,5 +11,6 @@ type ObjectReplicationPolicy struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *ObjectReplicationPolicyProperties `json:"properties,omitempty"` + SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies/model_objectreplicationpolicyfilter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies/model_objectreplicationpolicyfilter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies/model_objectreplicationpolicyfilter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies/model_objectreplicationpolicyfilter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies/model_objectreplicationpolicyproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies/model_objectreplicationpolicyproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies/model_objectreplicationpolicyproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies/model_objectreplicationpolicyproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies/model_objectreplicationpolicyrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies/model_objectreplicationpolicyrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies/model_objectreplicationpolicyrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies/model_objectreplicationpolicyrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies/version.go index 00c3bbb6a6a7..90ddf0bf9d7f 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-01-01" +const defaultApiVersion = "2023-05-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/objectreplicationpolicies/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections/README.md similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections/README.md index 35f8cbaed282..0368bc6bbd8e 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections` Documentation -The `privateendpointconnections` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-01-01`). +The `privateendpointconnections` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections" +import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections/id_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections/id_privateendpointconnection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections/id_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections/id_privateendpointconnection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections/method_put.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections/method_put.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections/method_put.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections/method_put.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections/model_privateendpointconnection.go similarity index 76% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections/model_privateendpointconnection.go index fde7f4db0fc0..977fe056fe33 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections/model_privateendpointconnection.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections/model_privateendpointconnection.go @@ -1,5 +1,9 @@ package privateendpointconnections +import ( + "github.com/hashicorp/go-azure-helpers/resourcemanager/systemdata" +) + // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. @@ -7,5 +11,6 @@ type PrivateEndpointConnection struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *PrivateEndpointConnectionProperties `json:"properties,omitempty"` + SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections/model_privateendpointconnectionlistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections/model_privateendpointconnectionlistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections/model_privateendpointconnectionlistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections/model_privateendpointconnectionlistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections/version.go index 9e2a36fc3502..c66466113e91 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-01-01" +const defaultApiVersion = "2023-05-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/privateendpointconnections/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privatelinkresources/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privatelinkresources/README.md similarity index 87% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privatelinkresources/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privatelinkresources/README.md index e6119768bc9b..7f804b8eaf09 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privatelinkresources/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privatelinkresources/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privatelinkresources` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privatelinkresources` Documentation -The `privatelinkresources` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-01-01`). +The `privatelinkresources` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privatelinkresources" +import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privatelinkresources" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privatelinkresources/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privatelinkresources/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privatelinkresources/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privatelinkresources/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privatelinkresources/method_listbystorageaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privatelinkresources/method_listbystorageaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privatelinkresources/method_listbystorageaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privatelinkresources/method_listbystorageaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privatelinkresources/model_privatelinkresource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privatelinkresources/model_privatelinkresource.go similarity index 76% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privatelinkresources/model_privatelinkresource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privatelinkresources/model_privatelinkresource.go index 69e8ae0e57a0..6e8c3d8148b8 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privatelinkresources/model_privatelinkresource.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privatelinkresources/model_privatelinkresource.go @@ -1,5 +1,9 @@ package privatelinkresources +import ( + "github.com/hashicorp/go-azure-helpers/resourcemanager/systemdata" +) + // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. @@ -7,5 +11,6 @@ type PrivateLinkResource struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *PrivateLinkResourceProperties `json:"properties,omitempty"` + SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privatelinkresources/model_privatelinkresourcelistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privatelinkresources/model_privatelinkresourcelistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privatelinkresources/model_privatelinkresourcelistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privatelinkresources/model_privatelinkresourcelistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privatelinkresources/model_privatelinkresourceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privatelinkresources/model_privatelinkresourceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privatelinkresources/model_privatelinkresourceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privatelinkresources/model_privatelinkresourceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privatelinkresources/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privatelinkresources/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privatelinkresources/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privatelinkresources/version.go index d020bb9e164e..924e9f36dbda 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privatelinkresources/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privatelinkresources/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-01-01" +const defaultApiVersion = "2023-05-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/privatelinkresources/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/README.md index d326c7b157a9..ffd8e97bc433 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice` Documentation -The `queueservice` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-01-01`). +The `queueservice` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice" +import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/id_queue.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/id_queue.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/id_queue.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/id_queue.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/method_queuecreate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/method_queuecreate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/method_queuecreate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/method_queuecreate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/method_queuedelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/method_queuedelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/method_queuedelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/method_queuedelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/method_queueget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/method_queueget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/method_queueget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/method_queueget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/method_queuelist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/method_queuelist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/method_queuelist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/method_queuelist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/method_queueupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/method_queueupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/method_queueupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/method_queueupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/model_listqueue.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/model_listqueue.go new file mode 100644 index 000000000000..7161bd27dbe9 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/model_listqueue.go @@ -0,0 +1,16 @@ +package queueservice + +import ( + "github.com/hashicorp/go-azure-helpers/resourcemanager/systemdata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type ListQueue struct { + Id *string `json:"id,omitempty"` + Name *string `json:"name,omitempty"` + Properties *ListQueueProperties `json:"properties,omitempty"` + SystemData *systemdata.SystemData `json:"systemData,omitempty"` + Type *string `json:"type,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/model_listqueueproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/model_listqueueproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/model_listqueueproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/model_listqueueproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/model_queueproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/model_queueproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/model_queueproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/model_queueproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/model_storagequeue.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/model_storagequeue.go new file mode 100644 index 000000000000..71d41bb6dcf0 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/model_storagequeue.go @@ -0,0 +1,16 @@ +package queueservice + +import ( + "github.com/hashicorp/go-azure-helpers/resourcemanager/systemdata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type StorageQueue struct { + Id *string `json:"id,omitempty"` + Name *string `json:"name,omitempty"` + Properties *QueueProperties `json:"properties,omitempty"` + SystemData *systemdata.SystemData `json:"systemData,omitempty"` + Type *string `json:"type,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/version.go index ceec81321036..0930e0633eae 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-01-01" +const defaultApiVersion = "2023-05-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/queueservice/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueserviceproperties/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueserviceproperties/README.md similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueserviceproperties/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueserviceproperties/README.md index 296ea37b88b8..d0ea98cdaf02 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueserviceproperties/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueserviceproperties/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueserviceproperties` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueserviceproperties` Documentation -The `queueserviceproperties` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-01-01`). +The `queueserviceproperties` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueserviceproperties" +import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueserviceproperties" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueserviceproperties/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueserviceproperties/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueserviceproperties/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueserviceproperties/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueserviceproperties/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueserviceproperties/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueserviceproperties/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueserviceproperties/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueserviceproperties/method_queueservicesgetserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueserviceproperties/method_queueservicesgetserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueserviceproperties/method_queueservicesgetserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueserviceproperties/method_queueservicesgetserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueserviceproperties/method_queueserviceslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueserviceproperties/method_queueserviceslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueserviceproperties/method_queueserviceslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueserviceproperties/method_queueserviceslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueserviceproperties/method_queueservicessetserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueserviceproperties/method_queueservicessetserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueserviceproperties/method_queueservicessetserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueserviceproperties/method_queueservicessetserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueserviceproperties/model_corsrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueserviceproperties/model_corsrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueserviceproperties/model_corsrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueserviceproperties/model_corsrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueserviceproperties/model_corsrules.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueserviceproperties/model_corsrules.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueserviceproperties/model_corsrules.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueserviceproperties/model_corsrules.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueserviceproperties/model_listqueueservices.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueserviceproperties/model_listqueueservices.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueserviceproperties/model_listqueueservices.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueserviceproperties/model_listqueueservices.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueserviceproperties/model_queueserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueserviceproperties/model_queueserviceproperties.go similarity index 76% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueserviceproperties/model_queueserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueserviceproperties/model_queueserviceproperties.go index 2553070b0e14..c3f9538a613a 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueserviceproperties/model_queueserviceproperties.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueserviceproperties/model_queueserviceproperties.go @@ -1,5 +1,9 @@ package queueserviceproperties +import ( + "github.com/hashicorp/go-azure-helpers/resourcemanager/systemdata" +) + // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. @@ -7,5 +11,6 @@ type QueueServiceProperties struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *QueueServicePropertiesProperties `json:"properties,omitempty"` + SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueserviceproperties/model_queueservicepropertiesproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueserviceproperties/model_queueservicepropertiesproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueserviceproperties/model_queueservicepropertiesproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueserviceproperties/model_queueservicepropertiesproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueserviceproperties/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueserviceproperties/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueserviceproperties/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueserviceproperties/version.go index 06d03ca1ee0c..e8a2afd34c69 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueserviceproperties/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueserviceproperties/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-01-01" +const defaultApiVersion = "2023-05-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/queueserviceproperties/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/skus/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/skus/README.md similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/skus/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/skus/README.md index 6e20ff6578c1..f9effba15e95 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/skus/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/skus/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/skus` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/skus` Documentation -The `skus` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-01-01`). +The `skus` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/skus" +import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/skus" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/skus/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/skus/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/skus/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/skus/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/skus/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/skus/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/skus/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/skus/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/skus/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/skus/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/skus/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/skus/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/skus/model_restriction.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/skus/model_restriction.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/skus/model_restriction.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/skus/model_restriction.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/skus/model_skucapability.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/skus/model_skucapability.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/skus/model_skucapability.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/skus/model_skucapability.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/skus/model_skuinformation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/skus/model_skuinformation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/skus/model_skuinformation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/skus/model_skuinformation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/skus/model_storageskulistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/skus/model_storageskulistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/skus/model_storageskulistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/skus/model_storageskulistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/skus/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/skus/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/skus/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/skus/version.go index 72603d4eebe7..a773105fcacb 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/skus/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/skus/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-01-01" +const defaultApiVersion = "2023-05-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/skus/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/README.md similarity index 98% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/README.md index af72ad8400e3..bf093ac4e686 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts` Documentation -The `storageaccounts` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-01-01`). +The `storageaccounts` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts" +import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/constants.go similarity index 98% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/constants.go index 52bc927f2f7f..a46f4417ad5a 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/constants.go @@ -528,11 +528,13 @@ func parseDnsEndpointType(input string) (*DnsEndpointType, error) { type ExpirationAction string const ( - ExpirationActionLog ExpirationAction = "Log" + ExpirationActionBlock ExpirationAction = "Block" + ExpirationActionLog ExpirationAction = "Log" ) func PossibleValuesForExpirationAction() []string { return []string{ + string(ExpirationActionBlock), string(ExpirationActionLog), } } @@ -552,7 +554,8 @@ func (s *ExpirationAction) UnmarshalJSON(bytes []byte) error { func parseExpirationAction(input string) (*ExpirationAction, error) { vals := map[string]ExpirationAction{ - "log": ExpirationActionLog, + "block": ExpirationActionBlock, + "log": ExpirationActionLog, } if v, ok := vals[strings.ToLower(input)]; ok { return &v, nil @@ -1267,14 +1270,16 @@ func parseProvisioningState(input string) (*ProvisioningState, error) { type PublicNetworkAccess string const ( - PublicNetworkAccessDisabled PublicNetworkAccess = "Disabled" - PublicNetworkAccessEnabled PublicNetworkAccess = "Enabled" + PublicNetworkAccessDisabled PublicNetworkAccess = "Disabled" + PublicNetworkAccessEnabled PublicNetworkAccess = "Enabled" + PublicNetworkAccessSecuredByPerimeter PublicNetworkAccess = "SecuredByPerimeter" ) func PossibleValuesForPublicNetworkAccess() []string { return []string{ string(PublicNetworkAccessDisabled), string(PublicNetworkAccessEnabled), + string(PublicNetworkAccessSecuredByPerimeter), } } @@ -1293,8 +1298,9 @@ func (s *PublicNetworkAccess) UnmarshalJSON(bytes []byte) error { func parsePublicNetworkAccess(input string) (*PublicNetworkAccess, error) { vals := map[string]PublicNetworkAccess{ - "disabled": PublicNetworkAccessDisabled, - "enabled": PublicNetworkAccessEnabled, + "disabled": PublicNetworkAccessDisabled, + "enabled": PublicNetworkAccessEnabled, + "securedbyperimeter": PublicNetworkAccessSecuredByPerimeter, } if v, ok := vals[strings.ToLower(input)]; ok { return &v, nil diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_aborthierarchicalnamespacemigration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_aborthierarchicalnamespacemigration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_aborthierarchicalnamespacemigration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_aborthierarchicalnamespacemigration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_checknameavailability.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_checknameavailability.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_checknameavailability.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_checknameavailability.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_create.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_create.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_create.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_create.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_failover.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_failover.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_failover.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_failover.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_getproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_getproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_getproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_getproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_hierarchicalnamespacemigration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_hierarchicalnamespacemigration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_hierarchicalnamespacemigration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_hierarchicalnamespacemigration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_listaccountsas.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_listaccountsas.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_listaccountsas.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_listaccountsas.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_listbyresourcegroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_listbyresourcegroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_listbyresourcegroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_listkeys.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_listkeys.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_listkeys.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_listkeys.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_listservicesas.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_listservicesas.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_listservicesas.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_listservicesas.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_regeneratekey.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_regeneratekey.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_regeneratekey.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_regeneratekey.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_restoreblobranges.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_restoreblobranges.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_restoreblobranges.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_restoreblobranges.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_revokeuserdelegationkeys.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_revokeuserdelegationkeys.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_revokeuserdelegationkeys.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_revokeuserdelegationkeys.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_update.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_update.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/method_update.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/method_update.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_accountimmutabilitypolicyproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_accountimmutabilitypolicyproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_accountimmutabilitypolicyproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_accountimmutabilitypolicyproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_accountsasparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_accountsasparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_accountsasparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_accountsasparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_activedirectoryproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_activedirectoryproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_activedirectoryproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_activedirectoryproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_azurefilesidentitybasedauthentication.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_azurefilesidentitybasedauthentication.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_azurefilesidentitybasedauthentication.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_azurefilesidentitybasedauthentication.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_blobrestoreparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_blobrestoreparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_blobrestoreparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_blobrestoreparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_blobrestorerange.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_blobrestorerange.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_blobrestorerange.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_blobrestorerange.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_blobrestorestatus.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_blobrestorestatus.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_blobrestorestatus.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_blobrestorestatus.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_checknameavailabilityresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_checknameavailabilityresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_checknameavailabilityresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_checknameavailabilityresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_customdomain.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_customdomain.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_customdomain.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_customdomain.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_encryption.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_encryption.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_encryption.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_encryption.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_encryptionidentity.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_encryptionidentity.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_encryptionidentity.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_encryptionidentity.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_encryptionservice.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_encryptionservice.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_encryptionservice.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_encryptionservice.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_encryptionservices.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_encryptionservices.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_encryptionservices.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_encryptionservices.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_endpoints.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_endpoints.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_endpoints.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_endpoints.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_georeplicationstats.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_georeplicationstats.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_georeplicationstats.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_georeplicationstats.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_immutablestorageaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_immutablestorageaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_immutablestorageaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_immutablestorageaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_iprule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_iprule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_iprule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_iprule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_keycreationtime.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_keycreationtime.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_keycreationtime.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_keycreationtime.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_keypolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_keypolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_keypolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_keypolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_keyvaultproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_keyvaultproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_keyvaultproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_keyvaultproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_listaccountsasresponse.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_listaccountsasresponse.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_listaccountsasresponse.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_listaccountsasresponse.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_listservicesasresponse.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_listservicesasresponse.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_listservicesasresponse.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_listservicesasresponse.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_networkruleset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_networkruleset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_networkruleset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_networkruleset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_privateendpoint.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_privateendpoint.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_privateendpoint.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_privateendpoint.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_privateendpointconnection.go similarity index 76% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_privateendpointconnection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_privateendpointconnection.go index 04085c6ebd58..ebd440d6dfea 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_privateendpointconnection.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_privateendpointconnection.go @@ -1,5 +1,9 @@ package storageaccounts +import ( + "github.com/hashicorp/go-azure-helpers/resourcemanager/systemdata" +) + // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. @@ -7,5 +11,6 @@ type PrivateEndpointConnection struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *PrivateEndpointConnectionProperties `json:"properties,omitempty"` + SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_privateendpointconnectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_privateendpointconnectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_privateendpointconnectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_privatelinkserviceconnectionstate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_privatelinkserviceconnectionstate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_privatelinkserviceconnectionstate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_privatelinkserviceconnectionstate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_resourceaccessrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_resourceaccessrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_resourceaccessrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_resourceaccessrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_routingpreference.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_routingpreference.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_routingpreference.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_routingpreference.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_saspolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_saspolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_saspolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_saspolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_servicesasparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_servicesasparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_servicesasparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_servicesasparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_sku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_sku.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_sku.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_sku.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_storageaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_storageaccount.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_storageaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_storageaccount.go index 8b121c0cd30d..45a72ee9bf28 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_storageaccount.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_storageaccount.go @@ -3,6 +3,7 @@ package storageaccounts import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/edgezones" "github.com/hashicorp/go-azure-helpers/resourcemanager/identity" + "github.com/hashicorp/go-azure-helpers/resourcemanager/systemdata" ) // Copyright (c) Microsoft Corporation. All rights reserved. @@ -17,6 +18,7 @@ type StorageAccount struct { Name *string `json:"name,omitempty"` Properties *StorageAccountProperties `json:"properties,omitempty"` Sku *Sku `json:"sku,omitempty"` + SystemData *systemdata.SystemData `json:"systemData,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_storageaccountchecknameavailabilityparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_storageaccountchecknameavailabilityparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_storageaccountchecknameavailabilityparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_storageaccountchecknameavailabilityparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_storageaccountcreateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_storageaccountcreateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_storageaccountcreateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_storageaccountcreateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_storageaccountinternetendpoints.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_storageaccountinternetendpoints.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_storageaccountinternetendpoints.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_storageaccountinternetendpoints.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_storageaccountkey.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_storageaccountkey.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_storageaccountkey.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_storageaccountkey.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_storageaccountlistkeysresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_storageaccountlistkeysresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_storageaccountlistkeysresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_storageaccountlistkeysresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_storageaccountmicrosoftendpoints.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_storageaccountmicrosoftendpoints.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_storageaccountmicrosoftendpoints.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_storageaccountmicrosoftendpoints.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_storageaccountproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_storageaccountproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_storageaccountproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_storageaccountproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_storageaccountpropertiescreateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_storageaccountpropertiescreateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_storageaccountpropertiescreateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_storageaccountpropertiescreateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_storageaccountpropertiesupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_storageaccountpropertiesupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_storageaccountpropertiesupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_storageaccountpropertiesupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_storageaccountregeneratekeyparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_storageaccountregeneratekeyparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_storageaccountregeneratekeyparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_storageaccountregeneratekeyparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_storageaccountskuconversionstatus.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_storageaccountskuconversionstatus.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_storageaccountskuconversionstatus.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_storageaccountskuconversionstatus.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_storageaccountupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_storageaccountupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_storageaccountupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_storageaccountupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_virtualnetworkrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_virtualnetworkrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/model_virtualnetworkrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/model_virtualnetworkrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/version.go index a06af287f637..34d25108e1c3 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-01-01" +const defaultApiVersion = "2023-05-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/storageaccounts/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/README.md new file mode 100644 index 000000000000..0ba9be432d1b --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/README.md @@ -0,0 +1,66 @@ + +## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations` Documentation + +The `storageaccountsnetworksecurityperimeterconfigurations` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-05-01`). + +This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). + +### Import Path + +```go +import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" +import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations" +``` + + +### Client Initialization + +```go +client := storageaccountsnetworksecurityperimeterconfigurations.NewStorageAccountsNetworkSecurityPerimeterConfigurationsClientWithBaseURI("https://management.azure.com") +client.Client.Authorizer = authorizer +``` + + +### Example Usage: `StorageAccountsNetworkSecurityPerimeterConfigurationsClient.NetworkSecurityPerimeterConfigurationsGet` + +```go +ctx := context.TODO() +id := storageaccountsnetworksecurityperimeterconfigurations.NewNetworkSecurityPerimeterConfigurationID("12345678-1234-9876-4563-123456789012", "example-resource-group", "storageAccountValue", "networkSecurityPerimeterConfigurationValue") + +read, err := client.NetworkSecurityPerimeterConfigurationsGet(ctx, id) +if err != nil { + // handle the error +} +if model := read.Model; model != nil { + // do something with the model/response object +} +``` + + +### Example Usage: `StorageAccountsNetworkSecurityPerimeterConfigurationsClient.NetworkSecurityPerimeterConfigurationsList` + +```go +ctx := context.TODO() +id := commonids.NewStorageAccountID("12345678-1234-9876-4563-123456789012", "example-resource-group", "storageAccountValue") + +// alternatively `client.NetworkSecurityPerimeterConfigurationsList(ctx, id)` can be used to do batched pagination +items, err := client.NetworkSecurityPerimeterConfigurationsListComplete(ctx, id) +if err != nil { + // handle the error +} +for _, item := range items { + // do something +} +``` + + +### Example Usage: `StorageAccountsNetworkSecurityPerimeterConfigurationsClient.NetworkSecurityPerimeterConfigurationsReconcile` + +```go +ctx := context.TODO() +id := storageaccountsnetworksecurityperimeterconfigurations.NewNetworkSecurityPerimeterConfigurationID("12345678-1234-9876-4563-123456789012", "example-resource-group", "storageAccountValue", "networkSecurityPerimeterConfigurationValue") + +if err := client.NetworkSecurityPerimeterConfigurationsReconcileThenPoll(ctx, id); err != nil { + // handle the error +} +``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/client.go new file mode 100644 index 000000000000..e57f311010d6 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/client.go @@ -0,0 +1,26 @@ +package storageaccountsnetworksecurityperimeterconfigurations + +import ( + "fmt" + + "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" + sdkEnv "github.com/hashicorp/go-azure-sdk/sdk/environments" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type StorageAccountsNetworkSecurityPerimeterConfigurationsClient struct { + Client *resourcemanager.Client +} + +func NewStorageAccountsNetworkSecurityPerimeterConfigurationsClientWithBaseURI(sdkApi sdkEnv.Api) (*StorageAccountsNetworkSecurityPerimeterConfigurationsClient, error) { + client, err := resourcemanager.NewResourceManagerClient(sdkApi, "storageaccountsnetworksecurityperimeterconfigurations", defaultApiVersion) + if err != nil { + return nil, fmt.Errorf("instantiating StorageAccountsNetworkSecurityPerimeterConfigurationsClient: %+v", err) + } + + return &StorageAccountsNetworkSecurityPerimeterConfigurationsClient{ + Client: client, + }, nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/constants.go new file mode 100644 index 000000000000..6b5e0730f3ad --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/constants.go @@ -0,0 +1,227 @@ +package storageaccountsnetworksecurityperimeterconfigurations + +import ( + "encoding/json" + "fmt" + "strings" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IssueType string + +const ( + IssueTypeConfigurationPropagationFailure IssueType = "ConfigurationPropagationFailure" + IssueTypeUnknown IssueType = "Unknown" +) + +func PossibleValuesForIssueType() []string { + return []string{ + string(IssueTypeConfigurationPropagationFailure), + string(IssueTypeUnknown), + } +} + +func (s *IssueType) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseIssueType(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseIssueType(input string) (*IssueType, error) { + vals := map[string]IssueType{ + "configurationpropagationfailure": IssueTypeConfigurationPropagationFailure, + "unknown": IssueTypeUnknown, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := IssueType(input) + return &out, nil +} + +type NetworkSecurityPerimeterConfigurationProvisioningState string + +const ( + NetworkSecurityPerimeterConfigurationProvisioningStateAccepted NetworkSecurityPerimeterConfigurationProvisioningState = "Accepted" + NetworkSecurityPerimeterConfigurationProvisioningStateCanceled NetworkSecurityPerimeterConfigurationProvisioningState = "Canceled" + NetworkSecurityPerimeterConfigurationProvisioningStateDeleting NetworkSecurityPerimeterConfigurationProvisioningState = "Deleting" + NetworkSecurityPerimeterConfigurationProvisioningStateFailed NetworkSecurityPerimeterConfigurationProvisioningState = "Failed" + NetworkSecurityPerimeterConfigurationProvisioningStateSucceeded NetworkSecurityPerimeterConfigurationProvisioningState = "Succeeded" +) + +func PossibleValuesForNetworkSecurityPerimeterConfigurationProvisioningState() []string { + return []string{ + string(NetworkSecurityPerimeterConfigurationProvisioningStateAccepted), + string(NetworkSecurityPerimeterConfigurationProvisioningStateCanceled), + string(NetworkSecurityPerimeterConfigurationProvisioningStateDeleting), + string(NetworkSecurityPerimeterConfigurationProvisioningStateFailed), + string(NetworkSecurityPerimeterConfigurationProvisioningStateSucceeded), + } +} + +func (s *NetworkSecurityPerimeterConfigurationProvisioningState) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseNetworkSecurityPerimeterConfigurationProvisioningState(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseNetworkSecurityPerimeterConfigurationProvisioningState(input string) (*NetworkSecurityPerimeterConfigurationProvisioningState, error) { + vals := map[string]NetworkSecurityPerimeterConfigurationProvisioningState{ + "accepted": NetworkSecurityPerimeterConfigurationProvisioningStateAccepted, + "canceled": NetworkSecurityPerimeterConfigurationProvisioningStateCanceled, + "deleting": NetworkSecurityPerimeterConfigurationProvisioningStateDeleting, + "failed": NetworkSecurityPerimeterConfigurationProvisioningStateFailed, + "succeeded": NetworkSecurityPerimeterConfigurationProvisioningStateSucceeded, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := NetworkSecurityPerimeterConfigurationProvisioningState(input) + return &out, nil +} + +type NspAccessRuleDirection string + +const ( + NspAccessRuleDirectionInbound NspAccessRuleDirection = "Inbound" + NspAccessRuleDirectionOutbound NspAccessRuleDirection = "Outbound" +) + +func PossibleValuesForNspAccessRuleDirection() []string { + return []string{ + string(NspAccessRuleDirectionInbound), + string(NspAccessRuleDirectionOutbound), + } +} + +func (s *NspAccessRuleDirection) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseNspAccessRuleDirection(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseNspAccessRuleDirection(input string) (*NspAccessRuleDirection, error) { + vals := map[string]NspAccessRuleDirection{ + "inbound": NspAccessRuleDirectionInbound, + "outbound": NspAccessRuleDirectionOutbound, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := NspAccessRuleDirection(input) + return &out, nil +} + +type ResourceAssociationAccessMode string + +const ( + ResourceAssociationAccessModeAudit ResourceAssociationAccessMode = "Audit" + ResourceAssociationAccessModeEnforced ResourceAssociationAccessMode = "Enforced" + ResourceAssociationAccessModeLearning ResourceAssociationAccessMode = "Learning" +) + +func PossibleValuesForResourceAssociationAccessMode() []string { + return []string{ + string(ResourceAssociationAccessModeAudit), + string(ResourceAssociationAccessModeEnforced), + string(ResourceAssociationAccessModeLearning), + } +} + +func (s *ResourceAssociationAccessMode) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseResourceAssociationAccessMode(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseResourceAssociationAccessMode(input string) (*ResourceAssociationAccessMode, error) { + vals := map[string]ResourceAssociationAccessMode{ + "audit": ResourceAssociationAccessModeAudit, + "enforced": ResourceAssociationAccessModeEnforced, + "learning": ResourceAssociationAccessModeLearning, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := ResourceAssociationAccessMode(input) + return &out, nil +} + +type Severity string + +const ( + SeverityError Severity = "Error" + SeverityWarning Severity = "Warning" +) + +func PossibleValuesForSeverity() []string { + return []string{ + string(SeverityError), + string(SeverityWarning), + } +} + +func (s *Severity) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseSeverity(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseSeverity(input string) (*Severity, error) { + vals := map[string]Severity{ + "error": SeverityError, + "warning": SeverityWarning, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := Severity(input) + return &out, nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/id_networksecurityperimeterconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/id_networksecurityperimeterconfiguration.go new file mode 100644 index 000000000000..51cd42abd992 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/id_networksecurityperimeterconfiguration.go @@ -0,0 +1,139 @@ +package storageaccountsnetworksecurityperimeterconfigurations + +import ( + "fmt" + "strings" + + "github.com/hashicorp/go-azure-helpers/resourcemanager/recaser" + "github.com/hashicorp/go-azure-helpers/resourcemanager/resourceids" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +func init() { + recaser.RegisterResourceId(&NetworkSecurityPerimeterConfigurationId{}) +} + +var _ resourceids.ResourceId = &NetworkSecurityPerimeterConfigurationId{} + +// NetworkSecurityPerimeterConfigurationId is a struct representing the Resource ID for a Network Security Perimeter Configuration +type NetworkSecurityPerimeterConfigurationId struct { + SubscriptionId string + ResourceGroupName string + StorageAccountName string + NetworkSecurityPerimeterConfigurationName string +} + +// NewNetworkSecurityPerimeterConfigurationID returns a new NetworkSecurityPerimeterConfigurationId struct +func NewNetworkSecurityPerimeterConfigurationID(subscriptionId string, resourceGroupName string, storageAccountName string, networkSecurityPerimeterConfigurationName string) NetworkSecurityPerimeterConfigurationId { + return NetworkSecurityPerimeterConfigurationId{ + SubscriptionId: subscriptionId, + ResourceGroupName: resourceGroupName, + StorageAccountName: storageAccountName, + NetworkSecurityPerimeterConfigurationName: networkSecurityPerimeterConfigurationName, + } +} + +// ParseNetworkSecurityPerimeterConfigurationID parses 'input' into a NetworkSecurityPerimeterConfigurationId +func ParseNetworkSecurityPerimeterConfigurationID(input string) (*NetworkSecurityPerimeterConfigurationId, error) { + parser := resourceids.NewParserFromResourceIdType(&NetworkSecurityPerimeterConfigurationId{}) + parsed, err := parser.Parse(input, false) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + id := NetworkSecurityPerimeterConfigurationId{} + if err := id.FromParseResult(*parsed); err != nil { + return nil, err + } + + return &id, nil +} + +// ParseNetworkSecurityPerimeterConfigurationIDInsensitively parses 'input' case-insensitively into a NetworkSecurityPerimeterConfigurationId +// note: this method should only be used for API response data and not user input +func ParseNetworkSecurityPerimeterConfigurationIDInsensitively(input string) (*NetworkSecurityPerimeterConfigurationId, error) { + parser := resourceids.NewParserFromResourceIdType(&NetworkSecurityPerimeterConfigurationId{}) + parsed, err := parser.Parse(input, true) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + id := NetworkSecurityPerimeterConfigurationId{} + if err := id.FromParseResult(*parsed); err != nil { + return nil, err + } + + return &id, nil +} + +func (id *NetworkSecurityPerimeterConfigurationId) FromParseResult(input resourceids.ParseResult) error { + var ok bool + + if id.SubscriptionId, ok = input.Parsed["subscriptionId"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "subscriptionId", input) + } + + if id.ResourceGroupName, ok = input.Parsed["resourceGroupName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "resourceGroupName", input) + } + + if id.StorageAccountName, ok = input.Parsed["storageAccountName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "storageAccountName", input) + } + + if id.NetworkSecurityPerimeterConfigurationName, ok = input.Parsed["networkSecurityPerimeterConfigurationName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "networkSecurityPerimeterConfigurationName", input) + } + + return nil +} + +// ValidateNetworkSecurityPerimeterConfigurationID checks that 'input' can be parsed as a Network Security Perimeter Configuration ID +func ValidateNetworkSecurityPerimeterConfigurationID(input interface{}, key string) (warnings []string, errors []error) { + v, ok := input.(string) + if !ok { + errors = append(errors, fmt.Errorf("expected %q to be a string", key)) + return + } + + if _, err := ParseNetworkSecurityPerimeterConfigurationID(v); err != nil { + errors = append(errors, err) + } + + return +} + +// ID returns the formatted Network Security Perimeter Configuration ID +func (id NetworkSecurityPerimeterConfigurationId) ID() string { + fmtString := "/subscriptions/%s/resourceGroups/%s/providers/Microsoft.Storage/storageAccounts/%s/networkSecurityPerimeterConfigurations/%s" + return fmt.Sprintf(fmtString, id.SubscriptionId, id.ResourceGroupName, id.StorageAccountName, id.NetworkSecurityPerimeterConfigurationName) +} + +// Segments returns a slice of Resource ID Segments which comprise this Network Security Perimeter Configuration ID +func (id NetworkSecurityPerimeterConfigurationId) Segments() []resourceids.Segment { + return []resourceids.Segment{ + resourceids.StaticSegment("staticSubscriptions", "subscriptions", "subscriptions"), + resourceids.SubscriptionIdSegment("subscriptionId", "12345678-1234-9876-4563-123456789012"), + resourceids.StaticSegment("staticResourceGroups", "resourceGroups", "resourceGroups"), + resourceids.ResourceGroupSegment("resourceGroupName", "example-resource-group"), + resourceids.StaticSegment("staticProviders", "providers", "providers"), + resourceids.ResourceProviderSegment("staticMicrosoftStorage", "Microsoft.Storage", "Microsoft.Storage"), + resourceids.StaticSegment("staticStorageAccounts", "storageAccounts", "storageAccounts"), + resourceids.UserSpecifiedSegment("storageAccountName", "storageAccountValue"), + resourceids.StaticSegment("staticNetworkSecurityPerimeterConfigurations", "networkSecurityPerimeterConfigurations", "networkSecurityPerimeterConfigurations"), + resourceids.UserSpecifiedSegment("networkSecurityPerimeterConfigurationName", "networkSecurityPerimeterConfigurationValue"), + } +} + +// String returns a human-readable description of this Network Security Perimeter Configuration ID +func (id NetworkSecurityPerimeterConfigurationId) String() string { + components := []string{ + fmt.Sprintf("Subscription: %q", id.SubscriptionId), + fmt.Sprintf("Resource Group Name: %q", id.ResourceGroupName), + fmt.Sprintf("Storage Account Name: %q", id.StorageAccountName), + fmt.Sprintf("Network Security Perimeter Configuration Name: %q", id.NetworkSecurityPerimeterConfigurationName), + } + return fmt.Sprintf("Network Security Perimeter Configuration (%s)", strings.Join(components, "\n")) +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/method_networksecurityperimeterconfigurationsget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/method_networksecurityperimeterconfigurationsget.go new file mode 100644 index 000000000000..0ad8307a6b86 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/method_networksecurityperimeterconfigurationsget.go @@ -0,0 +1,54 @@ +package storageaccountsnetworksecurityperimeterconfigurations + +import ( + "context" + "net/http" + + "github.com/hashicorp/go-azure-sdk/sdk/client" + "github.com/hashicorp/go-azure-sdk/sdk/odata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NetworkSecurityPerimeterConfigurationsGetOperationResponse struct { + HttpResponse *http.Response + OData *odata.OData + Model *NetworkSecurityPerimeterConfiguration +} + +// NetworkSecurityPerimeterConfigurationsGet ... +func (c StorageAccountsNetworkSecurityPerimeterConfigurationsClient) NetworkSecurityPerimeterConfigurationsGet(ctx context.Context, id NetworkSecurityPerimeterConfigurationId) (result NetworkSecurityPerimeterConfigurationsGetOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + http.StatusOK, + }, + HttpMethod: http.MethodGet, + Path: id.ID(), + } + + req, err := c.Client.NewRequest(ctx, opts) + if err != nil { + return + } + + var resp *client.Response + resp, err = req.Execute(ctx) + if resp != nil { + result.OData = resp.OData + result.HttpResponse = resp.Response + } + if err != nil { + return + } + + var model NetworkSecurityPerimeterConfiguration + result.Model = &model + + if err = resp.Unmarshal(result.Model); err != nil { + return + } + + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/method_networksecurityperimeterconfigurationslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/method_networksecurityperimeterconfigurationslist.go new file mode 100644 index 000000000000..c6045627f153 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/method_networksecurityperimeterconfigurationslist.go @@ -0,0 +1,92 @@ +package storageaccountsnetworksecurityperimeterconfigurations + +import ( + "context" + "fmt" + "net/http" + + "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" + "github.com/hashicorp/go-azure-sdk/sdk/client" + "github.com/hashicorp/go-azure-sdk/sdk/odata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NetworkSecurityPerimeterConfigurationsListOperationResponse struct { + HttpResponse *http.Response + OData *odata.OData + Model *[]NetworkSecurityPerimeterConfiguration +} + +type NetworkSecurityPerimeterConfigurationsListCompleteResult struct { + LatestHttpResponse *http.Response + Items []NetworkSecurityPerimeterConfiguration +} + +// NetworkSecurityPerimeterConfigurationsList ... +func (c StorageAccountsNetworkSecurityPerimeterConfigurationsClient) NetworkSecurityPerimeterConfigurationsList(ctx context.Context, id commonids.StorageAccountId) (result NetworkSecurityPerimeterConfigurationsListOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + http.StatusOK, + }, + HttpMethod: http.MethodGet, + Path: fmt.Sprintf("%s/networkSecurityPerimeterConfigurations", id.ID()), + } + + req, err := c.Client.NewRequest(ctx, opts) + if err != nil { + return + } + + var resp *client.Response + resp, err = req.ExecutePaged(ctx) + if resp != nil { + result.OData = resp.OData + result.HttpResponse = resp.Response + } + if err != nil { + return + } + + var values struct { + Values *[]NetworkSecurityPerimeterConfiguration `json:"value"` + } + if err = resp.Unmarshal(&values); err != nil { + return + } + + result.Model = values.Values + + return +} + +// NetworkSecurityPerimeterConfigurationsListComplete retrieves all the results into a single object +func (c StorageAccountsNetworkSecurityPerimeterConfigurationsClient) NetworkSecurityPerimeterConfigurationsListComplete(ctx context.Context, id commonids.StorageAccountId) (NetworkSecurityPerimeterConfigurationsListCompleteResult, error) { + return c.NetworkSecurityPerimeterConfigurationsListCompleteMatchingPredicate(ctx, id, NetworkSecurityPerimeterConfigurationOperationPredicate{}) +} + +// NetworkSecurityPerimeterConfigurationsListCompleteMatchingPredicate retrieves all the results and then applies the predicate +func (c StorageAccountsNetworkSecurityPerimeterConfigurationsClient) NetworkSecurityPerimeterConfigurationsListCompleteMatchingPredicate(ctx context.Context, id commonids.StorageAccountId, predicate NetworkSecurityPerimeterConfigurationOperationPredicate) (result NetworkSecurityPerimeterConfigurationsListCompleteResult, err error) { + items := make([]NetworkSecurityPerimeterConfiguration, 0) + + resp, err := c.NetworkSecurityPerimeterConfigurationsList(ctx, id) + if err != nil { + err = fmt.Errorf("loading results: %+v", err) + return + } + if resp.Model != nil { + for _, v := range *resp.Model { + if predicate.Matches(v) { + items = append(items, v) + } + } + } + + result = NetworkSecurityPerimeterConfigurationsListCompleteResult{ + LatestHttpResponse: resp.HttpResponse, + Items: items, + } + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/method_networksecurityperimeterconfigurationsreconcile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/method_networksecurityperimeterconfigurationsreconcile.go new file mode 100644 index 000000000000..828b1345bf9b --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/method_networksecurityperimeterconfigurationsreconcile.go @@ -0,0 +1,69 @@ +package storageaccountsnetworksecurityperimeterconfigurations + +import ( + "context" + "fmt" + "net/http" + + "github.com/hashicorp/go-azure-sdk/sdk/client" + "github.com/hashicorp/go-azure-sdk/sdk/client/pollers" + "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" + "github.com/hashicorp/go-azure-sdk/sdk/odata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NetworkSecurityPerimeterConfigurationsReconcileOperationResponse struct { + Poller pollers.Poller + HttpResponse *http.Response + OData *odata.OData +} + +// NetworkSecurityPerimeterConfigurationsReconcile ... +func (c StorageAccountsNetworkSecurityPerimeterConfigurationsClient) NetworkSecurityPerimeterConfigurationsReconcile(ctx context.Context, id NetworkSecurityPerimeterConfigurationId) (result NetworkSecurityPerimeterConfigurationsReconcileOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + http.StatusAccepted, + }, + HttpMethod: http.MethodPost, + Path: fmt.Sprintf("%s/reconcile", id.ID()), + } + + req, err := c.Client.NewRequest(ctx, opts) + if err != nil { + return + } + + var resp *client.Response + resp, err = req.Execute(ctx) + if resp != nil { + result.OData = resp.OData + result.HttpResponse = resp.Response + } + if err != nil { + return + } + + result.Poller, err = resourcemanager.PollerFromResponse(resp, c.Client) + if err != nil { + return + } + + return +} + +// NetworkSecurityPerimeterConfigurationsReconcileThenPoll performs NetworkSecurityPerimeterConfigurationsReconcile then polls until it's completed +func (c StorageAccountsNetworkSecurityPerimeterConfigurationsClient) NetworkSecurityPerimeterConfigurationsReconcileThenPoll(ctx context.Context, id NetworkSecurityPerimeterConfigurationId) error { + result, err := c.NetworkSecurityPerimeterConfigurationsReconcile(ctx, id) + if err != nil { + return fmt.Errorf("performing NetworkSecurityPerimeterConfigurationsReconcile: %+v", err) + } + + if err := result.Poller.PollUntilDone(ctx); err != nil { + return fmt.Errorf("polling after NetworkSecurityPerimeterConfigurationsReconcile: %+v", err) + } + + return nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_networksecurityperimeter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_networksecurityperimeter.go new file mode 100644 index 000000000000..4b1ad3406796 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_networksecurityperimeter.go @@ -0,0 +1,10 @@ +package storageaccountsnetworksecurityperimeterconfigurations + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NetworkSecurityPerimeter struct { + Id *string `json:"id,omitempty"` + Location *string `json:"location,omitempty"` + PerimeterGuid *string `json:"perimeterGuid,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_networksecurityperimeterconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_networksecurityperimeterconfiguration.go new file mode 100644 index 000000000000..04da3a6dfe45 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_networksecurityperimeterconfiguration.go @@ -0,0 +1,16 @@ +package storageaccountsnetworksecurityperimeterconfigurations + +import ( + "github.com/hashicorp/go-azure-helpers/resourcemanager/systemdata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NetworkSecurityPerimeterConfiguration struct { + Id *string `json:"id,omitempty"` + Name *string `json:"name,omitempty"` + Properties *NetworkSecurityPerimeterConfigurationProperties `json:"properties,omitempty"` + SystemData *systemdata.SystemData `json:"systemData,omitempty"` + Type *string `json:"type,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_networksecurityperimeterconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_networksecurityperimeterconfigurationproperties.go new file mode 100644 index 000000000000..9e1598ed1e48 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_networksecurityperimeterconfigurationproperties.go @@ -0,0 +1,12 @@ +package storageaccountsnetworksecurityperimeterconfigurations + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NetworkSecurityPerimeterConfigurationProperties struct { + NetworkSecurityPerimeter *NetworkSecurityPerimeter `json:"networkSecurityPerimeter,omitempty"` + Profile *NetworkSecurityPerimeterConfigurationPropertiesProfile `json:"profile,omitempty"` + ProvisioningIssues *[]ProvisioningIssue `json:"provisioningIssues,omitempty"` + ProvisioningState *NetworkSecurityPerimeterConfigurationProvisioningState `json:"provisioningState,omitempty"` + ResourceAssociation *NetworkSecurityPerimeterConfigurationPropertiesResourceAssociation `json:"resourceAssociation,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_networksecurityperimeterconfigurationpropertiesprofile.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_networksecurityperimeterconfigurationpropertiesprofile.go new file mode 100644 index 000000000000..b9b05f894ea8 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_networksecurityperimeterconfigurationpropertiesprofile.go @@ -0,0 +1,12 @@ +package storageaccountsnetworksecurityperimeterconfigurations + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NetworkSecurityPerimeterConfigurationPropertiesProfile struct { + AccessRules *[]NspAccessRule `json:"accessRules,omitempty"` + AccessRulesVersion *float64 `json:"accessRulesVersion,omitempty"` + DiagnosticSettingsVersion *float64 `json:"diagnosticSettingsVersion,omitempty"` + EnabledLogCategories *[]string `json:"enabledLogCategories,omitempty"` + Name *string `json:"name,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_networksecurityperimeterconfigurationpropertiesresourceassociation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_networksecurityperimeterconfigurationpropertiesresourceassociation.go new file mode 100644 index 000000000000..c206d3af2587 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_networksecurityperimeterconfigurationpropertiesresourceassociation.go @@ -0,0 +1,9 @@ +package storageaccountsnetworksecurityperimeterconfigurations + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NetworkSecurityPerimeterConfigurationPropertiesResourceAssociation struct { + AccessMode *ResourceAssociationAccessMode `json:"accessMode,omitempty"` + Name *string `json:"name,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_nspaccessrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_nspaccessrule.go new file mode 100644 index 000000000000..534b27d785a4 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_nspaccessrule.go @@ -0,0 +1,9 @@ +package storageaccountsnetworksecurityperimeterconfigurations + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NspAccessRule struct { + Name *string `json:"name,omitempty"` + Properties *NspAccessRuleProperties `json:"properties,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_nspaccessruleproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_nspaccessruleproperties.go new file mode 100644 index 000000000000..e364395eebf7 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_nspaccessruleproperties.go @@ -0,0 +1,12 @@ +package storageaccountsnetworksecurityperimeterconfigurations + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NspAccessRuleProperties struct { + AddressPrefixes *[]string `json:"addressPrefixes,omitempty"` + Direction *NspAccessRuleDirection `json:"direction,omitempty"` + FullyQualifiedDomainNames *[]string `json:"fullyQualifiedDomainNames,omitempty"` + NetworkSecurityPerimeters *[]NetworkSecurityPerimeter `json:"networkSecurityPerimeters,omitempty"` + Subscriptions *[]NspAccessRulePropertiesSubscriptionsInlined `json:"subscriptions,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_nspaccessrulepropertiessubscriptionsinlined.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_nspaccessrulepropertiessubscriptionsinlined.go new file mode 100644 index 000000000000..07229d258dc4 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_nspaccessrulepropertiessubscriptionsinlined.go @@ -0,0 +1,8 @@ +package storageaccountsnetworksecurityperimeterconfigurations + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NspAccessRulePropertiesSubscriptionsInlined struct { + Id *string `json:"id,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_provisioningissue.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_provisioningissue.go new file mode 100644 index 000000000000..0854308f44be --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_provisioningissue.go @@ -0,0 +1,9 @@ +package storageaccountsnetworksecurityperimeterconfigurations + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type ProvisioningIssue struct { + Name *string `json:"name,omitempty"` + Properties *ProvisioningIssueProperties `json:"properties,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_provisioningissueproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_provisioningissueproperties.go new file mode 100644 index 000000000000..bc8557a4265e --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/model_provisioningissueproperties.go @@ -0,0 +1,10 @@ +package storageaccountsnetworksecurityperimeterconfigurations + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type ProvisioningIssueProperties struct { + Description *string `json:"description,omitempty"` + IssueType *IssueType `json:"issueType,omitempty"` + Severity *Severity `json:"severity,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/predicates.go new file mode 100644 index 000000000000..c38827dd581f --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/predicates.go @@ -0,0 +1,27 @@ +package storageaccountsnetworksecurityperimeterconfigurations + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type NetworkSecurityPerimeterConfigurationOperationPredicate struct { + Id *string + Name *string + Type *string +} + +func (p NetworkSecurityPerimeterConfigurationOperationPredicate) Matches(input NetworkSecurityPerimeterConfiguration) bool { + + if p.Id != nil && (input.Id == nil || *p.Id != *input.Id) { + return false + } + + if p.Name != nil && (input.Name == nil || *p.Name != *input.Name) { + return false + } + + if p.Type != nil && (input.Type == nil || *p.Type != *input.Type) { + return false + } + + return true +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/version.go new file mode 100644 index 000000000000..64e053af8478 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations/version.go @@ -0,0 +1,12 @@ +package storageaccountsnetworksecurityperimeterconfigurations + +import "fmt" + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +const defaultApiVersion = "2023-05-01" + +func userAgent() string { + return fmt.Sprintf("hashicorp/go-azure-sdk/storageaccountsnetworksecurityperimeterconfigurations/%s", defaultApiVersion) +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/README.md new file mode 100644 index 000000000000..d9248f7b7a9a --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/README.md @@ -0,0 +1,134 @@ + +## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments` Documentation + +The `storagetaskassignments` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-05-01`). + +This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). + +### Import Path + +```go +import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" +import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments" +``` + + +### Client Initialization + +```go +client := storagetaskassignments.NewStorageTaskAssignmentsClientWithBaseURI("https://management.azure.com") +client.Client.Authorizer = authorizer +``` + + +### Example Usage: `StorageTaskAssignmentsClient.Create` + +```go +ctx := context.TODO() +id := storagetaskassignments.NewStorageTaskAssignmentID("12345678-1234-9876-4563-123456789012", "example-resource-group", "storageAccountValue", "storageTaskAssignmentValue") + +payload := storagetaskassignments.StorageTaskAssignment{ + // ... +} + + +if err := client.CreateThenPoll(ctx, id, payload); err != nil { + // handle the error +} +``` + + +### Example Usage: `StorageTaskAssignmentsClient.Delete` + +```go +ctx := context.TODO() +id := storagetaskassignments.NewStorageTaskAssignmentID("12345678-1234-9876-4563-123456789012", "example-resource-group", "storageAccountValue", "storageTaskAssignmentValue") + +if err := client.DeleteThenPoll(ctx, id); err != nil { + // handle the error +} +``` + + +### Example Usage: `StorageTaskAssignmentsClient.Get` + +```go +ctx := context.TODO() +id := storagetaskassignments.NewStorageTaskAssignmentID("12345678-1234-9876-4563-123456789012", "example-resource-group", "storageAccountValue", "storageTaskAssignmentValue") + +read, err := client.Get(ctx, id) +if err != nil { + // handle the error +} +if model := read.Model; model != nil { + // do something with the model/response object +} +``` + + +### Example Usage: `StorageTaskAssignmentsClient.InstancesReportList` + +```go +ctx := context.TODO() +id := commonids.NewStorageAccountID("12345678-1234-9876-4563-123456789012", "example-resource-group", "storageAccountValue") + +// alternatively `client.InstancesReportList(ctx, id, storagetaskassignments.DefaultInstancesReportListOperationOptions())` can be used to do batched pagination +items, err := client.InstancesReportListComplete(ctx, id, storagetaskassignments.DefaultInstancesReportListOperationOptions()) +if err != nil { + // handle the error +} +for _, item := range items { + // do something +} +``` + + +### Example Usage: `StorageTaskAssignmentsClient.List` + +```go +ctx := context.TODO() +id := commonids.NewStorageAccountID("12345678-1234-9876-4563-123456789012", "example-resource-group", "storageAccountValue") + +// alternatively `client.List(ctx, id, storagetaskassignments.DefaultListOperationOptions())` can be used to do batched pagination +items, err := client.ListComplete(ctx, id, storagetaskassignments.DefaultListOperationOptions()) +if err != nil { + // handle the error +} +for _, item := range items { + // do something +} +``` + + +### Example Usage: `StorageTaskAssignmentsClient.StorageTaskAssignmentInstancesReportList` + +```go +ctx := context.TODO() +id := storagetaskassignments.NewStorageTaskAssignmentID("12345678-1234-9876-4563-123456789012", "example-resource-group", "storageAccountValue", "storageTaskAssignmentValue") + +// alternatively `client.StorageTaskAssignmentInstancesReportList(ctx, id, storagetaskassignments.DefaultStorageTaskAssignmentInstancesReportListOperationOptions())` can be used to do batched pagination +items, err := client.StorageTaskAssignmentInstancesReportListComplete(ctx, id, storagetaskassignments.DefaultStorageTaskAssignmentInstancesReportListOperationOptions()) +if err != nil { + // handle the error +} +for _, item := range items { + // do something +} +``` + + +### Example Usage: `StorageTaskAssignmentsClient.Update` + +```go +ctx := context.TODO() +id := storagetaskassignments.NewStorageTaskAssignmentID("12345678-1234-9876-4563-123456789012", "example-resource-group", "storageAccountValue", "storageTaskAssignmentValue") + +payload := storagetaskassignments.StorageTaskAssignmentUpdateParameters{ + // ... +} + + +if err := client.UpdateThenPoll(ctx, id, payload); err != nil { + // handle the error +} +``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/client.go new file mode 100644 index 000000000000..7f948b405606 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/client.go @@ -0,0 +1,26 @@ +package storagetaskassignments + +import ( + "fmt" + + "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" + sdkEnv "github.com/hashicorp/go-azure-sdk/sdk/environments" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type StorageTaskAssignmentsClient struct { + Client *resourcemanager.Client +} + +func NewStorageTaskAssignmentsClientWithBaseURI(sdkApi sdkEnv.Api) (*StorageTaskAssignmentsClient, error) { + client, err := resourcemanager.NewResourceManagerClient(sdkApi, "storagetaskassignments", defaultApiVersion) + if err != nil { + return nil, fmt.Errorf("instantiating StorageTaskAssignmentsClient: %+v", err) + } + + return &StorageTaskAssignmentsClient{ + Client: client, + }, nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/constants.go new file mode 100644 index 000000000000..b8180ddef9dc --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/constants.go @@ -0,0 +1,227 @@ +package storagetaskassignments + +import ( + "encoding/json" + "fmt" + "strings" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type IntervalUnit string + +const ( + IntervalUnitDays IntervalUnit = "Days" +) + +func PossibleValuesForIntervalUnit() []string { + return []string{ + string(IntervalUnitDays), + } +} + +func (s *IntervalUnit) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseIntervalUnit(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseIntervalUnit(input string) (*IntervalUnit, error) { + vals := map[string]IntervalUnit{ + "days": IntervalUnitDays, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := IntervalUnit(input) + return &out, nil +} + +type ProvisioningState string + +const ( + ProvisioningStateCanceled ProvisioningState = "Canceled" + ProvisioningStateCreating ProvisioningState = "Creating" + ProvisioningStateDeleting ProvisioningState = "Deleting" + ProvisioningStateFailed ProvisioningState = "Failed" + ProvisioningStateSucceeded ProvisioningState = "Succeeded" + ProvisioningStateValidateSubscriptionQuotaBegin ProvisioningState = "ValidateSubscriptionQuotaBegin" + ProvisioningStateValidateSubscriptionQuotaEnd ProvisioningState = "ValidateSubscriptionQuotaEnd" +) + +func PossibleValuesForProvisioningState() []string { + return []string{ + string(ProvisioningStateCanceled), + string(ProvisioningStateCreating), + string(ProvisioningStateDeleting), + string(ProvisioningStateFailed), + string(ProvisioningStateSucceeded), + string(ProvisioningStateValidateSubscriptionQuotaBegin), + string(ProvisioningStateValidateSubscriptionQuotaEnd), + } +} + +func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseProvisioningState(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseProvisioningState(input string) (*ProvisioningState, error) { + vals := map[string]ProvisioningState{ + "canceled": ProvisioningStateCanceled, + "creating": ProvisioningStateCreating, + "deleting": ProvisioningStateDeleting, + "failed": ProvisioningStateFailed, + "succeeded": ProvisioningStateSucceeded, + "validatesubscriptionquotabegin": ProvisioningStateValidateSubscriptionQuotaBegin, + "validatesubscriptionquotaend": ProvisioningStateValidateSubscriptionQuotaEnd, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := ProvisioningState(input) + return &out, nil +} + +type RunResult string + +const ( + RunResultFailed RunResult = "Failed" + RunResultSucceeded RunResult = "Succeeded" +) + +func PossibleValuesForRunResult() []string { + return []string{ + string(RunResultFailed), + string(RunResultSucceeded), + } +} + +func (s *RunResult) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseRunResult(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseRunResult(input string) (*RunResult, error) { + vals := map[string]RunResult{ + "failed": RunResultFailed, + "succeeded": RunResultSucceeded, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := RunResult(input) + return &out, nil +} + +type RunStatusEnum string + +const ( + RunStatusEnumFinished RunStatusEnum = "Finished" + RunStatusEnumInProgress RunStatusEnum = "InProgress" +) + +func PossibleValuesForRunStatusEnum() []string { + return []string{ + string(RunStatusEnumFinished), + string(RunStatusEnumInProgress), + } +} + +func (s *RunStatusEnum) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseRunStatusEnum(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseRunStatusEnum(input string) (*RunStatusEnum, error) { + vals := map[string]RunStatusEnum{ + "finished": RunStatusEnumFinished, + "inprogress": RunStatusEnumInProgress, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := RunStatusEnum(input) + return &out, nil +} + +type TriggerType string + +const ( + TriggerTypeOnSchedule TriggerType = "OnSchedule" + TriggerTypeRunOnce TriggerType = "RunOnce" +) + +func PossibleValuesForTriggerType() []string { + return []string{ + string(TriggerTypeOnSchedule), + string(TriggerTypeRunOnce), + } +} + +func (s *TriggerType) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseTriggerType(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseTriggerType(input string) (*TriggerType, error) { + vals := map[string]TriggerType{ + "onschedule": TriggerTypeOnSchedule, + "runonce": TriggerTypeRunOnce, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := TriggerType(input) + return &out, nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/id_storagetaskassignment.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/id_storagetaskassignment.go new file mode 100644 index 000000000000..4bada27dd8f6 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/id_storagetaskassignment.go @@ -0,0 +1,139 @@ +package storagetaskassignments + +import ( + "fmt" + "strings" + + "github.com/hashicorp/go-azure-helpers/resourcemanager/recaser" + "github.com/hashicorp/go-azure-helpers/resourcemanager/resourceids" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +func init() { + recaser.RegisterResourceId(&StorageTaskAssignmentId{}) +} + +var _ resourceids.ResourceId = &StorageTaskAssignmentId{} + +// StorageTaskAssignmentId is a struct representing the Resource ID for a Storage Task Assignment +type StorageTaskAssignmentId struct { + SubscriptionId string + ResourceGroupName string + StorageAccountName string + StorageTaskAssignmentName string +} + +// NewStorageTaskAssignmentID returns a new StorageTaskAssignmentId struct +func NewStorageTaskAssignmentID(subscriptionId string, resourceGroupName string, storageAccountName string, storageTaskAssignmentName string) StorageTaskAssignmentId { + return StorageTaskAssignmentId{ + SubscriptionId: subscriptionId, + ResourceGroupName: resourceGroupName, + StorageAccountName: storageAccountName, + StorageTaskAssignmentName: storageTaskAssignmentName, + } +} + +// ParseStorageTaskAssignmentID parses 'input' into a StorageTaskAssignmentId +func ParseStorageTaskAssignmentID(input string) (*StorageTaskAssignmentId, error) { + parser := resourceids.NewParserFromResourceIdType(&StorageTaskAssignmentId{}) + parsed, err := parser.Parse(input, false) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + id := StorageTaskAssignmentId{} + if err := id.FromParseResult(*parsed); err != nil { + return nil, err + } + + return &id, nil +} + +// ParseStorageTaskAssignmentIDInsensitively parses 'input' case-insensitively into a StorageTaskAssignmentId +// note: this method should only be used for API response data and not user input +func ParseStorageTaskAssignmentIDInsensitively(input string) (*StorageTaskAssignmentId, error) { + parser := resourceids.NewParserFromResourceIdType(&StorageTaskAssignmentId{}) + parsed, err := parser.Parse(input, true) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + id := StorageTaskAssignmentId{} + if err := id.FromParseResult(*parsed); err != nil { + return nil, err + } + + return &id, nil +} + +func (id *StorageTaskAssignmentId) FromParseResult(input resourceids.ParseResult) error { + var ok bool + + if id.SubscriptionId, ok = input.Parsed["subscriptionId"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "subscriptionId", input) + } + + if id.ResourceGroupName, ok = input.Parsed["resourceGroupName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "resourceGroupName", input) + } + + if id.StorageAccountName, ok = input.Parsed["storageAccountName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "storageAccountName", input) + } + + if id.StorageTaskAssignmentName, ok = input.Parsed["storageTaskAssignmentName"]; !ok { + return resourceids.NewSegmentNotSpecifiedError(id, "storageTaskAssignmentName", input) + } + + return nil +} + +// ValidateStorageTaskAssignmentID checks that 'input' can be parsed as a Storage Task Assignment ID +func ValidateStorageTaskAssignmentID(input interface{}, key string) (warnings []string, errors []error) { + v, ok := input.(string) + if !ok { + errors = append(errors, fmt.Errorf("expected %q to be a string", key)) + return + } + + if _, err := ParseStorageTaskAssignmentID(v); err != nil { + errors = append(errors, err) + } + + return +} + +// ID returns the formatted Storage Task Assignment ID +func (id StorageTaskAssignmentId) ID() string { + fmtString := "/subscriptions/%s/resourceGroups/%s/providers/Microsoft.Storage/storageAccounts/%s/storageTaskAssignments/%s" + return fmt.Sprintf(fmtString, id.SubscriptionId, id.ResourceGroupName, id.StorageAccountName, id.StorageTaskAssignmentName) +} + +// Segments returns a slice of Resource ID Segments which comprise this Storage Task Assignment ID +func (id StorageTaskAssignmentId) Segments() []resourceids.Segment { + return []resourceids.Segment{ + resourceids.StaticSegment("staticSubscriptions", "subscriptions", "subscriptions"), + resourceids.SubscriptionIdSegment("subscriptionId", "12345678-1234-9876-4563-123456789012"), + resourceids.StaticSegment("staticResourceGroups", "resourceGroups", "resourceGroups"), + resourceids.ResourceGroupSegment("resourceGroupName", "example-resource-group"), + resourceids.StaticSegment("staticProviders", "providers", "providers"), + resourceids.ResourceProviderSegment("staticMicrosoftStorage", "Microsoft.Storage", "Microsoft.Storage"), + resourceids.StaticSegment("staticStorageAccounts", "storageAccounts", "storageAccounts"), + resourceids.UserSpecifiedSegment("storageAccountName", "storageAccountValue"), + resourceids.StaticSegment("staticStorageTaskAssignments", "storageTaskAssignments", "storageTaskAssignments"), + resourceids.UserSpecifiedSegment("storageTaskAssignmentName", "storageTaskAssignmentValue"), + } +} + +// String returns a human-readable description of this Storage Task Assignment ID +func (id StorageTaskAssignmentId) String() string { + components := []string{ + fmt.Sprintf("Subscription: %q", id.SubscriptionId), + fmt.Sprintf("Resource Group Name: %q", id.ResourceGroupName), + fmt.Sprintf("Storage Account Name: %q", id.StorageAccountName), + fmt.Sprintf("Storage Task Assignment Name: %q", id.StorageTaskAssignmentName), + } + return fmt.Sprintf("Storage Task Assignment (%s)", strings.Join(components, "\n")) +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/method_create.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/method_create.go new file mode 100644 index 000000000000..0f3a9a084007 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/method_create.go @@ -0,0 +1,76 @@ +package storagetaskassignments + +import ( + "context" + "fmt" + "net/http" + + "github.com/hashicorp/go-azure-sdk/sdk/client" + "github.com/hashicorp/go-azure-sdk/sdk/client/pollers" + "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" + "github.com/hashicorp/go-azure-sdk/sdk/odata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type CreateOperationResponse struct { + Poller pollers.Poller + HttpResponse *http.Response + OData *odata.OData + Model *StorageTaskAssignment +} + +// Create ... +func (c StorageTaskAssignmentsClient) Create(ctx context.Context, id StorageTaskAssignmentId, input StorageTaskAssignment) (result CreateOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + http.StatusAccepted, + http.StatusCreated, + http.StatusOK, + }, + HttpMethod: http.MethodPut, + Path: id.ID(), + } + + req, err := c.Client.NewRequest(ctx, opts) + if err != nil { + return + } + + if err = req.Marshal(input); err != nil { + return + } + + var resp *client.Response + resp, err = req.Execute(ctx) + if resp != nil { + result.OData = resp.OData + result.HttpResponse = resp.Response + } + if err != nil { + return + } + + result.Poller, err = resourcemanager.PollerFromResponse(resp, c.Client) + if err != nil { + return + } + + return +} + +// CreateThenPoll performs Create then polls until it's completed +func (c StorageTaskAssignmentsClient) CreateThenPoll(ctx context.Context, id StorageTaskAssignmentId, input StorageTaskAssignment) error { + result, err := c.Create(ctx, id, input) + if err != nil { + return fmt.Errorf("performing Create: %+v", err) + } + + if err := result.Poller.PollUntilDone(ctx); err != nil { + return fmt.Errorf("polling after Create: %+v", err) + } + + return nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/method_delete.go new file mode 100644 index 000000000000..1291624ed49d --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/method_delete.go @@ -0,0 +1,70 @@ +package storagetaskassignments + +import ( + "context" + "fmt" + "net/http" + + "github.com/hashicorp/go-azure-sdk/sdk/client" + "github.com/hashicorp/go-azure-sdk/sdk/client/pollers" + "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" + "github.com/hashicorp/go-azure-sdk/sdk/odata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type DeleteOperationResponse struct { + Poller pollers.Poller + HttpResponse *http.Response + OData *odata.OData +} + +// Delete ... +func (c StorageTaskAssignmentsClient) Delete(ctx context.Context, id StorageTaskAssignmentId) (result DeleteOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + http.StatusAccepted, + http.StatusNoContent, + }, + HttpMethod: http.MethodDelete, + Path: id.ID(), + } + + req, err := c.Client.NewRequest(ctx, opts) + if err != nil { + return + } + + var resp *client.Response + resp, err = req.Execute(ctx) + if resp != nil { + result.OData = resp.OData + result.HttpResponse = resp.Response + } + if err != nil { + return + } + + result.Poller, err = resourcemanager.PollerFromResponse(resp, c.Client) + if err != nil { + return + } + + return +} + +// DeleteThenPoll performs Delete then polls until it's completed +func (c StorageTaskAssignmentsClient) DeleteThenPoll(ctx context.Context, id StorageTaskAssignmentId) error { + result, err := c.Delete(ctx, id) + if err != nil { + return fmt.Errorf("performing Delete: %+v", err) + } + + if err := result.Poller.PollUntilDone(ctx); err != nil { + return fmt.Errorf("polling after Delete: %+v", err) + } + + return nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/method_get.go similarity index 70% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/method_get.go index f63b295e61e9..8b468e65e6b4 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/method_list.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/method_get.go @@ -1,11 +1,9 @@ -package localusers +package storagetaskassignments import ( "context" - "fmt" "net/http" - "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-sdk/sdk/client" "github.com/hashicorp/go-azure-sdk/sdk/odata" ) @@ -13,21 +11,21 @@ import ( // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -type ListOperationResponse struct { +type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData - Model *LocalUsers + Model *StorageTaskAssignment } -// List ... -func (c LocalUsersClient) List(ctx context.Context, id commonids.StorageAccountId) (result ListOperationResponse, err error) { +// Get ... +func (c StorageTaskAssignmentsClient) Get(ctx context.Context, id StorageTaskAssignmentId) (result GetOperationResponse, err error) { opts := client.RequestOptions{ ContentType: "application/json; charset=utf-8", ExpectedStatusCodes: []int{ http.StatusOK, }, HttpMethod: http.MethodGet, - Path: fmt.Sprintf("%s/localUsers", id.ID()), + Path: id.ID(), } req, err := c.Client.NewRequest(ctx, opts) @@ -45,7 +43,7 @@ func (c LocalUsersClient) List(ctx context.Context, id commonids.StorageAccountI return } - var model LocalUsers + var model StorageTaskAssignment result.Model = &model if err = resp.Unmarshal(result.Model); err != nil { diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/method_instancesreportlist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/method_instancesreportlist.go new file mode 100644 index 000000000000..ad45eb450aef --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/method_instancesreportlist.go @@ -0,0 +1,124 @@ +package storagetaskassignments + +import ( + "context" + "fmt" + "net/http" + + "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" + "github.com/hashicorp/go-azure-sdk/sdk/client" + "github.com/hashicorp/go-azure-sdk/sdk/odata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type InstancesReportListOperationResponse struct { + HttpResponse *http.Response + OData *odata.OData + Model *[]StorageTaskReportInstance +} + +type InstancesReportListCompleteResult struct { + LatestHttpResponse *http.Response + Items []StorageTaskReportInstance +} + +type InstancesReportListOperationOptions struct { + Filter *string + Maxpagesize *string +} + +func DefaultInstancesReportListOperationOptions() InstancesReportListOperationOptions { + return InstancesReportListOperationOptions{} +} + +func (o InstancesReportListOperationOptions) ToHeaders() *client.Headers { + out := client.Headers{} + + return &out +} + +func (o InstancesReportListOperationOptions) ToOData() *odata.Query { + out := odata.Query{} + return &out +} + +func (o InstancesReportListOperationOptions) ToQuery() *client.QueryParams { + out := client.QueryParams{} + if o.Filter != nil { + out.Append("$filter", fmt.Sprintf("%v", *o.Filter)) + } + if o.Maxpagesize != nil { + out.Append("$maxpagesize", fmt.Sprintf("%v", *o.Maxpagesize)) + } + return &out +} + +// InstancesReportList ... +func (c StorageTaskAssignmentsClient) InstancesReportList(ctx context.Context, id commonids.StorageAccountId, options InstancesReportListOperationOptions) (result InstancesReportListOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + http.StatusOK, + }, + HttpMethod: http.MethodGet, + Path: fmt.Sprintf("%s/reports", id.ID()), + OptionsObject: options, + } + + req, err := c.Client.NewRequest(ctx, opts) + if err != nil { + return + } + + var resp *client.Response + resp, err = req.ExecutePaged(ctx) + if resp != nil { + result.OData = resp.OData + result.HttpResponse = resp.Response + } + if err != nil { + return + } + + var values struct { + Values *[]StorageTaskReportInstance `json:"value"` + } + if err = resp.Unmarshal(&values); err != nil { + return + } + + result.Model = values.Values + + return +} + +// InstancesReportListComplete retrieves all the results into a single object +func (c StorageTaskAssignmentsClient) InstancesReportListComplete(ctx context.Context, id commonids.StorageAccountId, options InstancesReportListOperationOptions) (InstancesReportListCompleteResult, error) { + return c.InstancesReportListCompleteMatchingPredicate(ctx, id, options, StorageTaskReportInstanceOperationPredicate{}) +} + +// InstancesReportListCompleteMatchingPredicate retrieves all the results and then applies the predicate +func (c StorageTaskAssignmentsClient) InstancesReportListCompleteMatchingPredicate(ctx context.Context, id commonids.StorageAccountId, options InstancesReportListOperationOptions, predicate StorageTaskReportInstanceOperationPredicate) (result InstancesReportListCompleteResult, err error) { + items := make([]StorageTaskReportInstance, 0) + + resp, err := c.InstancesReportList(ctx, id, options) + if err != nil { + err = fmt.Errorf("loading results: %+v", err) + return + } + if resp.Model != nil { + for _, v := range *resp.Model { + if predicate.Matches(v) { + items = append(items, v) + } + } + } + + result = InstancesReportListCompleteResult{ + LatestHttpResponse: resp.HttpResponse, + Items: items, + } + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/method_list.go new file mode 100644 index 000000000000..81fe30e09f9f --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/method_list.go @@ -0,0 +1,124 @@ +package storagetaskassignments + +import ( + "context" + "fmt" + "net/http" + + "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" + "github.com/hashicorp/go-azure-sdk/sdk/client" + "github.com/hashicorp/go-azure-sdk/sdk/odata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type ListOperationResponse struct { + HttpResponse *http.Response + OData *odata.OData + Model *[]StorageTaskAssignment +} + +type ListCompleteResult struct { + LatestHttpResponse *http.Response + Items []StorageTaskAssignment +} + +type ListOperationOptions struct { + Filter *string + Maxpagesize *string +} + +func DefaultListOperationOptions() ListOperationOptions { + return ListOperationOptions{} +} + +func (o ListOperationOptions) ToHeaders() *client.Headers { + out := client.Headers{} + + return &out +} + +func (o ListOperationOptions) ToOData() *odata.Query { + out := odata.Query{} + return &out +} + +func (o ListOperationOptions) ToQuery() *client.QueryParams { + out := client.QueryParams{} + if o.Filter != nil { + out.Append("$filter", fmt.Sprintf("%v", *o.Filter)) + } + if o.Maxpagesize != nil { + out.Append("$maxpagesize", fmt.Sprintf("%v", *o.Maxpagesize)) + } + return &out +} + +// List ... +func (c StorageTaskAssignmentsClient) List(ctx context.Context, id commonids.StorageAccountId, options ListOperationOptions) (result ListOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + http.StatusOK, + }, + HttpMethod: http.MethodGet, + Path: fmt.Sprintf("%s/storageTaskAssignments", id.ID()), + OptionsObject: options, + } + + req, err := c.Client.NewRequest(ctx, opts) + if err != nil { + return + } + + var resp *client.Response + resp, err = req.ExecutePaged(ctx) + if resp != nil { + result.OData = resp.OData + result.HttpResponse = resp.Response + } + if err != nil { + return + } + + var values struct { + Values *[]StorageTaskAssignment `json:"value"` + } + if err = resp.Unmarshal(&values); err != nil { + return + } + + result.Model = values.Values + + return +} + +// ListComplete retrieves all the results into a single object +func (c StorageTaskAssignmentsClient) ListComplete(ctx context.Context, id commonids.StorageAccountId, options ListOperationOptions) (ListCompleteResult, error) { + return c.ListCompleteMatchingPredicate(ctx, id, options, StorageTaskAssignmentOperationPredicate{}) +} + +// ListCompleteMatchingPredicate retrieves all the results and then applies the predicate +func (c StorageTaskAssignmentsClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.StorageAccountId, options ListOperationOptions, predicate StorageTaskAssignmentOperationPredicate) (result ListCompleteResult, err error) { + items := make([]StorageTaskAssignment, 0) + + resp, err := c.List(ctx, id, options) + if err != nil { + err = fmt.Errorf("loading results: %+v", err) + return + } + if resp.Model != nil { + for _, v := range *resp.Model { + if predicate.Matches(v) { + items = append(items, v) + } + } + } + + result = ListCompleteResult{ + LatestHttpResponse: resp.HttpResponse, + Items: items, + } + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/method_storagetaskassignmentinstancesreportlist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/method_storagetaskassignmentinstancesreportlist.go new file mode 100644 index 000000000000..d1d24b54e94d --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/method_storagetaskassignmentinstancesreportlist.go @@ -0,0 +1,123 @@ +package storagetaskassignments + +import ( + "context" + "fmt" + "net/http" + + "github.com/hashicorp/go-azure-sdk/sdk/client" + "github.com/hashicorp/go-azure-sdk/sdk/odata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type StorageTaskAssignmentInstancesReportListOperationResponse struct { + HttpResponse *http.Response + OData *odata.OData + Model *[]StorageTaskReportInstance +} + +type StorageTaskAssignmentInstancesReportListCompleteResult struct { + LatestHttpResponse *http.Response + Items []StorageTaskReportInstance +} + +type StorageTaskAssignmentInstancesReportListOperationOptions struct { + Filter *string + Maxpagesize *string +} + +func DefaultStorageTaskAssignmentInstancesReportListOperationOptions() StorageTaskAssignmentInstancesReportListOperationOptions { + return StorageTaskAssignmentInstancesReportListOperationOptions{} +} + +func (o StorageTaskAssignmentInstancesReportListOperationOptions) ToHeaders() *client.Headers { + out := client.Headers{} + + return &out +} + +func (o StorageTaskAssignmentInstancesReportListOperationOptions) ToOData() *odata.Query { + out := odata.Query{} + return &out +} + +func (o StorageTaskAssignmentInstancesReportListOperationOptions) ToQuery() *client.QueryParams { + out := client.QueryParams{} + if o.Filter != nil { + out.Append("$filter", fmt.Sprintf("%v", *o.Filter)) + } + if o.Maxpagesize != nil { + out.Append("$maxpagesize", fmt.Sprintf("%v", *o.Maxpagesize)) + } + return &out +} + +// StorageTaskAssignmentInstancesReportList ... +func (c StorageTaskAssignmentsClient) StorageTaskAssignmentInstancesReportList(ctx context.Context, id StorageTaskAssignmentId, options StorageTaskAssignmentInstancesReportListOperationOptions) (result StorageTaskAssignmentInstancesReportListOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + http.StatusOK, + }, + HttpMethod: http.MethodGet, + Path: fmt.Sprintf("%s/reports", id.ID()), + OptionsObject: options, + } + + req, err := c.Client.NewRequest(ctx, opts) + if err != nil { + return + } + + var resp *client.Response + resp, err = req.ExecutePaged(ctx) + if resp != nil { + result.OData = resp.OData + result.HttpResponse = resp.Response + } + if err != nil { + return + } + + var values struct { + Values *[]StorageTaskReportInstance `json:"value"` + } + if err = resp.Unmarshal(&values); err != nil { + return + } + + result.Model = values.Values + + return +} + +// StorageTaskAssignmentInstancesReportListComplete retrieves all the results into a single object +func (c StorageTaskAssignmentsClient) StorageTaskAssignmentInstancesReportListComplete(ctx context.Context, id StorageTaskAssignmentId, options StorageTaskAssignmentInstancesReportListOperationOptions) (StorageTaskAssignmentInstancesReportListCompleteResult, error) { + return c.StorageTaskAssignmentInstancesReportListCompleteMatchingPredicate(ctx, id, options, StorageTaskReportInstanceOperationPredicate{}) +} + +// StorageTaskAssignmentInstancesReportListCompleteMatchingPredicate retrieves all the results and then applies the predicate +func (c StorageTaskAssignmentsClient) StorageTaskAssignmentInstancesReportListCompleteMatchingPredicate(ctx context.Context, id StorageTaskAssignmentId, options StorageTaskAssignmentInstancesReportListOperationOptions, predicate StorageTaskReportInstanceOperationPredicate) (result StorageTaskAssignmentInstancesReportListCompleteResult, err error) { + items := make([]StorageTaskReportInstance, 0) + + resp, err := c.StorageTaskAssignmentInstancesReportList(ctx, id, options) + if err != nil { + err = fmt.Errorf("loading results: %+v", err) + return + } + if resp.Model != nil { + for _, v := range *resp.Model { + if predicate.Matches(v) { + items = append(items, v) + } + } + } + + result = StorageTaskAssignmentInstancesReportListCompleteResult{ + LatestHttpResponse: resp.HttpResponse, + Items: items, + } + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/method_update.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/method_update.go new file mode 100644 index 000000000000..e083794b85e3 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/method_update.go @@ -0,0 +1,75 @@ +package storagetaskassignments + +import ( + "context" + "fmt" + "net/http" + + "github.com/hashicorp/go-azure-sdk/sdk/client" + "github.com/hashicorp/go-azure-sdk/sdk/client/pollers" + "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" + "github.com/hashicorp/go-azure-sdk/sdk/odata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type UpdateOperationResponse struct { + Poller pollers.Poller + HttpResponse *http.Response + OData *odata.OData + Model *StorageTaskAssignment +} + +// Update ... +func (c StorageTaskAssignmentsClient) Update(ctx context.Context, id StorageTaskAssignmentId, input StorageTaskAssignmentUpdateParameters) (result UpdateOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + http.StatusAccepted, + http.StatusOK, + }, + HttpMethod: http.MethodPatch, + Path: id.ID(), + } + + req, err := c.Client.NewRequest(ctx, opts) + if err != nil { + return + } + + if err = req.Marshal(input); err != nil { + return + } + + var resp *client.Response + resp, err = req.Execute(ctx) + if resp != nil { + result.OData = resp.OData + result.HttpResponse = resp.Response + } + if err != nil { + return + } + + result.Poller, err = resourcemanager.PollerFromResponse(resp, c.Client) + if err != nil { + return + } + + return +} + +// UpdateThenPoll performs Update then polls until it's completed +func (c StorageTaskAssignmentsClient) UpdateThenPoll(ctx context.Context, id StorageTaskAssignmentId, input StorageTaskAssignmentUpdateParameters) error { + result, err := c.Update(ctx, id, input) + if err != nil { + return fmt.Errorf("performing Update: %+v", err) + } + + if err := result.Poller.PollUntilDone(ctx); err != nil { + return fmt.Errorf("polling after Update: %+v", err) + } + + return nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_executiontarget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_executiontarget.go new file mode 100644 index 000000000000..7e274e486b2b --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_executiontarget.go @@ -0,0 +1,9 @@ +package storagetaskassignments + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type ExecutionTarget struct { + ExcludePrefix *[]string `json:"excludePrefix,omitempty"` + Prefix []string `json:"prefix"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_executiontargetupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_executiontargetupdate.go new file mode 100644 index 000000000000..f882693f8150 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_executiontargetupdate.go @@ -0,0 +1,9 @@ +package storagetaskassignments + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type ExecutionTargetUpdate struct { + ExcludePrefix *[]string `json:"excludePrefix,omitempty"` + Prefix *[]string `json:"prefix,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_executiontrigger.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_executiontrigger.go new file mode 100644 index 000000000000..7ea613c24c3b --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_executiontrigger.go @@ -0,0 +1,9 @@ +package storagetaskassignments + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type ExecutionTrigger struct { + Parameters TriggerParameters `json:"parameters"` + Type TriggerType `json:"type"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_executiontriggerupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_executiontriggerupdate.go new file mode 100644 index 000000000000..fd04597edf5c --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_executiontriggerupdate.go @@ -0,0 +1,9 @@ +package storagetaskassignments + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type ExecutionTriggerUpdate struct { + Parameters *TriggerParametersUpdate `json:"parameters,omitempty"` + Type *TriggerType `json:"type,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskassignment.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskassignment.go new file mode 100644 index 000000000000..5dd8edd394e5 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskassignment.go @@ -0,0 +1,16 @@ +package storagetaskassignments + +import ( + "github.com/hashicorp/go-azure-helpers/resourcemanager/systemdata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type StorageTaskAssignment struct { + Id *string `json:"id,omitempty"` + Name *string `json:"name,omitempty"` + Properties *StorageTaskAssignmentProperties `json:"properties,omitempty"` + SystemData *systemdata.SystemData `json:"systemData,omitempty"` + Type *string `json:"type,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskassignmentexecutioncontext.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskassignmentexecutioncontext.go new file mode 100644 index 000000000000..7e74a58bacef --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskassignmentexecutioncontext.go @@ -0,0 +1,9 @@ +package storagetaskassignments + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type StorageTaskAssignmentExecutionContext struct { + Target ExecutionTarget `json:"target"` + Trigger ExecutionTrigger `json:"trigger"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskassignmentproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskassignmentproperties.go new file mode 100644 index 000000000000..c011989c0516 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskassignmentproperties.go @@ -0,0 +1,14 @@ +package storagetaskassignments + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type StorageTaskAssignmentProperties struct { + Description string `json:"description"` + Enabled bool `json:"enabled"` + ExecutionContext StorageTaskAssignmentExecutionContext `json:"executionContext"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` + Report StorageTaskAssignmentReport `json:"report"` + RunStatus *StorageTaskReportProperties `json:"runStatus,omitempty"` + TaskId string `json:"taskId"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/model_localusers.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskassignmentreport.go similarity index 60% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/model_localusers.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskassignmentreport.go index 6d7ed79c6dee..3ff8743cf5dd 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers/model_localusers.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskassignmentreport.go @@ -1,8 +1,8 @@ -package localusers +package storagetaskassignments // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -type LocalUsers struct { - Value *[]LocalUser `json:"value,omitempty"` +type StorageTaskAssignmentReport struct { + Prefix string `json:"prefix"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskassignmentupdateexecutioncontext.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskassignmentupdateexecutioncontext.go new file mode 100644 index 000000000000..b13a80d4098f --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskassignmentupdateexecutioncontext.go @@ -0,0 +1,9 @@ +package storagetaskassignments + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type StorageTaskAssignmentUpdateExecutionContext struct { + Target *ExecutionTargetUpdate `json:"target,omitempty"` + Trigger *ExecutionTriggerUpdate `json:"trigger,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskassignmentupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskassignmentupdateparameters.go new file mode 100644 index 000000000000..07b5c60d723f --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskassignmentupdateparameters.go @@ -0,0 +1,8 @@ +package storagetaskassignments + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type StorageTaskAssignmentUpdateParameters struct { + Properties *StorageTaskAssignmentUpdateProperties `json:"properties,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskassignmentupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskassignmentupdateproperties.go new file mode 100644 index 000000000000..ca4e88f5b52e --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskassignmentupdateproperties.go @@ -0,0 +1,14 @@ +package storagetaskassignments + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type StorageTaskAssignmentUpdateProperties struct { + Description *string `json:"description,omitempty"` + Enabled *bool `json:"enabled,omitempty"` + ExecutionContext *StorageTaskAssignmentUpdateExecutionContext `json:"executionContext,omitempty"` + ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` + Report *StorageTaskAssignmentUpdateReport `json:"report,omitempty"` + RunStatus *StorageTaskReportProperties `json:"runStatus,omitempty"` + TaskId *string `json:"taskId,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskassignmentupdatereport.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskassignmentupdatereport.go new file mode 100644 index 000000000000..209c671b33d1 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskassignmentupdatereport.go @@ -0,0 +1,8 @@ +package storagetaskassignments + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type StorageTaskAssignmentUpdateReport struct { + Prefix *string `json:"prefix,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskreportinstance.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskreportinstance.go new file mode 100644 index 000000000000..2ac9975c78ff --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskreportinstance.go @@ -0,0 +1,16 @@ +package storagetaskassignments + +import ( + "github.com/hashicorp/go-azure-helpers/resourcemanager/systemdata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type StorageTaskReportInstance struct { + Id *string `json:"id,omitempty"` + Name *string `json:"name,omitempty"` + Properties *StorageTaskReportProperties `json:"properties,omitempty"` + SystemData *systemdata.SystemData `json:"systemData,omitempty"` + Type *string `json:"type,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskreportproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskreportproperties.go new file mode 100644 index 000000000000..c6a793f741bb --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_storagetaskreportproperties.go @@ -0,0 +1,21 @@ +package storagetaskassignments + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type StorageTaskReportProperties struct { + FinishTime *string `json:"finishTime,omitempty"` + ObjectFailedCount *string `json:"objectFailedCount,omitempty"` + ObjectsOperatedOnCount *string `json:"objectsOperatedOnCount,omitempty"` + ObjectsSucceededCount *string `json:"objectsSucceededCount,omitempty"` + ObjectsTargetedCount *string `json:"objectsTargetedCount,omitempty"` + RunResult *RunResult `json:"runResult,omitempty"` + RunStatusEnum *RunStatusEnum `json:"runStatusEnum,omitempty"` + RunStatusError *string `json:"runStatusError,omitempty"` + StartTime *string `json:"startTime,omitempty"` + StorageAccountId *string `json:"storageAccountId,omitempty"` + SummaryReportPath *string `json:"summaryReportPath,omitempty"` + TaskAssignmentId *string `json:"taskAssignmentId,omitempty"` + TaskId *string `json:"taskId,omitempty"` + TaskVersion *string `json:"taskVersion,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_triggerparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_triggerparameters.go new file mode 100644 index 000000000000..0c7ab1db8502 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_triggerparameters.go @@ -0,0 +1,54 @@ +package storagetaskassignments + +import ( + "time" + + "github.com/hashicorp/go-azure-helpers/lang/dates" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type TriggerParameters struct { + EndBy *string `json:"endBy,omitempty"` + Interval *int64 `json:"interval,omitempty"` + IntervalUnit *IntervalUnit `json:"intervalUnit,omitempty"` + StartFrom *string `json:"startFrom,omitempty"` + StartOn *string `json:"startOn,omitempty"` +} + +func (o *TriggerParameters) GetEndByAsTime() (*time.Time, error) { + if o.EndBy == nil { + return nil, nil + } + return dates.ParseAsFormat(o.EndBy, "2006-01-02T15:04:05Z07:00") +} + +func (o *TriggerParameters) SetEndByAsTime(input time.Time) { + formatted := input.Format("2006-01-02T15:04:05Z07:00") + o.EndBy = &formatted +} + +func (o *TriggerParameters) GetStartFromAsTime() (*time.Time, error) { + if o.StartFrom == nil { + return nil, nil + } + return dates.ParseAsFormat(o.StartFrom, "2006-01-02T15:04:05Z07:00") +} + +func (o *TriggerParameters) SetStartFromAsTime(input time.Time) { + formatted := input.Format("2006-01-02T15:04:05Z07:00") + o.StartFrom = &formatted +} + +func (o *TriggerParameters) GetStartOnAsTime() (*time.Time, error) { + if o.StartOn == nil { + return nil, nil + } + return dates.ParseAsFormat(o.StartOn, "2006-01-02T15:04:05Z07:00") +} + +func (o *TriggerParameters) SetStartOnAsTime(input time.Time) { + formatted := input.Format("2006-01-02T15:04:05Z07:00") + o.StartOn = &formatted +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_triggerparametersupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_triggerparametersupdate.go new file mode 100644 index 000000000000..aac698e12ee8 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/model_triggerparametersupdate.go @@ -0,0 +1,54 @@ +package storagetaskassignments + +import ( + "time" + + "github.com/hashicorp/go-azure-helpers/lang/dates" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type TriggerParametersUpdate struct { + EndBy *string `json:"endBy,omitempty"` + Interval *int64 `json:"interval,omitempty"` + IntervalUnit *IntervalUnit `json:"intervalUnit,omitempty"` + StartFrom *string `json:"startFrom,omitempty"` + StartOn *string `json:"startOn,omitempty"` +} + +func (o *TriggerParametersUpdate) GetEndByAsTime() (*time.Time, error) { + if o.EndBy == nil { + return nil, nil + } + return dates.ParseAsFormat(o.EndBy, "2006-01-02T15:04:05Z07:00") +} + +func (o *TriggerParametersUpdate) SetEndByAsTime(input time.Time) { + formatted := input.Format("2006-01-02T15:04:05Z07:00") + o.EndBy = &formatted +} + +func (o *TriggerParametersUpdate) GetStartFromAsTime() (*time.Time, error) { + if o.StartFrom == nil { + return nil, nil + } + return dates.ParseAsFormat(o.StartFrom, "2006-01-02T15:04:05Z07:00") +} + +func (o *TriggerParametersUpdate) SetStartFromAsTime(input time.Time) { + formatted := input.Format("2006-01-02T15:04:05Z07:00") + o.StartFrom = &formatted +} + +func (o *TriggerParametersUpdate) GetStartOnAsTime() (*time.Time, error) { + if o.StartOn == nil { + return nil, nil + } + return dates.ParseAsFormat(o.StartOn, "2006-01-02T15:04:05Z07:00") +} + +func (o *TriggerParametersUpdate) SetStartOnAsTime(input time.Time) { + formatted := input.Format("2006-01-02T15:04:05Z07:00") + o.StartOn = &formatted +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/predicates.go new file mode 100644 index 000000000000..7d6c015b9a9e --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/predicates.go @@ -0,0 +1,50 @@ +package storagetaskassignments + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type StorageTaskAssignmentOperationPredicate struct { + Id *string + Name *string + Type *string +} + +func (p StorageTaskAssignmentOperationPredicate) Matches(input StorageTaskAssignment) bool { + + if p.Id != nil && (input.Id == nil || *p.Id != *input.Id) { + return false + } + + if p.Name != nil && (input.Name == nil || *p.Name != *input.Name) { + return false + } + + if p.Type != nil && (input.Type == nil || *p.Type != *input.Type) { + return false + } + + return true +} + +type StorageTaskReportInstanceOperationPredicate struct { + Id *string + Name *string + Type *string +} + +func (p StorageTaskReportInstanceOperationPredicate) Matches(input StorageTaskReportInstance) bool { + + if p.Id != nil && (input.Id == nil || *p.Id != *input.Id) { + return false + } + + if p.Name != nil && (input.Name == nil || *p.Name != *input.Name) { + return false + } + + if p.Type != nil && (input.Type == nil || *p.Type != *input.Type) { + return false + } + + return true +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/version.go new file mode 100644 index 000000000000..ec88254f46d4 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments/version.go @@ -0,0 +1,12 @@ +package storagetaskassignments + +import "fmt" + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +const defaultApiVersion = "2023-05-01" + +func userAgent() string { + return fmt.Sprintf("hashicorp/go-azure-sdk/storagetaskassignments/%s", defaultApiVersion) +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/README.md index c791fc9fe76a..b9e18a2179aa 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice` Documentation -The `tableservice` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-01-01`). +The `tableservice` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice" +import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/id_table.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/id_table.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/id_table.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/id_table.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/method_tablecreate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/method_tablecreate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/method_tablecreate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/method_tablecreate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/method_tabledelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/method_tabledelete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/method_tabledelete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/method_tabledelete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/method_tableget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/method_tableget.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/method_tableget.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/method_tableget.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/method_tablelist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/method_tablelist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/method_tablelist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/method_tablelist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/method_tableupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/method_tableupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/method_tableupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/method_tableupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/model_table.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/model_table.go new file mode 100644 index 000000000000..4b8e8c88db07 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/model_table.go @@ -0,0 +1,16 @@ +package tableservice + +import ( + "github.com/hashicorp/go-azure-helpers/resourcemanager/systemdata" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type Table struct { + Id *string `json:"id,omitempty"` + Name *string `json:"name,omitempty"` + Properties *TableProperties `json:"properties,omitempty"` + SystemData *systemdata.SystemData `json:"systemData,omitempty"` + Type *string `json:"type,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/model_tableaccesspolicy.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/model_tableaccesspolicy.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/model_tableaccesspolicy.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/model_tableaccesspolicy.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/model_tableproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/model_tableproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/model_tableproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/model_tableproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/model_tablesignedidentifier.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/model_tablesignedidentifier.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/model_tablesignedidentifier.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/model_tablesignedidentifier.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/version.go index 1e5bddb8405e..478dfd96335a 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-01-01" +const defaultApiVersion = "2023-05-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/tableservice/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableserviceproperties/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableserviceproperties/README.md similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableserviceproperties/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableserviceproperties/README.md index 3c2f010bd7de..1d15a99d227e 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableserviceproperties/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableserviceproperties/README.md @@ -1,7 +1,7 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableserviceproperties` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableserviceproperties` Documentation -The `tableserviceproperties` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-01-01`). +The `tableserviceproperties` SDK allows for interaction with the Azure Resource Manager Service `storage` (API Version `2023-05-01`). This readme covers example usages, but further information on [using this SDK can be found in the project root](https://github.com/hashicorp/go-azure-sdk/tree/main/docs). @@ -9,7 +9,7 @@ This readme covers example usages, but further information on [using this SDK ca ```go import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" -import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableserviceproperties" +import "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableserviceproperties" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableserviceproperties/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableserviceproperties/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableserviceproperties/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableserviceproperties/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableserviceproperties/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableserviceproperties/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableserviceproperties/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableserviceproperties/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableserviceproperties/method_tableservicesgetserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableserviceproperties/method_tableservicesgetserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableserviceproperties/method_tableservicesgetserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableserviceproperties/method_tableservicesgetserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableserviceproperties/method_tableserviceslist.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableserviceproperties/method_tableserviceslist.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableserviceproperties/method_tableserviceslist.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableserviceproperties/method_tableserviceslist.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableserviceproperties/method_tableservicessetserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableserviceproperties/method_tableservicessetserviceproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableserviceproperties/method_tableservicessetserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableserviceproperties/method_tableservicessetserviceproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableserviceproperties/model_corsrule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableserviceproperties/model_corsrule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableserviceproperties/model_corsrule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableserviceproperties/model_corsrule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableserviceproperties/model_corsrules.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableserviceproperties/model_corsrules.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableserviceproperties/model_corsrules.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableserviceproperties/model_corsrules.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableserviceproperties/model_listtableservices.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableserviceproperties/model_listtableservices.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableserviceproperties/model_listtableservices.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableserviceproperties/model_listtableservices.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableserviceproperties/model_tableserviceproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableserviceproperties/model_tableserviceproperties.go similarity index 76% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableserviceproperties/model_tableserviceproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableserviceproperties/model_tableserviceproperties.go index fcc20311ebf0..3d08925ecd34 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableserviceproperties/model_tableserviceproperties.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableserviceproperties/model_tableserviceproperties.go @@ -1,5 +1,9 @@ package tableserviceproperties +import ( + "github.com/hashicorp/go-azure-helpers/resourcemanager/systemdata" +) + // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. @@ -7,5 +11,6 @@ type TableServiceProperties struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *TableServicePropertiesProperties `json:"properties,omitempty"` + SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` } diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableserviceproperties/model_tableservicepropertiesproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableserviceproperties/model_tableservicepropertiesproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableserviceproperties/model_tableservicepropertiesproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableserviceproperties/model_tableservicepropertiesproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableserviceproperties/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableserviceproperties/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableserviceproperties/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableserviceproperties/version.go index c59a531d81ee..b51210667c04 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableserviceproperties/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableserviceproperties/version.go @@ -5,7 +5,7 @@ import "fmt" // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See NOTICE.txt in the project root for license information. -const defaultApiVersion = "2023-01-01" +const defaultApiVersion = "2023-05-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/tableserviceproperties/%s", defaultApiVersion) diff --git a/vendor/modules.txt b/vendor/modules.txt index 1e01f09b1a33..0195a9db162b 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -994,26 +994,28 @@ github.com/hashicorp/go-azure-sdk/resource-manager/sql/2023-02-01-preview/transp github.com/hashicorp/go-azure-sdk/resource-manager/sqlvirtualmachine/2022-02-01/availabilitygrouplisteners github.com/hashicorp/go-azure-sdk/resource-manager/sqlvirtualmachine/2022-02-01/sqlvirtualmachinegroups github.com/hashicorp/go-azure-sdk/resource-manager/sqlvirtualmachine/2022-02-01/sqlvirtualmachines -github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01 -github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/accountmigrations -github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobcontainers -github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobinventorypolicies -github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/blobservice -github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/deletedaccounts -github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes -github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileservice -github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/fileshares -github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/localusers -github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/managementpolicies -github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/objectreplicationpolicies -github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privateendpointconnections -github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/privatelinkresources -github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueservice -github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/queueserviceproperties -github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/skus -github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/storageaccounts -github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableservice -github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/tableserviceproperties +github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01 +github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/accountmigrations +github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobcontainers +github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobinventorypolicies +github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/blobservice +github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/deletedaccounts +github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/encryptionscopes +github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileservice +github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/fileshares +github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/localusers +github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/managementpolicies +github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/objectreplicationpolicies +github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privateendpointconnections +github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/privatelinkresources +github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueservice +github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/queueserviceproperties +github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/skus +github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccounts +github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storageaccountsnetworksecurityperimeterconfigurations +github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/storagetaskassignments +github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableservice +github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-05-01/tableserviceproperties github.com/hashicorp/go-azure-sdk/resource-manager/storagecache/2023-05-01 github.com/hashicorp/go-azure-sdk/resource-manager/storagecache/2023-05-01/amlfilesystems github.com/hashicorp/go-azure-sdk/resource-manager/storagecache/2023-05-01/ascusages