diff --git a/internal/services/automation/automation_account_data_source.go b/internal/services/automation/automation_account_data_source.go index 52382fb6e591..63e82ae8878a 100644 --- a/internal/services/automation/automation_account_data_source.go +++ b/internal/services/automation/automation_account_data_source.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" "github.com/hashicorp/go-azure-helpers/resourcemanager/identity" "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2019-06-01/agentregistrationinformation" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/automationaccount" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount" "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/automation/automation_account_resource.go b/internal/services/automation/automation_account_resource.go index f45c786554fd..62e9dcb3697d 100644 --- a/internal/services/automation/automation_account_resource.go +++ b/internal/services/automation/automation_account_resource.go @@ -16,7 +16,7 @@ import ( "github.com/hashicorp/go-azure-helpers/resourcemanager/location" "github.com/hashicorp/go-azure-helpers/resourcemanager/tags" "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2019-06-01/agentregistrationinformation" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/automationaccount" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount" "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/automation/automation_account_resource_test.go b/internal/services/automation/automation_account_resource_test.go index 072d79950235..0c1cbaff24c7 100644 --- a/internal/services/automation/automation_account_resource_test.go +++ b/internal/services/automation/automation_account_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/automationaccount" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount" "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/automation/automation_certificate_resource.go b/internal/services/automation/automation_certificate_resource.go index d9c4f4f54e21..186591f5deba 100644 --- a/internal/services/automation/automation_certificate_resource.go +++ b/internal/services/automation/automation_certificate_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/automation/2022-08-08/certificate" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate" "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/automation/automation_certificate_resource_test.go b/internal/services/automation/automation_certificate_resource_test.go index 0246830e4f8f..50d9b42c8ef2 100644 --- a/internal/services/automation/automation_certificate_resource_test.go +++ b/internal/services/automation/automation_certificate_resource_test.go @@ -13,7 +13,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate" "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/automation/automation_connection_certificate_resource.go b/internal/services/automation/automation_connection_certificate_resource.go index 32a1c4ac17b3..6c4925a8569f 100644 --- a/internal/services/automation/automation_connection_certificate_resource.go +++ b/internal/services/automation/automation_connection_certificate_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/automation/2022-08-08/connection" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/automation/validate" diff --git a/internal/services/automation/automation_connection_certificate_resource_test.go b/internal/services/automation/automation_connection_certificate_resource_test.go index 5b1fc55423b2..dd85f88278f7 100644 --- a/internal/services/automation/automation_connection_certificate_resource_test.go +++ b/internal/services/automation/automation_connection_certificate_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/automation/2022-08-08/connection" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection" "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/automation/automation_connection_classic_certificate_resource.go b/internal/services/automation/automation_connection_classic_certificate_resource.go index ff7783cfc425..52cdf21444db 100644 --- a/internal/services/automation/automation_connection_classic_certificate_resource.go +++ b/internal/services/automation/automation_connection_classic_certificate_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/automation/2022-08-08/connection" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/automation/validate" diff --git a/internal/services/automation/automation_connection_classic_certificate_resource_test.go b/internal/services/automation/automation_connection_classic_certificate_resource_test.go index 507d0b17ec75..932877731121 100644 --- a/internal/services/automation/automation_connection_classic_certificate_resource_test.go +++ b/internal/services/automation/automation_connection_classic_certificate_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/automation/2022-08-08/connection" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection" "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/automation/automation_connection_import.go b/internal/services/automation/automation_connection_import.go index aee80af9ad8c..41d2feccd30e 100644 --- a/internal/services/automation/automation_connection_import.go +++ b/internal/services/automation/automation_connection_import.go @@ -7,7 +7,7 @@ import ( "context" "fmt" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection" "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/automation/automation_connection_resource.go b/internal/services/automation/automation_connection_resource.go index 3c59542eb7a1..0ae547018cb1 100644 --- a/internal/services/automation/automation_connection_resource.go +++ b/internal/services/automation/automation_connection_resource.go @@ -11,8 +11,8 @@ 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/automation/2022-08-08/connection" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/automation/validate" diff --git a/internal/services/automation/automation_connection_resource_test.go b/internal/services/automation/automation_connection_resource_test.go index bc633fd53ec7..75352b7b4688 100644 --- a/internal/services/automation/automation_connection_resource_test.go +++ b/internal/services/automation/automation_connection_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/automation/2022-08-08/connection" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection" "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/automation/automation_connection_service_principal_resource.go b/internal/services/automation/automation_connection_service_principal_resource.go index 012d41e4ebae..87dd3b6e4069 100644 --- a/internal/services/automation/automation_connection_service_principal_resource.go +++ b/internal/services/automation/automation_connection_service_principal_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/automation/2022-08-08/connection" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/automation/validate" diff --git a/internal/services/automation/automation_connection_service_principal_resource_test.go b/internal/services/automation/automation_connection_service_principal_resource_test.go index 7467ac8c26e7..95f554137704 100644 --- a/internal/services/automation/automation_connection_service_principal_resource_test.go +++ b/internal/services/automation/automation_connection_service_principal_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/automation/2022-08-08/connection" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection" "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/automation/automation_connection_type_resource.go b/internal/services/automation/automation_connection_type_resource.go index d49370946b94..964c7a80b05b 100644 --- a/internal/services/automation/automation_connection_type_resource.go +++ b/internal/services/automation/automation_connection_type_resource.go @@ -10,8 +10,8 @@ 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/automation/2022-08-08/automationaccount" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/services/automation/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/automation/automation_connection_type_resource_test.go b/internal/services/automation/automation_connection_type_resource_test.go index 9372d3871d35..eca3efc12272 100644 --- a/internal/services/automation/automation_connection_type_resource_test.go +++ b/internal/services/automation/automation_connection_type_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/automation/2022-08-08/connectiontype" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype" "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/automation/automation_credential_resource.go b/internal/services/automation/automation_credential_resource.go index fb79f1193eb3..aacd7f2fe94d 100644 --- a/internal/services/automation/automation_credential_resource.go +++ b/internal/services/automation/automation_credential_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/automation/2022-08-08/credential" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/automation/validate" diff --git a/internal/services/automation/automation_credential_resource_test.go b/internal/services/automation/automation_credential_resource_test.go index a3dff7c7993b..ac5077bbb40a 100644 --- a/internal/services/automation/automation_credential_resource_test.go +++ b/internal/services/automation/automation_credential_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/automation/2022-08-08/credential" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential" "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/automation/automation_dsc_configuration_resource.go b/internal/services/automation/automation_dsc_configuration_resource.go index 33984a8a0f3c..d017d270ea24 100644 --- a/internal/services/automation/automation_dsc_configuration_resource.go +++ b/internal/services/automation/automation_dsc_configuration_resource.go @@ -14,7 +14,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/automation/2022-08-08/dscconfiguration" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration" "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/automation/automation_dsc_configuration_resource_test.go b/internal/services/automation/automation_dsc_configuration_resource_test.go index f46256990675..ea5bb6736c0c 100644 --- a/internal/services/automation/automation_dsc_configuration_resource_test.go +++ b/internal/services/automation/automation_dsc_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/automation/2022-08-08/dscconfiguration" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration" "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/automation/automation_dsc_nodeconfiguration_resource.go b/internal/services/automation/automation_dsc_nodeconfiguration_resource.go index 77fcd710ca22..ce236949e175 100644 --- a/internal/services/automation/automation_dsc_nodeconfiguration_resource.go +++ b/internal/services/automation/automation_dsc_nodeconfiguration_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/automation/2022-08-08/dscnodeconfiguration" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/automation/validate" diff --git a/internal/services/automation/automation_dsc_nodeconfiguration_resource_test.go b/internal/services/automation/automation_dsc_nodeconfiguration_resource_test.go index 601ecc7bb61c..613e883be207 100644 --- a/internal/services/automation/automation_dsc_nodeconfiguration_resource_test.go +++ b/internal/services/automation/automation_dsc_nodeconfiguration_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/automation/2022-08-08/dscnodeconfiguration" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration" "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/automation/automation_hybrid_runbook_worker.go b/internal/services/automation/automation_hybrid_runbook_worker.go index 74a221fc7d63..98430d603e96 100644 --- a/internal/services/automation/automation_hybrid_runbook_worker.go +++ b/internal/services/automation/automation_hybrid_runbook_worker.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/automation/2022-08-08/hybridrunbookworker" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker" "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/automation/automation_hybrid_runbook_worker_group.go b/internal/services/automation/automation_hybrid_runbook_worker_group.go index 3edec113dbef..2fdf200e7bf0 100644 --- a/internal/services/automation/automation_hybrid_runbook_worker_group.go +++ b/internal/services/automation/automation_hybrid_runbook_worker_group.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/automation/2022-08-08/hybridrunbookworkergroup" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup" "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/automation/automation_hybrid_runbook_worker_group_test.go b/internal/services/automation/automation_hybrid_runbook_worker_group_test.go index 67c2f236da83..08ba806c3210 100644 --- a/internal/services/automation/automation_hybrid_runbook_worker_group_test.go +++ b/internal/services/automation/automation_hybrid_runbook_worker_group_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup" "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/automation/automation_hybrid_runbook_worker_test.go b/internal/services/automation/automation_hybrid_runbook_worker_test.go index fc8ef6bb72ed..4eadd6d70973 100644 --- a/internal/services/automation/automation_hybrid_runbook_worker_test.go +++ b/internal/services/automation/automation_hybrid_runbook_worker_test.go @@ -9,7 +9,7 @@ import ( "testing" "github.com/google/uuid" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker" "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/automation/automation_job_schedule_resource.go b/internal/services/automation/automation_job_schedule_resource.go index c9eac0453f2c..4992c841b8d5 100644 --- a/internal/services/automation/automation_job_schedule_resource.go +++ b/internal/services/automation/automation_job_schedule_resource.go @@ -12,7 +12,7 @@ import ( "github.com/gofrs/uuid" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonschema" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/automation/validate" diff --git a/internal/services/automation/automation_job_schedule_resource_test.go b/internal/services/automation/automation_job_schedule_resource_test.go index 4ae4af96c43e..d98e29e654a5 100644 --- a/internal/services/automation/automation_job_schedule_resource_test.go +++ b/internal/services/automation/automation_job_schedule_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/automation/2022-08-08/jobschedule" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule" "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/automation/automation_module_resource.go b/internal/services/automation/automation_module_resource.go index 780ff23aeeb4..1fc5c2a30437 100644 --- a/internal/services/automation/automation_module_resource.go +++ b/internal/services/automation/automation_module_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/automation/2022-08-08/module" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/automation/validate" diff --git a/internal/services/automation/automation_module_resource_test.go b/internal/services/automation/automation_module_resource_test.go index ef397b2a1a86..99d1e17d58e6 100644 --- a/internal/services/automation/automation_module_resource_test.go +++ b/internal/services/automation/automation_module_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/automation/2022-08-08/module" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module" "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/automation/automation_python3_package_resource.go b/internal/services/automation/automation_python3_package_resource.go index 112dcfca11bd..b880ba09f558 100644 --- a/internal/services/automation/automation_python3_package_resource.go +++ b/internal/services/automation/automation_python3_package_resource.go @@ -8,7 +8,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/automation/2022-08-08/python3package" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package" "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/automation/automation_python3_package_resource_test.go b/internal/services/automation/automation_python3_package_resource_test.go index 24ef8b932dea..78149f675f0d 100644 --- a/internal/services/automation/automation_python3_package_resource_test.go +++ b/internal/services/automation/automation_python3_package_resource_test.go @@ -5,7 +5,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package" "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/automation/automation_runbook_resource.go b/internal/services/automation/automation_runbook_resource.go index 5f4be4fda1b8..96c9b1457f49 100644 --- a/internal/services/automation/automation_runbook_resource.go +++ b/internal/services/automation/automation_runbook_resource.go @@ -13,9 +13,9 @@ 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/automation/2022-08-08/jobschedule" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft" "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/automation/automation_runbook_resource_test.go b/internal/services/automation/automation_runbook_resource_test.go index 59e9c7820175..e447c9526742 100644 --- a/internal/services/automation/automation_runbook_resource_test.go +++ b/internal/services/automation/automation_runbook_resource_test.go @@ -8,7 +8,7 @@ import ( "fmt" "testing" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook" "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/automation/automation_schedule_resource.go b/internal/services/automation/automation_schedule_resource.go index ee91d677ed02..1de7c1b4e80a 100644 --- a/internal/services/automation/automation_schedule_resource.go +++ b/internal/services/automation/automation_schedule_resource.go @@ -17,7 +17,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/automation/2022-08-08/schedule" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" azvalidate "github.com/hashicorp/terraform-provider-azurerm/helpers/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" diff --git a/internal/services/automation/automation_schedule_resource_test.go b/internal/services/automation/automation_schedule_resource_test.go index c233bffb1279..f848202f8045 100644 --- a/internal/services/automation/automation_schedule_resource_test.go +++ b/internal/services/automation/automation_schedule_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/automation/2022-08-08/schedule" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule" "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/automation/automation_software_update_configuration_resource.go b/internal/services/automation/automation_software_update_configuration_resource.go index 08309215c461..e1f370978904 100644 --- a/internal/services/automation/automation_software_update_configuration_resource.go +++ b/internal/services/automation/automation_software_update_configuration_resource.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/automation/2019-06-01/softwareupdateconfiguration" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/automationaccount" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" validate4 "github.com/hashicorp/terraform-provider-azurerm/helpers/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/features" diff --git a/internal/services/automation/automation_source_control_resource.go b/internal/services/automation/automation_source_control_resource.go index fa87816eb213..3ae2d395e71f 100644 --- a/internal/services/automation/automation_source_control_resource.go +++ b/internal/services/automation/automation_source_control_resource.go @@ -9,7 +9,7 @@ import ( "time" "github.com/hashicorp/go-azure-helpers/lang/response" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/services/automation/migration" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/automation/automation_source_control_resource_test.go b/internal/services/automation/automation_source_control_resource_test.go index 6972db68475e..978be95f542b 100644 --- a/internal/services/automation/automation_source_control_resource_test.go +++ b/internal/services/automation/automation_source_control_resource_test.go @@ -10,7 +10,7 @@ import ( "testing" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol" "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/automation/automation_variable.go b/internal/services/automation/automation_variable.go index bc4f9e43c985..e43e09c7311d 100644 --- a/internal/services/automation/automation_variable.go +++ b/internal/services/automation/automation_variable.go @@ -14,7 +14,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/automation/2022-08-08/variable" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable" "github.com/hashicorp/terraform-provider-azurerm/helpers/tf" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/automation/validate" diff --git a/internal/services/automation/automation_variable_bool_resource.go b/internal/services/automation/automation_variable_bool_resource.go index 4ac1918c0a72..d14d43b1a5f5 100644 --- a/internal/services/automation/automation_variable_bool_resource.go +++ b/internal/services/automation/automation_variable_bool_resource.go @@ -6,7 +6,7 @@ package automation import ( "time" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" ) diff --git a/internal/services/automation/automation_variable_datetime_resource.go b/internal/services/automation/automation_variable_datetime_resource.go index e5aaa49ceaba..09058e8a2388 100644 --- a/internal/services/automation/automation_variable_datetime_resource.go +++ b/internal/services/automation/automation_variable_datetime_resource.go @@ -6,7 +6,7 @@ package automation import ( "time" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" ) diff --git a/internal/services/automation/automation_variable_int_resource.go b/internal/services/automation/automation_variable_int_resource.go index f346f9a59a7b..c327a31acd9f 100644 --- a/internal/services/automation/automation_variable_int_resource.go +++ b/internal/services/automation/automation_variable_int_resource.go @@ -6,7 +6,7 @@ package automation import ( "time" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" ) diff --git a/internal/services/automation/automation_variable_object_resource.go b/internal/services/automation/automation_variable_object_resource.go index 0b3dc5671480..8dc2cd953f75 100644 --- a/internal/services/automation/automation_variable_object_resource.go +++ b/internal/services/automation/automation_variable_object_resource.go @@ -6,7 +6,7 @@ package automation import ( "time" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" ) diff --git a/internal/services/automation/automation_variable_string_resource.go b/internal/services/automation/automation_variable_string_resource.go index df265fc13ea0..f838c8f208e4 100644 --- a/internal/services/automation/automation_variable_string_resource.go +++ b/internal/services/automation/automation_variable_string_resource.go @@ -6,7 +6,7 @@ package automation import ( "time" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation" ) diff --git a/internal/services/automation/automation_variable_test.go b/internal/services/automation/automation_variable_test.go index f836752116a0..c7250dc5c707 100644 --- a/internal/services/automation/automation_variable_test.go +++ b/internal/services/automation/automation_variable_test.go @@ -10,7 +10,7 @@ import ( "time" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable" "github.com/hashicorp/terraform-provider-azurerm/internal/clients" "github.com/hashicorp/terraform-provider-azurerm/internal/services/automation" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/automation/automation_variables_data_source.go b/internal/services/automation/automation_variables_data_source.go index 2e49ace7a849..4f6c791c5236 100644 --- a/internal/services/automation/automation_variables_data_source.go +++ b/internal/services/automation/automation_variables_data_source.go @@ -12,7 +12,7 @@ import ( "time" "github.com/hashicorp/go-azure-helpers/lang/pointer" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable" "github.com/hashicorp/terraform-provider-azurerm/internal/sdk" "github.com/hashicorp/terraform-provider-azurerm/internal/services/automation/helper" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" diff --git a/internal/services/automation/client/client.go b/internal/services/automation/client/client.go index 4f90c1e7c398..e0bf4034c255 100644 --- a/internal/services/automation/client/client.go +++ b/internal/services/automation/client/client.go @@ -10,13 +10,13 @@ import ( "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2019-06-01/agentregistrationinformation" "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2019-06-01/softwareupdateconfiguration" "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2020-01-13-preview/watcher" - automation_2022_08_08 "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08" + automation_2023_11_01 "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01" "github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager" "github.com/hashicorp/terraform-provider-azurerm/internal/common" ) type Client struct { - *automation_2022_08_08.Client + *automation_2023_11_01.Client AgentRegistrationInfoClient *agentregistrationinformation.AgentRegistrationInformationClient SoftwareUpdateConfigClient *softwareupdateconfiguration.SoftwareUpdateConfigurationClient @@ -25,7 +25,7 @@ type Client struct { } func NewClient(o *common.ClientOptions) (*Client, error) { - metaClient, err := automation_2022_08_08.NewClientWithBaseURI(o.Environment.ResourceManager, func(c *resourcemanager.Client) { + metaClient, err := automation_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/automation/helper/automation_job_schedule.go b/internal/services/automation/helper/automation_job_schedule.go index d52eba947574..a584043d6057 100644 --- a/internal/services/automation/helper/automation_job_schedule.go +++ b/internal/services/automation/helper/automation_job_schedule.go @@ -8,7 +8,7 @@ import ( "fmt" "github.com/gofrs/uuid" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule" "github.com/hashicorp/terraform-provider-azurerm/internal/services/automation/validate" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" "github.com/hashicorp/terraform-provider-azurerm/utils" diff --git a/internal/services/automation/migration/automation_source_control_migration_v0_to_v1.go b/internal/services/automation/migration/automation_source_control_migration_v0_to_v1.go index 7612f5ca64f9..631c2e60cfdd 100644 --- a/internal/services/automation/migration/automation_source_control_migration_v0_to_v1.go +++ b/internal/services/automation/migration/automation_source_control_migration_v0_to_v1.go @@ -7,7 +7,7 @@ import ( "context" "log" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol" "github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk" ) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity/README.md similarity index 91% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity/README.md index 06c08fdf88fb..2d80db887062 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity` Documentation -The `activity` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `activity` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/activity" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity/id_activity.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity/id_activity.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity/id_activity.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity/id_activity.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity/id_module.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity/id_module.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity/id_module.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity/id_module.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity/method_listbymodule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity/method_listbymodule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity/method_listbymodule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity/method_listbymodule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity/model_activity.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity/model_activity.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity/model_activity.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity/model_activity.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity/model_activityoutputtype.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity/model_activityoutputtype.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity/model_activityoutputtype.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity/model_activityoutputtype.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity/model_activityparameter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity/model_activityparameter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity/model_activityparameter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity/model_activityparameter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity/model_activityparameterset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity/model_activityparameterset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity/model_activityparameterset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity/model_activityparameterset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity/model_activityparametervalidationset.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity/model_activityparametervalidationset.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity/model_activityparametervalidationset.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity/model_activityparametervalidationset.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity/model_activityproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity/model_activityproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity/model_activityproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity/model_activityproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity/version.go index f4df6fbd25fd..4ca248b2d2c7 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/activity/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/README.md new file mode 100644 index 000000000000..12a1739a9f2d --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/README.md @@ -0,0 +1,128 @@ + +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount` Documentation + +The `automationaccount` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2023-11-01/automationaccount" +``` + + +### Client Initialization + +```go +client := automationaccount.NewAutomationAccountClientWithBaseURI("https://management.azure.com") +client.Client.Authorizer = authorizer +``` + + +### Example Usage: `AutomationAccountClient.CreateOrUpdate` + +```go +ctx := context.TODO() +id := automationaccount.NewAutomationAccountID("12345678-1234-9876-4563-123456789012", "example-resource-group", "automationAccountValue") + +payload := automationaccount.AutomationAccountCreateOrUpdateParameters{ + // ... +} + + +read, err := client.CreateOrUpdate(ctx, id, payload) +if err != nil { + // handle the error +} +if model := read.Model; model != nil { + // do something with the model/response object +} +``` + + +### Example Usage: `AutomationAccountClient.Delete` + +```go +ctx := context.TODO() +id := automationaccount.NewAutomationAccountID("12345678-1234-9876-4563-123456789012", "example-resource-group", "automationAccountValue") + +read, err := client.Delete(ctx, id) +if err != nil { + // handle the error +} +if model := read.Model; model != nil { + // do something with the model/response object +} +``` + + +### Example Usage: `AutomationAccountClient.Get` + +```go +ctx := context.TODO() +id := automationaccount.NewAutomationAccountID("12345678-1234-9876-4563-123456789012", "example-resource-group", "automationAccountValue") + +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: `AutomationAccountClient.List` + +```go +ctx := context.TODO() +id := automationaccount.NewSubscriptionID("12345678-1234-9876-4563-123456789012") + +// 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: `AutomationAccountClient.ListByResourceGroup` + +```go +ctx := context.TODO() +id := automationaccount.NewResourceGroupID("12345678-1234-9876-4563-123456789012", "example-resource-group") + +// alternatively `client.ListByResourceGroup(ctx, id)` can be used to do batched pagination +items, err := client.ListByResourceGroupComplete(ctx, id) +if err != nil { + // handle the error +} +for _, item := range items { + // do something +} +``` + + +### Example Usage: `AutomationAccountClient.Update` + +```go +ctx := context.TODO() +id := automationaccount.NewAutomationAccountID("12345678-1234-9876-4563-123456789012", "example-resource-group", "automationAccountValue") + +payload := automationaccount.AutomationAccountUpdateParameters{ + // ... +} + + +read, err := client.Update(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/automation/2023-11-01/automationaccount/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/client.go new file mode 100644 index 000000000000..6343afe1975a --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/client.go @@ -0,0 +1,26 @@ +package automationaccount + +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 AutomationAccountClient struct { + Client *resourcemanager.Client +} + +func NewAutomationAccountClientWithBaseURI(sdkApi sdkEnv.Api) (*AutomationAccountClient, error) { + client, err := resourcemanager.NewResourceManagerClient(sdkApi, "automationaccount", defaultApiVersion) + if err != nil { + return nil, fmt.Errorf("instantiating AutomationAccountClient: %+v", err) + } + + return &AutomationAccountClient{ + Client: client, + }, nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/constants.go new file mode 100644 index 000000000000..7c3f2ae34193 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/constants.go @@ -0,0 +1,136 @@ +package automationaccount + +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 AutomationAccountState string + +const ( + AutomationAccountStateOk AutomationAccountState = "Ok" + AutomationAccountStateSuspended AutomationAccountState = "Suspended" + AutomationAccountStateUnavailable AutomationAccountState = "Unavailable" +) + +func PossibleValuesForAutomationAccountState() []string { + return []string{ + string(AutomationAccountStateOk), + string(AutomationAccountStateSuspended), + string(AutomationAccountStateUnavailable), + } +} + +func (s *AutomationAccountState) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseAutomationAccountState(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseAutomationAccountState(input string) (*AutomationAccountState, error) { + vals := map[string]AutomationAccountState{ + "ok": AutomationAccountStateOk, + "suspended": AutomationAccountStateSuspended, + "unavailable": AutomationAccountStateUnavailable, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := AutomationAccountState(input) + return &out, nil +} + +type EncryptionKeySourceType string + +const ( + EncryptionKeySourceTypeMicrosoftPointAutomation EncryptionKeySourceType = "Microsoft.Automation" + EncryptionKeySourceTypeMicrosoftPointKeyvault EncryptionKeySourceType = "Microsoft.Keyvault" +) + +func PossibleValuesForEncryptionKeySourceType() []string { + return []string{ + string(EncryptionKeySourceTypeMicrosoftPointAutomation), + string(EncryptionKeySourceTypeMicrosoftPointKeyvault), + } +} + +func (s *EncryptionKeySourceType) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseEncryptionKeySourceType(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseEncryptionKeySourceType(input string) (*EncryptionKeySourceType, error) { + vals := map[string]EncryptionKeySourceType{ + "microsoft.automation": EncryptionKeySourceTypeMicrosoftPointAutomation, + "microsoft.keyvault": EncryptionKeySourceTypeMicrosoftPointKeyvault, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := EncryptionKeySourceType(input) + return &out, nil +} + +type SkuNameEnum string + +const ( + SkuNameEnumBasic SkuNameEnum = "Basic" + SkuNameEnumFree SkuNameEnum = "Free" +) + +func PossibleValuesForSkuNameEnum() []string { + return []string{ + string(SkuNameEnumBasic), + string(SkuNameEnumFree), + } +} + +func (s *SkuNameEnum) UnmarshalJSON(bytes []byte) error { + var decoded string + if err := json.Unmarshal(bytes, &decoded); err != nil { + return fmt.Errorf("unmarshaling: %+v", err) + } + out, err := parseSkuNameEnum(decoded) + if err != nil { + return fmt.Errorf("parsing %q: %+v", decoded, err) + } + *s = *out + return nil +} + +func parseSkuNameEnum(input string) (*SkuNameEnum, error) { + vals := map[string]SkuNameEnum{ + "basic": SkuNameEnumBasic, + "free": SkuNameEnumFree, + } + if v, ok := vals[strings.ToLower(input)]; ok { + return &v, nil + } + + // otherwise presume it's an undefined value and best-effort it + out := SkuNameEnum(input) + return &out, nil +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/id_automationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/id_automationaccount.go new file mode 100644 index 000000000000..507f59b0248c --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/id_automationaccount.go @@ -0,0 +1,127 @@ +package automationaccount + +import ( + "fmt" + "strings" + + "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. + +var _ resourceids.ResourceId = AutomationAccountId{} + +// AutomationAccountId is a struct representing the Resource ID for a Automation Account +type AutomationAccountId struct { + SubscriptionId string + ResourceGroupName string + AutomationAccountName string +} + +// NewAutomationAccountID returns a new AutomationAccountId struct +func NewAutomationAccountID(subscriptionId string, resourceGroupName string, automationAccountName string) AutomationAccountId { + return AutomationAccountId{ + SubscriptionId: subscriptionId, + ResourceGroupName: resourceGroupName, + AutomationAccountName: automationAccountName, + } +} + +// ParseAutomationAccountID parses 'input' into a AutomationAccountId +func ParseAutomationAccountID(input string) (*AutomationAccountId, error) { + parser := resourceids.NewParserFromResourceIdType(AutomationAccountId{}) + parsed, err := parser.Parse(input, false) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + var ok bool + id := AutomationAccountId{} + + if id.SubscriptionId, ok = parsed.Parsed["subscriptionId"]; !ok { + return nil, resourceids.NewSegmentNotSpecifiedError(id, "subscriptionId", *parsed) + } + + if id.ResourceGroupName, ok = parsed.Parsed["resourceGroupName"]; !ok { + return nil, resourceids.NewSegmentNotSpecifiedError(id, "resourceGroupName", *parsed) + } + + if id.AutomationAccountName, ok = parsed.Parsed["automationAccountName"]; !ok { + return nil, resourceids.NewSegmentNotSpecifiedError(id, "automationAccountName", *parsed) + } + + return &id, nil +} + +// ParseAutomationAccountIDInsensitively parses 'input' case-insensitively into a AutomationAccountId +// note: this method should only be used for API response data and not user input +func ParseAutomationAccountIDInsensitively(input string) (*AutomationAccountId, error) { + parser := resourceids.NewParserFromResourceIdType(AutomationAccountId{}) + parsed, err := parser.Parse(input, true) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + var ok bool + id := AutomationAccountId{} + + if id.SubscriptionId, ok = parsed.Parsed["subscriptionId"]; !ok { + return nil, resourceids.NewSegmentNotSpecifiedError(id, "subscriptionId", *parsed) + } + + if id.ResourceGroupName, ok = parsed.Parsed["resourceGroupName"]; !ok { + return nil, resourceids.NewSegmentNotSpecifiedError(id, "resourceGroupName", *parsed) + } + + if id.AutomationAccountName, ok = parsed.Parsed["automationAccountName"]; !ok { + return nil, resourceids.NewSegmentNotSpecifiedError(id, "automationAccountName", *parsed) + } + + return &id, nil +} + +// ValidateAutomationAccountID checks that 'input' can be parsed as a Automation Account ID +func ValidateAutomationAccountID(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 := ParseAutomationAccountID(v); err != nil { + errors = append(errors, err) + } + + return +} + +// ID returns the formatted Automation Account ID +func (id AutomationAccountId) ID() string { + fmtString := "/subscriptions/%s/resourceGroups/%s/providers/Microsoft.Automation/automationAccounts/%s" + return fmt.Sprintf(fmtString, id.SubscriptionId, id.ResourceGroupName, id.AutomationAccountName) +} + +// Segments returns a slice of Resource ID Segments which comprise this Automation Account ID +func (id AutomationAccountId) 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("staticMicrosoftAutomation", "Microsoft.Automation", "Microsoft.Automation"), + resourceids.StaticSegment("staticAutomationAccounts", "automationAccounts", "automationAccounts"), + resourceids.UserSpecifiedSegment("automationAccountName", "automationAccountValue"), + } +} + +// String returns a human-readable description of this Automation Account ID +func (id AutomationAccountId) String() string { + components := []string{ + fmt.Sprintf("Subscription: %q", id.SubscriptionId), + fmt.Sprintf("Resource Group Name: %q", id.ResourceGroupName), + fmt.Sprintf("Automation Account Name: %q", id.AutomationAccountName), + } + return fmt.Sprintf("Automation Account (%s)", strings.Join(components, "\n")) +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/method_createorupdate.go new file mode 100644 index 000000000000..b71d3f2f197b --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/method_createorupdate.go @@ -0,0 +1,56 @@ +package automationaccount + +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 CreateOrUpdateOperationResponse struct { + HttpResponse *http.Response + OData *odata.OData + Model *AutomationAccount +} + +// CreateOrUpdate ... +func (c AutomationAccountClient) CreateOrUpdate(ctx context.Context, id AutomationAccountId, input AutomationAccountCreateOrUpdateParameters) (result CreateOrUpdateOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + 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 + } + + if err = resp.Unmarshal(&result.Model); err != nil { + return + } + + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/method_delete.go new file mode 100644 index 000000000000..d476887876d0 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/method_delete.go @@ -0,0 +1,47 @@ +package automationaccount + +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 DeleteOperationResponse struct { + HttpResponse *http.Response + OData *odata.OData +} + +// Delete ... +func (c AutomationAccountClient) Delete(ctx context.Context, id AutomationAccountId) (result DeleteOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + 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 + } + + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/method_get.go new file mode 100644 index 000000000000..42bce801602e --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/method_get.go @@ -0,0 +1,51 @@ +package automationaccount + +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 GetOperationResponse struct { + HttpResponse *http.Response + OData *odata.OData + Model *AutomationAccount +} + +// Get ... +func (c AutomationAccountClient) Get(ctx context.Context, id AutomationAccountId) (result GetOperationResponse, 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 + } + + if err = resp.Unmarshal(&result.Model); err != nil { + return + } + + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/method_list.go new file mode 100644 index 000000000000..2cb0734e863e --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/method_list.go @@ -0,0 +1,90 @@ +package automationaccount + +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 *[]AutomationAccount +} + +type ListCompleteResult struct { + Items []AutomationAccount +} + +// List ... +func (c AutomationAccountClient) List(ctx context.Context, id commonids.SubscriptionId) (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.Automation/automationAccounts", 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 *[]AutomationAccount `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 AutomationAccountClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error) { + return c.ListCompleteMatchingPredicate(ctx, id, AutomationAccountOperationPredicate{}) +} + +// ListCompleteMatchingPredicate retrieves all the results and then applies the predicate +func (c AutomationAccountClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate AutomationAccountOperationPredicate) (result ListCompleteResult, err error) { + items := make([]AutomationAccount, 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{ + Items: items, + } + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/method_listbyresourcegroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/method_listbyresourcegroup.go new file mode 100644 index 000000000000..7f75ab1ee797 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/method_listbyresourcegroup.go @@ -0,0 +1,90 @@ +package automationaccount + +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 ListByResourceGroupOperationResponse struct { + HttpResponse *http.Response + OData *odata.OData + Model *[]AutomationAccount +} + +type ListByResourceGroupCompleteResult struct { + Items []AutomationAccount +} + +// ListByResourceGroup ... +func (c AutomationAccountClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + http.StatusOK, + }, + HttpMethod: http.MethodGet, + Path: fmt.Sprintf("%s/providers/Microsoft.Automation/automationAccounts", 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 *[]AutomationAccount `json:"value"` + } + if err = resp.Unmarshal(&values); err != nil { + return + } + + result.Model = values.Values + + return +} + +// ListByResourceGroupComplete retrieves all the results into a single object +func (c AutomationAccountClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error) { + return c.ListByResourceGroupCompleteMatchingPredicate(ctx, id, AutomationAccountOperationPredicate{}) +} + +// ListByResourceGroupCompleteMatchingPredicate retrieves all the results and then applies the predicate +func (c AutomationAccountClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, predicate AutomationAccountOperationPredicate) (result ListByResourceGroupCompleteResult, err error) { + items := make([]AutomationAccount, 0) + + resp, err := c.ListByResourceGroup(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 = ListByResourceGroupCompleteResult{ + Items: items, + } + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/method_update.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/method_update.go new file mode 100644 index 000000000000..a746ab09f1fa --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/method_update.go @@ -0,0 +1,55 @@ +package automationaccount + +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 UpdateOperationResponse struct { + HttpResponse *http.Response + OData *odata.OData + Model *AutomationAccount +} + +// Update ... +func (c AutomationAccountClient) Update(ctx context.Context, id AutomationAccountId, input AutomationAccountUpdateParameters) (result UpdateOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + 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 + } + + if err = resp.Unmarshal(&result.Model); err != nil { + return + } + + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_automationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_automationaccount.go new file mode 100644 index 000000000000..b95604324bd6 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_automationaccount.go @@ -0,0 +1,21 @@ +package automationaccount + +import ( + "github.com/hashicorp/go-azure-helpers/resourcemanager/identity" + "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 AutomationAccount 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 *AutomationAccountProperties `json:"properties,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/automation/2023-11-01/automationaccount/model_automationaccountcreateorupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_automationaccountcreateorupdateparameters.go new file mode 100644 index 000000000000..63cc08e2fc46 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_automationaccountcreateorupdateparameters.go @@ -0,0 +1,16 @@ +package automationaccount + +import ( + "github.com/hashicorp/go-azure-helpers/resourcemanager/identity" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type AutomationAccountCreateOrUpdateParameters struct { + Identity *identity.SystemAndUserAssignedMap `json:"identity,omitempty"` + Location *string `json:"location,omitempty"` + Name *string `json:"name,omitempty"` + Properties *AutomationAccountCreateOrUpdateProperties `json:"properties,omitempty"` + Tags *map[string]string `json:"tags,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_automationaccountcreateorupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_automationaccountcreateorupdateproperties.go new file mode 100644 index 000000000000..9f0325c18efe --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_automationaccountcreateorupdateproperties.go @@ -0,0 +1,11 @@ +package automationaccount + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type AutomationAccountCreateOrUpdateProperties struct { + DisableLocalAuth *bool `json:"disableLocalAuth,omitempty"` + Encryption *EncryptionProperties `json:"encryption,omitempty"` + PublicNetworkAccess *bool `json:"publicNetworkAccess,omitempty"` + Sku *Sku `json:"sku,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_automationaccountproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_automationaccountproperties.go new file mode 100644 index 000000000000..4a52729a3411 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_automationaccountproperties.go @@ -0,0 +1,48 @@ +package automationaccount + +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 AutomationAccountProperties struct { + AutomationHybridServiceUrl *string `json:"automationHybridServiceUrl,omitempty"` + CreationTime *string `json:"creationTime,omitempty"` + Description *string `json:"description,omitempty"` + DisableLocalAuth *bool `json:"disableLocalAuth,omitempty"` + Encryption *EncryptionProperties `json:"encryption,omitempty"` + LastModifiedBy *string `json:"lastModifiedBy,omitempty"` + LastModifiedTime *string `json:"lastModifiedTime,omitempty"` + PrivateEndpointConnections *[]PrivateEndpointConnection `json:"privateEndpointConnections,omitempty"` + PublicNetworkAccess *bool `json:"publicNetworkAccess,omitempty"` + Sku *Sku `json:"sku,omitempty"` + State *AutomationAccountState `json:"state,omitempty"` +} + +func (o *AutomationAccountProperties) GetCreationTimeAsTime() (*time.Time, error) { + if o.CreationTime == nil { + return nil, nil + } + return dates.ParseAsFormat(o.CreationTime, "2006-01-02T15:04:05Z07:00") +} + +func (o *AutomationAccountProperties) SetCreationTimeAsTime(input time.Time) { + formatted := input.Format("2006-01-02T15:04:05Z07:00") + o.CreationTime = &formatted +} + +func (o *AutomationAccountProperties) GetLastModifiedTimeAsTime() (*time.Time, error) { + if o.LastModifiedTime == nil { + return nil, nil + } + return dates.ParseAsFormat(o.LastModifiedTime, "2006-01-02T15:04:05Z07:00") +} + +func (o *AutomationAccountProperties) SetLastModifiedTimeAsTime(input time.Time) { + formatted := input.Format("2006-01-02T15:04:05Z07:00") + o.LastModifiedTime = &formatted +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_automationaccountupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_automationaccountupdateparameters.go new file mode 100644 index 000000000000..9855a40c4a12 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_automationaccountupdateparameters.go @@ -0,0 +1,16 @@ +package automationaccount + +import ( + "github.com/hashicorp/go-azure-helpers/resourcemanager/identity" +) + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type AutomationAccountUpdateParameters struct { + Identity *identity.SystemAndUserAssignedMap `json:"identity,omitempty"` + Location *string `json:"location,omitempty"` + Name *string `json:"name,omitempty"` + Properties *AutomationAccountUpdateProperties `json:"properties,omitempty"` + Tags *map[string]string `json:"tags,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_automationaccountupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_automationaccountupdateproperties.go new file mode 100644 index 000000000000..7a3970e64fd1 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_automationaccountupdateproperties.go @@ -0,0 +1,11 @@ +package automationaccount + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type AutomationAccountUpdateProperties struct { + DisableLocalAuth *bool `json:"disableLocalAuth,omitempty"` + Encryption *EncryptionProperties `json:"encryption,omitempty"` + PublicNetworkAccess *bool `json:"publicNetworkAccess,omitempty"` + Sku *Sku `json:"sku,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_encryptionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_encryptionproperties.go new file mode 100644 index 000000000000..b01f327857e9 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_encryptionproperties.go @@ -0,0 +1,10 @@ +package automationaccount + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type EncryptionProperties struct { + Identity *EncryptionPropertiesIdentity `json:"identity,omitempty"` + KeySource *EncryptionKeySourceType `json:"keySource,omitempty"` + KeyVaultProperties *KeyVaultProperties `json:"keyVaultProperties,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_encryptionpropertiesidentity.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_encryptionpropertiesidentity.go new file mode 100644 index 000000000000..f295cc93f97f --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_encryptionpropertiesidentity.go @@ -0,0 +1,8 @@ +package automationaccount + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type EncryptionPropertiesIdentity struct { + UserAssignedIdentity *interface{} `json:"userAssignedIdentity,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_keyvaultproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_keyvaultproperties.go new file mode 100644 index 000000000000..26155817fab1 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_keyvaultproperties.go @@ -0,0 +1,10 @@ +package automationaccount + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type KeyVaultProperties struct { + KeyName *string `json:"keyName,omitempty"` + KeyVersion *string `json:"keyVersion,omitempty"` + KeyvaultUri *string `json:"keyvaultUri,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_privateendpointconnection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_privateendpointconnection.go new file mode 100644 index 000000000000..771c3d87b7ea --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_privateendpointconnection.go @@ -0,0 +1,11 @@ +package automationaccount + +// 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 { + 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/automation/2023-11-01/automationaccount/model_privateendpointconnectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_privateendpointconnectionproperties.go new file mode 100644 index 000000000000..be495fc43e20 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_privateendpointconnectionproperties.go @@ -0,0 +1,10 @@ +package automationaccount + +// 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 { + GroupIds *[]string `json:"groupIds,omitempty"` + PrivateEndpoint *PrivateEndpointProperty `json:"privateEndpoint,omitempty"` + PrivateLinkServiceConnectionState *PrivateLinkServiceConnectionStateProperty `json:"privateLinkServiceConnectionState,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_privateendpointproperty.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_privateendpointproperty.go new file mode 100644 index 000000000000..1a0f95543849 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_privateendpointproperty.go @@ -0,0 +1,8 @@ +package automationaccount + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type PrivateEndpointProperty struct { + Id *string `json:"id,omitempty"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_privatelinkserviceconnectionstateproperty.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_privatelinkserviceconnectionstateproperty.go new file mode 100644 index 000000000000..7bdbb686816e --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_privatelinkserviceconnectionstateproperty.go @@ -0,0 +1,10 @@ +package automationaccount + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type PrivateLinkServiceConnectionStateProperty 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/automation/2023-11-01/automationaccount/model_sku.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_sku.go new file mode 100644 index 000000000000..0e4ac06e953e --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/model_sku.go @@ -0,0 +1,10 @@ +package automationaccount + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type Sku struct { + Capacity *int64 `json:"capacity,omitempty"` + Family *string `json:"family,omitempty"` + Name SkuNameEnum `json:"name"` +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/predicates.go new file mode 100644 index 000000000000..0e3e0289b539 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/predicates.go @@ -0,0 +1,37 @@ +package automationaccount + +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See NOTICE.txt in the project root for license information. + +type AutomationAccountOperationPredicate struct { + Etag *string + Id *string + Location *string + Name *string + Type *string +} + +func (p AutomationAccountOperationPredicate) Matches(input AutomationAccount) 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 +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/version.go new file mode 100644 index 000000000000..38823f62978f --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount/version.go @@ -0,0 +1,12 @@ +package automationaccount + +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-11-01" + +func userAgent() string { + return fmt.Sprintf("hashicorp/go-azure-sdk/automationaccount/%s", defaultApiVersion) +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/README.md index 5b65775eb155..464d6699b017 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate` Documentation -The `certificate` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `certificate` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/certificate" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/id_automationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/id_automationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/id_automationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/id_automationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/id_certificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/id_certificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/id_certificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/id_certificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/method_listbyautomationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/method_listbyautomationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/method_listbyautomationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/method_listbyautomationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/method_update.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/method_update.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/method_update.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/method_update.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/model_certificate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/model_certificate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/model_certificate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/model_certificate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/model_certificatecreateorupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/model_certificatecreateorupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/model_certificatecreateorupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/model_certificatecreateorupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/model_certificatecreateorupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/model_certificatecreateorupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/model_certificatecreateorupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/model_certificatecreateorupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/model_certificateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/model_certificateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/model_certificateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/model_certificateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/model_certificateupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/model_certificateupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/model_certificateupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/model_certificateupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/model_certificateupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/model_certificateupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/model_certificateupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/model_certificateupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/version.go index 6cf8e1b6a03a..480fdf6c0ac5 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/certificate/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/client.go similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/client.go index 1f1de71693ec..67f34ddceee2 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/client.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/client.go @@ -1,4 +1,4 @@ -package v2022_08_08 +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,40 +6,40 @@ package v2022_08_08 import ( "fmt" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/automationaccount" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobstream" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/linkedworkspace" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/listkeys" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/objectdatatypes" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/operations" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationmachinerun" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationrun" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjobstreams" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/statistics" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjob" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjobstream" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/typefields" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/usages" - "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobstream" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/linkedworkspace" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/listkeys" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/objectdatatypes" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/operations" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/statistics" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjob" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjobstream" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/typefields" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/usages" + "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable" "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/automation/2022-08-08/connection/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/README.md index 14932583c750..81c09ad8e316 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection` Documentation -The `connection` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `connection` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/connection" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/id_automationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/id_automationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/id_automationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/id_automationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/id_connection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/id_connection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/id_connection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/id_connection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/method_listbyautomationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/method_listbyautomationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/method_listbyautomationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/method_listbyautomationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/method_update.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/method_update.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/method_update.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/method_update.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/model_connection.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/model_connection.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/model_connection.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/model_connection.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/model_connectioncreateorupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/model_connectioncreateorupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/model_connectioncreateorupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/model_connectioncreateorupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/model_connectioncreateorupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/model_connectioncreateorupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/model_connectioncreateorupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/model_connectioncreateorupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/model_connectionproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/model_connectionproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/model_connectionproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/model_connectionproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/model_connectiontypeassociationproperty.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/model_connectiontypeassociationproperty.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/model_connectiontypeassociationproperty.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/model_connectiontypeassociationproperty.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/model_connectionupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/model_connectionupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/model_connectionupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/model_connectionupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/model_connectionupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/model_connectionupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/model_connectionupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/model_connectionupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/version.go index a53a5c10cd34..ef201c5acf75 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/connection/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/README.md index 21f7657cb40a..3d92fbf25960 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype` Documentation -The `connectiontype` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `connectiontype` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/connectiontype" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/id_automationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/id_automationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/id_automationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/id_automationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/id_connectiontype.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/id_connectiontype.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/id_connectiontype.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/id_connectiontype.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/method_listbyautomationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/method_listbyautomationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/method_listbyautomationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/method_listbyautomationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/model_connectiontype.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/model_connectiontype.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/model_connectiontype.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/model_connectiontype.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/model_connectiontypecreateorupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/model_connectiontypecreateorupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/model_connectiontypecreateorupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/model_connectiontypecreateorupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/model_connectiontypecreateorupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/model_connectiontypecreateorupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/model_connectiontypecreateorupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/model_connectiontypecreateorupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/model_connectiontypeproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/model_connectiontypeproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/model_connectiontypeproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/model_connectiontypeproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/model_fielddefinition.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/model_fielddefinition.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/model_fielddefinition.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/model_fielddefinition.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/version.go index 75e99960d5b7..f9c50bf569ca 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/connectiontype/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/README.md index e680f613a008..261f50f56aef 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential` Documentation -The `credential` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `credential` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/credential" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/id_automationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/id_automationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/id_automationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/id_automationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/id_credential.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/id_credential.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/id_credential.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/id_credential.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/method_listbyautomationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/method_listbyautomationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/method_listbyautomationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/method_listbyautomationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/method_update.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/method_update.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/method_update.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/method_update.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/model_credential.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/model_credential.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/model_credential.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/model_credential.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/model_credentialcreateorupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/model_credentialcreateorupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/model_credentialcreateorupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/model_credentialcreateorupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/model_credentialcreateorupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/model_credentialcreateorupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/model_credentialcreateorupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/model_credentialcreateorupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/model_credentialproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/model_credentialproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/model_credentialproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/model_credentialproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/model_credentialupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/model_credentialupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/model_credentialupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/model_credentialupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/model_credentialupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/model_credentialupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/model_credentialupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/model_credentialupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/version.go index cb50b1d6b4b7..871a8966fa78 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/credential/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/README.md index 2796bb88fefa..4589e9c03ff8 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration` Documentation -The `dscconfiguration` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `dscconfiguration` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/dscconfiguration" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/id_automationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/id_automationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/id_automationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/id_automationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/id_configuration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/id_configuration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/id_configuration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/id_configuration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/method_getcontent.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/method_getcontent.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/method_getcontent.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/method_getcontent.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/method_listbyautomationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/method_listbyautomationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/method_listbyautomationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/method_listbyautomationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/method_update.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/method_update.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/method_update.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/method_update.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/model_contenthash.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/model_contenthash.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/model_contenthash.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/model_contenthash.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/model_contentsource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/model_contentsource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/model_contentsource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/model_contentsource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/model_dscconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/model_dscconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/model_dscconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/model_dscconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/model_dscconfigurationcreateorupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/model_dscconfigurationcreateorupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/model_dscconfigurationcreateorupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/model_dscconfigurationcreateorupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/model_dscconfigurationcreateorupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/model_dscconfigurationcreateorupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/model_dscconfigurationcreateorupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/model_dscconfigurationcreateorupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/model_dscconfigurationparameter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/model_dscconfigurationparameter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/model_dscconfigurationparameter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/model_dscconfigurationparameter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/model_dscconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/model_dscconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/model_dscconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/model_dscconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/model_dscconfigurationupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/model_dscconfigurationupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/model_dscconfigurationupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/model_dscconfigurationupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/version.go index e2865cece22e..446a41ac7818 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/dscconfiguration/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/README.md index 66d2e2e115ad..d08656a78571 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration` Documentation -The `dscnodeconfiguration` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `dscnodeconfiguration` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/dscnodeconfiguration" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/id_automationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/id_automationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/id_automationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/id_automationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/id_nodeconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/id_nodeconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/id_nodeconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/id_nodeconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/method_listbyautomationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/method_listbyautomationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/method_listbyautomationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/method_listbyautomationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/model_contenthash.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/model_contenthash.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/model_contenthash.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/model_contenthash.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/model_contentsource.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/model_contentsource.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/model_contentsource.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/model_contentsource.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/model_dscconfigurationassociationproperty.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/model_dscconfigurationassociationproperty.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/model_dscconfigurationassociationproperty.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/model_dscconfigurationassociationproperty.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/model_dscnodeconfiguration.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/model_dscnodeconfiguration.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/model_dscnodeconfiguration.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/model_dscnodeconfiguration.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/model_dscnodeconfigurationcreateorupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/model_dscnodeconfigurationcreateorupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/model_dscnodeconfigurationcreateorupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/model_dscnodeconfigurationcreateorupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/model_dscnodeconfigurationcreateorupdateparametersproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/model_dscnodeconfigurationcreateorupdateparametersproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/model_dscnodeconfigurationcreateorupdateparametersproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/model_dscnodeconfigurationcreateorupdateparametersproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/model_dscnodeconfigurationproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/model_dscnodeconfigurationproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/model_dscnodeconfigurationproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/model_dscnodeconfigurationproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/version.go index 87eacf0deaa9..92d51046fc57 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/dscnodeconfiguration/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/README.md index bf5a62efecba..eec27bf2dd14 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker` Documentation -The `hybridrunbookworker` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `hybridrunbookworker` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/hybridrunbookworker" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/id_hybridrunbookworker.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/id_hybridrunbookworker.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/id_hybridrunbookworker.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/id_hybridrunbookworker.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/id_hybridrunbookworkergroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/id_hybridrunbookworkergroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/id_hybridrunbookworkergroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/id_hybridrunbookworkergroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/method_create.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/method_create.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/method_create.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/method_create.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/method_listbyhybridrunbookworkergroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/method_listbyhybridrunbookworkergroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/method_listbyhybridrunbookworkergroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/method_listbyhybridrunbookworkergroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/method_move.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/method_move.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/method_move.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/method_move.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/model_hybridrunbookworker.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/model_hybridrunbookworker.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/model_hybridrunbookworker.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/model_hybridrunbookworker.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/model_hybridrunbookworkercreateorupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/model_hybridrunbookworkercreateorupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/model_hybridrunbookworkercreateorupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/model_hybridrunbookworkercreateorupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/model_hybridrunbookworkercreateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/model_hybridrunbookworkercreateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/model_hybridrunbookworkercreateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/model_hybridrunbookworkercreateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/model_hybridrunbookworkermoveparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/model_hybridrunbookworkermoveparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/model_hybridrunbookworkermoveparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/model_hybridrunbookworkermoveparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/model_hybridrunbookworkerproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/model_hybridrunbookworkerproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/model_hybridrunbookworkerproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/model_hybridrunbookworkerproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/version.go index 0593e481c7fe..023858e621c9 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/hybridrunbookworker/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/README.md similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/README.md index 3303a53039b7..4269b9147c2a 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup` Documentation -The `hybridrunbookworkergroup` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `hybridrunbookworkergroup` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/hybridrunbookworkergroup" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/id_automationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/id_automationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/id_automationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/id_automationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/id_hybridrunbookworkergroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/id_hybridrunbookworkergroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/id_hybridrunbookworkergroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/id_hybridrunbookworkergroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/method_create.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/method_create.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/method_create.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/method_create.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/method_listbyautomationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/method_listbyautomationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/method_listbyautomationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/method_listbyautomationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/method_update.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/method_update.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/method_update.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/method_update.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/model_hybridrunbookworkergroup.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/model_hybridrunbookworkergroup.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/model_hybridrunbookworkergroup.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/model_hybridrunbookworkergroup.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/model_hybridrunbookworkergroupcreateorupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/model_hybridrunbookworkergroupcreateorupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/model_hybridrunbookworkergroupcreateorupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/model_hybridrunbookworkergroupcreateorupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/model_hybridrunbookworkergroupcreateorupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/model_hybridrunbookworkergroupcreateorupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/model_hybridrunbookworkergroupcreateorupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/model_hybridrunbookworkergroupcreateorupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/model_hybridrunbookworkergroupproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/model_hybridrunbookworkergroupproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/model_hybridrunbookworkergroupproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/model_hybridrunbookworkergroupproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/model_runascredentialassociationproperty.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/model_runascredentialassociationproperty.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/model_runascredentialassociationproperty.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/model_runascredentialassociationproperty.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/version.go index 2c336d81831d..91db42a74eb7 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/hybridrunbookworkergroup/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/README.md similarity index 97% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/README.md index 0e99bf90114d..82cf3429f2d9 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job` Documentation -The `job` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `job` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/job" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/id_automationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/id_automationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/id_automationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/id_automationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/id_job.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/id_job.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/id_job.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/id_job.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/method_create.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/method_create.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/method_create.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/method_create.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/method_getoutput.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/method_getoutput.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/method_getoutput.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/method_getoutput.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/method_getrunbookcontent.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/method_getrunbookcontent.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/method_getrunbookcontent.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/method_getrunbookcontent.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/method_listbyautomationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/method_listbyautomationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/method_listbyautomationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/method_listbyautomationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/method_resume.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/method_resume.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/method_resume.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/method_resume.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/method_stop.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/method_stop.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/method_stop.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/method_stop.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/method_suspend.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/method_suspend.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/method_suspend.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/method_suspend.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/model_job.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/model_job.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/model_job.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/model_job.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/model_jobcollectionitem.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/model_jobcollectionitem.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/model_jobcollectionitem.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/model_jobcollectionitem.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/model_jobcollectionitemproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/model_jobcollectionitemproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/model_jobcollectionitemproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/model_jobcollectionitemproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/model_jobcreateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/model_jobcreateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/model_jobcreateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/model_jobcreateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/model_jobcreateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/model_jobcreateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/model_jobcreateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/model_jobcreateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/model_jobproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/model_jobproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/model_jobproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/model_jobproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/model_runbookassociationproperty.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/model_runbookassociationproperty.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/model_runbookassociationproperty.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/model_runbookassociationproperty.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/version.go similarity index 87% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/version.go index f5196d884fbe..5aa0f3df95d3 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/job/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/README.md similarity index 94% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/README.md index 4baa67aa3b1a..8a9a9344a3f5 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule` Documentation -The `jobschedule` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `jobschedule` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/jobschedule" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/id_automationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/id_automationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/id_automationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/id_automationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/id_jobschedule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/id_jobschedule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/id_jobschedule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/id_jobschedule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/method_create.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/method_create.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/method_create.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/method_create.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/method_listbyautomationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/method_listbyautomationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/method_listbyautomationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/method_listbyautomationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/model_jobschedule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/model_jobschedule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/model_jobschedule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/model_jobschedule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/model_jobschedulecreateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/model_jobschedulecreateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/model_jobschedulecreateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/model_jobschedulecreateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/model_jobschedulecreateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/model_jobschedulecreateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/model_jobschedulecreateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/model_jobschedulecreateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/model_jobscheduleproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/model_jobscheduleproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/model_jobscheduleproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/model_jobscheduleproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/model_runbookassociationproperty.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/model_runbookassociationproperty.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/model_runbookassociationproperty.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/model_runbookassociationproperty.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/model_scheduleassociationproperty.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/model_scheduleassociationproperty.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/model_scheduleassociationproperty.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/model_scheduleassociationproperty.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/version.go index e93606ea816a..00235dc94c8b 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/jobschedule/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobstream/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobstream/README.md similarity index 92% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobstream/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobstream/README.md index 4076a3ebaf48..b244ef71b042 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobstream/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobstream/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobstream` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobstream` Documentation -The `jobstream` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `jobstream` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/jobstream" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobstream" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobstream/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobstream/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobstream/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobstream/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobstream/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobstream/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobstream/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobstream/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobstream/id_job.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobstream/id_job.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobstream/id_job.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobstream/id_job.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobstream/id_stream.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobstream/id_stream.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobstream/id_stream.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobstream/id_stream.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobstream/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobstream/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobstream/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobstream/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobstream/method_listbyjob.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobstream/method_listbyjob.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobstream/method_listbyjob.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobstream/method_listbyjob.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobstream/model_jobstream.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobstream/model_jobstream.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobstream/model_jobstream.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobstream/model_jobstream.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobstream/model_jobstreamproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobstream/model_jobstreamproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobstream/model_jobstreamproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobstream/model_jobstreamproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobstream/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobstream/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobstream/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobstream/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobstream/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobstream/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobstream/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobstream/version.go index ea312904d46c..119636d85ce6 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobstream/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobstream/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/jobstream/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/linkedworkspace/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/linkedworkspace/README.md similarity index 86% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/linkedworkspace/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/linkedworkspace/README.md index 337dd6c009df..a489500c58d3 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/linkedworkspace/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/linkedworkspace/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/linkedworkspace` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/linkedworkspace` Documentation -The `linkedworkspace` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `linkedworkspace` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/linkedworkspace" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/linkedworkspace" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/linkedworkspace/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/linkedworkspace/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/linkedworkspace/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/linkedworkspace/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/linkedworkspace/id_automationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/linkedworkspace/id_automationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/linkedworkspace/id_automationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/linkedworkspace/id_automationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/linkedworkspace/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/linkedworkspace/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/linkedworkspace/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/linkedworkspace/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/linkedworkspace/model_linkedworkspace.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/linkedworkspace/model_linkedworkspace.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/linkedworkspace/model_linkedworkspace.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/linkedworkspace/model_linkedworkspace.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/linkedworkspace/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/linkedworkspace/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/linkedworkspace/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/linkedworkspace/version.go index b0d3c5e0e5cb..219c69970d6a 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/linkedworkspace/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/linkedworkspace/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/linkedworkspace/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/listkeys/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/listkeys/README.md similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/listkeys/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/listkeys/README.md index 09f93d0ac71d..353c9c962deb 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/listkeys/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/listkeys/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/listkeys` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/listkeys` Documentation -The `listkeys` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `listkeys` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/listkeys" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/listkeys" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/listkeys/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/listkeys/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/listkeys/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/listkeys/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/listkeys/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/listkeys/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/listkeys/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/listkeys/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/listkeys/id_automationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/listkeys/id_automationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/listkeys/id_automationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/listkeys/id_automationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/listkeys/method_keyslistbyautomationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/listkeys/method_keyslistbyautomationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/listkeys/method_keyslistbyautomationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/listkeys/method_keyslistbyautomationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/listkeys/model_key.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/listkeys/model_key.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/listkeys/model_key.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/listkeys/model_key.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/listkeys/model_keylistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/listkeys/model_keylistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/listkeys/model_keylistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/listkeys/model_keylistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/listkeys/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/listkeys/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/listkeys/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/listkeys/version.go index 25664a34381f..0e4fe52302d1 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/listkeys/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/listkeys/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/listkeys/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/README.md similarity index 51% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/README.md index 52700b70f8fb..2e808be97445 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module` Documentation -The `module` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `module` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/module" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module" ``` @@ -90,6 +90,97 @@ for _, item := range items { ``` +### Example Usage: `ModuleClient.PowerShell72ModuleCreateOrUpdate` + +```go +ctx := context.TODO() +id := module.NewPowerShell72ModuleID("12345678-1234-9876-4563-123456789012", "example-resource-group", "automationAccountValue", "powerShell72ModuleValue") + +payload := module.ModuleCreateOrUpdateParameters{ + // ... +} + + +read, err := client.PowerShell72ModuleCreateOrUpdate(ctx, id, payload) +if err != nil { + // handle the error +} +if model := read.Model; model != nil { + // do something with the model/response object +} +``` + + +### Example Usage: `ModuleClient.PowerShell72ModuleDelete` + +```go +ctx := context.TODO() +id := module.NewPowerShell72ModuleID("12345678-1234-9876-4563-123456789012", "example-resource-group", "automationAccountValue", "powerShell72ModuleValue") + +read, err := client.PowerShell72ModuleDelete(ctx, id) +if err != nil { + // handle the error +} +if model := read.Model; model != nil { + // do something with the model/response object +} +``` + + +### Example Usage: `ModuleClient.PowerShell72ModuleGet` + +```go +ctx := context.TODO() +id := module.NewPowerShell72ModuleID("12345678-1234-9876-4563-123456789012", "example-resource-group", "automationAccountValue", "powerShell72ModuleValue") + +read, err := client.PowerShell72ModuleGet(ctx, id) +if err != nil { + // handle the error +} +if model := read.Model; model != nil { + // do something with the model/response object +} +``` + + +### Example Usage: `ModuleClient.PowerShell72ModuleListByAutomationAccount` + +```go +ctx := context.TODO() +id := module.NewAutomationAccountID("12345678-1234-9876-4563-123456789012", "example-resource-group", "automationAccountValue") + +// alternatively `client.PowerShell72ModuleListByAutomationAccount(ctx, id)` can be used to do batched pagination +items, err := client.PowerShell72ModuleListByAutomationAccountComplete(ctx, id) +if err != nil { + // handle the error +} +for _, item := range items { + // do something +} +``` + + +### Example Usage: `ModuleClient.PowerShell72ModuleUpdate` + +```go +ctx := context.TODO() +id := module.NewPowerShell72ModuleID("12345678-1234-9876-4563-123456789012", "example-resource-group", "automationAccountValue", "powerShell72ModuleValue") + +payload := module.ModuleUpdateParameters{ + // ... +} + + +read, err := client.PowerShell72ModuleUpdate(ctx, id, payload) +if err != nil { + // handle the error +} +if model := read.Model; model != nil { + // do something with the model/response object +} +``` + + ### Example Usage: `ModuleClient.Update` ```go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/constants.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/constants.go index 5c0f857ea70c..4f98856616b0 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/constants.go @@ -13,7 +13,7 @@ type ModuleProvisioningState string const ( ModuleProvisioningStateActivitiesStored ModuleProvisioningState = "ActivitiesStored" - ModuleProvisioningStateCancelled ModuleProvisioningState = "Cancelled" + ModuleProvisioningStateCanceled ModuleProvisioningState = "Canceled" ModuleProvisioningStateConnectionTypeImported ModuleProvisioningState = "ConnectionTypeImported" ModuleProvisioningStateContentDownloaded ModuleProvisioningState = "ContentDownloaded" ModuleProvisioningStateContentRetrieved ModuleProvisioningState = "ContentRetrieved" @@ -33,7 +33,7 @@ const ( func PossibleValuesForModuleProvisioningState() []string { return []string{ string(ModuleProvisioningStateActivitiesStored), - string(ModuleProvisioningStateCancelled), + string(ModuleProvisioningStateCanceled), string(ModuleProvisioningStateConnectionTypeImported), string(ModuleProvisioningStateContentDownloaded), string(ModuleProvisioningStateContentRetrieved), @@ -67,7 +67,7 @@ func (s *ModuleProvisioningState) UnmarshalJSON(bytes []byte) error { func parseModuleProvisioningState(input string) (*ModuleProvisioningState, error) { vals := map[string]ModuleProvisioningState{ "activitiesstored": ModuleProvisioningStateActivitiesStored, - "cancelled": ModuleProvisioningStateCancelled, + "canceled": ModuleProvisioningStateCanceled, "connectiontypeimported": ModuleProvisioningStateConnectionTypeImported, "contentdownloaded": ModuleProvisioningStateContentDownloaded, "contentretrieved": ModuleProvisioningStateContentRetrieved, diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/id_automationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/id_automationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/id_automationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/id_automationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/id_module.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/id_module.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/id_module.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/id_module.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/id_powershell72module.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/id_powershell72module.go new file mode 100644 index 000000000000..3aca56335b50 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/id_powershell72module.go @@ -0,0 +1,140 @@ +package module + +import ( + "fmt" + "strings" + + "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. + +var _ resourceids.ResourceId = PowerShell72ModuleId{} + +// PowerShell72ModuleId is a struct representing the Resource ID for a Power Shell 7 2 Module +type PowerShell72ModuleId struct { + SubscriptionId string + ResourceGroupName string + AutomationAccountName string + PowerShell72ModuleName string +} + +// NewPowerShell72ModuleID returns a new PowerShell72ModuleId struct +func NewPowerShell72ModuleID(subscriptionId string, resourceGroupName string, automationAccountName string, powerShell72ModuleName string) PowerShell72ModuleId { + return PowerShell72ModuleId{ + SubscriptionId: subscriptionId, + ResourceGroupName: resourceGroupName, + AutomationAccountName: automationAccountName, + PowerShell72ModuleName: powerShell72ModuleName, + } +} + +// ParsePowerShell72ModuleID parses 'input' into a PowerShell72ModuleId +func ParsePowerShell72ModuleID(input string) (*PowerShell72ModuleId, error) { + parser := resourceids.NewParserFromResourceIdType(PowerShell72ModuleId{}) + parsed, err := parser.Parse(input, false) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + var ok bool + id := PowerShell72ModuleId{} + + if id.SubscriptionId, ok = parsed.Parsed["subscriptionId"]; !ok { + return nil, resourceids.NewSegmentNotSpecifiedError(id, "subscriptionId", *parsed) + } + + if id.ResourceGroupName, ok = parsed.Parsed["resourceGroupName"]; !ok { + return nil, resourceids.NewSegmentNotSpecifiedError(id, "resourceGroupName", *parsed) + } + + if id.AutomationAccountName, ok = parsed.Parsed["automationAccountName"]; !ok { + return nil, resourceids.NewSegmentNotSpecifiedError(id, "automationAccountName", *parsed) + } + + if id.PowerShell72ModuleName, ok = parsed.Parsed["powerShell72ModuleName"]; !ok { + return nil, resourceids.NewSegmentNotSpecifiedError(id, "powerShell72ModuleName", *parsed) + } + + return &id, nil +} + +// ParsePowerShell72ModuleIDInsensitively parses 'input' case-insensitively into a PowerShell72ModuleId +// note: this method should only be used for API response data and not user input +func ParsePowerShell72ModuleIDInsensitively(input string) (*PowerShell72ModuleId, error) { + parser := resourceids.NewParserFromResourceIdType(PowerShell72ModuleId{}) + parsed, err := parser.Parse(input, true) + if err != nil { + return nil, fmt.Errorf("parsing %q: %+v", input, err) + } + + var ok bool + id := PowerShell72ModuleId{} + + if id.SubscriptionId, ok = parsed.Parsed["subscriptionId"]; !ok { + return nil, resourceids.NewSegmentNotSpecifiedError(id, "subscriptionId", *parsed) + } + + if id.ResourceGroupName, ok = parsed.Parsed["resourceGroupName"]; !ok { + return nil, resourceids.NewSegmentNotSpecifiedError(id, "resourceGroupName", *parsed) + } + + if id.AutomationAccountName, ok = parsed.Parsed["automationAccountName"]; !ok { + return nil, resourceids.NewSegmentNotSpecifiedError(id, "automationAccountName", *parsed) + } + + if id.PowerShell72ModuleName, ok = parsed.Parsed["powerShell72ModuleName"]; !ok { + return nil, resourceids.NewSegmentNotSpecifiedError(id, "powerShell72ModuleName", *parsed) + } + + return &id, nil +} + +// ValidatePowerShell72ModuleID checks that 'input' can be parsed as a Power Shell 7 2 Module ID +func ValidatePowerShell72ModuleID(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 := ParsePowerShell72ModuleID(v); err != nil { + errors = append(errors, err) + } + + return +} + +// ID returns the formatted Power Shell 7 2 Module ID +func (id PowerShell72ModuleId) ID() string { + fmtString := "/subscriptions/%s/resourceGroups/%s/providers/Microsoft.Automation/automationAccounts/%s/powerShell72Modules/%s" + return fmt.Sprintf(fmtString, id.SubscriptionId, id.ResourceGroupName, id.AutomationAccountName, id.PowerShell72ModuleName) +} + +// Segments returns a slice of Resource ID Segments which comprise this Power Shell 7 2 Module ID +func (id PowerShell72ModuleId) 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("staticMicrosoftAutomation", "Microsoft.Automation", "Microsoft.Automation"), + resourceids.StaticSegment("staticAutomationAccounts", "automationAccounts", "automationAccounts"), + resourceids.UserSpecifiedSegment("automationAccountName", "automationAccountValue"), + resourceids.StaticSegment("staticPowerShell72Modules", "powerShell72Modules", "powerShell72Modules"), + resourceids.UserSpecifiedSegment("powerShell72ModuleName", "powerShell72ModuleValue"), + } +} + +// String returns a human-readable description of this Power Shell 7 2 Module ID +func (id PowerShell72ModuleId) String() string { + components := []string{ + fmt.Sprintf("Subscription: %q", id.SubscriptionId), + fmt.Sprintf("Resource Group Name: %q", id.ResourceGroupName), + fmt.Sprintf("Automation Account Name: %q", id.AutomationAccountName), + fmt.Sprintf("Power Shell 7 2 Module Name: %q", id.PowerShell72ModuleName), + } + return fmt.Sprintf("Power Shell 7 2 Module (%s)", strings.Join(components, "\n")) +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/method_listbyautomationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/method_listbyautomationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/method_listbyautomationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/method_listbyautomationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/method_powershell72modulecreateorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/method_powershell72modulecreateorupdate.go new file mode 100644 index 000000000000..201b2e7461f6 --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/method_powershell72modulecreateorupdate.go @@ -0,0 +1,56 @@ +package module + +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 PowerShell72ModuleCreateOrUpdateOperationResponse struct { + HttpResponse *http.Response + OData *odata.OData + Model *Module +} + +// PowerShell72ModuleCreateOrUpdate ... +func (c ModuleClient) PowerShell72ModuleCreateOrUpdate(ctx context.Context, id PowerShell72ModuleId, input ModuleCreateOrUpdateParameters) (result PowerShell72ModuleCreateOrUpdateOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + 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 + } + + if err = resp.Unmarshal(&result.Model); err != nil { + return + } + + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/method_powershell72moduledelete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/method_powershell72moduledelete.go new file mode 100644 index 000000000000..980440c2ef1e --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/method_powershell72moduledelete.go @@ -0,0 +1,47 @@ +package module + +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 PowerShell72ModuleDeleteOperationResponse struct { + HttpResponse *http.Response + OData *odata.OData +} + +// PowerShell72ModuleDelete ... +func (c ModuleClient) PowerShell72ModuleDelete(ctx context.Context, id PowerShell72ModuleId) (result PowerShell72ModuleDeleteOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + 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 + } + + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/method_powershell72moduleget.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/method_powershell72moduleget.go new file mode 100644 index 000000000000..3ac34f2f636d --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/method_powershell72moduleget.go @@ -0,0 +1,51 @@ +package module + +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 PowerShell72ModuleGetOperationResponse struct { + HttpResponse *http.Response + OData *odata.OData + Model *Module +} + +// PowerShell72ModuleGet ... +func (c ModuleClient) PowerShell72ModuleGet(ctx context.Context, id PowerShell72ModuleId) (result PowerShell72ModuleGetOperationResponse, 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 + } + + if err = resp.Unmarshal(&result.Model); err != nil { + return + } + + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/method_powershell72modulelistbyautomationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/method_powershell72modulelistbyautomationaccount.go new file mode 100644 index 000000000000..c12f9cca4d5e --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/method_powershell72modulelistbyautomationaccount.go @@ -0,0 +1,89 @@ +package module + +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 PowerShell72ModuleListByAutomationAccountOperationResponse struct { + HttpResponse *http.Response + OData *odata.OData + Model *[]Module +} + +type PowerShell72ModuleListByAutomationAccountCompleteResult struct { + Items []Module +} + +// PowerShell72ModuleListByAutomationAccount ... +func (c ModuleClient) PowerShell72ModuleListByAutomationAccount(ctx context.Context, id AutomationAccountId) (result PowerShell72ModuleListByAutomationAccountOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + http.StatusOK, + }, + HttpMethod: http.MethodGet, + Path: fmt.Sprintf("%s/powerShell72Modules", 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 *[]Module `json:"value"` + } + if err = resp.Unmarshal(&values); err != nil { + return + } + + result.Model = values.Values + + return +} + +// PowerShell72ModuleListByAutomationAccountComplete retrieves all the results into a single object +func (c ModuleClient) PowerShell72ModuleListByAutomationAccountComplete(ctx context.Context, id AutomationAccountId) (PowerShell72ModuleListByAutomationAccountCompleteResult, error) { + return c.PowerShell72ModuleListByAutomationAccountCompleteMatchingPredicate(ctx, id, ModuleOperationPredicate{}) +} + +// PowerShell72ModuleListByAutomationAccountCompleteMatchingPredicate retrieves all the results and then applies the predicate +func (c ModuleClient) PowerShell72ModuleListByAutomationAccountCompleteMatchingPredicate(ctx context.Context, id AutomationAccountId, predicate ModuleOperationPredicate) (result PowerShell72ModuleListByAutomationAccountCompleteResult, err error) { + items := make([]Module, 0) + + resp, err := c.PowerShell72ModuleListByAutomationAccount(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 = PowerShell72ModuleListByAutomationAccountCompleteResult{ + Items: items, + } + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/method_powershell72moduleupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/method_powershell72moduleupdate.go new file mode 100644 index 000000000000..93d3aca61e1d --- /dev/null +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/method_powershell72moduleupdate.go @@ -0,0 +1,55 @@ +package module + +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 PowerShell72ModuleUpdateOperationResponse struct { + HttpResponse *http.Response + OData *odata.OData + Model *Module +} + +// PowerShell72ModuleUpdate ... +func (c ModuleClient) PowerShell72ModuleUpdate(ctx context.Context, id PowerShell72ModuleId, input ModuleUpdateParameters) (result PowerShell72ModuleUpdateOperationResponse, err error) { + opts := client.RequestOptions{ + ContentType: "application/json; charset=utf-8", + ExpectedStatusCodes: []int{ + 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 + } + + if err = resp.Unmarshal(&result.Model); err != nil { + return + } + + return +} diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/method_update.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/method_update.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/method_update.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/method_update.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/model_contenthash.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/model_contenthash.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/model_contenthash.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/model_contenthash.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/model_contentlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/model_contentlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/model_contentlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/model_contentlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/model_module.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/model_module.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/model_module.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/model_module.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/model_modulecreateorupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/model_modulecreateorupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/model_modulecreateorupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/model_modulecreateorupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/model_modulecreateorupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/model_modulecreateorupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/model_modulecreateorupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/model_modulecreateorupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/model_moduleerrorinfo.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/model_moduleerrorinfo.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/model_moduleerrorinfo.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/model_moduleerrorinfo.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/model_moduleproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/model_moduleproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/model_moduleproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/model_moduleproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/model_moduleupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/model_moduleupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/model_moduleupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/model_moduleupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/model_moduleupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/model_moduleupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/model_moduleupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/model_moduleupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/version.go index 24826abc7f07..63ab15dc6eb8 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/module/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/objectdatatypes/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/objectdatatypes/README.md similarity index 91% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/objectdatatypes/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/objectdatatypes/README.md index 4804ae829282..7b3ba4c19fe9 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/objectdatatypes/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/objectdatatypes/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/objectdatatypes` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/objectdatatypes` Documentation -The `objectdatatypes` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `objectdatatypes` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/objectdatatypes" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/objectdatatypes" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/objectdatatypes/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/objectdatatypes/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/objectdatatypes/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/objectdatatypes/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/objectdatatypes/id_moduleobjectdatatype.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/objectdatatypes/id_moduleobjectdatatype.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/objectdatatypes/id_moduleobjectdatatype.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/objectdatatypes/id_moduleobjectdatatype.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/objectdatatypes/id_objectdatatype.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/objectdatatypes/id_objectdatatype.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/objectdatatypes/id_objectdatatype.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/objectdatatypes/id_objectdatatype.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/objectdatatypes/method_listfieldsbymoduleandtype.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/objectdatatypes/method_listfieldsbymoduleandtype.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/objectdatatypes/method_listfieldsbymoduleandtype.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/objectdatatypes/method_listfieldsbymoduleandtype.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/objectdatatypes/method_listfieldsbytype.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/objectdatatypes/method_listfieldsbytype.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/objectdatatypes/method_listfieldsbytype.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/objectdatatypes/method_listfieldsbytype.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/objectdatatypes/model_typefield.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/objectdatatypes/model_typefield.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/objectdatatypes/model_typefield.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/objectdatatypes/model_typefield.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/objectdatatypes/model_typefieldlistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/objectdatatypes/model_typefieldlistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/objectdatatypes/model_typefieldlistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/objectdatatypes/model_typefieldlistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/objectdatatypes/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/objectdatatypes/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/objectdatatypes/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/objectdatatypes/version.go index b1329b14c9b1..ae3d82546143 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/objectdatatypes/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/objectdatatypes/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/objectdatatypes/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/operations/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/operations/README.md similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/operations/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/operations/README.md index 63751f91b9cb..b464aff63f5c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/operations/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/operations/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/operations` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/operations` Documentation -The `operations` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `operations` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/operations" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/operations" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/operations/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/operations/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/operations/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/operations/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/operations/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/operations/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/operations/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/operations/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/operations/id_automationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/operations/id_automationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/operations/id_automationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/operations/id_automationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/operations/method_convertgraphrunbookcontent.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/operations/method_convertgraphrunbookcontent.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/operations/method_convertgraphrunbookcontent.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/operations/method_convertgraphrunbookcontent.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/operations/model_graphicalrunbookcontent.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/operations/model_graphicalrunbookcontent.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/operations/model_graphicalrunbookcontent.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/operations/model_graphicalrunbookcontent.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/operations/model_rawgraphicalrunbookcontent.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/operations/model_rawgraphicalrunbookcontent.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/operations/model_rawgraphicalrunbookcontent.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/operations/model_rawgraphicalrunbookcontent.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/operations/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/operations/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/operations/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/operations/version.go index 1ea8c9953c05..05014bb09eba 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/operations/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/operations/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/operations/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/README.md index e25108673270..32d9d53f55ff 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package` Documentation -The `python2package` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `python2package` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/python2package" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/constants.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/constants.go index 263cbee66bfc..73fd3db607ea 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/constants.go @@ -13,7 +13,7 @@ type ModuleProvisioningState string const ( ModuleProvisioningStateActivitiesStored ModuleProvisioningState = "ActivitiesStored" - ModuleProvisioningStateCancelled ModuleProvisioningState = "Cancelled" + ModuleProvisioningStateCanceled ModuleProvisioningState = "Canceled" ModuleProvisioningStateConnectionTypeImported ModuleProvisioningState = "ConnectionTypeImported" ModuleProvisioningStateContentDownloaded ModuleProvisioningState = "ContentDownloaded" ModuleProvisioningStateContentRetrieved ModuleProvisioningState = "ContentRetrieved" @@ -33,7 +33,7 @@ const ( func PossibleValuesForModuleProvisioningState() []string { return []string{ string(ModuleProvisioningStateActivitiesStored), - string(ModuleProvisioningStateCancelled), + string(ModuleProvisioningStateCanceled), string(ModuleProvisioningStateConnectionTypeImported), string(ModuleProvisioningStateContentDownloaded), string(ModuleProvisioningStateContentRetrieved), @@ -67,7 +67,7 @@ func (s *ModuleProvisioningState) UnmarshalJSON(bytes []byte) error { func parseModuleProvisioningState(input string) (*ModuleProvisioningState, error) { vals := map[string]ModuleProvisioningState{ "activitiesstored": ModuleProvisioningStateActivitiesStored, - "cancelled": ModuleProvisioningStateCancelled, + "canceled": ModuleProvisioningStateCanceled, "connectiontypeimported": ModuleProvisioningStateConnectionTypeImported, "contentdownloaded": ModuleProvisioningStateContentDownloaded, "contentretrieved": ModuleProvisioningStateContentRetrieved, diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/id_automationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/id_automationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/id_automationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/id_automationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/id_python2package.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/id_python2package.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/id_python2package.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/id_python2package.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/method_listbyautomationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/method_listbyautomationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/method_listbyautomationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/method_listbyautomationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/method_update.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/method_update.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/method_update.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/method_update.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/model_contenthash.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/model_contenthash.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/model_contenthash.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/model_contenthash.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/model_contentlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/model_contentlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/model_contentlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/model_contentlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/model_module.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/model_module.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/model_module.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/model_module.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/model_moduleerrorinfo.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/model_moduleerrorinfo.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/model_moduleerrorinfo.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/model_moduleerrorinfo.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/model_moduleproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/model_moduleproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/model_moduleproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/model_moduleproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/model_pythonpackagecreateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/model_pythonpackagecreateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/model_pythonpackagecreateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/model_pythonpackagecreateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/model_pythonpackagecreateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/model_pythonpackagecreateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/model_pythonpackagecreateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/model_pythonpackagecreateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/model_pythonpackageupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/model_pythonpackageupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/model_pythonpackageupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/model_pythonpackageupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/version.go index b152ed6c4aba..a7b7bb221ba5 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/python2package/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/README.md index e32596335414..df645e1ae317 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package` Documentation -The `python3package` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `python3package` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/python3package" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/constants.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/constants.go index 9569b81b7464..d6555a557b6b 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/constants.go @@ -13,7 +13,7 @@ type ModuleProvisioningState string const ( ModuleProvisioningStateActivitiesStored ModuleProvisioningState = "ActivitiesStored" - ModuleProvisioningStateCancelled ModuleProvisioningState = "Cancelled" + ModuleProvisioningStateCanceled ModuleProvisioningState = "Canceled" ModuleProvisioningStateConnectionTypeImported ModuleProvisioningState = "ConnectionTypeImported" ModuleProvisioningStateContentDownloaded ModuleProvisioningState = "ContentDownloaded" ModuleProvisioningStateContentRetrieved ModuleProvisioningState = "ContentRetrieved" @@ -33,7 +33,7 @@ const ( func PossibleValuesForModuleProvisioningState() []string { return []string{ string(ModuleProvisioningStateActivitiesStored), - string(ModuleProvisioningStateCancelled), + string(ModuleProvisioningStateCanceled), string(ModuleProvisioningStateConnectionTypeImported), string(ModuleProvisioningStateContentDownloaded), string(ModuleProvisioningStateContentRetrieved), @@ -67,7 +67,7 @@ func (s *ModuleProvisioningState) UnmarshalJSON(bytes []byte) error { func parseModuleProvisioningState(input string) (*ModuleProvisioningState, error) { vals := map[string]ModuleProvisioningState{ "activitiesstored": ModuleProvisioningStateActivitiesStored, - "cancelled": ModuleProvisioningStateCancelled, + "canceled": ModuleProvisioningStateCanceled, "connectiontypeimported": ModuleProvisioningStateConnectionTypeImported, "contentdownloaded": ModuleProvisioningStateContentDownloaded, "contentretrieved": ModuleProvisioningStateContentRetrieved, diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/id_automationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/id_automationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/id_automationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/id_automationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/id_python3package.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/id_python3package.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/id_python3package.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/id_python3package.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/method_listbyautomationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/method_listbyautomationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/method_listbyautomationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/method_listbyautomationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/method_update.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/method_update.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/method_update.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/method_update.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/model_contenthash.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/model_contenthash.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/model_contenthash.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/model_contenthash.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/model_contentlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/model_contentlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/model_contentlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/model_contentlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/model_module.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/model_module.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/model_module.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/model_module.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/model_moduleerrorinfo.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/model_moduleerrorinfo.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/model_moduleerrorinfo.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/model_moduleerrorinfo.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/model_moduleproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/model_moduleproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/model_moduleproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/model_moduleproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/model_pythonpackagecreateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/model_pythonpackagecreateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/model_pythonpackagecreateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/model_pythonpackagecreateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/model_pythonpackagecreateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/model_pythonpackagecreateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/model_pythonpackagecreateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/model_pythonpackagecreateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/model_pythonpackageupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/model_pythonpackageupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/model_pythonpackageupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/model_pythonpackageupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/version.go index 36af2fad991d..6011fca3cf29 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/python3package/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/README.md similarity index 96% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/README.md index f95d365f8910..ebb115fb1ff0 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook` Documentation -The `runbook` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `runbook` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/runbook" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/constants.go similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/constants.go index 8fa0adcc2b00..8b13fbc2e228 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/constants.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/constants.go @@ -98,6 +98,7 @@ const ( RunbookTypeEnumGraphPowerShell RunbookTypeEnum = "GraphPowerShell" RunbookTypeEnumGraphPowerShellWorkflow RunbookTypeEnum = "GraphPowerShellWorkflow" RunbookTypeEnumPowerShell RunbookTypeEnum = "PowerShell" + RunbookTypeEnumPowerShellSevenTwo RunbookTypeEnum = "PowerShell72" RunbookTypeEnumPowerShellWorkflow RunbookTypeEnum = "PowerShellWorkflow" RunbookTypeEnumPythonThree RunbookTypeEnum = "Python3" RunbookTypeEnumPythonTwo RunbookTypeEnum = "Python2" @@ -110,6 +111,7 @@ func PossibleValuesForRunbookTypeEnum() []string { string(RunbookTypeEnumGraphPowerShell), string(RunbookTypeEnumGraphPowerShellWorkflow), string(RunbookTypeEnumPowerShell), + string(RunbookTypeEnumPowerShellSevenTwo), string(RunbookTypeEnumPowerShellWorkflow), string(RunbookTypeEnumPythonThree), string(RunbookTypeEnumPythonTwo), @@ -136,6 +138,7 @@ func parseRunbookTypeEnum(input string) (*RunbookTypeEnum, error) { "graphpowershell": RunbookTypeEnumGraphPowerShell, "graphpowershellworkflow": RunbookTypeEnumGraphPowerShellWorkflow, "powershell": RunbookTypeEnumPowerShell, + "powershell72": RunbookTypeEnumPowerShellSevenTwo, "powershellworkflow": RunbookTypeEnumPowerShellWorkflow, "python3": RunbookTypeEnumPythonThree, "python2": RunbookTypeEnumPythonTwo, diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/id_automationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/id_automationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/id_automationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/id_automationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/id_runbook.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/id_runbook.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/id_runbook.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/id_runbook.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/method_getcontent.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/method_getcontent.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/method_getcontent.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/method_getcontent.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/method_listbyautomationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/method_listbyautomationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/method_listbyautomationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/method_listbyautomationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/method_publish.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/method_publish.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/method_publish.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/method_publish.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/method_update.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/method_update.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/method_update.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/method_update.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/model_contenthash.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/model_contenthash.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/model_contenthash.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/model_contenthash.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/model_contentlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/model_contentlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/model_contentlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/model_contentlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/model_runbook.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/model_runbook.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/model_runbook.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/model_runbook.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/model_runbookcreateorupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/model_runbookcreateorupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/model_runbookcreateorupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/model_runbookcreateorupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/model_runbookcreateorupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/model_runbookcreateorupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/model_runbookcreateorupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/model_runbookcreateorupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/model_runbookdraft.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/model_runbookdraft.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/model_runbookdraft.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/model_runbookdraft.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/model_runbookparameter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/model_runbookparameter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/model_runbookparameter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/model_runbookparameter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/model_runbookproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/model_runbookproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/model_runbookproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/model_runbookproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/model_runbookupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/model_runbookupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/model_runbookupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/model_runbookupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/model_runbookupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/model_runbookupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/model_runbookupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/model_runbookupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/version.go index fa2b32de30ed..9cf009a07e6f 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/runbook/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft/README.md similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft/README.md index cda587f38df4..be8baf44c443 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft` Documentation -The `runbookdraft` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `runbookdraft` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/runbookdraft" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft/id_runbook.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft/id_runbook.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft/id_runbook.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft/id_runbook.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft/method_getcontent.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft/method_getcontent.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft/method_getcontent.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft/method_getcontent.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft/method_replacecontent.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft/method_replacecontent.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft/method_replacecontent.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft/method_replacecontent.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft/method_undoedit.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft/method_undoedit.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft/method_undoedit.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft/method_undoedit.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft/model_contenthash.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft/model_contenthash.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft/model_contenthash.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft/model_contenthash.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft/model_contentlink.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft/model_contentlink.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft/model_contentlink.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft/model_contentlink.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft/model_runbookdraft.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft/model_runbookdraft.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft/model_runbookdraft.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft/model_runbookdraft.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft/model_runbookdraftundoeditresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft/model_runbookdraftundoeditresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft/model_runbookdraftundoeditresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft/model_runbookdraftundoeditresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft/model_runbookparameter.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft/model_runbookparameter.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft/model_runbookparameter.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft/model_runbookparameter.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft/version.go index c71acda3640b..51c77349db07 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/runbookdraft/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/README.md index 644554210549..125dbe4b6a30 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule` Documentation -The `schedule` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `schedule` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/schedule" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/id_automationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/id_automationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/id_automationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/id_automationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/id_schedule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/id_schedule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/id_schedule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/id_schedule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/method_listbyautomationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/method_listbyautomationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/method_listbyautomationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/method_listbyautomationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/method_update.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/method_update.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/method_update.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/method_update.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/model_advancedschedule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/model_advancedschedule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/model_advancedschedule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/model_advancedschedule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/model_advancedschedulemonthlyoccurrence.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/model_advancedschedulemonthlyoccurrence.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/model_advancedschedulemonthlyoccurrence.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/model_advancedschedulemonthlyoccurrence.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/model_schedule.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/model_schedule.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/model_schedule.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/model_schedule.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/model_schedulecreateorupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/model_schedulecreateorupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/model_schedulecreateorupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/model_schedulecreateorupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/model_schedulecreateorupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/model_schedulecreateorupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/model_schedulecreateorupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/model_schedulecreateorupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/model_scheduleproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/model_scheduleproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/model_scheduleproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/model_scheduleproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/model_scheduleupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/model_scheduleupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/model_scheduleupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/model_scheduleupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/model_scheduleupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/model_scheduleupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/model_scheduleupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/model_scheduleupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/version.go index 9fcc2a758b7b..1f03ef4652e4 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/schedule/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationmachinerun/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun/README.md similarity index 92% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationmachinerun/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun/README.md index c9ed1d5314bb..445601bbf593 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationmachinerun/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationmachinerun` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun` Documentation -The `softwareupdateconfigurationmachinerun` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `softwareupdateconfigurationmachinerun` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/softwareupdateconfigurationmachinerun" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationmachinerun/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationmachinerun/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationmachinerun/id_automationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun/id_automationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationmachinerun/id_automationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun/id_automationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationmachinerun/id_softwareupdateconfigurationmachinerun.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun/id_softwareupdateconfigurationmachinerun.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationmachinerun/id_softwareupdateconfigurationmachinerun.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun/id_softwareupdateconfigurationmachinerun.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationmachinerun/method_getbyid.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun/method_getbyid.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationmachinerun/method_getbyid.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun/method_getbyid.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationmachinerun/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationmachinerun/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationmachinerun/model_errorresponse.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun/model_errorresponse.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationmachinerun/model_errorresponse.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun/model_errorresponse.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationmachinerun/model_jobnavigation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun/model_jobnavigation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationmachinerun/model_jobnavigation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun/model_jobnavigation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationmachinerun/model_softwareupdateconfigurationmachinerun.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun/model_softwareupdateconfigurationmachinerun.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationmachinerun/model_softwareupdateconfigurationmachinerun.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun/model_softwareupdateconfigurationmachinerun.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationmachinerun/model_softwareupdateconfigurationmachinerunlistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun/model_softwareupdateconfigurationmachinerunlistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationmachinerun/model_softwareupdateconfigurationmachinerunlistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun/model_softwareupdateconfigurationmachinerunlistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationmachinerun/model_updateconfigurationmachinerunproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun/model_updateconfigurationmachinerunproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationmachinerun/model_updateconfigurationmachinerunproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun/model_updateconfigurationmachinerunproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationmachinerun/model_updateconfigurationnavigation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun/model_updateconfigurationnavigation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationmachinerun/model_updateconfigurationnavigation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun/model_updateconfigurationnavigation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationmachinerun/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun/version.go similarity index 90% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationmachinerun/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun/version.go index 6166f44fbb53..f051fda4e64d 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationmachinerun/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/softwareupdateconfigurationmachinerun/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationrun/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun/README.md similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationrun/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun/README.md index 39d25d4b6075..527094c04c30 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationrun/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationrun` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun` Documentation -The `softwareupdateconfigurationrun` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `softwareupdateconfigurationrun` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/softwareupdateconfigurationrun" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationrun/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationrun/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationrun/id_automationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun/id_automationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationrun/id_automationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun/id_automationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationrun/id_softwareupdateconfigurationrun.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun/id_softwareupdateconfigurationrun.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationrun/id_softwareupdateconfigurationrun.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun/id_softwareupdateconfigurationrun.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationrun/method_getbyid.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun/method_getbyid.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationrun/method_getbyid.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun/method_getbyid.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationrun/method_list.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun/method_list.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationrun/method_list.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun/method_list.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationrun/model_softwareupdateconfigurationrun.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun/model_softwareupdateconfigurationrun.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationrun/model_softwareupdateconfigurationrun.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun/model_softwareupdateconfigurationrun.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationrun/model_softwareupdateconfigurationrunlistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun/model_softwareupdateconfigurationrunlistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationrun/model_softwareupdateconfigurationrunlistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun/model_softwareupdateconfigurationrunlistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationrun/model_softwareupdateconfigurationrunproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun/model_softwareupdateconfigurationrunproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationrun/model_softwareupdateconfigurationrunproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun/model_softwareupdateconfigurationrunproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationrun/model_softwareupdateconfigurationruntaskproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun/model_softwareupdateconfigurationruntaskproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationrun/model_softwareupdateconfigurationruntaskproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun/model_softwareupdateconfigurationruntaskproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationrun/model_softwareupdateconfigurationruntasks.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun/model_softwareupdateconfigurationruntasks.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationrun/model_softwareupdateconfigurationruntasks.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun/model_softwareupdateconfigurationruntasks.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationrun/model_updateconfigurationnavigation.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun/model_updateconfigurationnavigation.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationrun/model_updateconfigurationnavigation.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun/model_updateconfigurationnavigation.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationrun/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationrun/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun/version.go index 612011cc5ddc..fc9e6f769273 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationrun/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/softwareupdateconfigurationrun/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/README.md index 2a6a935d256a..8c666dfc4f11 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol` Documentation -The `sourcecontrol` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `sourcecontrol` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/sourcecontrol" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/id_automationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/id_automationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/id_automationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/id_automationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/id_sourcecontrol.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/id_sourcecontrol.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/id_sourcecontrol.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/id_sourcecontrol.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/method_listbyautomationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/method_listbyautomationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/method_listbyautomationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/method_listbyautomationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/method_update.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/method_update.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/method_update.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/method_update.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/model_sourcecontrol.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/model_sourcecontrol.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/model_sourcecontrol.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/model_sourcecontrol.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/model_sourcecontrolcreateorupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/model_sourcecontrolcreateorupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/model_sourcecontrolcreateorupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/model_sourcecontrolcreateorupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/model_sourcecontrolcreateorupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/model_sourcecontrolcreateorupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/model_sourcecontrolcreateorupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/model_sourcecontrolcreateorupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/model_sourcecontrolproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/model_sourcecontrolproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/model_sourcecontrolproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/model_sourcecontrolproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/model_sourcecontrolsecuritytokenproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/model_sourcecontrolsecuritytokenproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/model_sourcecontrolsecuritytokenproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/model_sourcecontrolsecuritytokenproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/model_sourcecontrolupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/model_sourcecontrolupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/model_sourcecontrolupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/model_sourcecontrolupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/model_sourcecontrolupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/model_sourcecontrolupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/model_sourcecontrolupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/model_sourcecontrolupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/version.go index 8539909b7c5a..f56817ffedf6 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/sourcecontrol/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/README.md similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/README.md index 2d42826d5c83..082d9fdea67b 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob` Documentation -The `sourcecontrolsyncjob` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `sourcecontrolsyncjob` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/sourcecontrolsyncjob" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/id_sourcecontrol.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/id_sourcecontrol.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/id_sourcecontrol.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/id_sourcecontrol.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/id_sourcecontrolsyncjob.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/id_sourcecontrolsyncjob.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/id_sourcecontrolsyncjob.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/id_sourcecontrolsyncjob.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/method_create.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/method_create.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/method_create.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/method_create.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/method_listbyautomationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/method_listbyautomationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/method_listbyautomationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/method_listbyautomationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/model_sourcecontrolsyncjob.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/model_sourcecontrolsyncjob.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/model_sourcecontrolsyncjob.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/model_sourcecontrolsyncjob.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/model_sourcecontrolsyncjobbyid.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/model_sourcecontrolsyncjobbyid.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/model_sourcecontrolsyncjobbyid.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/model_sourcecontrolsyncjobbyid.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/model_sourcecontrolsyncjobbyidproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/model_sourcecontrolsyncjobbyidproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/model_sourcecontrolsyncjobbyidproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/model_sourcecontrolsyncjobbyidproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/model_sourcecontrolsyncjobcreateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/model_sourcecontrolsyncjobcreateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/model_sourcecontrolsyncjobcreateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/model_sourcecontrolsyncjobcreateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/model_sourcecontrolsyncjobcreateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/model_sourcecontrolsyncjobcreateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/model_sourcecontrolsyncjobcreateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/model_sourcecontrolsyncjobcreateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/model_sourcecontrolsyncjobproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/model_sourcecontrolsyncjobproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/model_sourcecontrolsyncjobproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/model_sourcecontrolsyncjobproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/version.go index 993a1378399a..c9d339529dd8 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/sourcecontrolsyncjob/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjobstreams/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams/README.md similarity index 93% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjobstreams/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams/README.md index 625aa7c230fd..b4e9f54e461c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjobstreams/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjobstreams` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams` Documentation -The `sourcecontrolsyncjobstreams` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `sourcecontrolsyncjobstreams` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/sourcecontrolsyncjobstreams" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjobstreams/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjobstreams/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjobstreams/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjobstreams/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjobstreams/id_sourcecontrolsyncjob.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams/id_sourcecontrolsyncjob.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjobstreams/id_sourcecontrolsyncjob.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams/id_sourcecontrolsyncjob.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjobstreams/id_sourcecontrolsyncjobstream.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams/id_sourcecontrolsyncjobstream.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjobstreams/id_sourcecontrolsyncjobstream.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams/id_sourcecontrolsyncjobstream.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjobstreams/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjobstreams/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjobstreams/method_listbysyncjob.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams/method_listbysyncjob.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjobstreams/method_listbysyncjob.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams/method_listbysyncjob.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjobstreams/model_sourcecontrolsyncjobstream.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams/model_sourcecontrolsyncjobstream.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjobstreams/model_sourcecontrolsyncjobstream.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams/model_sourcecontrolsyncjobstream.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjobstreams/model_sourcecontrolsyncjobstreambyid.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams/model_sourcecontrolsyncjobstreambyid.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjobstreams/model_sourcecontrolsyncjobstreambyid.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams/model_sourcecontrolsyncjobstreambyid.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjobstreams/model_sourcecontrolsyncjobstreambyidproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams/model_sourcecontrolsyncjobstreambyidproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjobstreams/model_sourcecontrolsyncjobstreambyidproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams/model_sourcecontrolsyncjobstreambyidproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjobstreams/model_sourcecontrolsyncjobstreamproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams/model_sourcecontrolsyncjobstreamproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjobstreams/model_sourcecontrolsyncjobstreamproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams/model_sourcecontrolsyncjobstreamproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjobstreams/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjobstreams/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjobstreams/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams/version.go similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjobstreams/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams/version.go index 03e1a1d24cff..bd317121c1f4 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjobstreams/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/sourcecontrolsyncjobstreams/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/statistics/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/statistics/README.md similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/statistics/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/statistics/README.md index f0e41fc19dc9..2d6d7ade492c 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/statistics/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/statistics/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/statistics` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/statistics` Documentation -The `statistics` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `statistics` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/statistics" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/statistics" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/statistics/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/statistics/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/statistics/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/statistics/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/statistics/id_automationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/statistics/id_automationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/statistics/id_automationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/statistics/id_automationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/statistics/method_listbyautomationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/statistics/method_listbyautomationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/statistics/method_listbyautomationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/statistics/method_listbyautomationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/statistics/model_statistics.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/statistics/model_statistics.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/statistics/model_statistics.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/statistics/model_statistics.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/statistics/model_statisticslistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/statistics/model_statisticslistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/statistics/model_statisticslistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/statistics/model_statisticslistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/statistics/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/statistics/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/statistics/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/statistics/version.go index 2508bf76e436..6ea733ff732a 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/statistics/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/statistics/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/statistics/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjob/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjob/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjob/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjob/README.md index e6239f204b3d..d531e95f210e 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjob/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjob/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjob` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjob` Documentation -The `testjob` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `testjob` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/testjob" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjob" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjob/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjob/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjob/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjob/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjob/id_runbook.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjob/id_runbook.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjob/id_runbook.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjob/id_runbook.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjob/method_create.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjob/method_create.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjob/method_create.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjob/method_create.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjob/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjob/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjob/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjob/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjob/method_resume.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjob/method_resume.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjob/method_resume.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjob/method_resume.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjob/method_stop.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjob/method_stop.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjob/method_stop.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjob/method_stop.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjob/method_suspend.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjob/method_suspend.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjob/method_suspend.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjob/method_suspend.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjob/model_testjob.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjob/model_testjob.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjob/model_testjob.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjob/model_testjob.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjob/model_testjobcreateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjob/model_testjobcreateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjob/model_testjobcreateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjob/model_testjobcreateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjob/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjob/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjob/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjob/version.go index 572efa7a81d4..2352095e7de7 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjob/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjob/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/testjob/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjobstream/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjobstream/README.md similarity index 91% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjobstream/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjobstream/README.md index 2f2b678577b9..9b93730bbca1 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjobstream/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjobstream/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjobstream` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjobstream` Documentation -The `testjobstream` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `testjobstream` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/testjobstream" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjobstream" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjobstream/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjobstream/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjobstream/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjobstream/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjobstream/constants.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjobstream/constants.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjobstream/constants.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjobstream/constants.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjobstream/id_runbook.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjobstream/id_runbook.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjobstream/id_runbook.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjobstream/id_runbook.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjobstream/id_testjobstream.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjobstream/id_testjobstream.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjobstream/id_testjobstream.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjobstream/id_testjobstream.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjobstream/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjobstream/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjobstream/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjobstream/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjobstream/method_listbytestjob.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjobstream/method_listbytestjob.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjobstream/method_listbytestjob.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjobstream/method_listbytestjob.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjobstream/model_jobstream.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjobstream/model_jobstream.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjobstream/model_jobstream.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjobstream/model_jobstream.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjobstream/model_jobstreamproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjobstream/model_jobstreamproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjobstream/model_jobstreamproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjobstream/model_jobstreamproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjobstream/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjobstream/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjobstream/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjobstream/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjobstream/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjobstream/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjobstream/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjobstream/version.go index 700d65cbcc5a..3638681e8c73 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjobstream/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjobstream/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/testjobstream/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/typefields/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/typefields/README.md similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/typefields/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/typefields/README.md index 0c9bb15c9711..291bb29dc702 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/typefields/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/typefields/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/typefields` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/typefields` Documentation -The `typefields` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `typefields` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/typefields" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/typefields" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/typefields/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/typefields/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/typefields/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/typefields/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/typefields/id_type.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/typefields/id_type.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/typefields/id_type.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/typefields/id_type.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/typefields/method_fieldslistbytype.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/typefields/method_fieldslistbytype.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/typefields/method_fieldslistbytype.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/typefields/method_fieldslistbytype.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/typefields/model_typefield.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/typefields/model_typefield.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/typefields/model_typefield.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/typefields/model_typefield.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/typefields/model_typefieldlistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/typefields/model_typefieldlistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/typefields/model_typefieldlistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/typefields/model_typefieldlistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/typefields/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/typefields/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/typefields/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/typefields/version.go index 580224056876..65db7c57f19b 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/typefields/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/typefields/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/typefields/%s", defaultApiVersion) diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/usages/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/usages/README.md similarity index 89% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/usages/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/usages/README.md index 6ea121bd3d97..cac7c5ed56ac 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/usages/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/usages/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/usages` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/usages` Documentation -The `usages` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `usages` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/usages" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/usages" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/usages/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/usages/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/usages/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/usages/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/usages/id_automationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/usages/id_automationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/usages/id_automationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/usages/id_automationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/usages/method_listbyautomationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/usages/method_listbyautomationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/usages/method_listbyautomationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/usages/method_listbyautomationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/usages/model_usage.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/usages/model_usage.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/usages/model_usage.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/usages/model_usage.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/usages/model_usagecountername.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/usages/model_usagecountername.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/usages/model_usagecountername.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/usages/model_usagecountername.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/usages/model_usagelistresult.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/usages/model_usagelistresult.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/usages/model_usagelistresult.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/usages/model_usagelistresult.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/usages/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/usages/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/usages/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/usages/version.go index 5aa2c60ce1c6..6715f1676b01 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/usages/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/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 = "2022-08-08" +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/automation/2022-08-08/variable/README.md b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/README.md similarity index 95% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/README.md rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/README.md index c0fc7f6dad4b..1e63d41c3ddd 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/README.md +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/README.md @@ -1,14 +1,14 @@ -## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable` Documentation +## `github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable` Documentation -The `variable` SDK allows for interaction with the Azure Resource Manager Service `automation` (API Version `2022-08-08`). +The `variable` SDK allows for interaction with the Azure Resource Manager Service `automation` (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/automation/2022-08-08/variable" +import "github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable" ``` diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/client.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/client.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/client.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/client.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/id_automationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/id_automationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/id_automationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/id_automationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/id_variable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/id_variable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/id_variable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/id_variable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/method_createorupdate.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/method_createorupdate.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/method_createorupdate.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/method_createorupdate.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/method_delete.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/method_delete.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/method_delete.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/method_delete.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/method_get.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/method_get.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/method_get.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/method_get.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/method_listbyautomationaccount.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/method_listbyautomationaccount.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/method_listbyautomationaccount.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/method_listbyautomationaccount.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/method_update.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/method_update.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/method_update.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/method_update.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/model_variable.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/model_variable.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/model_variable.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/model_variable.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/model_variablecreateorupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/model_variablecreateorupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/model_variablecreateorupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/model_variablecreateorupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/model_variablecreateorupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/model_variablecreateorupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/model_variablecreateorupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/model_variablecreateorupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/model_variableproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/model_variableproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/model_variableproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/model_variableproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/model_variableupdateparameters.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/model_variableupdateparameters.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/model_variableupdateparameters.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/model_variableupdateparameters.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/model_variableupdateproperties.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/model_variableupdateproperties.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/model_variableupdateproperties.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/model_variableupdateproperties.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/predicates.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/predicates.go similarity index 100% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/predicates.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/predicates.go diff --git a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/version.go b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/version.go similarity index 88% rename from vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/version.go rename to vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/version.go index 837cc6b5d774..4efa745f5f64 100644 --- a/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable/version.go +++ b/vendor/github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable/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-08-08" +const defaultApiVersion = "2023-11-01" func userAgent() string { return fmt.Sprintf("hashicorp/go-azure-sdk/variable/%s", defaultApiVersion) diff --git a/vendor/modules.txt b/vendor/modules.txt index 958604115bb5..22c358e2ec6a 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -234,41 +234,42 @@ github.com/hashicorp/go-azure-sdk/resource-manager/automation/2015-10-31/webhook github.com/hashicorp/go-azure-sdk/resource-manager/automation/2019-06-01/agentregistrationinformation github.com/hashicorp/go-azure-sdk/resource-manager/automation/2019-06-01/softwareupdateconfiguration github.com/hashicorp/go-azure-sdk/resource-manager/automation/2020-01-13-preview/watcher -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08 -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/activity github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/automationaccount -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/certificate -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connection -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/connectiontype -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/credential -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscconfiguration -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/dscnodeconfiguration -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworker -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/hybridrunbookworkergroup -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/job -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobschedule -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/jobstream -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/linkedworkspace -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/listkeys -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/module -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/objectdatatypes -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/operations -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python2package -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/python3package -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbook -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/runbookdraft -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/schedule -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationmachinerun -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/softwareupdateconfigurationrun -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrol -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjob -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/sourcecontrolsyncjobstreams -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/statistics -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjob -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/testjobstream -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/typefields -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/usages -github.com/hashicorp/go-azure-sdk/resource-manager/automation/2022-08-08/variable +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01 +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/activity +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/automationaccount +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/certificate +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connection +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/connectiontype +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/credential +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscconfiguration +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/dscnodeconfiguration +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworker +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/hybridrunbookworkergroup +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/job +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobschedule +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/jobstream +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/linkedworkspace +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/listkeys +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/module +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/objectdatatypes +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/operations +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python2package +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/python3package +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbook +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/runbookdraft +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/schedule +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationmachinerun +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/softwareupdateconfigurationrun +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrol +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjob +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/sourcecontrolsyncjobstreams +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/statistics +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjob +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/testjobstream +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/typefields +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/usages +github.com/hashicorp/go-azure-sdk/resource-manager/automation/2023-11-01/variable github.com/hashicorp/go-azure-sdk/resource-manager/azureactivedirectory/2017-04-01/diagnosticsettings github.com/hashicorp/go-azure-sdk/resource-manager/azurestackhci/2023-08-01 github.com/hashicorp/go-azure-sdk/resource-manager/azurestackhci/2023-08-01/arcsettings